565 Commits (e6d2ae2f03005e18cf69151f20d389dc0cd87a84)

Author SHA1 Message Date
Benoit Marty 3df328b1ab Parse permalink using `parseMatrixEntityFrom`. 6 months ago
ganfra 9d87240f4c Room list : activate merged invites in Client 6 months ago
Benoit Marty 294f1f2d96 Use SDK API to build room and event permalinks. 6 months ago
ganfra 11979167c5 Room navigation : some clean up 6 months ago
ganfra fbb92f0c9a Room navigation : fix tests on invite after the refactoring 6 months ago
ganfra 9604acb75a Room navigation : more reliable roomInfoFlow method 6 months ago
Jorge Martin Espinosa 1045f99d18
Add `SessionData.needsVerification` field (#2672) 6 months ago
Benoit Marty 1c66254e74 Add suggestion of users when starting a Chat #2634 6 months ago
Benoit Marty 649204238c Add functions trackRecentlyVisitedRoom and getRecentlyVisitedRooms 6 months ago
ganfra 01d45377f6 Room navigation : do not replay RoomMembership Changes 7 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 34f3208fc0 Fix documentation 7 months ago
Benoit Marty f2afc9ccda Remove blank line 7 months ago
ganfra 5a192b49d7 Room navigation : add a JoinedRoomFlowNode so we use RoomFlowNode for managing different routes 7 months ago
Benoit Marty 97491c3f3f Member role: only count and display joined members. 7 months ago
Benoit Marty 3ed8b0d055 Avoid using fixture method in production code. 7 months ago
Jorge Martin Espinosa 41287c5f59
Move session verification to FTUE flow, make it mandatory (#2594) 7 months ago
Benoit Marty bf068f4f25 Add action to copy permalink #2650 7 months ago
Benoit Marty 8e7fdc859c Code quality and remove reference to `DefaultMatrixToConverter.SUPPORTED_PATHS` in `MatrixToConverter` 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
ganfra 5f8b74055d RoomDirectory : address pr reviews 7 months ago
Benoit Marty 46008c2887 Fix analytics: spaceId have the same syntax as roomId. Use MatrixRoom.isSpace instead of MatrixPatterns.isSpaceId (#2612) 7 months ago
ganfra b900818001 RoomDirectory : continue improving interactions 7 months ago
ganfra 90b2a65c1a Room directory : implement simple join room 7 months ago
ganfra e4c7118428 Room directory : fix pagination and add empty state. 7 months ago
ganfra 4c5ae6ae4b RoomDirectory : continue implementing the search 7 months ago
Jorge Martín 9f2726ec4f Only retrieve active users in `RoomMemberListDataSource` 7 months ago
ganfra 01e6b46323 Room Directory : start exposing the matrix apis 7 months ago
Jorge Martin Espinosa 6aa84d600e
Implement MSC2530 (#2570) 7 months ago
Jorge Martín cc9c04b1a3 Fix SDK integration 7 months ago
Jorge Martin Espinosa 5cc5a0b699
Add `isInDebug` variable to simulate debug/release configs for tests (#2566) 7 months ago
Jorge Martin Espinosa 883d834284
Remove unnecessary `Room.updateMembers()` calls. (#2564) 7 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). 7 months ago
Jorge Martin Espinosa 67d79059f8
Add legacy call invite state events and notifications (#2552) 7 months ago
Jorge Martin Espinosa 59a682b407
Change a room's permissions power levels (#2525) 7 months ago
Benjamin Bouvier 33a039d2d5 Disable trace logs for read receipts 7 months ago
Jorge Martin Espinosa e4aed6b56c
Fix crash when leaving room using `LeaveRoomPresenter` (#2498) 8 months ago
Jorge Martin Espinosa 134cacb024
Room member moderation: kick, ban and unban (#2496) 8 months ago
Jorge Martin Espinosa b9d902e3fe
Room admins can change user roles (#2423) 8 months ago
Jorge Martin Espinosa 1d892b4bc8
Add extra params to bug reports (#2490) 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
Jorge Martin Espinosa cdf89adcd2
Show blocked users list (#2437) 8 months ago
Benoit Marty 6ddc2f5814 Make isLastSession "live" 8 months ago
Jorge Martin Espinosa 598bf96208
Do not display empty room list state before the loading one (#2402) 8 months ago
ganfra 33664c44ec RoomListFilters : branch the logic 8 months ago
Jorge Martin Espinosa e68139bf46
Display banned users in room member list (#2415) 8 months ago
ganfra f171dc94da rust sdk : fix api changes 8 months ago
Jorge Martin Espinosa 0a6f00e9df
Sort the room member list and display member roles (#2412) 8 months ago
ganfra bdb660f346 RoomList : clean after PR review 8 months ago
ganfra ebb07de8a4 RoomList : rework how search is done to prepare for later filtering 8 months ago