376 Commits (09b2b2c476215d258f3dcd42ab29ecb0b065bf8c)

Author SHA1 Message Date
Benoit Marty b38c144f46 Add test on DefaultFirebaseNewTokenHandler 4 months ago
Benoit Marty 97530e752f Add test on DefaultPusherSubscriber 4 months ago
Benoit Marty 1bf38e96ae Add test on `UnifiedPushProvider` 4 months ago
Benoit Marty 56ca04affa Unset Http pusher: use SDK API. 4 months ago
Jorge Martin Espinosa 880ebb4de8
Plain text editor implementation based on markdown input (#2840) 4 months ago
Jorge Martin Espinosa 3f2413bc95
Session falsely displayed as 'verified' with no internet connection (#2884) 4 months ago
ganfra 73905fa695 Pin : clean up after PR review #2692 4 months ago
Benoit Marty f06a01f894 Replace `getRoomPreview` by `getRoomPreviewFromRoomId`. 4 months ago
Benoit Marty 04537bc684 Fix tests. 4 months ago
Benoit Marty 12ad232ea8 Add `MatrixRoomInfo.rawName`. 4 months ago
Benoit Marty 22329b9678 Provide serverNames when available and fix issue around analytics 4 months ago
Jorge Martin Espinosa f2f96e0e0a
Bump Rust SDK to `v0.2.18` and bump app version (#2836) 4 months ago
Valere 6ad40fc6e0 Code review - more tests 5 months ago
Benoit Marty 49dd4ad803 Ensure `editMessage`, `enterSpecialMode` and `replyMessage` are called on the current timeline. 5 months ago
Benoit Marty d6e02ea503 Test TimelineController 5 months ago
Benoit Marty a4c6e6c281 Add mapping on FocusEventException. 5 months ago
Benoit Marty f4f5888d5b Move LiveTimelineProvider to the test module. 5 months ago
Benoit Marty 300d3e34b1 Format and cleanup files 5 months ago
Benoit Marty ce7bb11724 Ensure roomId are not rendered in the UI. 5 months ago
ganfra bf87b975fc Timeline permalink : start updating tests 5 months ago
Jorge Martin Espinosa 1de6797673
Remove `SessionData.needsVerification` as the source of truth for session verification status (#2748) 5 months ago
Benoit Marty 797c912ccd Implement Knock action (until the SDK level) 5 months ago
Benoit Marty f29e79d64e Change API `MatrixClient.joinRoom(roomId: RoomId): Result<RoomId>` to `MatrixClient.joinRoom(roomId: RoomId): Result<Unit>` 5 months ago
Benoit Marty 2eb545cd11 Add test to JoinRoomPresenter to cover RoomPreview 5 months ago
Benoit Marty 12b230594b Fix JoinRoomPresenterTest 5 months ago
Benoit Marty 6a125bbb1b Add test on RoomAliasResolverPresenter 5 months ago
Benoit Marty 235ef2a71b Resolve RoomId in RoomFlowNode. 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 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 e72983f1b8 RoomList invites : update and remove 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 294f1f2d96 Use SDK API to build room and event permalinks. 5 months ago
ganfra 11979167c5 Room navigation : some clean up 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
Jorge Martin Espinosa 1045f99d18
Add `SessionData.needsVerification` field (#2672) 5 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
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 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