456 Commits (9e2d5568c63921afb18165577d78d3e582304486)

Author SHA1 Message Date
Benoit Marty cf0da56bb8 Change type of `roomId` from `String` to `RoomId` 4 months ago
Jorge Martin Espinosa f2f96e0e0a
Bump Rust SDK to `v0.2.18` and bump app version (#2836) 4 months ago
bmarty 0910da0a14 Sync Strings from Localazy 4 months ago
Jorge Martin Espinosa 48bb0f4122
Add room badges (#2822) 4 months ago
Jorge Martin Espinosa 5dddda64d1
UX cleanup: DM details screen (#2820) 5 months ago
Jorge Martin Espinosa 0bbb107dea
UX cleanup: DM details screen (#2817) 5 months ago
Jorge Martin Espinosa 46b22d7db7
UX cleanup: room details (#2816) 5 months ago
bmarty 68fdaef8b8 Sync Strings from Localazy 5 months ago
Benoit Marty 0476bd95c8 Open user profile and room with event from permalink 5 months ago
bmarty 4f82baa2b0 Sync Strings from Localazy 5 months ago
Benoit Marty 74a9a54719 Rename Preview to follow code convention 5 months ago
Benoit Marty 290a05439e Fix test. 5 months ago
Benoit Marty 8327ea306f Increase usage of `RoomAlias` 5 months ago
Benoit Marty 5b3a2d8eca Use produceState and fetch profile only if necessary. 5 months ago
Benoit Marty f9d3f947c2 Add missing test for unblock user with error. 5 months ago
Benoit Marty 3f0159d438 Format 5 months ago
Benoit Marty 4d50e43e85 Add test covering fallback to user profile. 5 months ago
Benoit Marty 0dba614c0a createRoomMemberDetailsPresenter just need a UserId. 5 months ago
Benoit Marty c9d5961684 RoomMemberDetailsPresenter: fallback to user profile data if the user is not a member of the room. 5 months ago
Benoit Marty f2ff326938 Observe ignoredUsersFlow to have live data about blocked user. 5 months ago
Benoit Marty 9fcb880f1d Fix formatting issue. 5 months ago
Benoit Marty b1cb24a883 Use Node scope instead of UI scope. 5 months ago
Benoit Marty 294f1f2d96 Use SDK API to build room and event permalinks. 5 months ago
bmarty 8f6a1b410e Sync Strings from Localazy 5 months ago
Benoit Marty 810e4919bc Sync strings. 5 months ago
Jorge Martin Espinosa cf072fa1e1
Improve session recovery screens (#2657) 5 months ago
Jorge Martin Espinosa d0f26777da
Remove Room moderation feature flag (#2678) 5 months ago
Jorge Martin Espinosa 63f7defb07
Display members section when there are members in the room, not admins (#2679) 5 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. 6 months ago
Benoit Marty fd1ff97c53 Add comment for clarity 6 months ago
Benoit Marty 3fdc281bd3 No need to use CompositionLocalProvider here. 6 months ago
Benoit Marty 0a14ed67af Add UI test on ChangeRolesView 6 months ago
Benoit Marty 2cb056711d SearchBar handle the back press when it is active, there is no need to handle the event here. 6 months ago
Benoit Marty 97491c3f3f Member role: only count and display joined members. 6 months ago
Benoit Marty 04eb59bd07 Ensure SearchBar are displayed with max width. 6 months ago
Benoit Marty 5f071daf64 Fix non-scrollable screens. 6 months ago
Benoit Marty 3ed8b0d055 Avoid using fixture method in production code. 6 months ago
Benoit Marty e18e5f1cc5 Run `./tools/localazy/downloadStrings.sh --all` 6 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. 6 months ago
bmarty 5809864182 Sync Strings from Localazy 6 months ago
ganfra 42004f251b Room directory : more cleanup and more tests 6 months ago
bmarty 3af876b953 Sync Strings from Localazy 6 months ago
Jorge Martin Espinosa 4960621277
Replace leftover hardcoded string with the right text (#2592) 6 months ago
Jorge Martín 9f2726ec4f Only retrieve active users in `RoomMemberListDataSource` 6 months ago
Jorge Martín 759022ec92 Update member list after changing member roles 6 months ago
Jorge Martin Espinosa 883d834284
Remove unnecessary `Room.updateMembers()` calls. (#2564) 6 months ago
Benoit Marty a0cbe1087b Fix compilation warning. 6 months ago