Files
letro-android/features
Jorge Martin Espinosa 2f2e886e9f 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
..
2025-06-04 15:33:51 +00:00
2025-08-18 11:09:27 +02:00
2025-08-11 12:49:29 +00:00
2025-08-18 11:09:27 +02:00
2025-08-18 11:09:27 +02:00
2025-08-18 11:09:27 +02:00
2025-08-18 11:09:27 +02:00
2025-08-19 13:35:48 +00:00
2025-08-19 13:35:48 +00:00
2025-08-04 00:34:11 +00:00
2025-08-13 16:56:33 +02:00