Commit graph

4158 commits

Author SHA1 Message Date
Anderas
6aa7ae8976
Merge pull request #6120 from vector-im/andy/another_crash
Fix crash with sections
2022-05-05 10:11:58 +01:00
Andy Uhnak
8a619e27da Fix crash with sections 2022-05-05 09:13:31 +01:00
Doug
757244af35 Address PR comments.
Log errors before throwing.
Remove white colour.
Remove AuthenticationCoordinatorState added during rebase.
2022-05-04 19:26:38 +01:00
Doug
c2c2553b8d Remove RegistrationFlowHandling, handling the dummy stage in the wizard. 2022-05-04 19:26:38 +01:00
Doug
3e98964746 Add SessionVerificationListener. 2022-05-04 19:26:38 +01:00
Doug
a8a9f1daaa Allow registration on SSO only servers.
Stop using the homeserver from user defaults.
2022-05-04 19:26:38 +01:00
Doug
7aea1fac63 Fix authentication screens for updated service implementation. 2022-05-04 19:26:38 +01:00
Doug
3161d3d535 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
60d23fa9b2 Merge develop in 6081_lls_screen_integration 2022-05-04 16:53:49 +02:00
SBiOSoftWhare
942f1cfbde RoomCoordinator: Use dedicated UserIndicatorCancel for location sharing. 2022-05-04 16:07:11 +02:00
SBiOSoftWhare
5c00946cc6 RoomBubbleCellData: Handle SDK typo. 2022-05-04 15:53:13 +02:00
MaximeEvrard42
9758223fa7
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
0a79a72867 6071: Fix for renaming in SDK 2022-05-04 12:06:38 +02:00
Anderas
b34382f7f7
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
d179cd81d2 Prevent crash when searching 2022-05-03 18:47:03 +01:00
SBiOSoftWhare
ec5e493f8f RoomCoordinator: Handle live location viewer and stop sharing. 2022-05-03 16:04:36 +02:00
SBiOSoftWhare
9f330dba0a RoomVC: Add location sharing cell actions. 2022-05-03 15:58:56 +02:00
Gil Eluard
925c36aee8
Fail to open a sub space #5965 (#6080)
* Fail to open a sub space #5965

- Fixed
2022-05-03 11:22:15 +02:00
ismailgulek
bc8a397277
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
8a01bd2caa RoomCoordinator: Handle live location viewer showing. 2022-04-29 11:08:09 +02:00
SBiOSoftWhare
d214e1a043 RoomViewController: Add delegate method for live location screen presentation request. 2022-04-29 11:08:09 +02:00
MaximeEvrard42
0bc1a79b25
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
eebf3f46bc
Fix section index for rooms page 2022-04-29 10:31:49 +03:00
MaximeE
1efceea761 6077: Some adjustment and fix 2022-04-29 09:27:12 +02:00
SBiOSoftWhare
e83417ef69 LocationPlainCell: Use MXBeaconInfoSummaryProtocol instead of MXBeaconInfoSummary reference. 2022-04-28 16:11:37 +02:00
ismailgulek
2d78e58bb0
Fix initializer by not defining convenience 2022-04-28 16:32:28 +03:00
MaximeE
da89e90dea 6077: Fix last commit 2022-04-28 14:36:16 +02:00
ismailgulek
b5c172b0f2
Fix search bar not appearing until second opening 2022-04-28 15:08:13 +03:00
MaximeE
fdc298d126 6077: Push WIP refacto 2022-04-28 12:06:06 +02:00
MaximeE
c8e42b8ca9 Merge branch 'develop' into maximee/6077_lls_SDK_integration_timeline 2022-04-28 12:04:34 +02:00
ismailgulek
6ab6e68047
Fix empty view on the first screen load 2022-04-28 02:30:52 +03:00
ismailgulek
0bb472ac97
Fix disappearing filter when search bar cancel tapped 2022-04-28 02:30:38 +03:00
Doug
3591a3a403
Add AuthenticationService and RegistrationWizard. (#6056) 2022-04-27 16:02:54 +01:00
MaximeE
8004aecf06 6077: Implement SDK for live sharing timeline cell 2022-04-27 16:21:42 +02:00
Gil Eluard
1a3effb8b6
4850 bring leaving space experience in line with web (#6062)
* Bring leaving space experience in line with Web #4850

- Done
2022-04-27 13:31:14 +02:00
MaximeEvrard42
7e3737aab6
Merge pull request #6055 from vector-im/maximee/6029_lls_timeline_cell
[Location sharing] Live location cell in timeline
2022-04-26 15:58:09 +02:00
MaximeE
14fd798df5 6029: Make some UI change according to comment 2022-04-26 14:50:11 +02:00
Andy Uhnak
ff49ce76dc Fix tests 2022-04-26 08:26:14 +01:00
MaximeE
fae53b800f 6029: Fix issue with rendering colors 2022-04-25 18:05:26 +02:00
MaximeE
5535f0ddd3 6029: Modify color for dark mode 2022-04-25 17:21:27 +02:00
MaximeE
a503938b64 Merge branch 'develop' into maximee/6029_lls_timeline_cell and apply comments 2022-04-25 15:53:58 +02:00
MaximeE
14f4744194 6029: Refacto how to handle all state of the live location cell 2022-04-22 18:04:19 +02:00
SBiOSoftWhare
96bfdba5d4
Update Riot/Modules/Room/CellData/RoomBubbleCellData.m
Co-authored-by: Doug <6060466+pixlwave@users.noreply.github.com>
2022-04-22 17:59:15 +02:00
SBiOSoftWhare
61f54b37bd
Update Riot/Modules/Room/CellData/RoomBubbleCellData.m
Co-authored-by: Doug <6060466+pixlwave@users.noreply.github.com>
2022-04-22 17:57:54 +02:00
SBiOSoftWhare
02ba0ef656 RoomVC: Handle live location sharing cell data. 2022-04-22 11:51:45 +02:00
SBiOSoftWhare
87742ce44b RoomBubbleCellData: Handle live location cell and beacon info summary. 2022-04-22 11:51:22 +02:00
SBiOSoftWhare
7d08f8081f MXKAppSettings: Add beacon info state event as part of room message to enables beacon display on timeline. 2022-04-22 11:50:34 +02:00
MaximeE
5801c8dcbf 6029: finalise configuration of live location cell 2022-04-21 17:29:32 +02:00
MaximeE
a2f9ff244d 6029: Live location sharing timeline cell 2022-04-21 07:48:22 +02:00
Andy Uhnak
1a2fcb85cc Log decryption error details as context in AnalyticsEvent 2022-04-19 16:09:46 +01:00