Commit Graph

8960 Commits

Author SHA1 Message Date
leana8959 b600146638 Translated using Weblate (Chinese (Traditional))
Currently translated at 42.8% (3 of 7 strings)

Translation: Element iOS/Element iOS (Dialogs)
Translate-URL: https://translate.element.io/projects/riot-ios/riot-ios-dialogs/zh_Hant/
2022-05-05 14:30:33 +03:00
MaximeE 4291ceabcb 6110: Fix stop button on timeline cell 2022-05-05 11:56:03 +02:00
Anderas caa9b08030 Merge pull request #6120 from vector-im/andy/another_crash
Fix crash with sections
2022-05-05 10:11:58 +01:00
aringenbach a683045690 Merge branch 'develop' into aringenbach/3526_user_pills 2022-05-05 10:29:01 +02:00
Andy Uhnak 63987ed38f Fix crash with sections 2022-05-05 09:13:31 +01:00
Doug 33eb847ba3 Address PR comments.
Log errors before throwing.
Remove white colour.
Remove AuthenticationCoordinatorState added during rebase.
2022-05-04 19:26:38 +01:00
Doug 95d1a2a39e Remove RegistrationFlowHandling, handling the dummy stage in the wizard. 2022-05-04 19:26:38 +01:00
Doug 82984381b3 Add SessionVerificationListener. 2022-05-04 19:26:38 +01:00
Doug 661b0682c2 Allow registration on SSO only servers.
Stop using the homeserver from user defaults.
2022-05-04 19:26:38 +01:00
Doug e2136c3543 Fix authentication screens for updated service implementation. 2022-05-04 19:26:38 +01:00
Doug 282fe5c27e Add Authentication Flow WIP.
- Add Registration Screen.
- Add Server Selection Screen.
- Rename AuthenticationCoordinator to LegacyAuthenticationCoordinator.
- Add AuthenticationService and RegistrationWizard.
- Async extensions.
- Add global white and EMS colors to the themes.
- Add tests for server selection and registration screens.
- Accessibility and iPad layout tweaks.
- Remove MainActor from Auth Coordinators/VMs/Views.
(It broke the protocol conformances so now the methods and properties are marked individually.)
2022-05-04 19:26:38 +01:00
aringenbach cd05720c69 Trigger auto-correct on send 2022-05-04 17:39:54 +02:00
SBiOSoftWhare b2a2dba2ba Merge develop in 6081_lls_screen_integration 2022-05-04 16:53:49 +02:00
aringenbach c3a8978422 Fix displaying edit & redacted event 2022-05-04 16:53:48 +02:00
SBiOSoftWhare 8d8161b545 RoomCoordinator: Use dedicated UserIndicatorCancel for location sharing. 2022-05-04 16:07:11 +02:00
aringenbach 72132def39 Merge branch 'develop' into aringenbach/3526_user_pills 2022-05-04 16:01:17 +02:00
SBiOSoftWhare e2c10663c6 MXSession: Simplify avatarInput method. 2022-05-04 15:59:53 +02:00
aringenbach 0c813338e3 Set property for UTType & add missing iOS 15 availabilities 2022-05-04 15:58:42 +02:00
SBiOSoftWhare f6fe4d21e3 RoomBubbleCellData: Handle SDK typo. 2022-05-04 15:53:13 +02:00
MaximeEvrard42 5f0fd38754 Merge pull request #6112 from vector-im/maximee/PSF-672_add_timer_selector
[Location sharing] Add timer selector
2022-05-04 15:26:28 +02:00
aringenbach bc72dc6ffb Merge branch 'develop' into aringenbach/3526_user_pills 2022-05-04 13:24:01 +02:00
aringenbach 8077b8058d Fix fonts and edition on replies 2022-05-04 12:17:21 +02:00
MaximeE 4a0cd3f724 6071: Fix for renaming in SDK 2022-05-04 12:06:38 +02:00
Anderas d916c79dee Merge pull request #6116 from vector-im/andy/6115_fix_crash
Prevent crash when searching
2022-05-03 19:32:46 +01:00
Andy Uhnak 0c257eefd6 Prevent crash when searching 2022-05-03 18:47:03 +01:00
aringenbach 4cdf8b31cd Merge branch 'develop' into aringenbach/3526_user_pills 2022-05-03 16:52:23 +02:00
aringenbach f26fb6e569 Remove link in composer 2022-05-03 16:51:47 +02:00
SBiOSoftWhare ff11b016ed RoomCoordinator: Handle live location viewer and stop sharing. 2022-05-03 16:04:36 +02:00
SBiOSoftWhare 2be03415ae RoomVC: Add location sharing cell actions. 2022-05-03 15:58:56 +02:00
SBiOSoftWhare 7a7543b1da MXLocationService: Add convenient methods. 2022-05-03 15:50:33 +02:00
SBiOSoftWhare 44fbd95196 MXBeaconInfoSummaryProtocol: Add convenient property. 2022-05-03 15:49:49 +02:00
MaximeE 39f8f1aeb5 6071: Add timeout selector when start live sharing 2022-05-03 15:21:51 +02:00
aringenbach a05923d911 Fix emote sending and edit message 2022-05-03 15:16:02 +02:00
Gil Eluard cbe2e135ba Fail to open a sub space #5965 (#6080)
* Fail to open a sub space #5965

- Fixed
2022-05-03 11:22:15 +02:00
aringenbach 286a8a1a81 Fix mention from suggestion 2022-05-03 09:14:59 +02:00
yostyle 5a4798be8e Hide or disable search in the encrypted rooms 2022-05-02 22:30:39 +02:00
aringenbach 69c0a7d9bd Add documentation 2022-05-02 17:36:53 +02:00
aringenbach f0bf676511 Fix copy text with pill 2022-05-02 16:54:45 +02:00
aringenbach 019161bb4a Merge branch 'develop' into aringenbach/3526_user_pills 2022-05-02 13:46:40 +02:00
aringenbach 8d65cd8a40 Enable sending messages with pills 2022-05-02 13:35:35 +02:00
ismailgulek 5224a56ec7 Merge pull request #6085 from vector-im/ismail/5883_room_preview_crash
Fix room preview crash
2022-04-29 13:39:43 +03:00
SBiOSoftWhare 2a4534b4ef RoomCoordinator: Handle live location viewer showing. 2022-04-29 11:08:09 +02:00
SBiOSoftWhare 5c4ce7009c RoomViewController: Add delegate method for live location screen presentation request. 2022-04-29 11:08:09 +02:00
SBiOSoftWhare 2e8392f767 MXSession: Add extennsion method to get avatar input from a user id. 2022-04-29 11:08:09 +02:00
MaximeEvrard42 5c415e3ac6 Merge pull request #6088 from vector-im/maximee/6077_lls_SDK_integration_timeline
[Location sharing] Connect SDK on timeline cell
2022-04-29 11:01:54 +02:00
ismailgulek d01b4fa899 Fix section index for rooms page 2022-04-29 10:31:49 +03:00
MaximeE 0a4d2ea5b4 6077: Some adjustment and fix 2022-04-29 09:27:12 +02:00
SBiOSoftWhare 0341c8a887 LocationPlainCell: Use MXBeaconInfoSummaryProtocol instead of MXBeaconInfoSummary reference. 2022-04-28 16:11:37 +02:00
ismailgulek 447b58b1a4 Fix initializer by not defining convenience 2022-04-28 16:32:28 +03:00
aringenbach 968c2e34c5 Merge branch 'develop' into aringenbach/3526_user_pills 2022-04-28 15:27:10 +02:00