AntennaPod/app
ByteHamster 44aa0a3239 Try to kill playback service but do not fail if it does not stop
Android has no reliable way to stop a service instantly.
Calling stopSelf marks allows the system to destroy the service but the actual call
to onDestroy takes until the next GC of the system, which we can not influence.
Try to wait for the service at least a bit.
2019-12-12 09:47:16 +01:00
..
sampledata
src Try to kill playback service but do not fail if it does not stop 2019-12-12 09:47:16 +01:00
build.gradle Bumped to version to 1.8.0-RC3 2019-12-11 10:19:08 +01:00
lint.xml
proguard.cfg Removed prestissimo 2019-11-22 18:56:36 +01:00