Commit Graph

3949 Commits

Author SHA1 Message Date
Doug 376d0ef5e6 Fix crash when using the build in camera. 2022-03-30 16:17:06 +01:00
Gil Eluard 2a2650a9a1 Can't view space invitations from system notifications #5915
- Fixed
2022-03-28 13:45:03 +03:00
Andy Uhnak 952c25b944 Use bounds not frame 2022-03-28 13:45:03 +03:00
Andy Uhnak 32f5f6dc3c Fix typing performance by avoiding expensive UI operations 2022-03-28 13:45:03 +03:00
Gil Eluard cd08510d22 Subspace error doesn't make sense #5797
- Updated "Add space" error message
2022-03-28 13:45:03 +03:00
Gil Eluard bc02622d2f Sync space order with web #5134 2022-03-28 13:45:03 +03:00
Gil Eluard 2ebcd78a5e Update suggested room preview to behave the same way in all cases #5771
- Done
2022-03-28 13:45:03 +03:00
Gil Eluard 88e3a75562 Add "Invite people" to the space menu in the left panel and update menu order #5810
- update after review
2022-03-28 13:45:03 +03:00
Gil Eluard 249dd42d3a Add "Invite people" to the space menu in the left panel and update menu order #5810
- done
2022-03-28 13:45:03 +03:00
Andy Uhnak d57153638b Ensure the login button is always visible 2022-03-28 13:45:03 +03:00
David Langley c1e56b9e42 Merge pull request #5476 from vector-im/langleyd/5472_green_spinner_incorrectly_hidden
Green spinner hidden too early
2022-03-22 11:55:52 +00:00
aringenbach 39f9392e53 Merge pull request #5784 from vector-im/aringenbach/5745_mandatory_secure_backup
Support for mandatory backup/verification
2022-03-22 12:39:40 +01:00
Stefan Ceriu 11a11ac300 Prevent the homescreen from resetting on every appearance. 2022-03-22 12:44:26 +02:00
Andy Uhnak b274a73953 Prevent "left room" message from showing twice 2022-03-22 09:10:08 +00:00
Anderas 13b0926567 Merge pull request #5882 from vector-im/andy/5873_initial_sync
Do not clear cache if there are no stored filters
2022-03-22 08:19:47 +00:00
Doug 6f5eb1735d Merge pull request #5861 from vector-im/doug/5652_ftue_personalisation
FTUE personalisation screens
2022-03-21 18:54:11 +00:00
Doug dbd3d36065 Fix crash trying to remove a UserSession for a nil MXSession. 2022-03-21 17:50:05 +00:00
Doug 3264e10323 Address PR comments
Add more docs.
Rename PhotoPickerPresenter to MediaPickerPresenter.
Use a Character for the placeholder avatar rather than a string.
2022-03-21 17:37:16 +00:00
Doug bad0648b7e Updates following self review. 2022-03-21 17:37:16 +00:00
Doug 7c012d1631 Use UserIndicatorPresenter for onboarding personalisation.
Remove the service from the display name screen to match the avatar screen.
Add a loading indicator to PhotoPickerPresenter.
Fix layout issue when selecting non-square avatar image.
2022-03-21 17:37:16 +00:00
Doug 4a63b6cdc8 Add onboarding avatar screen.
Includes a PhotoPickerPresenter to pick photos without requesting permissions.
2022-03-21 17:36:40 +00:00
Doug a7dbb37cfa Add FTUE display name screen.
Use UserSession instead of userId & MXSession in OnboardingCoordinator
2022-03-21 17:36:40 +00:00
Stefan Ceriu c1874d83a5 Fix user suggestions not showing up when re-entering a room. 2022-03-21 18:40:21 +02:00
Andy Uhnak 7e6f386347 Do not clear cache if there are no stored filters 2022-03-21 16:08:17 +00:00
Arnaud Ringenbach dc1e893329 Merge branch 'develop' into aringenbach/5745_mandatory_secure_backup 2022-03-21 15:28:23 +01:00
Doug b61f012294 Re-enable NSException on Share extension dismiss.
Disable crash logging in the share extension because of this.
2022-03-21 10:06:19 +00:00
Gil Eluard 4e4961d898 Merge pull request #5856 from vector-im/gil/5500-Change_behaviour_of_avatar_self_in_left_menu
Change behaviour of avatar/self in left menu to match common paradigm…
2022-03-21 10:21:54 +01:00
Andy Uhnak 2701ec9ae5 Merge branch 'master' into develop 2022-03-18 17:01:32 +00:00
Andy Uhnak bd0bad7b69 Fix broken indicators on iPad 2022-03-18 15:26:30 +00:00
SBiOSoftWhare dfce72d8f8 Fix conflicts with develop 2022-03-18 15:12:34 +01:00
Andy Uhnak 7d3ecfb120 Revert copy change 2022-03-18 14:02:50 +00:00
Andy Uhnak 69be930692 Allow ignoring invited users that have not joined a room yet 2022-03-18 13:31:43 +00:00
ismailgulek f3cdec498a Update thread list bar button item badge 2022-03-18 02:08:03 +03:00
SBiOSoftWhare 7465f4ea7e RoomVC: Handle theme change for live location banner. 2022-03-17 17:34:09 +01:00
Anderas 152d2f1501 Merge pull request #5852 from vector-im/andy/5547_crash_tabs
Fix crash when pressing tabs
2022-03-17 16:04:30 +00:00
SBiOSoftWhare b26b87e421 RoomCoordinator: Update with new RoomViewControllerDelegate methods. 2022-03-17 16:59:30 +01:00
SBiOSoftWhare e8a4e5fa5f RoomVC: Handle live location banner. 2022-03-17 16:58:52 +01:00
SBiOSoftWhare 1f136aaec8 Create LiveLocationSharingBannerView. 2022-03-17 16:48:10 +01:00
Gil Eluard 7a38ac6926 Merge pull request #5834 from vector-im/gil/5769_add_trigger_to_join_and_view_room_metrics_event
Add trigger to JoinedRoom event and implement ViewRoom metrics event
2022-03-17 16:09:38 +01:00
Gil Eluard 6ffe6dded2 Change behaviour of avatar/self in left menu to match common paradigm and take user to their own profile/settings
- Done
2022-03-17 15:56:33 +01:00
Gil Eluard 1203c7725a Merge branch 'develop' into gil/5769_add_trigger_to_join_and_view_room_metrics_event
# Conflicts:
#	Riot/Modules/Analytics/Analytics.swift
2022-03-17 13:59:24 +01:00
Andy Uhnak 9ade55e100 Fix crash when pressing tabs 2022-03-17 12:37:42 +00:00
ismailgulek 6be1f0c37b fix missing MXJSONModel setters 2022-03-17 15:31:15 +03:00
ismailgulek 8d208e5b54 Update Riot/Modules/MatrixKit/Utils/EventFormatter/MXKEventFormatter.m
Co-authored-by: Gil Eluard <gile@element.io>
2022-03-17 15:27:29 +03:00
ismailgulek 57b5f996a1 Update Riot/Modules/MatrixKit/Utils/EventFormatter/MXKEventFormatter.m
Co-authored-by: Gil Eluard <gile@element.io>
2022-03-17 15:27:22 +03:00
ismailgulek c59d052f22 Update Riot/Modules/MatrixKit/Utils/EventFormatter/MXKEventFormatter.m
Co-authored-by: Gil Eluard <gile@element.io>
2022-03-17 15:27:14 +03:00
ismailgulek 9fa6e84a4c Update Riot/Modules/MatrixKit/Utils/EventFormatter/MXKEventFormatter.m
Co-authored-by: Gil Eluard <gile@element.io>
2022-03-17 15:27:05 +03:00
ismailgulek eaca186e5b Use event's new content when available 2022-03-17 14:24:02 +03:00
Gil Eluard 5eb9445f83 Merge pull request #5836 from vector-im/gil/5401_Instrument_metrics_for_the_IA_project
Instrument metrics for iOS for the IA project #5401
2022-03-17 11:55:55 +01:00
ismailgulek efdb33df23 Merge pull request #5822 from vector-im/ismail/5441_thread_timeline_fixes
Thread Timeline Fixes
2022-03-17 13:16:49 +03:00