1165 Commits (fe1ec1e54fb9dcf23553e1631603fbae28f4d653)

Author SHA1 Message Date
ganfra e35bb73a86 Rework some MatrixRoom api and fix rust 'destroyed' crash 1 year ago
Benoit Marty a6c96af731 Use ConcurrentHashMap to manage synchronization. 1 year ago
Benoit Marty 832fd69153 Use an AtomicBoolean instead of a MutableStateFlow to atomically init the RustMatrixRoom. Should improve #951. 1 year ago
Benoit Marty 4029425ec3 Fix regression from 9bf7c1ccf8, composition log was not correct. 1 year ago
Benoit Marty a2975ec094 Add a test to cover fix of #950 1 year ago
Benoit Marty 94bc2ce53d getOrPut is not thread safe, so ensure that no multiple instance will be created per data store (#950) 1 year ago
Benoit Marty 4312a96851 Cleanup: there are no androidTest on those modules. 1 year ago
bmarty af2159e98f Sync Strings from Localazy 1 year ago
Benoit Marty e1a113e938 Enable LocationSharing flag for the release. 1 year ago
Benoit Marty 2c11f472ca Replace FeatureFlags.ShowMediaUploadingFlow by FeatureFlags.LocationSharing because it has more chance to be disabled. 1 year ago
Benoit Marty fd26f987a8 Remove feature flag ShowStartChatFlow. It was just used in test. 1 year ago
Benoit Marty da818229dc Remove feature flag CollapseRoomStateEvents. It was not used anyway. 1 year ago
Benoit Marty 1be26c9fad Fix compilation issue 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 24ece8c454 Enable detekt rule `UnusedPrivateMember` and cleanup the code. 1 year ago
Benoit Marty d7f8aa533e Stop using deprecated LocalBroadcastManager. We will implement the code when we will work on the troubleshoot notification screen. 1 year ago
Benoit Marty 2163c1db8c Create sheetStateForPreview to avoid code duplication. 1 year ago
Marco Romano a1313c2890
Update permission request dialog copy. (#931) 1 year ago
Benoit Marty c7222e2969 Fix warning (suppress, no sure I want to delete this class right now) 1 year ago
Benoit Marty 0f4af79fb1 Fix warning (comment out dead code due to notification actions not active yet.) 1 year ago
Benoit Marty b072872c85 Fix warning (suppress, no sure I want to delete this class right now) 1 year ago
Benoit Marty 202268ae55 Fix warning (remove dead code) 1 year ago
Benoit Marty 1f3efdfe46 Fix warning (Build.VERSION.SDK_INT < Build.VERSION_CODES.Q here) 1 year ago
Benoit Marty 9fbdef4bd2 Fix warning ('when' is exhaustive so 'else' is redundant here) 1 year ago
Benoit Marty a88ac632f6 Fix warning (comment out temporary dead code) 1 year ago
Benoit Marty 17c7ecd9c2 Clear all notifications of the session when the user signs out. 1 year ago
Marco Romano e448bbb92d
maplibre-compose allow customisation of location dot style (#929) 1 year ago
renovate[bot] 156bf08b7a
Update dependency app.cash.molecule:molecule-runtime to v1 (#925) 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 d273dd00ff Media: Clean after pr reviews 1 year ago
Marco Romano e7cab7ac1d
Make the functions in SystemUtils extensions (#899) 1 year ago
ganfra 669e62e462 PowerLevel: use new api exposed from rust which doesn't need to load members. 1 year ago
Benoit Marty 6b3f69accf Use Large and remove Huge. 1 year ago
Benoit Marty f12dc56ff8 Create Huge logo size 1 year ago
Benoit Marty 6fe59cb5f8 Small refacto to have more Preview. 1 year ago
Benoit Marty 5824281f0b Small refacto. 1 year ago
Benoit Marty d80f2de112 No need to use trick for night resource when using DayNightPreviews annotation. 1 year ago
Benoit Marty 7ca5bcf74e Fix preview. 1 year ago