vitamin-caig

Results 25 comments of vitamin-caig

I'm also developing music player and already faced the same problem. Classical scheme is to synchronize active playing state with service foreground state. Notification appears at the first play and...

@marf I would suggest to get rid of such a hard limitation in Android:) At least for multimedia playback services. To be serious, of course this is impossible. But androidx...

> so do you confirm that if a user clicks the 'Play' button on app's notification this exception may happen? Unfortunately, yes. Moreover, the same distilled issue happens when user...

First of all, this issue tracker is robot-only (it's noticed in the repository description), not a big problem, but issues may be lost in bunch of automatic ones. Yes, you...

Resources (and app lifetime) are not controlled by notification, vice versa - when system kills the app, all the notifications are removed. When you clean notification by yourself, it doesn't...

Yes, app usually consists from two parts - background service and frontend. When playback is started, service creates notification in order to work in background - it cannot be cleared....

The only way is to keep playback service in background mode in spite of its playback status. It's unacceptable. As for your situation: try to initiate playback from widget several...

Current implementation of AdPlug does not fit into ZXTune requirements. Support was already planned long time ago, but due to that, then was postponed with no estimation.

Some technical details, don't mind.