Otter-App-Android-Funkwhale/app/src/main/java/com/github/apognu/otter
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
..
activities Some vendors' battery optimizers killed the background service quite 2019-10-31 00:46:35 +01:00
adapters 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
fragments 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
playback Added album cover to MediaSession (for WearOS media controls, and future Chromecast support). 2019-10-30 22:21:02 +01:00
repositories Fixed GitHub releases. 2019-10-30 15:09:15 +01:00
utils Clear queue on logout. 2019-10-30 22:06:57 +01:00
views Misc refactoring. 2019-10-21 11:51:32 +02:00
Otter.kt Some vendors' battery optimizers killed the background service quite 2019-10-31 00:46:35 +01:00