element-x-ada/libraries/matrix/impl/src
Jorge Martin Espinosa ede1dc0fab
Fix crash about several DataStores using the same file (#2312)
* Fix crash about several DataStores using the same file

- Create `@SessionCoroutineScope` annotation to pass a session-managed coroutine scope to the DI.
- Expose this scope from `MatrixClient`.
- Rework DataStore file creation a bit.
- Centralise session preference creation through `DefaultSessionPreferencesStoreFactory` until we figure out what went wrong with the scoping
2024-01-30 11:10:46 +01:00
..
main Fix crash about several DataStores using the same file (#2312) 2024-01-30 11:10:46 +01:00
test/kotlin/io/element/android/libraries/matrix/impl Return cached room members before fetching new ones, do it in batches (#2274) 2024-01-23 18:23:20 +01:00