923 Commits (4d2780cdcb665ca9fdf129240844ae6a8be1b45e)

Author SHA1 Message Date
Benoit Marty 9264dd891e More cleanup 1 year ago
Marco Romano 316d57d1b6 Async API improvements "v2" (#672) 1 year ago
Benoit Marty 659b9d3d9c Now that the composer as been removed, we do not need element resource module anymore. 1 year ago
ganfra d9559af2cf RoomList: branch invites 1 year ago
ganfra 8f5fb64ba5 RoomList/Timeline: makes sure initial values are set before computing diff/update 1 year ago
Benoit Marty dfa1adb9c1 More cleanup 1 year ago
Benoit Marty 798da50454 Use `CommonStrings` everywhere 1 year ago
Benoit Marty 4fa7d1a2d8 Introduce handy aliases to avoid writing this: `import io.element.android.libraries.ui.strings.R as StringR` 1 year ago
Marco Romano 4fe7bb6809 Add `sendLocation` API to Rust Room (#681) 1 year ago
renovate[bot] 32332deaf4 Update dependency org.matrix.rustcomponents:sdk-android to v0.1.24 (#675) 1 year ago
ganfra eb00ef3c06 RoomList: fix small error in update processing 1 year ago
ganfra 7c76a74a30 RoomList/Timeline : Add Buffer(Unlimited) to avoid blocking rust listener thread 1 year ago
ganfra 19e2c104af RoomList: update LoadingState and fix a crash 1 year ago
ganfra 8c66924be9 Timeline: refactor a bit 1 year ago
ganfra fa48c29486 RoomList: more rework on RoomSummaryDataSource 1 year ago
Marco Romano c5c9cd33da Refine handleSnackbarMessage API (#676) 1 year ago
Benoit Marty 36910abca4 Move FileSizeFormatter to module :libraries:androidutils 1 year ago
Benoit Marty b6920afb7f Move cache management to a dedicated class and in the setting module, for clarity. 1 year ago
Benoit Marty baf117e8fa Move content to to File.kt. Also remove deleteAllFiles, we have deleteRecursively now. 1 year ago
Benoit Marty 145cd410c7 `Idx` -> `Index` 1 year ago
Benoit Marty 4297cfac24 Fix typo in comment. 1 year ago
Benoit Marty 35dc9eebfc Ensure all file about sqlite are deleted. 1 year ago
Benoit Marty ffa7154e43 Implement missing methods in Fake class. 1 year ago
Benoit Marty 3652059a52 Lazy usage of OkHttpClient 1 year ago
Benoit Marty e298670b68 var -> val 1 year ago
Benoit Marty f9423fc15e Close the client before removing its data. Probably safer. 1 year ago
Benoit Marty 979ebe4adb Close the client before deleting data, and ensure the app is restarted, using a cache Index. 1 year ago
Benoit Marty 573de1c168 Improve rendering of cache size (and fix compilation issue) 1 year ago
Benoit Marty c847ac3a98 Improve FileSizeFormatter.format API. 1 year ago
Benoit Marty 529720079a Move FileSizeFormatter to a new module for injectable Android utilities. 1 year ago
Benoit Marty 2a7d252a4e Display cache size in the developer settings (#643) 1 year ago
Benoit Marty f014f0a3ae Add clear cache action in the developer settings (#643) 1 year ago
Benoit Marty 4f269d37dd Improve PreferenceText rendering, in particular center the test on the right vertically, add padding in add more previews. 1 year ago
bmarty 874739ece9 Sync Strings from Localazy 1 year ago
ganfra db55644fb8 Rust sdk update: make the project compiling 1 year ago
ganfra f3e072bdb0 RoomList: try syncing when network is back and inError state 1 year ago
Jorge Martin Espinosa cf2723ac7f [Message Actions] Copy events to clipboard (#665) 1 year ago
Jorge Martin Espinosa 9251cbf536 [Message Actions] Report messages (#642) 1 year ago
Marco Romano e1bb5684cd Expose new `windowInsets` param from `ModalBottomSheet` (#662) 1 year ago
ganfra ca080fd6af RoomList: introduces a SyncService 1 year ago
Jorge Martin Espinosa 42827206b3 [Message Actions] Forward messages (#635) 1 year ago
ganfra ef8dc6ea7a RoomList: change a bit the api of RoomSummaryDataSource 1 year ago
ganfra 4656af6ce8 RoomList: start/stop sync in resume/pause callbacks 1 year ago
ganfra 2115db7af5 Rust sdk update: make the app compile 1 year ago
ganfra 8e617b427d CanSendEvent default to true and branch refresh mechanism... 1 year ago
ganfra cb219e6292 Room/Timeline: simplify the apis 1 year ago
Benoit Marty da110bd2c4 Extract `getCanSendEvent` to the `matrixui` module, rename to `canSendEventAsState` and use produceState. 1 year ago
ganfra 9afadaf406 RoomList: fix timeline api 1 year ago
ganfra 4c0507a757 RoomList: make the main room list working (WIP) 1 year ago
Jorge Martin Espinosa 3e9475c8ab Set max lines to 2 in replies for composer (#645) 1 year ago