Otter-App-Android-Funkwhale/app/src/main/java/com/github/apognu/otter/activities
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
..
LicencesActivity.kt Added support for Flac. 2019-10-23 21:41:50 +02:00
LoginActivity.kt Put buggy features behind an experiments gate (favorites, for now). Optimized layouts to be able to load lots of content. Fixed Funkwhale API URLs to try and be backward compatible. 2019-10-29 23:41:44 +01:00
MainActivity.kt Some vendors' battery optimizers killed the background service quite 2019-10-31 00:46:35 +01:00
SearchActivity.kt Put buggy features behind an experiments gate (favorites, for now). Optimized layouts to be able to load lots of content. Fixed Funkwhale API URLs to try and be backward compatible. 2019-10-29 23:41:44 +01:00
SettingsActivity.kt Clear queue on logout. 2019-10-30 22:06:57 +01:00
SplashActivity.kt Several improvements in UI (better colors for night mode, added icons). 2019-10-23 20:21:18 +02:00