-
Notifications
You must be signed in to change notification settings - Fork 728
Add sleep timer notification #380
Comments
I like the idea to make the sleep timer more accessible. I think it would be best to extend the playing notification to show the remaining time and include an action to display the sleep timer. On Nougat or later, notifications already provide a count down chronometer which makes the implementation really simple. The sleep timer action only appears when the notification is expanded, but this seems to be the default mode with Phonograph and should therefore suffice to make users be aware of this feature. What do you think? |
Things are not quite as easy with the legacy notification. @arkon |
@doompadee Thanks for your testing. |
@doompadee Ah, that must have been left over from the older code that had an "x" icon there to close it instead of being able to swipe it away. |
@AdrienPoupa wrong issue? |
I love the built-in sleep timer functionality and I would like to have a faster way to see how much time is left and potentially the option to extend or remove the sleep timer.
Something like this would be great (taken inspiration and image from Sleep Timer):
![sleep-timer-notification](https://user-images.githubusercontent.com/2564094/34186747-7af02e6a-e4e2-11e7-863b-8b0b49c730e5.png)
The text was updated successfully, but these errors were encountered: