pachli-android/app
Nik Clayton d66d9d32a4
refactor: Prune cached media using a worker (#529)
Previous code would prune any cached media every time `MainActivity` was
created, causing extra IO just as the user is trying to use the app.

Re-implement as a WorkManager worker so it can run when the device is
idle, without interfering with the responsiveness of the device.
2024-03-14 13:31:18 +01:00
..
src refactor: Prune cached media using a worker (#529) 2024-03-14 13:31:18 +01:00
build.gradle.kts refactor: Replace custom worker factory with HiltWorkerFactory (#517) 2024-03-11 10:49:58 +01:00
gitTools.gradle ci: Upload orangeRelease to Google Play (internal track) (#134) 2023-09-28 13:50:02 +02:00
lint-baseline.xml refactor: Remove obsolete emoji-related resources (#526) 2024-03-13 11:29:45 +01:00
lint.xml change: Disable SyntheticAccessor lint rule (#424) 2024-02-06 19:51:37 +01:00
proguard-rules.pro refactor: Remove last vestiges of rxJava (#492) 2024-03-03 17:38:32 +01:00