1083 Commits (114b12cbc7733f284ffc191ab4e9dc5f635a0dcb)

Author SHA1 Message Date
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 2a248417fa Move Event exclusion to the module appconfig. 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 e5db80b0eb Compact code. 7 months ago
Benoit Marty 31e95b1634 Fix crash observed when going back to the room list. 7 months ago
ganfra 3f1f764745 Room directory : add tests and cleanup 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
Benoit Marty a9e67c070d Improve UtdTracker test. 7 months ago
Benoit Marty 87dd1cd4c1 Add unit test on UtdTracker 7 months ago
Benoit Marty 27bb46511b Improve crypto error content. 7 months ago
Benoit Marty 5c948ed0ba Track UTD errors. 7 months ago
Jorge Martin Espinosa 67d79059f8
Add legacy call invite state events and notifications (#2552) 7 months ago
Jorge Martin Espinosa e3a395f15a
Improve room member list loading UX (#2543) 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
Timo Kösters 38cea8e68e
Faster member list by avoiding many FFI calls (#2322) 8 months ago
renovate[bot] 05ca8c959b
Update dependency org.matrix.rustcomponents:sdk-android to v0.2.6 (#2482) 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 0994960b79 Log the fact that the application is using the global proxy. 8 months ago
Benoit Marty d169388a80 Also log the filter value. 8 months ago
Benoit Marty ec007a2b21 Provide global proxy to the SDK 8 months ago
Jorge Martín 9198cb19ac Add `null` proxy parameter to `RustAuthenticationService` 8 months ago
Benoit Marty 9fed868968 Merge try blocks. 8 months ago
Benoit Marty 7d4cf6d574 Create extensions `backupStateFlow()` and `recoveryStateFlow`. 8 months ago
Benoit Marty a3f7d55a64 Safer code, add some try catch blocks. 8 months ago
Benoit Marty fd555b1070 Move getAdditionalCertificates function to a dedicated class (no change in the implementation). 8 months ago
Benoit Marty 26ea71193f Use `mxCallbackFlow` 8 months ago
Benoit Marty 0927821219 Force a refresh of the verification status when the recovery state value change. 8 months ago
Benoit Marty 661b9d8653 Keep references on TaskHandle, to avoid it to be garbage collected, and so the listeners are stopped. 8 months ago
Benoit Marty 6ddc2f5814 Make isLastSession "live" 8 months ago
Benoit Marty 347edb67ab Fix tests. 8 months ago