447 Commits (1b4cd45a92a4f7a6d35d3b7ffa508e385c40c577)

Author SHA1 Message Date
bmarty 4f82baa2b0 Sync Strings from Localazy 6 months ago
Benoit Marty 74a9a54719 Rename Preview to follow code convention 6 months ago
Benoit Marty 290a05439e Fix test. 6 months ago
Benoit Marty 8327ea306f Increase usage of `RoomAlias` 6 months ago
Benoit Marty 5b3a2d8eca Use produceState and fetch profile only if necessary. 6 months ago
Benoit Marty f9d3f947c2 Add missing test for unblock user with error. 6 months ago
Benoit Marty 3f0159d438 Format 6 months ago
Benoit Marty 4d50e43e85 Add test covering fallback to user profile. 6 months ago
Benoit Marty 0dba614c0a createRoomMemberDetailsPresenter just need a UserId. 6 months ago
Benoit Marty c9d5961684 RoomMemberDetailsPresenter: fallback to user profile data if the user is not a member of the room. 6 months ago
Benoit Marty f2ff326938 Observe ignoredUsersFlow to have live data about blocked user. 6 months ago
Benoit Marty 9fcb880f1d Fix formatting issue. 6 months ago
Benoit Marty b1cb24a883 Use Node scope instead of UI scope. 6 months ago
Benoit Marty 294f1f2d96 Use SDK API to build room and event permalinks. 6 months ago
bmarty 8f6a1b410e Sync Strings from Localazy 6 months ago
Benoit Marty 810e4919bc Sync strings. 6 months ago
Jorge Martin Espinosa cf072fa1e1
Improve session recovery screens (#2657) 6 months ago
Jorge Martin Espinosa d0f26777da
Remove Room moderation feature flag (#2678) 6 months ago
Jorge Martin Espinosa 63f7defb07
Display members section when there are members in the room, not admins (#2679) 6 months ago
Benoit Marty 16d289e180 Exclude `fun ContentToPreview()` from coverage, this is not production code. 6 months ago
Jorge Martin Espinosa 8e2f7a35cb
Categorise members by role in the ChangeRoles screen (#2595) 6 months ago
bmarty e6bd14a1a9 Sync Strings from Localazy 6 months ago
Benoit Marty c0caa907aa Move usersWithRole() function to a dedicated file and make it a documented extension of MatrixRoom. 7 months ago
Benoit Marty fd1ff97c53 Add comment for clarity 7 months ago
Benoit Marty 3fdc281bd3 No need to use CompositionLocalProvider here. 7 months ago
Benoit Marty 0a14ed67af Add UI test on ChangeRolesView 7 months ago
Benoit Marty 2cb056711d SearchBar handle the back press when it is active, there is no need to handle the event here. 7 months ago
Benoit Marty 97491c3f3f Member role: only count and display joined members. 7 months ago
Benoit Marty 04eb59bd07 Ensure SearchBar are displayed with max width. 7 months ago
Benoit Marty 5f071daf64 Fix non-scrollable screens. 7 months ago
Benoit Marty 3ed8b0d055 Avoid using fixture method in production code. 7 months ago
Benoit Marty e18e5f1cc5 Run `./tools/localazy/downloadStrings.sh --all` 7 months ago
Benoit Marty 1e5a61a49c Move PermalinkBuilder, MatrixToConverter and PermalinkParser content to the `impl` project in order to remove projects.appconfig dependency from matrix.api module. 7 months ago
bmarty 5809864182 Sync Strings from Localazy 7 months ago
ganfra 42004f251b Room directory : more cleanup and more tests 7 months ago
bmarty 3af876b953 Sync Strings from Localazy 7 months ago
Jorge Martin Espinosa 4960621277
Replace leftover hardcoded string with the right text (#2592) 7 months ago
Jorge Martín 9f2726ec4f Only retrieve active users in `RoomMemberListDataSource` 7 months ago
Jorge Martín 759022ec92 Update member list after changing member roles 7 months ago
Jorge Martin Espinosa 883d834284
Remove unnecessary `Room.updateMembers()` calls. (#2564) 7 months ago
Benoit Marty a0cbe1087b Fix compilation warning. 7 months ago
Jorge Martin Espinosa 4b9507d512
Add analytic events to room moderation (#2553) 7 months ago
ElementBot f089847f48
Sync Strings (#2557) 7 months ago
Jorge Martin Espinosa e3a395f15a
Improve room member list loading UX (#2543) 7 months ago
Jorge Martin Espinosa 4c14ac822e
Added empty state to banned member list (#2541) 7 months ago
Jorge Martin Espinosa 59a682b407
Change a room's permissions power levels (#2525) 7 months ago
bmarty c021809479 Sync Strings from Localazy 7 months ago
Benoit Marty b48122f3ac Format file 7 months ago
Benoit Marty e7cb391b12 Add UI test on RoomMembersModerationView 7 months ago
Benoit Marty 533c2280e8 Using `listOf` is OK here. 7 months ago