re laid out todos
parent
5d3f53cf9e
commit
881f35648b
|
@ -9,35 +9,40 @@
|
|||
3. Listen for changes in audio focus
|
||||
|
||||
thought the following would be parsed by GFM, but nevermind.
|
||||
```
|
||||
[x] wifi lock
|
||||
[x] cpu lock
|
||||
[ ] audio focus request
|
||||
[ ] audio focus change listener
|
||||
[ ] AUDIO_BECOMING_NOISY intent listener
|
||||
[ ] notification+controls
|
||||
[x] ongoing
|
||||
[x] priority
|
||||
[x] category
|
||||
[x] return to VideoItemDetail page on notification tap
|
||||
[x] progress bar
|
||||
[x] basic media controls
|
||||
[ ] button icons
|
||||
[x] run in thread
|
||||
[x] clean up after playback properly
|
||||
[x] translation strings
|
||||
[x] listen for completion
|
||||
[x] lock screen controls
|
||||
[ ] improve handling of bg playing a video while another is already playing
|
||||
5.0+:
|
||||
[ ] public-private fields of Notification
|
||||
<5.0:
|
||||
[ ] implement RemoteControlClient
|
||||
[ ] 5.0 Expanded view:
|
||||
[ ] progress bar
|
||||
[ ] video playback & total time
|
||||
|
||||
###TODO
|
||||
|
||||
* changing play-pause button icon
|
||||
|
||||
* audio focus request
|
||||
* audio focus change listener
|
||||
* AUDIO_BECOMING_NOISY intent listener
|
||||
|
||||
|
||||
```
|
||||
* improve handling of bg playing a video while another is already playing
|
||||
* 5.0+:
|
||||
* public-private fields of Notification
|
||||
* <5.0:
|
||||
- implement RemoteControlClient
|
||||
- Expanded view:
|
||||
* progress bar
|
||||
* video playback & total time
|
||||
|
||||
|
||||
###DONE
|
||||
|
||||
* wifi lock
|
||||
* cpu lock
|
||||
* ongoing
|
||||
* priority
|
||||
* category
|
||||
* return to VideoItemDetail page on notification tap
|
||||
* progress bar
|
||||
* basic media controls
|
||||
* run in thread
|
||||
* clean up after playback properly
|
||||
* translation strings
|
||||
* listen for completion
|
||||
* lock screen controls
|
||||
|
||||
A lot of these suggestions are taken from <http://developer.android.com/design/patterns/notifications.html>
|
Loading…
Reference in New Issue