pachli-android/app
Nik Clayton 900b1728bf
refactor: Implement deleteStaleCachedMedia as a suspending function (#490)
Previously a regular function launched with an rxJava scheduler, now
it's a suspending function that enforces Dispatchers.IO as the context,
launched in its own coroutine.
2024-03-03 17:02:23 +01:00
..
src refactor: Implement deleteStaleCachedMedia as a suspending function (#490) 2024-03-03 17:02:23 +01:00
build.gradle.kts refactor: Enable core library desugaring as build convention logic (#480) 2024-02-29 09:43:44 +01:00
gitTools.gradle
lint-baseline.xml fix(deps): update agp to v8.3.0, lint to 31.3.0 (#483) 2024-03-01 23:07:14 +01:00
lint.xml change: Disable SyntheticAccessor lint rule (#424) 2024-02-06 19:51:37 +01:00
proguard-rules.pro refactor: Convert from Gson to Moshi (#428) 2024-02-09 12:41:13 +01:00