From 881f35648b53efaf10ee7f7e1d36983355fe1919 Mon Sep 17 00:00:00 2001 From: Adam Howard Date: Mon, 4 Jan 2016 01:59:44 +0000 Subject: [PATCH] re laid out todos --- Background-Playback-Mini-Roadmap.md | 61 ++++++++++++++++------------- 1 file changed, 33 insertions(+), 28 deletions(-) diff --git a/Background-Playback-Mini-Roadmap.md b/Background-Playback-Mini-Roadmap.md index ccf83fa..8d1c380 100644 --- a/Background-Playback-Mini-Roadmap.md +++ b/Background-Playback-Mini-Roadmap.md @@ -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 \ No newline at end of file