Updated Background Playback Mini Roadmap (markdown)

Adam Howard 2015-12-29 20:10:18 +00:00
parent e6c81e3473
commit 84c497972e
1 changed files with 10 additions and 7 deletions

@ -10,8 +10,8 @@
thought the following would be parsed by GFM, but nevermind.
```
[ ] wifi lock
[ ] cpu lock
[x] wifi lock
[x] cpu lock
[ ] audio focus request
[ ] audio focus change listener
[ ] AUDIO_BECOMING_NOISY intent listener
@ -19,18 +19,21 @@ thought the following would be parsed by GFM, but nevermind.
[x] ongoing
[x] priority
[x] category
[x] navigation behaviour - Return to corresponding `VideoItemDetailAcitivity` on notification
[ ] navigation behaviour
[ ] return to VideoItemDetail page on notification tap
[x] progress bar
[ ] media controls
[x] media controls
[ ] button icons
[x] run in thread
[ ] clean up after playback properly
[ ] listen for completion
[x] clean up after playback properly
[ ] translation strings
[x] listen for completion
[ ] lock screen controls
5.0+:
[ ] public-private fields of Notification
<5.0:
<5.0:
[ ] implement RemoteControlClient
```
A lot of these suggestions are taken from <http://developer.android.com/design/patterns/notifications.html>