element-x-ada/libraries/permissions
Jorge Martin Espinosa 8245ad8bc3
Handle preference stores corruption by clearing them (#5086)
* Handle preference stores corruption by clearing them:
    - Use the centralised `PreferenceDataStoreFactory` instead of `preferences by`.
    - Add `DefaultPreferencesCorruptionHandlerFactory.replaceWithEmpty` to its `create(name)` method so all preference stores are cleared if they're corrupted.

* Add detekt rule to make sure we use `PreferenceDataStoreFactory` instead of `by preferencesDataStore`

* Remove `@SingleIn` annotations as the annotated class no longer have to be singletons
2025-08-22 06:59:06 +00:00
..
api Sync Strings from Localazy (#4983) 2025-07-04 14:37:59 +00:00
impl Handle preference stores corruption by clearing them (#5086) 2025-08-22 06:59:06 +00:00
noop Apply dual licenses: AGPL + Element Commercial to file headers. 2025-01-07 10:05:04 +01:00
test Cleanup testImplementation dependencies (#4790) 2025-06-02 10:51:02 +02:00