757 Commits (87f14d8babb36b6ca9c99140968c88992808dc3a)

Author SHA1 Message Date
ganfra 6800723722
Update rust sdk to 0.1.41 (just make it compiles) (#1040) 1 year ago
ganfra b5b120d09e
Update rust sdk to 0.1.39 (#1024) 1 year ago
ganfra ac7412c2d8
Feature/fga/matrix client versions (#1022) 1 year ago
Jorge Martin Espinosa 82c5b1a348
Fix notification rendering by removing leftover test code (#1019) 1 year ago
renovate[bot] 9bc336d17c
Update dependency org.matrix.rustcomponents:sdk-android to v0.1.38 (#1015) 1 year ago
David Langley 0b95ef09b7
Reaction summary view and sorting reactions by count and then timestamp (#942) 1 year ago
ganfra e9802ffea6 Small changes after reviews 1 year ago
ganfra fa9fa69697 Makes sure NotificationService is suspendable 1 year ago
ganfra ea35e36aff Timeline: move TimelineEncryptedHistoryPostProcessor off the main thread 1 year ago
ganfra bd5e1e6520 No crash when room is already destroyed... 1 year ago
ganfra 878aa39781 Also catch Exception instead of RoomListException 1 year ago
ganfra 1d97412523 Fix warning 1 year ago
ganfra 6cd764dc1f Timeline: fetch members only after timeline is ready 1 year ago
ganfra 69c42a3cbc Update rust sdk to 0.1.37 1 year ago
Benoit Marty 82e35cda0d Allow user with enough power level to redact other's messages (#969) 1 year ago
Jorge Martin Espinosa dbec1a0a60
Improve fetch members performance, relax regexes for validating ids (#964) 1 year ago
Jorge Martin Espinosa 05f7037939
Prepare update to Rust SDK 0.1.36 (#966) 1 year ago
Benoit Marty b3cf0d2cf1 Enable detekt rules `UnderscoresInNumericLiterals` and fix existing issues. 1 year ago
Benoit Marty e0255777c0 Enable detekt rules `CascadingCallWrapping` and fix existing issues. 1 year ago
Benoit Marty b5a5118160 Enable detekt rule `ThrowingExceptionsWithoutMessageOrCause` and fix existing issues. 1 year ago
Benoit Marty 73347deaaf Enable detekt rule `UseCheckOrError` and fix existing issues (and a potential crash on MapboxMap?). 1 year ago
ganfra 506b473d4d Small change after PR review 1 year ago
ganfra e35bb73a86 Rework some MatrixRoom api and fix rust 'destroyed' crash 1 year ago
Benoit Marty 832fd69153 Use an AtomicBoolean instead of a MutableStateFlow to atomically init the RustMatrixRoom. Should improve #951. 1 year ago
ganfra 5089dd0dda Session.getRoom : suspend the whole method 1 year ago
ganfra 0a59e974ae Deadlock: makes sure timelineListener TaskHandle.cancel is called (and memory is released correctly) 1 year ago
ganfra 1583899261 Introduce Disposable extension to destroy all disposable in an Iterable 1 year ago
Benoit Marty c75eabbcb0 Enable detekt rules `UnnecessaryParentheses` and cleanup the code. 1 year ago
Benoit Marty 2928073e22 Enable detekt rules `UnusedImports` and cleanup the code. 1 year ago
Benoit Marty 86756dbc09 Enable detekt rules `UnusedParameter` and `UnusedPrivateProperty` and cleanup the code. 1 year ago
Benoit Marty a88ac632f6 Fix warning (comment out temporary dead code) 1 year ago
Benoit Marty 3c9ecec563 Make `SyncState` values match `SyncServiceState` values. 1 year ago
ganfra 5f225ce3b7 TimelineDiff: use firstOrNull even if it shouldn't never be empty 1 year ago
Jorge Martín 243a39d6de Don't blindly retry fetching pending or failed event details 1 year ago
Marco Romano 3c45a5ece4
Send My Location (#770) 1 year ago
ganfra 9bf388eb1a Avoid spamming sync flow by checking item origin 1 year ago
Benoit Marty c5629b3a32 Format files. 1 year ago
Benoit Marty 3eff873d48 Fix typo in comments. 1 year ago
ganfra dfd7f9cc5b Fix tests 1 year ago
ganfra bb12338583 RoomList: introduce RoomListDataSource so we keep the data in memory as long as the node is in the backstack. 1 year ago
ganfra 614f97543e Update rust sdk to 0.1.34 1 year ago
Benoit Marty e8b1f2681a React to session deletion (from another session) 1 year ago
ganfra 669e62e462 PowerLevel: use new api exposed from rust which doesn't need to load members. 1 year ago
ganfra 207a20b67c RoomFlowNode: use newRoot instead of safeRoot as in this case it can create a race condition where we end up not switching node 1 year ago
ganfra 9b96bd427c Update rust sdk : start branching new SyncService (wip) 1 year ago
Benoit Marty 48277d095a Change return type (mostly for clarity) 1 year ago
ganfra 2b679710d2 Rework a bit MatrixClientHolder and reintroduce cacheIndex... 1 year ago
Jorge Martin Espinosa 2488432805
Hide encryption history + FTUE flow (#839) 1 year ago
Benoit Marty abe7e952a3 Map ClientException. 1 year ago
Jorge Martín e2549a8308 Try to centralise session restoration through `MatrixClientsHolder` 1 year ago