jamfish/app
Peng Guanwen 2111c41836 Finish current music when Sleep Timer stops (#629)
Implement #329.
This commit adds a CheckBox to dialog_sleep_timer, and a curresponding
option `TIMER_FINISH_MUSIC` in PreferenceUtil.

In MusicService, a new flag `pendingQuit` is to indicate if it should
stop after current music stops. A new action `ACTION_PENDING_QUIT` will
set that flag.

Canceling is a little tricky. I must bind MusicService in Dialog
activity to check if `pendingQuit` is set, and show the corresponding
canceling button.
2019-01-07 21:45:33 -05:00
..
src Finish current music when Sleep Timer stops (#629) 2019-01-07 21:45:33 -05:00
build.gradle Update Retrofit 2018-12-02 22:52:55 -05:00
proguard-rules.pro Minor edits 2018-09-05 22:09:38 -04:00