Gil Eluard
01d2f91521
Add "Invite people" to the space menu in the left panel and update menu order #5810
...
- done
2022-03-22 16:51:43 +01:00
aringenbach
e08912137b
Fix changelog message
2022-03-22 16:24:07 +01:00
Stefan Ceriu
acd095bbbd
Prepare for new sprint
2022-03-22 16:59:35 +02:00
Stefan Ceriu
d1df42959b
Merge branch 'master' into develop
2022-03-22 16:59:33 +02: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
Andy Uhnak
43220de4f5
Revert optionality and always pass url
2022-03-22 14:46:27 +00:00
aringenbach
e5157dbe92
Remove automatically hiding call button when no Jitsi URL is available
2022-03-22 15:38:53 +01:00
aringenbach
ab518b3b1e
Fix unit tests
2022-03-22 15:30:49 +01: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
aringenbach
4205a7df72
Add changelog
2022-03-22 14:26:44 +01:00
aringenbach
51cba95b63
Enable nilability on Jitsi server URL
2022-03-22 14:10:09 +01:00
aringenbach
7d81ee1398
Improve error display for Jitsi service unable to start
2022-03-22 14:03:30 +01:00
aringenbach
b8f823ba31
Avoid doubling error display on Jitsi get well known failure
2022-03-22 14:03:30 +01:00
Andy Uhnak
59c52ba877
Update comment
2022-03-22 12:55:41 +00:00
Andy Uhnak
8052cde174
Prevent crash when searching for rooms
2022-03-22 12:52:11 +00:00
Doug
24e98b84f8
Improve celebration screen layout on iPad
...
Rename OnboardingConstants to OnboardingMetrics.
Fix strings warning about public property in public extension.
Remove unused OnboardingCelebrationViewModelResult.
2022-03-22 12:02:05 +00: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
Andy Uhnak
ad3b4e7cc9
Ensure the login button is always visible
2022-03-22 11:44: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
MaximeE
e3060d919d
5720: Update from develop
2022-03-22 09:41:25 +01: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
591dbb5829
Add effects to the congratulations screen when personalisation is disabled.
...
Improve the API of the EffectsView to make it more swifty.
2022-03-21 19:04:09 +00:00
Doug
b1eb70abdd
Add OnboardingCelebrationScreen and EffectsSceneView.
2022-03-21 19:04:09 +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
David Langley
1e35243c71
Add matchingIssue to sender report and fix description, was missing "(sender)"
2022-03-21 15:22:39 +00:00
David Langley
621ffc4b9a
cleanup marks and make a couple of functions private.
2022-03-21 15:01:20 +00:00
David Langley
737a7d85c4
Fix documentation and update big report client init.
2022-03-21 14:45:54 +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
David Langley
12d0ba3ca8
Actually fix merge.
2022-03-21 10:41:10 +00:00