Commit Graph

14885 Commits

Author SHA1 Message Date
Doug d97f7ed258 finish version++ 2022-03-31 10:39:21 +01:00
Doug d2c4be85db Merge pull request #5954 from vector-im/release/1.8.10/release
Release 1.8.10
2022-03-31 10:37:06 +01:00
Doug c581684297 version++ 2022-03-31 09:35:53 +01:00
Doug 9f0f5e422a Merge pull request #5952 from vector-im/doug/5951_fix_camera
Fix crash when using the built in camera.
2022-03-30 18:56:22 +01:00
Doug 376d0ef5e6 Fix crash when using the build in camera. 2022-03-30 16:17:06 +01:00
Stefan Ceriu 41d0a41a04 Merge branch 'release/1.8.9/master' 2022-03-28 13:45:29 +03:00
Stefan Ceriu 63c644c696 finish version++ 2022-03-28 13:45:29 +03:00
Stefan Ceriu 80939906dd version++ 2022-03-28 13:45:03 +03:00
Stefan Ceriu 74ce915cb1 changelog.d: Upgrade MatrixSDK version ([v0.23.1](https://github.com/matrix-org/matrix-ios-sdk/releases/tag/v0.23.1)). 2022-03-28 13:45:03 +03: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
Stefan Ceriu af263ae792 Merge branch 'release/1.8.8/master' 2022-03-22 16:59:28 +02:00
Stefan Ceriu 50a60db1c5 finish version++ 2022-03-22 16:59:27 +02:00
Stefan Ceriu 0cb47a877f Merge pull request #5895 from vector-im/release/1.8.8/release
Release 1.8.8
2022-03-22 16:57:13 +02:00
Stefan Ceriu 1f3eba70b5 version++ 2022-03-22 16:10:14 +02:00
Stefan Ceriu be29088296 changelog.d: Upgrade MatrixSDK version ([v0.23.0](https://github.com/matrix-org/matrix-ios-sdk/releases/tag/v0.23.0)). 2022-03-22 16:10:13 +02: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
Anderas 0202887d06 Merge pull request #5887 from vector-im/andy/fix_indicator
Prevent "left room" message from showing twice
2022-03-22 10:19:18 +00: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 7f30d94e22 Fix missing } from rebase. 2022-03-21 17:58:39 +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 7c8e2ea87c Fix voiceover support in OnboardingAvatarScreen. 2022-03-21 17:37:16 +00:00
Doug bad0648b7e Updates following self review. 2022-03-21 17:37:16 +00:00
Doug dc57bcd55c Add tests to onboarding personalisation. 2022-03-21 17:37:16 +00:00
Doug 6ee7bce0ec Improve layout on different devices
Fix dynamic type on some fonts.
2022-03-21 17:37:16 +00:00
Doug 2260ca4785 Dark mode tweaks and rebase. 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
Gil Eluard 2421bbe654 Merge pull request #5879 from vector-im/gil/update_gemfile-lock
Update gemfile.lock to match versions with podfile.lock
2022-03-21 17:16:14 +01:00
Andy Uhnak 7e6f386347 Do not clear cache if there are no stored filters 2022-03-21 16:08:17 +00:00
Gil Eluard 74e33dd894 Update gemfile.lock to match versions with podfile.lock 2022-03-21 15:33:02 +01: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
Doug 0040f6391a Fix sending messages via the siri intent.
Fix a bug sending videos into unencrypted rooms.
2022-03-21 10:06:19 +00:00
Doug 097f981158 Store the MXSession in ShareDataSource to prevent multiple copies being created. 2022-03-21 10:06:19 +00:00
Doug 00c6a631e8 Remove NSException from RiotShareExtension
Fix some retain cycles and early releases.
2022-03-21 10:06:19 +00:00