Commit Graph

15354 Commits

Author SHA1 Message Date
random 8c3e4ee83d Translated using Weblate (Italian)
Currently translated at 100.0% (2029 of 2029 strings)

Translation: Element iOS/Element iOS
Translate-URL: https://translate.element.io/projects/riot-ios/riot-ios/it/
2022-05-05 14:30:53 +03:00
Szimszon c31603ae6a Translated using Weblate (Hungarian)
Currently translated at 100.0% (2029 of 2029 strings)

Translation: Element iOS/Element iOS
Translate-URL: https://translate.element.io/projects/riot-ios/riot-ios/hu/
2022-05-05 14:30:53 +03:00
anoloth b6e9d478d7 Translated using Weblate (Lao)
Currently translated at 8.1% (4 of 49 strings)

Translation: Element iOS/Element iOS (Push)
Translate-URL: https://translate.element.io/projects/riot-ios/riot-ios-push/lo/
2022-05-05 14:30:45 +03:00
anoloth fb37e1afa3 Added translation using Weblate (Lao) 2022-05-05 14:30:45 +03:00
Linerly e690facfe0 Translated using Weblate (Indonesian)
Currently translated at 100.0% (49 of 49 strings)

Translation: Element iOS/Element iOS (Push)
Translate-URL: https://translate.element.io/projects/riot-ios/riot-ios-push/id/
2022-05-05 14:30:45 +03:00
Szimszon 7cc51b90b2 Translated using Weblate (Hungarian)
Currently translated at 100.0% (49 of 49 strings)

Translation: Element iOS/Element iOS (Push)
Translate-URL: https://translate.element.io/projects/riot-ios/riot-ios-push/hu/
2022-05-05 14:30:45 +03:00
anoloth d2e4cbc60a Added translation using Weblate (Lao) 2022-05-05 14:30:33 +03:00
leana8959 9c58f48aec 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
Anderas b49b65a5bd Merge pull request #6120 from vector-im/andy/another_crash
Fix crash with sections
2022-05-05 10:11:58 +01:00
Doug 09e1e395e4 Remove StaticLocationViewUITests for now. 2022-05-05 10:11:34 +01:00
Doug b2e8513882 Fix UI test action and Auth test. 2022-05-05 10:11:34 +01:00
Andy Uhnak 16b925719c Fix crash with sections 2022-05-05 09:13:31 +01:00
Doug 7917d0b3b7 Address PR comments.
Log errors before throwing.
Remove white colour.
Remove AuthenticationCoordinatorState added during rebase.
2022-05-04 19:26:38 +01:00
Doug 0e51497b16 Remove RegistrationFlowHandling, handling the dummy stage in the wizard. 2022-05-04 19:26:38 +01:00
Doug 8121d6e442 Add SessionVerificationListener. 2022-05-04 19:26:38 +01:00
Doug 91b40294ee Allow registration on SSO only servers.
Stop using the homeserver from user defaults.
2022-05-04 19:26:38 +01:00
Doug bf3dfa40bd Fix authentication screens for updated service implementation. 2022-05-04 19:26:38 +01:00
Doug cc360b4487 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
SBiOSoftWhare 897a066e46 Merge pull request #6114 from vector-im/steve/6081_lls_screen_integration
Location sharing: Integrate live location viewer screen with room screen
2022-05-04 18:15:39 +02:00
SBiOSoftWhare ef9efa5641 Merge develop in 6081_lls_screen_integration 2022-05-04 16:53:49 +02:00
SBiOSoftWhare aed4d5e505 RoomCoordinator: Use dedicated UserIndicatorCancel for location sharing. 2022-05-04 16:07:11 +02:00
SBiOSoftWhare 005daf1675 LiveLocationSharingViewerServiceProtocol: Add comments. 2022-05-04 16:03:52 +02:00
SBiOSoftWhare 7960309316 LiveLocationSharingViewerService: Nullify listenner when needed. 2022-05-04 16:00:43 +02:00
SBiOSoftWhare c00c28fea0 MXSession: Simplify avatarInput method. 2022-05-04 15:59:53 +02:00
SBiOSoftWhare 3e941133ca RiotSwiftUI target: Remove non needed file. 2022-05-04 15:56:39 +02:00
SBiOSoftWhare c71a7ba208 RoomBubbleCellData: Handle SDK typo. 2022-05-04 15:53:13 +02:00
SBiOSoftWhare dadaff585b LiveLocationSharingViewerService: Fix typo. 2022-05-04 15:52:45 +02:00
MaximeEvrard42 2a0e7cc938 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
MaximeE b3f66a0c6e 6071: fix failed test 2022-05-04 14:52:02 +02:00
MaximeE 170cc65108 6071: Fix for renaming in SDK 2022-05-04 12:06:38 +02:00
MaximeE b2094b80ef 6071: refacto according to PR comments 2022-05-04 11:23:43 +02:00
SBiOSoftWhare f74ee5aaf7 Update RiotSwiftUI/Modules/Room/LiveLocationSharingViewer/Service/LiveLocationSharingViewerServiceProtocol.swift
Co-authored-by: Doug <6060466+pixlwave@users.noreply.github.com>
2022-05-04 10:30:58 +02:00
Anderas 0179a19469 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 6568b6f457 Prevent crash when searching 2022-05-03 18:47:03 +01:00
SBiOSoftWhare e85abb1cb3 Update changes 2022-05-03 16:05:50 +02:00
SBiOSoftWhare b85419f272 RoomCoordinator: Handle live location viewer and stop sharing. 2022-05-03 16:04:36 +02:00
SBiOSoftWhare 4a73ec5fce RoomVC: Add location sharing cell actions. 2022-05-03 15:58:56 +02:00
SBiOSoftWhare 7e81ba7170 LiveLocationSharingViewer: Handle screen refresh, empty state, stop sharing. 2022-05-03 15:57:36 +02:00
SBiOSoftWhare 4088e9ad4d LiveLocationSharingViewerService: Handle user location updates and stop sharing. 2022-05-03 15:54:37 +02:00
SBiOSoftWhare 0c757e30f8 LiveLocationListItem: Show seconds. 2022-05-03 15:51:16 +02:00
SBiOSoftWhare d619987e16 MXLocationService: Add convenient methods. 2022-05-03 15:50:33 +02:00
SBiOSoftWhare cc6b5dcc61 MXBeaconInfoSummaryProtocol: Add convenient property. 2022-05-03 15:49:49 +02:00
MaximeE b931556d17 6071: Add timeout selector when start live sharing 2022-05-03 15:21:51 +02:00
Gil Eluard e0fd704f08 Fail to open a sub space #5965 (#6080)
* Fail to open a sub space #5965

- Fixed
2022-05-03 11:22:15 +02:00
MaximeE 5d1bc05621 6071: Changelog 2022-05-02 10:24:02 +02:00
ismailgulek 50c7b5b133 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 82f746d5ad RoomCoordinator: Handle live location viewer showing. 2022-04-29 11:08:09 +02:00
SBiOSoftWhare ad7263875f LiveLocationSharingViewerService: Handle beacon info summary retrieval. 2022-04-29 11:08:09 +02:00
SBiOSoftWhare 087df9fe0b RoomViewController: Add delegate method for live location screen presentation request. 2022-04-29 11:08:09 +02:00
SBiOSoftWhare 8ef863ef78 LiveLocationSharingViewer: Support navigation controller. 2022-04-29 11:08:09 +02:00