Commit Graph

8960 Commits

Author SHA1 Message Date
Johan Smits 9768f93d4b Translated using Weblate (Dutch)
Currently translated at 100.0% (2041 of 2041 strings)

Translation: Element iOS/Element iOS
Translate-URL: https://translate.element.io/projects/riot-ios/riot-ios/nl/
2022-05-25 19:32:08 +00:00
Doug 68301a85a7 Handle SSO deep links via the AuthenticationServiceDelegate. 2022-05-25 17:38:21 +01:00
Doug 7f1484c21c Add SSOAuthenticationPresenter to the AuthenticationCoordinator. 2022-05-25 14:48:18 +01:00
MaximeE b928f5f301 6101: Rename for more clarity 2022-05-24 17:58:41 +02:00
SBiOSoftWhare 64feaf611e UserLocationService: Fix typo. 2022-05-24 17:22:11 +02:00
Doug 6023eb59b7 Add AuthenticationHomeserverViewData to easily map AuthenticationState.Homeserver to a type in the SwiftUI target. 2022-05-24 15:47:25 +01:00
Doug 9b5b1312d9 Make the server selection coordinator aware of which flow it is for.
Don't set the authentication state until after registration has been queried to avoid using the wrong client if the user cancelled the selection.
2022-05-24 15:47:24 +01:00
Doug 4e6c13573c Fix presentation of verification with the new login flow. 2022-05-24 15:47:24 +01:00
Doug 9c9b3befcd Add login screen. 2022-05-24 15:47:24 +01:00
SBiOSoftWhare 54378386ae UserLocationService: Support restarting send location to a beacon after app kill. 2022-05-24 16:45:19 +02:00
MaximeE 16950ad58b 6195: Add labbs flag for live location sharing 2022-05-24 11:43:00 +02:00
Doug 59927e278c Add AuthenticationRestClient protocol as an authentication interface to MXRestClient. 2022-05-24 10:09:24 +01:00
Doug ac755f11f5 Add initial implementation of the LoginWizard. 2022-05-24 10:09:24 +01:00
Stefan Ceriu 7dbe5b17e9 Attempt at fixing [CALayer animationForKey] crashes. 2022-05-23 10:26:59 +03:00
Shunmugaraj 8ce6a1c1c6 copy not working in > iOS 15 2022-05-23 09:59:15 +03:00
anoloth 4cabdecbaa Translated using Weblate (Lao)
Currently translated at 100.0% (2041 of 2041 strings)

Translation: Element iOS/Element iOS
Translate-URL: https://translate.element.io/projects/riot-ios/riot-ios/lo/
2022-05-21 17:32:18 +00:00
Jozef Gaal db01f7ec82 Translated using Weblate (Slovak)
Currently translated at 100.0% (2041 of 2041 strings)

Translation: Element iOS/Element iOS
Translate-URL: https://translate.element.io/projects/riot-ios/riot-ios/sk/
2022-05-21 17:32:16 +00:00
Linerly 57a4ddeb12 Translated using Weblate (Indonesian)
Currently translated at 100.0% (2041 of 2041 strings)

Translation: Element iOS/Element iOS
Translate-URL: https://translate.element.io/projects/riot-ios/riot-ios/id/
2022-05-21 17:32:15 +00:00
Priit Jõerüüt 22d146932b Translated using Weblate (Estonian)
Currently translated at 100.0% (2041 of 2041 strings)

Translation: Element iOS/Element iOS
Translate-URL: https://translate.element.io/projects/riot-ios/riot-ios/et/
2022-05-21 17:32:14 +00:00
LinAGKar c307b3158e Translated using Weblate (Swedish)
Currently translated at 100.0% (2041 of 2041 strings)

Translation: Element iOS/Element iOS
Translate-URL: https://translate.element.io/projects/riot-ios/riot-ios/sv/
2022-05-21 17:32:12 +00:00
Ihor Hordiichuk 0bc838be83 Translated using Weblate (Ukrainian)
Currently translated at 100.0% (2041 of 2041 strings)

Translation: Element iOS/Element iOS
Translate-URL: https://translate.element.io/projects/riot-ios/riot-ios/uk/
2022-05-21 17:32:11 +00:00
Piotr Strebski f1afcd4d24 Translated using Weblate (Polish)
Currently translated at 83.5% (1705 of 2041 strings)

Translation: Element iOS/Element iOS
Translate-URL: https://translate.element.io/projects/riot-ios/riot-ios/pl/
2022-05-21 17:32:09 +00:00
random 4285835516 Translated using Weblate (Italian)
Currently translated at 100.0% (2041 of 2041 strings)

Translation: Element iOS/Element iOS
Translate-URL: https://translate.element.io/projects/riot-ios/riot-ios/it/
2022-05-21 17:32:08 +00:00
iaiz 8d6b370517 Translated using Weblate (Spanish)
Currently translated at 98.8% (2018 of 2041 strings)

Translation: Element iOS/Element iOS
Translate-URL: https://translate.element.io/projects/riot-ios/riot-ios/es/
2022-05-21 17:32:07 +00:00
Piotr Strebski 55bf77e8cf Translated using Weblate (Polish)
Currently translated at 100.0% (7 of 7 strings)

Translation: Element iOS/Element iOS (Dialogs)
Translate-URL: https://translate.element.io/projects/riot-ios/riot-ios-dialogs/pl/
2022-05-21 10:32:04 +00:00
SBiOSoftWhare d8e9049dd2 RoomDataSource: Improve live location sharing status verification. 2022-05-20 15:14:59 +02:00
Andy Uhnak 2b7238e552 Merge branch 'master' into develop 2022-05-19 18:21:22 +01:00
MaximeE e8586aff9e 6101: Fix behavior of activity indicator 2022-05-19 17:13:52 +02:00
Stefan Ceriu ace32be042 #6130, #4769 - Fix home screen not resetting on tab switching 2022-05-19 16:49:09 +03:00
Stefan Ceriu 68c91ea839 #4769, #6130 - Fix filtering search bar cancel button not clearing the results. 2022-05-19 16:49:09 +03:00
Stefan Ceriu b0189d9204 Fix home screen shrinking too much on keyboard opening. 2022-05-19 16:49:09 +03:00
SBiOSoftWhare 266c6b9bcb Merge pull request #6161 from vector-im/steve/5722_device_location
Location sharing: Support sending live device location
2022-05-19 14:56:46 +02:00
Doug a91bc3d760 Fix doc comments and callback. 2022-05-19 11:43:38 +01:00
Doug 7e4b67c57b Use ordered flow for matrix.org and (kind of) homeserver defined order otherwise. 2022-05-19 11:43:38 +01:00
Doug 68b5a9e88b Add tests for FlowResult. 2022-05-19 11:43:38 +01:00
Doug 792d3ed355 Use an onStart closure instead of awaiting the authentication coordinator. 2022-05-19 11:43:38 +01:00
Doug eb7ce713ad Self review of PR. 2022-05-19 11:43:38 +01:00
Doug 9c5aa0ca1e Add Email/Terms/ReCaptcha into the Authentication flow
Replace ReCaptcha navigation delegate with a WKUserContentController.
Move callback property closures onto the MainActor.
Show a loading indicator whilst waiting for the authentication service to start.
Move nextUncompletedStage into FlowResult.
Handle text field actions during authentication.
Remove scroll view tweaks in server selection screen following EMS banner removal.
2022-05-19 11:43:38 +01:00
Doug bec012fbbb Remove EMS banner from Server Selection screen. 2022-05-19 11:43:38 +01:00
MaximeE bc3d1b4551 6101: Add spinner on location sharing cell 2022-05-18 18:13:23 +02:00
Stefan Ceriu 816ba3b249 Fix crash when opening rooms where the current user doesn't have permission to post messages. 2022-05-18 11:58:25 +03:00
Doug 026a8b33da Merge pull request #6170 from vector-im/doug/fix_strings
Weblate + fixes
2022-05-17 17:35:48 +01:00
Doug 8d3866d2e2 Clean localised strings.
Add ordered placeholders to directory_search_results in base language.
2022-05-17 16:39:44 +01:00
Stefan Ceriu de6a633a23 Fixes #6160 - Stop deleting audio recording when sending fails and allow it to be retried through the normal mechanism 2022-05-17 18:25:57 +03:00
Doug c6d94d2f06 Merge pull request #6167 from RiotTranslateBot/weblate-riot-ios-riot-ios-push
Translations update from Weblate
2022-05-17 16:13:39 +01:00
Doug f57ed34780 Merge pull request #6166 from RiotTranslateBot/weblate-riot-ios-riot-ios
Translations update from Weblate
2022-05-17 16:13:13 +01:00
Doug 783122e7f2 Merge pull request #6168 from RiotTranslateBot/weblate-riot-ios-riot-ios-dialogs
Translations update from Weblate
2022-05-17 16:11:20 +01:00
Weblate 1b5317348a Merge branch 'origin/develop' into Weblate. 2022-05-17 13:14:20 +00:00
Weblate 549f482c23 Merge branch 'origin/develop' into Weblate. 2022-05-17 13:14:15 +00:00
Weblate 19c40fd16c Merge branch 'origin/develop' into Weblate. 2022-05-17 13:14:09 +00:00