Otter-App-Android-Funkwhale/app
Antoine POPINEAU 657c72480e
Some vendors' battery optimizers killed the background service quite
quickly when the app is in the background and *not* playing music. This
had the effect of breaking all player actions within the app (queue
listing, playback control, etc.).

This "starts" PlayerService every time MainActivity is resumed, which is
a noop if the service is still running, but allows retrieving app
functionality otherwise.
2019-10-31 00:46:35 +01:00
..
src/main Some vendors' battery optimizers killed the background service quite 2019-10-31 00:46:35 +01:00
.gitignore Initial commit. 2019-10-20 15:19:18 +02:00
build.gradle.kts Some vendors' battery optimizers killed the background service quite 2019-10-31 00:46:35 +01:00
proguard-rules.pro Migrated to Kotlin for Gradle scripts. 2019-10-21 23:26:06 +02:00