Benoit Marty
a51855a171
Simplification since MatrixUser cannot be null anymore.
2024-03-18 16:46:26 +01:00
Benoit Marty
68fd649424
Use client.cachedAvatarUrl(), to be able to render the user avatar faster, and even if there is no network ( #2488 ).
2024-03-18 15:02:54 +01:00
ElementBot
f089847f48
Sync Strings ( #2557 )
...
Co-authored-by: bmarty <3940906+bmarty@users.noreply.github.com>
2024-03-15 13:37:11 +01:00
ganfra
b368480aff
RoomList : add some more tests
2024-03-13 15:25:36 +01:00
ganfra
65fa3bf6a4
Tests: raise default timeout of consumeItemsUntilPredicate to 3 seconds (like awaitItem)
2024-03-13 12:44:59 +01:00
ganfra
427b3f7c0f
Merge branch 'develop' into feature/fga/room_list_filter_iteration
2024-03-13 12:07:20 +01:00
ganfra
23b276dfcb
Merge branch 'develop' into feature/fga/room_list_filter_iteration
2024-03-12 15:40:38 +01:00
ganfra
bf68261ed9
RoomList: refactor and fix tests
2024-03-12 15:38:33 +01:00
bmarty
c021809479
Sync Strings from Localazy
2024-03-12 13:54:03 +00:00
ganfra
a2c4d7debd
RoomListFilters : integrate with TopBar (and bloom)
2024-03-11 21:27:14 +01:00
ganfra
0db6ff4263
RoomListFilters : improve look and feel
2024-03-11 20:33:25 +01:00
ganfra
4adbf5e297
RoomList : add empty state when filtering
2024-03-11 18:59:59 +01:00
ElementBot
dac54e7154
Sync Strings ( #2523 )
...
Co-authored-by: bmarty <3940906+bmarty@users.noreply.github.com>
2024-03-11 08:46:07 +00:00
ganfra
de91b97949
RoomList : refactor how we manage state so it's easier to reason about.
2024-03-09 16:53:48 +01:00
ganfra
c06ded6bd0
Update localazy
2024-03-07 17:49:43 +01:00
ganfra
b9aa07ab14
RoomListFilters: extract logic of selection/deselection and tweak a bit the animations.
2024-03-07 16:37:22 +01:00
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>
2024-03-06 16:44:05 +01:00
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>
2024-03-05 16:46:47 +00:00
ElementBot
f2169aaaa8
Sync Strings ( #2484 )
...
Co-authored-by: bmarty <3940906+bmarty@users.noreply.github.com>
2024-03-05 09:10:47 +01:00
Benoit Marty
d0dd8e2b3a
Fix layout issue, issue only visible when text is longer (French, German, etc.) #2461
2024-03-01 15:28:45 +01:00
Benoit Marty
ff7175c95c
Remove weird trailing comma
2024-02-27 22:19:04 +01:00
ganfra
bd87e99df1
RoomListFilters : use kotlin filtering as rust one is slower and has more chance to bust the room list cache.
2024-02-27 16:24:54 +01:00
ganfra
593a94b994
RoomListFilters : remove animation on filter toggling
2024-02-27 16:22:30 +01:00
bmarty
5c8be8f61f
Sync Strings from Localazy
2024-02-26 18:17:16 +00:00
Benoit Marty
b9933acf98
Sync Localazy strings - including post treatment.
...
./tools/localazy/downloadStrings.sh --all
2024-02-23 17:45:22 +01:00
Benoit Marty
a7e38f0925
Sync Localazy strings.
...
./tools/localazy/downloadStrings.sh --all
2024-02-23 12:23:11 +01:00
ganfra
f18e8030bf
Merge develop into feature/fga/room_list_filters
2024-02-22 11:15:43 +01:00
ganfra
0599f26a64
RoomListFilters : add more tests.
2024-02-21 20:55:49 +01:00
Benoit Marty
d3d76ddd76
Cleanup after rebase.
2024-02-21 18:34:15 +01:00
Benoit Marty
57900eadbf
Add more tests on RoomListView
2024-02-21 18:30:57 +01:00
Benoit Marty
379cdb22fb
Add tests on RoomListView (e2e banner)
2024-02-21 18:30:57 +01:00
Benoit Marty
6ddc2f5814
Make isLastSession "live"
2024-02-21 18:30:57 +01:00
Benoit Marty
daa90a0660
Remove feature flag SecureStorage
2024-02-21 18:30:57 +01:00
Benoit Marty
99b8efbeff
Go directly to the enter recovery key screen when coming from the banner which ask the user to do so.
2024-02-21 18:30:57 +01:00
Benoit Marty
347edb67ab
Fix tests.
2024-02-21 18:30:08 +01:00
Benoit Marty
4990aa38d3
Do not show the RecoveryKeyConfirmation banner if the sync is not Running.
2024-02-21 18:30:08 +01:00
Benoit Marty
e959ca0186
Do not show verification banner for the last device, show the enter recovery key banner.
2024-02-21 18:30:08 +01:00
Benoit Marty
663c7ceefe
Sync strings.
2024-02-21 18:30:08 +01:00
Benoit Marty
4bc977d8dc
Introduce SecurityBannerState to replace Boolean set.
...
Also get the sessionVerificationService from the matrixClient, instead of injecting it separately.
2024-02-21 18:30:08 +01:00
ganfra
45f23d537d
RoomListFilters: some minor adjustments
2024-02-21 18:00:21 +01:00
ganfra
3d8efecd7f
Merge develop into feature/fga/room_list_filters
2024-02-21 17:48:20 +01:00
ganfra
747a61968a
RoomList : allow to show empty state and invites.
2024-02-21 16:31:12 +01:00
ganfra
95ca770122
RoomListFilters : rename empty
2024-02-21 14:48:01 +01:00
ganfra
5868a46e82
Merge develop into feature/fga/room_list_filters
2024-02-21 13:20:40 +01:00
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
2024-02-21 12:16:00 +01:00
ganfra
1a77e13383
RoomListFilters : fix visibility and adjust ui
2024-02-21 12:05:23 +01:00
ganfra
7b018f7099
Merge branch 'develop' into feature/fga/room_list_filters
2024-02-20 21:22:25 +01:00
ganfra
7471e12bc5
RoomListFilters: try to improve ui with animation and fading edges
2024-02-20 21:17:16 +01:00
ganfra
31988e81fa
RoomListFilters: add feature flag
2024-02-20 12:36:20 +01:00
ganfra
648ab3b7c5
RoomListFilters : add tests
2024-02-20 11:43:01 +01:00