fix(android-auto): silent start, MODE resume, and search play - #16
Open
thecyberix wants to merge 198 commits into
Open
fix(android-auto): silent start, MODE resume, and search play#16thecyberix wants to merge 198 commits into
thecyberix wants to merge 198 commits into
Conversation
…eriodically #2155: manage a single app-level AudioFocusRequest in CrossfadeExoPlayerAdapter instead of per-player handleAudioFocus. Releasing the outgoing player no longer abandons audio focus, so playback stops pausing between tracks on background autoplay (cf. androidx/media#2100). Handles GAIN/LOSS/TRANSIENT/DUCK and abandons on stop/release. #2152: save playback position to DataStore every 5s while playing so a background process kill resumes at the right position instead of restarting the track; also cancel the previous progress loop to avoid leaking duplicate save loops.
Signed-off-by: Nguyễn Đức Tuấn Minh <ndtminh2608@gmail.com>
Signed-off-by: Nguyễn Đức Tuấn Minh <ndtminh2608@gmail.com>
…queue Android Auto: New UI
# Conflicts: # media/media3/build.gradle.kts # media/media3/src/main/java/com/maxrave/media3/service/SimpleMediaService.kt
Feat/google cast
…-window Disable VLC video output for audio playback
Signed-off-by: Nguyễn Đức Tuấn Minh <ndtminh2608@gmail.com>
MediaSession play went straight to ExoPlayer without requesting audio focus, so AA could show playing with silence. Route play/pause through the adapter, arm resume across MODE/USB/radio source switches, and resolve AA search hits that are not yet in Room. Co-authored-by: Cursor <cursoragent@cursor.com>
2 tasks
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Add this suggestion to a batch that can be applied as a single commit.This suggestion is invalid because no changes were made to the code.Suggestions cannot be applied while the pull request is closed.Suggestions cannot be applied while viewing a subset of changes.Only one suggestion per line can be applied in a batch.Add this suggestion to a batch that can be applied as a single commit.Applying suggestions on deleted lines is not supported.You must change the existing code in this line in order to create a valid suggestion.Outdated suggestions cannot be applied.This suggestion has been applied or marked resolved.Suggestions cannot be applied from pending reviews.Suggestions cannot be applied on multi-line comments.Suggestions cannot be applied while the pull request is queued to merge.Suggestion cannot be applied right now. Please check back later.
Summary
Test plan