Commit Graph

4138 Commits

Author SHA1 Message Date
SBiOSoftWhare 1655b59e0b RoomCellContentView: Expose new contraints. 2022-02-18 16:26:09 +01:00
SBiOSoftWhare 14f0357920 Message bubbles: Fix incoming attachment leading margin. 2022-02-18 16:04:56 +01:00
Suguru Hirahara 5773bea115 Translated using Weblate (Japanese)
Currently translated at 84.1% (372 of 442 strings)

Translation: Element iOS/Element iOS (MatrixKit)
Translate-URL: https://translate.element.io/projects/riot-ios/element-ios-matrixkit/ja/
2022-02-18 14:43:24 +00:00
Suguru Hirahara c423f33b48 Translated using Weblate (Japanese)
Currently translated at 84.1% (372 of 442 strings)

Translation: Element iOS/Element iOS (MatrixKit)
Translate-URL: https://translate.element.io/projects/riot-ios/element-ios-matrixkit/ja/
2022-02-18 14:40:18 +00:00
SBiOSoftWhare 057aded551 Merge branch 'develop' into steve/5553_bubbles_text_link
# Conflicts:
#	Riot/Modules/Room/TimelineCells/Common/MXKRoomBubbleTableViewCell.h
2022-02-18 15:16:59 +01:00
SBiOSoftWhare 9a800343ef Merge pull request #5624 from vector-im/steve/5521_bubbles_readmarker
Message Bubbles: Fix read marker appearing part way thru a message
2022-02-18 15:14:30 +01:00
SBiOSoftWhare a03719821b MXKRoomBubbleTableViewCell: Update setupMessageTextViewLongPressGesture method. 2022-02-18 15:12:28 +01:00
ismailgulek f22c29775b Merge pull request #5628 from vector-im/ismail/5582_opening_threads
Improve Opening Threads
2022-02-18 17:06:46 +03:00
SBiOSoftWhare 39d0f27bef Merge pull request #5616 from vector-im/steve/5555_horizontal_lines
Message bubbles: Fix horizontal lines between messages
2022-02-18 15:05:10 +01:00
SBiOSoftWhare e7e25f29c8 Merge pull request #5613 from vector-im/steve/5550_bubbles_text_width
Message bubbles: Increase text message width
2022-02-18 15:02:32 +01:00
Suguru Hirahara e705eeffb7 Translated using Weblate (Japanese)
Currently translated at 84.1% (372 of 442 strings)

Translation: Element iOS/Element iOS (MatrixKit)
Translate-URL: https://translate.element.io/projects/riot-ios/element-ios-matrixkit/ja/
2022-02-18 13:53:30 +00:00
Doug dc021eec55 Merge pull request #5623 from vector-im/doug/5621_ftue_spinner
Use a different green spinner during onboarding
2022-02-18 13:46:48 +00:00
Andy Uhnak e4993d8ef1 Update activity indicators on leaving room
Signed-off-by: Andy Uhnak <andyuhnak@gmail.com>
2022-02-18 13:31:21 +00:00
ismailgulek 617e64dc61 Merge branch 'develop' into ismail/5582_opening_threads 2022-02-18 14:27:51 +03:00
ismailgulek 3253c0d270 Stop pagination when root event received 2022-02-18 14:27:29 +03:00
Doug c020ccb9ea Merge pull request #5591 from vector-im/doug/5590_ftue_analytics
Add support for UserProperties to analytics and capture FTUE use case selection.
2022-02-18 10:49:06 +00:00
aringenbach 75e003f5cb Fix HTML render for links containing Markdown formatting (#5587)
* Fix HTML render for links containing Markdown formatting

* Log renderToHTML fail as an error

* Fix AST nodes memory handling

Co-authored-by: Arnaud Ringenbach <arnaud.ringenbach@niji.fr>
2022-02-18 09:00:45 +01:00
SBiOSoftWhare 51c2fd9b98 MXKRoomBubbleTableViewCell: Expose removeReadMarkerView method. 2022-02-17 19:23:48 +01:00
SBiOSoftWhare cadd0ac107 BaseRoomCell: Handle read marker. 2022-02-17 19:23:19 +01:00
SBiOSoftWhare 085af8454a Conform cells to RoomCellReadMarkerDisplayable. 2022-02-17 19:22:56 +01:00
SBiOSoftWhare 41bdfbcf8d SizableBaseRoomCell: Handle read marker view. 2022-02-17 19:22:00 +01:00
SBiOSoftWhare 421b0327f4 RoomCellContentView: Handle read marker view. 2022-02-17 19:21:33 +01:00
SBiOSoftWhare ab849290c5 Add RoomCellReadMarkerDisplayable protocol. 2022-02-17 19:20:39 +01:00
Doug db08df2243 Merge pull request #5546 from vector-im/doug/5545_srgb_tint
Update the tintColor in ThemeV1 to sRGB to match Compound and ThemeV2.
2022-02-17 17:56:10 +00:00
Doug 3e4aab55cd Move presentation of the loading spinner into AuthenticationCoordinator for new users.
Also moves key verification out of a bridge presenter in AuthenticationVC and into the AuthenticationCoordinator.
2022-02-17 17:31:43 +00:00
Stefan Ceriu 6f549701e0 vector-im/element-ios/issues/5609 - Add attribution to location sharing maps. 2022-02-17 19:11:08 +02:00
SBiOSoftWhare 7ec8db5213 RoomDataSource: Use RoomTimelineCellDecorator to animate read marker dismiss. 2022-02-17 17:46:26 +01:00
SBiOSoftWhare e22971ac6b RoomDataSource: Use RoomTimelineCellDecorator to add read marker. 2022-02-17 17:45:43 +01:00
SBiOSoftWhare f3333240e3 PlainRoomTimelineCellDecorator: Handle read marker add and animation. 2022-02-17 17:45:01 +01:00
Gil Eluard cd2a075654 SP2: Adding Rooms to Spaces #523o
- update after review
2022-02-17 14:02:52 +01:00
Doug 636afe1d4d Include user properties with the next sent event. 2022-02-17 12:39:11 +00:00
Doug 4e74cb88e1 Rename OnboardingUseCase to OnboardingUseCaseSelectionScreen
Same for OnboardingUseCaseCoordinator.
2022-02-17 11:19:32 +00:00
Gil Eluard ac7318165c SP2: Adding Rooms to Spaces #523o
- update after review
2022-02-17 10:47:44 +01:00
SBiOSoftWhare 2b5d15a553 RoomCellContentView: Fix avatar container view with no clear bg. 2022-02-17 10:38:48 +01:00
SBiOSoftWhare b88ee077d2 BaseRoomCell: Fix sender name tap. Prepare avatar view tap. 2022-02-17 09:39:34 +01:00
SBiOSoftWhare 394811a9e1 TextMessageBaseBubbleCell: Fix message text view gesture recognizers. 2022-02-17 09:38:52 +01:00
SBiOSoftWhare cee44973ec MXKRoomBubbleTableViewCell: UI components setup. 2022-02-17 09:36:28 +01:00
SBiOSoftWhare f8a5cb68e0 Message bubbles: Increase text message width. 2022-02-16 21:28:16 +01:00
SBiOSoftWhare bc92c6e9cc Fix ThreadSummaryView. 2022-02-16 17:37:26 +01:00
SBiOSoftWhare 64294d00e3 Fix BubbleRoomCellLayoutUpdater. 2022-02-16 17:36:49 +01:00
SBiOSoftWhare 6810f94055 Fix conflicts. 2022-02-16 17:31:55 +01:00
SBiOSoftWhare b05d94bd1c Merge pull request #5598 from vector-im/steve/bubbles_move_files
Room timeline: Move files in relevant folders
2022-02-16 17:24:29 +01:00
Anderas 5b8e3f9c07 Merge pull request #5580 from vector-im/andy/4829_activity_indicators
Add new loading indicator on Home screen
2022-02-16 15:11:15 +00:00
SBiOSoftWhare 1cd679af2a Merge branch 'develop' into steve/bubbles_move_files 2022-02-16 16:07:32 +01:00
aringenbach 3567a831c6 Remove bubbles background from search screens (#5601)
Co-authored-by: Arnaud Ringenbach <arnaud.ringenbach@niji.fr>
2022-02-16 15:37:56 +01:00
Doug 34f42bed40 Fix reCaptcha failing to indicate success. 2022-02-16 12:09:40 +00:00
Andy Uhnak 0858e0d939 Move import 2022-02-16 11:56:33 +00:00
Andy Uhnak d8e790f8ea Implement home screen activity indicators 2022-02-16 11:48:26 +00:00
SBiOSoftWhare aa4b30e636 Merge pull request #5588 from vector-im/steve/5409_bubbles_constants
Message bubbles: Use layout constants instead magic numbers
2022-02-16 12:36:12 +01:00
Andy Uhnak 89da843d37 Merge branch 'develop' into andy/4829_activity_indicators 2022-02-16 11:32:52 +00:00