Commit graph

15626 commits

Author SHA1 Message Date
Doug
820db5c2db Handle SSO deep links via the AuthenticationServiceDelegate. 2022-05-25 17:38:21 +01:00
Doug
d13a065c34 Add SSOAuthenticationPresenter to the AuthenticationCoordinator. 2022-05-25 14:48:18 +01:00
Doug
5a5abc5fa7 Add parameters to doc comments. 2022-05-25 09:48:52 +01:00
Doug
4ebcd7d7f0 Disable the next button whilst loading a server.
Add tests for login screen.
Self review.
2022-05-24 18:03:31 +01:00
Doug
b01fbecd88 Add AuthenticationHomeserverViewData to easily map AuthenticationState.Homeserver to a type in the SwiftUI target. 2022-05-24 15:47:25 +01:00
Doug
857cc8c69c 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
8b744d4162 Fix presentation of verification with the new login flow. 2022-05-24 15:47:24 +01:00
Doug
0f12447748 Add login screen. 2022-05-24 15:47:24 +01:00
Doug
b69772edf4 Add AuthenticationRestClient protocol as an authentication interface to MXRestClient. 2022-05-24 10:09:24 +01:00
Doug
9502112daf Add initial implementation of the LoginWizard. 2022-05-24 10:09:24 +01:00
Stefan Ceriu
201448664e Attempt at fixing [CALayer animationForKey] crashes. 2022-05-23 10:26:59 +03:00
Shunmugaraj
93fa3d0202 copy not working in > iOS 15 2022-05-23 09:59:15 +03:00
SBiOSoftWhare
2e0e90eed1
Merge pull request #6190 from vector-im/steve/6189_roomdatasource_crash
RoomDataSource: Improve live location sharing status verification
2022-05-20 15:58:06 +02:00
SBiOSoftWhare
5935456dde RoomDataSource: Improve live location sharing status verification. 2022-05-20 15:14:59 +02:00
Andy Uhnak
71ac5c266a Prepare for new sprint 2022-05-19 18:21:26 +01:00
Andy Uhnak
914c4379c7 Merge branch 'master' into develop 2022-05-19 18:21:22 +01:00
Andy Uhnak
fd91ee1d06 Merge branch 'release/1.8.16/master' 2022-05-19 18:21:18 +01:00
Andy Uhnak
8012e9c6d3 finish version++ 2022-05-19 18:21:18 +01:00
Anderas
c357266df9
Merge pull request #6186 from vector-im/release/1.8.16/release
Release 1.8.16
2022-05-19 18:20:12 +01:00
Andy Uhnak
74512b323c version++ 2022-05-19 17:05:37 +01:00
Andy Uhnak
9083ac478b changelog.d: Upgrade MatrixSDK version ([v0.23.6](https://github.com/matrix-org/matrix-ios-sdk/releases/tag/v0.23.6)). 2022-05-19 17:05:37 +01:00
Stefan Ceriu
63ee678939 Add changelogs 2022-05-19 16:49:09 +03:00
Stefan Ceriu
5bdc3e6bde #6130, #4769 - Fix home screen not resetting on tab switching 2022-05-19 16:49:09 +03:00
Stefan Ceriu
ac9b6a3112 #4769, #6130 - Fix filtering search bar cancel button not clearing the results. 2022-05-19 16:49:09 +03:00
Stefan Ceriu
f031f8b40f Fix home screen shrinking too much on keyboard opening. 2022-05-19 16:49:09 +03:00
SBiOSoftWhare
eb73525aca
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
ab78a31935 Fix doc comments and callback. 2022-05-19 11:43:38 +01:00
Doug
68dd99bfb4 Use ordered flow for matrix.org and (kind of) homeserver defined order otherwise. 2022-05-19 11:43:38 +01:00
Doug
badd44f426 Add tests for FlowResult. 2022-05-19 11:43:38 +01:00
Doug
a8f8d36314 Use an onStart closure instead of awaiting the authentication coordinator. 2022-05-19 11:43:38 +01:00
Doug
9830640ce0 Self review of PR. 2022-05-19 11:43:38 +01:00
Doug
b9b4d18124 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
196a889f9a Remove EMS banner from Server Selection screen. 2022-05-19 11:43:38 +01:00
Doug
8358ccbb73 Prepare for new sprint 2022-05-18 16:04:42 +01:00
Doug
8bf2445378 Merge branch 'master' into develop 2022-05-18 16:04:40 +01:00
Doug
116daea7ae Merge branch 'release/1.8.15/master' 2022-05-18 16:04:36 +01:00
Doug
6c19167bdf finish version++ 2022-05-18 16:04:36 +01:00
Doug
44618e732e
Merge pull request #6178 from vector-im/release/1.8.15/release
Release 1.8.15
2022-05-18 16:02:23 +01:00
Doug
5fd40c994d version++ 2022-05-18 15:09:15 +01:00
Doug
a6cb8f6f16 changelog.d: Upgrade MatrixSDK version ([v0.23.5](https://github.com/matrix-org/matrix-ios-sdk/releases/tag/v0.23.5)). 2022-05-18 15:09:15 +01:00
Stefan Ceriu
792b4250b2 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
67af720a32
Merge pull request #6170 from vector-im/doug/fix_strings
Weblate + fixes
2022-05-17 17:35:48 +01:00
Doug
e3e4511298 Clean localised strings.
Add ordered placeholders to directory_search_results in base language.
2022-05-17 16:39:44 +01:00
Stefan Ceriu
45fdbd64e0 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
9f827c83d8
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
db3fc8a4c2
Merge pull request #6166 from RiotTranslateBot/weblate-riot-ios-riot-ios
Translations update from Weblate
2022-05-17 16:13:13 +01:00
Doug
8fa5de4966
Merge pull request #6168 from RiotTranslateBot/weblate-riot-ios-riot-ios-dialogs
Translations update from Weblate
2022-05-17 16:11:20 +01:00
MaximeEvrard42
613bb5a0aa
Merge pull request #6163 from vector-im/maximee/6162_lls_update_UI
[Location sharing] Update UI to latest design (PSF-1030)
2022-05-17 16:27:54 +02:00
Weblate
0c2ef2d022 Merge branch 'origin/develop' into Weblate. 2022-05-17 13:14:20 +00:00
Weblate
58881a837b Merge branch 'origin/develop' into Weblate. 2022-05-17 13:14:15 +00:00