782 Commits (f372fd27cf08b383a997cc90c89ff4b429de473e)

Author SHA1 Message Date
Marco Romano 9fb0216272
Surface send poll start API from rust sdk (#1140) 1 year ago
Benoit Marty 7083abcf09 migrate `object` to `data object` (#1135) 1 year ago
renovate[bot] 53840c1009
Update dependency org.matrix.rustcomponents:sdk-android to v0.1.46 (#1130) 1 year ago
Benoit Marty c84b1747e7 Handle remarks from PR #1127 1 year ago
Jorge Martin Espinosa 7eb1f1c7bf
When event has no id, just cancel parsing the latest room message (#1126) 1 year ago
Benoit Marty d293cae47f Implement didRefreshTokens(): update database with updated SessionData. 1 year ago
Benoit Marty bc57a03a39 Add setting entry point to manage account (OIDC) 1 year ago
Benoit Marty 6928dc6e44 Restore OIDC support. 1 year ago
Florian Renaud 246e9c50e6 Do not handle poll end event 1 year ago
Florian Renaud 079d89ace5 Update UI for poll in the timeline 1 year ago
ganfra ddf542755f Fix memory leak : parallelMap can be cancelled so all members were not destroyed 1 year ago
ganfra 380b5302f3 Update rust sdk to 0.1.44 1 year ago
Jorge Martin Espinosa 983b83a56f
Media upload cancellation (#1058) 1 year ago
renovate[bot] 4a630f141d
Update kotlin - TO BE MERGED AFTER THE RELEASE (#789) 1 year ago
Florian Renaud 8a62abe93e
"View only" polls in the timeline (#1031) 1 year ago
ganfra a911134636
Update rust sdk to 0.1.42 (changes in tracing and sync apis) (#1055) 1 year ago
ganfra fa51f6eaa7
Feature/fga/sync states (#1042) 1 year ago
Jorge Martin Espinosa 2131af28d5
Enable filter push notifications by push rules (#1041) 1 year ago
ganfra e8d1f21a14
Feature/fga/rust sdk tracing (#1036) 1 year ago
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