1
0
Fork 0
mirror of https://github.com/MatomoCamp/matomocamp-companion-android.git synced 2024-09-19 16:13:46 +02:00
matomocamp-companion-android/app
Christophe Beyls 3f6c9d6219
Migrate from LiveData to Kotlin Flow (#77)
- Replace all usages of LiveData with Flow and StateFlow
- Replace Paging 2 with Flow-based Paging 3
- Inject custom ViewModel arguments directly through custom ViewModel Factories.
2022-02-03 17:30:55 +01:00
..
src/main Migrate from LiveData to Kotlin Flow (#77) 2022-02-03 17:30:55 +01:00
build.gradle Migrate from LiveData to Kotlin Flow (#77) 2022-02-03 17:30:55 +01:00
proguard-defaults.txt remove Proguard rules ignored by R8 2020-11-11 18:34:11 +01:00
proguard-rules.pro remove SearchView and search suggestions provider, replace it with an EditText and sample its updates 2021-10-10 16:16:08 +02:00