bmarty
e6bd14a1a9
Sync Strings from Localazy
7 months ago
Jorge Martin Espinosa
41287c5f59
Move session verification to FTUE flow, make it mandatory ( #2594 )
...
* Move session verification to the FTUE
* Allow session verification flow to be restarted
* Use `EncryptionService` to display session verification faster
* Remove session verification item from settings
* Remove session verification banner from room list
* Remove 'verification needed' variant from the `TimelineEncryptedHistoryBanner`
* Improve verification flow UI and UX
* Remove 'verification successful' snackbar message
* Only register push provider after the session has been verified
* Hide room list while the session hasn't been verified
* Prevent deep links from changing the navigation if the session isn't verified
* Update screenshots
* Renamed `FtueState` to `FtueService`, created an actual `FtueState`.
---------
Co-authored-by: ElementBot <benoitm+elementbot@element.io>
7 months ago
bmarty
5809864182
Sync Strings from Localazy
7 months ago
ganfra
42004f251b
Room directory : more cleanup and more tests
7 months ago
ganfra
3f1f764745
Room directory : add tests and cleanup
7 months ago
ganfra
d632e216b7
RoomDirectory : branch feature flag
7 months ago
ganfra
153e88dade
RoomList Search : do not persist isActive when leaving composition
7 months ago
bmarty
3af876b953
Sync Strings from Localazy
7 months ago
ganfra
fa7a889a3f
Room directory : change names and adapt ui
7 months ago
ganfra
a8028ba968
Room directory search : branch entry point
8 months ago
Benoit Marty
a51855a171
Simplification since MatrixUser cannot be null anymore.
8 months ago
Benoit Marty
68fd649424
Use client.cachedAvatarUrl(), to be able to render the user avatar faster, and even if there is no network ( #2488 ).
8 months ago
ElementBot
f089847f48
Sync Strings ( #2557 )
...
Co-authored-by: bmarty <3940906+bmarty@users.noreply.github.com>
8 months ago
ganfra
b368480aff
RoomList : add some more tests
8 months ago
ganfra
65fa3bf6a4
Tests: raise default timeout of consumeItemsUntilPredicate to 3 seconds (like awaitItem)
8 months ago
ganfra
bf68261ed9
RoomList: refactor and fix tests
8 months ago
bmarty
c021809479
Sync Strings from Localazy
8 months ago
ganfra
a2c4d7debd
RoomListFilters : integrate with TopBar (and bloom)
8 months ago
ganfra
0db6ff4263
RoomListFilters : improve look and feel
8 months ago
ganfra
4adbf5e297
RoomList : add empty state when filtering
8 months ago
ElementBot
dac54e7154
Sync Strings ( #2523 )
...
Co-authored-by: bmarty <3940906+bmarty@users.noreply.github.com>
8 months ago
ganfra
de91b97949
RoomList : refactor how we manage state so it's easier to reason about.
8 months ago
ganfra
c06ded6bd0
Update localazy
8 months ago
ganfra
b9aa07ab14
RoomListFilters: extract logic of selection/deselection and tweak a bit the animations.
8 months ago
Jorge Martin Espinosa
134cacb024
Room member moderation: kick, ban and unban ( #2496 )
...
* Room member moderation: kick, ban and unban
---------
Co-authored-by: ElementBot <benoitm+elementbot@element.io>
8 months ago
Jorge Martin Espinosa
b9d902e3fe
Room admins can change user roles ( #2423 )
...
Allow Admins to modify room member roles:
- Add a 'roles and permissions' option for each room.
- Allow promoting users to admins, adding or removing moderators, and demote yourself if you're and admin.
---------
Co-authored-by: ElementBot <benoitm+elementbot@element.io>
8 months ago
ElementBot
f2169aaaa8
Sync Strings ( #2484 )
...
Co-authored-by: bmarty <3940906+bmarty@users.noreply.github.com>
8 months ago
Benoit Marty
d0dd8e2b3a
Fix layout issue, issue only visible when text is longer (French, German, etc.) #2461
8 months ago
Benoit Marty
ff7175c95c
Remove weird trailing comma
8 months ago
ganfra
bd87e99df1
RoomListFilters : use kotlin filtering as rust one is slower and has more chance to bust the room list cache.
8 months ago
ganfra
593a94b994
RoomListFilters : remove animation on filter toggling
8 months ago
bmarty
5c8be8f61f
Sync Strings from Localazy
8 months ago
Benoit Marty
b9933acf98
Sync Localazy strings - including post treatment.
...
./tools/localazy/downloadStrings.sh --all
8 months ago
Benoit Marty
a7e38f0925
Sync Localazy strings.
...
./tools/localazy/downloadStrings.sh --all
8 months ago
ganfra
0599f26a64
RoomListFilters : add more tests.
8 months ago
Benoit Marty
d3d76ddd76
Cleanup after rebase.
8 months ago
Benoit Marty
57900eadbf
Add more tests on RoomListView
8 months ago
Benoit Marty
379cdb22fb
Add tests on RoomListView (e2e banner)
8 months ago
Benoit Marty
6ddc2f5814
Make isLastSession "live"
8 months ago
Benoit Marty
daa90a0660
Remove feature flag `SecureStorage`
8 months ago
Benoit Marty
99b8efbeff
Go directly to the enter recovery key screen when coming from the banner which ask the user to do so.
8 months ago
Benoit Marty
347edb67ab
Fix tests.
8 months ago
Benoit Marty
4990aa38d3
Do not show the RecoveryKeyConfirmation banner if the sync is not Running.
8 months ago
Benoit Marty
e959ca0186
Do not show verification banner for the last device, show the enter recovery key banner.
8 months ago
Benoit Marty
663c7ceefe
Sync strings.
8 months ago
Benoit Marty
4bc977d8dc
Introduce SecurityBannerState to replace Boolean set.
...
Also get the sessionVerificationService from the matrixClient, instead of injecting it separately.
8 months ago
ganfra
45f23d537d
RoomListFilters: some minor adjustments
8 months ago
ganfra
747a61968a
RoomList : allow to show empty state and invites.
8 months ago
ganfra
95ca770122
RoomListFilters : rename empty
8 months ago
Jorge Martin Espinosa
598bf96208
Do not display empty room list state before the loading one ( #2402 )
...
* Do not display empty room list state before the loading one
8 months ago