1056 Commits (9440d08c20b200e7ac7c3bb9d6bf7d3323de80ea)

Author SHA1 Message Date
Benoit Marty 27bb46511b Improve crypto error content. 6 months ago
Benoit Marty 5c948ed0ba Track UTD errors. 6 months ago
Jorge Martin Espinosa 67d79059f8
Add legacy call invite state events and notifications (#2552) 6 months ago
Jorge Martin Espinosa e3a395f15a
Improve room member list loading UX (#2543) 6 months ago
Jorge Martin Espinosa 59a682b407
Change a room's permissions power levels (#2525) 6 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) 7 months ago
Jorge Martin Espinosa 134cacb024
Room member moderation: kick, ban and unban (#2496) 7 months ago
Jorge Martin Espinosa b9d902e3fe
Room admins can change user roles (#2423) 7 months ago
Jorge Martin Espinosa 1d892b4bc8
Add extra params to bug reports (#2490) 7 months ago
Timo Kösters 38cea8e68e
Faster member list by avoiding many FFI calls (#2322) 7 months ago
renovate[bot] 05ca8c959b
Update dependency org.matrix.rustcomponents:sdk-android to v0.2.6 (#2482) 7 months ago
ganfra bd87e99df1 RoomListFilters : use kotlin filtering as rust one is slower and has more chance to bust the room list cache. 7 months ago
Jorge Martin Espinosa cdf89adcd2
Show blocked users list (#2437) 7 months ago
Benoit Marty 0994960b79 Log the fact that the application is using the global proxy. 7 months ago
Benoit Marty d169388a80 Also log the filter value. 7 months ago
Benoit Marty ec007a2b21 Provide global proxy to the SDK 7 months ago
Jorge Martín 9198cb19ac Add `null` proxy parameter to `RustAuthenticationService` 7 months ago
Benoit Marty 9fed868968 Merge try blocks. 7 months ago
Benoit Marty 7d4cf6d574 Create extensions `backupStateFlow()` and `recoveryStateFlow`. 7 months ago
Benoit Marty a3f7d55a64 Safer code, add some try catch blocks. 7 months ago
Benoit Marty fd555b1070 Move getAdditionalCertificates function to a dedicated class (no change in the implementation). 7 months ago
Benoit Marty 26ea71193f Use `mxCallbackFlow` 7 months ago
Benoit Marty 0927821219 Force a refresh of the verification status when the recovery state value change. 7 months ago
Benoit Marty 661b9d8653 Keep references on TaskHandle, to avoid it to be garbage collected, and so the listeners are stopped. 7 months ago
Benoit Marty 6ddc2f5814 Make isLastSession "live" 7 months ago
Benoit Marty 347edb67ab Fix tests. 7 months ago
Damir Jelić 73ba371a3e Add the user certificates as additional certificates to the ClientBuilder 7 months ago
Jorge Martin Espinosa 598bf96208
Do not display empty room list state before the loading one (#2402) 7 months ago
ganfra 33664c44ec RoomListFilters : branch the logic 7 months ago
Jorge Martin Espinosa e68139bf46
Display banned users in room member list (#2415) 7 months ago
ganfra f171dc94da rust sdk : fix api changes 7 months ago
Jorge Martin Espinosa 0a6f00e9df
Sort the room member list and display member roles (#2412) 7 months ago
Benoit Marty f372fd27cf Add test for RoomListEvents.DismissRecoveryKeyPrompt. 7 months ago
ganfra bdb660f346 RoomList : clean after PR review 7 months ago
ganfra ebb07de8a4 RoomList : rework how search is done to prepare for later filtering 7 months ago
ganfra 6dc0d8706c read : use the new apis 7 months ago
Benoit Marty 3ea448e6bb Fix formatting issue. 7 months ago
Benoit Marty 7831311d14 Fix compilation warning. 7 months ago
ganfra 76cd6ecaef Rust : fix tests for the new filter api 7 months ago
ganfra 2c24a48ed7 Rust : map the new filter api, will need more rework when branching the new ui later. 7 months ago
Benoit Marty 5d6716da67 Rendering typing notification #2242 7 months ago
Jorge Martín e77740f1d2 Remove `FilterHiddenStateEventsProcessor` 7 months ago
Benoit Marty 17f23304d0 Give `0` has default value for fixtures creators. 7 months ago
Benoit Marty 9d461a4917 Add ability mark as unread / mark as read a room. 7 months ago
Benoit Marty 57d9b262d3 Extract session folder name computation from RustMatrixClient 8 months ago
Damir Jelić 1fd4075900 Enable trace logging for the Olm Account 8 months ago
ganfra f3c1eb6738 Use the new setIsFavorite api 8 months ago
Benoit Marty 8c56f0bd92 Fix API break and change from SDK 0.1.97 8 months ago
ganfra d9017a098c Favorite : rework and add tests 8 months ago