-
Notifications
You must be signed in to change notification settings - Fork 527
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Implement AudioPlayerController #116
Labels
Priority: Essential
This work item must be completed for its milestone.
Z-ibt
Temporary label for Ben to keep track of issues he's triaged.
Milestone
Comments
BenHenning
changed the title
Implement AudioPlayerController
Implement AudioPlayerController [Blocked: #123]
Sep 17, 2019
This is blocked on #123. |
BenHenning
added
Where: Infrastructure
Priority: Essential
This work item must be completed for its milestone.
and removed
Status: Not started
labels
Sep 17, 2019
6 tasks
6 tasks
This was referenced Sep 20, 2019
6 tasks
6 tasks
jamesxu0
added a commit
that referenced
this issue
Sep 27, 2019
* copied files over from branch audio-player * using coroutines to schedule seek bar updates * Updated to add correct locking and more checks * Updated comments * Added change data source function and change to AsyncResult * Added test cases for controller and observer * init now return LiveData, release removes observers * add more locking * Added more tests * Finished test cases * Updated comments * Updated test names * Fixed scheduling and error test cases * Added getPlayProgressLiveData and minor fixes to test cases
BenHenning
changed the title
Implement AudioPlayerController [Blocked: #123]
Implement AudioPlayerController
Sep 30, 2019
jamesxu0
added a commit
that referenced
this issue
Oct 6, 2019
* Created CellularDialogController * Started making tests for controller * Removed import * Fixed test cases and renamed to hideDialog * Fixed comments * Added use cellular data value and added test cases * Started adding test cases * Setup initial testing environment for state fragment * Add more test cases * Changed cellular data controller methods to always and never use cellular data
BenHenning
moved this to Needs Triage
in [Team] Developer Workflow & Infrastructure - Android
Sep 15, 2022
BenHenning
added
the
Z-ibt
Temporary label for Ben to keep track of issues he's triaged.
label
Sep 15, 2022
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Labels
Priority: Essential
This work item must be completed for its milestone.
Z-ibt
Temporary label for Ben to keep track of issues he's triaged.
There needs to be a controller for streaming and playing & pausing audio. This controller should include selecting a specific language whose audio should be played.
The text was updated successfully, but these errors were encountered: