Commit Graph

4308 Commits

Author SHA1 Message Date
ismailgulek 7cd40c7a26 Pass soft logout credentials on coordinator initialization 2022-06-08 15:59:52 +03:00
ismailgulek 3cd1adb312 Merge branch 'develop' into ismail/6181_auth_soft_logout 2022-06-07 23:54:54 +03:00
ismailgulek fb4e5085cb Merge pull request #6250 from vector-im/ismail/6180_support_prov_links 2022-06-07 20:54:14 +03:00
ismailgulek 1804cea58c Fix PR remarks 2022-06-07 19:48:26 +03:00
ismailgulek eb77c4f2b8 Create classes for soft logout screen 2022-06-07 19:22:24 +03:00
ismailgulek c62852a580 Handle provisioning links in AuthenticationService and call delegate method 2022-06-07 16:19:24 +03:00
ismailgulek e142365fa8 Remove bad methods from auth coordinators 2022-06-07 16:17:46 +03:00
ismailgulek 043ad4e5df Remove old methods from onboarding coordinator and tabbar controller 2022-06-07 16:15:45 +03:00
ismailgulek 1bf3c06d6e Adapt to refactorings 2022-06-07 16:11:28 +03:00
ismailgulek fc4cf0fd72 Refactor app delegate for universal link handling 2022-06-07 16:07:18 +03:00
aringenbach 12bcd06caf Merge pull request #6155 from vector-im/aringenbach/construct_replies_from_replied_event
Construct formatted body from replied event
2022-06-07 11:23:50 +02:00
MaximeEvrard42 47ef9077d4 Merge pull request #6237 from vector-im/steve/6236_bg_location
Location sharing: Support sending location in background (PSF-1037)
2022-06-07 10:00:36 +02:00
aringenbach 0e723d0d62 Fix in reply to links appearing outside of mx-quote 2022-06-07 09:02:36 +02:00
ismailgulek 468f1e1c64 Add savingAccountsEnabled property to MXKAccountManager 2022-06-06 16:15:32 +03:00
aringenbach 74389edddd Fix else opening bracket
Co-authored-by: Gil Eluard <gile@element.io>
2022-06-03 12:08:16 +02:00
Gil Eluard 84c36a449e Show user indicators when paginating a room (#6234)
- implemented
2022-06-03 09:46:34 +02:00
aringenbach 008728711b Create reply body only if replied event sender is available 2022-06-03 09:14:06 +02:00
aringenbach 77e9a6364c Construct formatted body from replied event 2022-06-02 15:45:08 +02:00
SBiOSoftWhare 937ad04860 LocationManager: Indicate to change status bar appearance when the app uses location services in the background. 2022-06-02 14:33:00 +02:00
SBiOSoftWhare 753102d587 UserLocationService: Enable background location. 2022-06-02 14:31:04 +02:00
ismailgulek 5c0d50b43d Merge pull request #6210 from vector-im/ismail/6176_auth_fallback 2022-05-31 19:11:32 +03:00
Doug 31d48cb7a2 Merge pull request #6204 from vector-im/doug/5151_sso_login
Support SSO login in the new flow.
2022-05-31 17:05:14 +01:00
Doug 48f91ab93a Merge pull request #6201 from vector-im/doug/5654_login_flow
Add login screen to new flow.
2022-05-31 17:04:50 +01:00
aringenbach d7216cf171 WellKnown: support outbound keys presharing strategy 2022-05-31 17:38:33 +02:00
SBiOSoftWhare 0fb708caa6 Merge pull request #6200 from vector-im/steve/6199_persist_beacon_summary
Location sharing: Support restarting location sending after app kill (PSF-1036)
2022-05-31 11:22:13 +02:00
MaximeEvrard42 6be0370950 Merge pull request #6198 from vector-im/maximee/6195_lls_labbs_flag
[Location Sharing]: Add labbs flag for live location sharing - PSF-800
2022-05-31 10:41:54 +02:00
ismailgulek 8819ab65f6 Use flow in the state 2022-05-31 11:01:17 +03:00
MaximeE dd1b770b95 6195: Apply PR comments 2022-05-31 09:49:46 +02:00
ismailgulek 15ebe174c5 Fix PR remarks 2022-05-30 19:56:23 +03:00
MaximeE 50650d6229 6195: Hide live location sharing lab setting for now 2022-05-30 17:32:12 +02:00
ismailgulek ab78c10ece Merge pull request #6209 from vector-im/ismail/6208_links_rtlo
Ask the user to confirm urls which contain unicode direction overrides
2022-05-30 17:32:07 +03:00
aringenbach fcdd1d3593 Fix issue with mention pill avatar consuming tap gestures 2022-05-30 15:20:03 +02:00
ismailgulek 492ccb5eed Move validation logic to a new class and add tests 2022-05-30 16:05:20 +03:00
ismailgulek 389f256987 Move extension methods to Swift.String, add tests 2022-05-30 16:05:00 +03:00
ismailgulek 919db63e3e Merge branch 'develop' into ismail/6208_links_rtlo 2022-05-30 13:46:32 +03:00
MaximeEvrard42 e9a40a2598 Merge pull request #6185 from vector-im/maximee/6101_lls_add_spinner_starting_cell
[Location sharing] Add a spinner to starting state of location sharing cell (PSF-990)
2022-05-30 10:55:02 +02:00
ismailgulek 88b2688703 Show fallback on authentication coordinator 2022-05-27 17:49:54 +03:00
ismailgulek 4a0c31ce89 Fix confirmation for RTL overridden links 2022-05-27 00:24:15 +03:00
Doug 446ddf5aeb Report analytics from the new auth flow.
Fix SSO buttons pressed appearance.
2022-05-26 14:46:33 +01:00
ismailgulek 7effe21092 Implement show msisdn screen flow 2022-05-26 00:32:03 +03:00
Doug 5eb676be30 Handle SSO deep links via the AuthenticationServiceDelegate. 2022-05-25 17:38:21 +01:00
Doug 130106f6ad Add SSOAuthenticationPresenter to the AuthenticationCoordinator. 2022-05-25 14:48:18 +01:00
MaximeE f282b8a631 6101: Rename for more clarity 2022-05-24 17:58:41 +02:00
SBiOSoftWhare 84e242d1bc UserLocationService: Fix typo. 2022-05-24 17:22:11 +02:00
Doug e77d7d9250 Add AuthenticationHomeserverViewData to easily map AuthenticationState.Homeserver to a type in the SwiftUI target. 2022-05-24 15:47:25 +01:00
Doug 26b4130eb1 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 afc2c9f1c5 Fix presentation of verification with the new login flow. 2022-05-24 15:47:24 +01:00
Doug 5bbd397287 Add login screen. 2022-05-24 15:47:24 +01:00
SBiOSoftWhare aa255e61aa UserLocationService: Support restarting send location to a beacon after app kill. 2022-05-24 16:45:19 +02:00
MaximeE 2f9a00bd9b 6195: Add labbs flag for live location sharing 2022-05-24 11:43:00 +02:00