945 Commits (181742b251767da6439fb3cd6045795a7fbca99d)

Author SHA1 Message Date
Benoit Marty 09faa6d1c9 Simplify PermalinkData, now that we have RoomIdOrAlias interface. 5 months ago
Benoit Marty ea3a1f363a Alias permalink navigation - WIP 5 months ago
Benoit Marty 8327ea306f Increase usage of `RoomAlias` 5 months ago
Benoit Marty ecd1bf76e2 Use RoomId and RoomAlias in MatrixRoomInfo 5 months ago
Benoit Marty bd12ff737b Introduce value class RoomAlias 5 months ago
Benoit Marty 68346dd782 Add MatrixClient.getRoomPreview method. 5 months ago
Benoit Marty 37fa6548c4 Add MatrixClient.resolveRoomAlias method. 5 months ago
ganfra 90e273cd65 Room list invites: address some remarks and add small tests 5 months ago
ganfra 83e7c13618 Timeline : start reworking timeline apis 5 months ago
Benoit Marty f2ff326938 Observe ignoredUsersFlow to have live data about blocked user. 5 months ago
ganfra 2ae6931486 Timeline : expose new pagination status api 5 months ago
ganfra e72983f1b8 RoomList invites : update and remove tests 5 months ago
ganfra 3e13191153 RoomList : make invite filter truly exclusive 5 months ago
ganfra 43e336cb72 RoomList : add invite filter 5 months ago
Benoit Marty 9ee36e9ca4 Remove unnecessary tests. 5 months ago
Benoit Marty 3df328b1ab Parse permalink using `parseMatrixEntityFrom`. 5 months ago
ganfra 9d87240f4c Room list : activate merged invites in Client 5 months ago
Benoit Marty 6b301ac37f Use `org.matrix.rustcomponents.sdk.matrixToUserPermalink` to build permalinks for user. 5 months ago
Benoit Marty 294f1f2d96 Use SDK API to build room and event permalinks. 5 months ago
Benoit Marty 3e52a4f3bd Encrypt new session data with a passphrase #2703 5 months ago
ganfra 11979167c5 Room navigation : some clean up 5 months ago
ganfra a2329fc7df Join room : change state and view 5 months ago
ganfra fbb92f0c9a Room navigation : fix tests on invite after the refactoring 5 months ago
Benoit Marty ffede8b13b Use productionApplicationName, set to "Element", instead of "Element X", and use ot for `screen_onboarding_welcome_message` 5 months ago
Benoit Marty 075510c425 Add `desktopApplicationName` to BuildMeta. 5 months ago
ganfra 9604acb75a Room navigation : more reliable roomInfoFlow method 5 months ago
Jorge Martin Espinosa 1045f99d18
Add `SessionData.needsVerification` field (#2672) 5 months ago
Benoit Marty 1c66254e74 Add suggestion of users when starting a Chat #2634 5 months ago
Benoit Marty 649204238c Add functions trackRecentlyVisitedRoom and getRecentlyVisitedRooms 5 months ago
Jorge Martin Espinosa 8e2f7a35cb
Categorise members by role in the ChangeRoles screen (#2595) 5 months ago
ganfra 01d45377f6 Room navigation : do not replay RoomMembership Changes 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 34f3208fc0 Fix documentation 6 months ago
Benoit Marty f2afc9ccda Remove blank line 6 months ago
ganfra 5a192b49d7 Room navigation : add a JoinedRoomFlowNode so we use RoomFlowNode for managing different routes 6 months ago
Benoit Marty 97491c3f3f Member role: only count and display joined members. 6 months ago
Benoit Marty 3ed8b0d055 Avoid using fixture method in production code. 6 months ago
Jorge Martin Espinosa 41287c5f59
Move session verification to FTUE flow, make it mandatory (#2594) 6 months ago
Benoit Marty bf068f4f25 Add action to copy permalink #2650 6 months ago
Benoit Marty 8e7fdc859c Code quality and remove reference to `DefaultMatrixToConverter.SUPPORTED_PATHS` in `MatrixToConverter` 6 months ago
Benoit Marty 2a248417fa Move Event exclusion to the module appconfig. 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
ganfra 5f8b74055d RoomDirectory : address pr reviews 6 months ago
Benoit Marty e5db80b0eb Compact code. 6 months ago
Benoit Marty 31e95b1634 Fix crash observed when going back to the room list. 6 months ago
ganfra 3f1f764745 Room directory : add tests and cleanup 6 months ago
Benoit Marty 46008c2887 Fix analytics: spaceId have the same syntax as roomId. Use MatrixRoom.isSpace instead of MatrixPatterns.isSpaceId (#2612) 6 months ago
ganfra b900818001 RoomDirectory : continue improving interactions 6 months ago
ganfra 90b2a65c1a Room directory : implement simple join room 6 months ago
ganfra e4c7118428 Room directory : fix pagination and add empty state. 6 months ago