Skip to content
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

Changed Android Auto/Wear settings to show rewind/fast forward icons correctly #944

Open
wants to merge 1 commit into
base: edge
Choose a base branch
from

Conversation

KBerstene
Copy link
Contributor

Changes the Android Auto and Wear controls to show rewind/fast forward when appropriate instead of only ever showing previous/next. This will better match the Now Playing fragment and notifications.

An interesting note in this: when Auto/Wear support was first introduced in 2015, the previous/next button would not show if the song playing was the first/last item in the queue, respectively. Since no other section that has play/pause/skip acts in the same manner, it was actually an outlier in this behavior. The interesting part is that the commit was to remove "useless" buttons, but the previous button was still useful, given that it could skip back to the beginning of a track. Either way, this will bring it in line with the other changes I've made in #940 and #941.

Meant to work with code submitted in PR #940, specifically the changes in DownloadService. Just like in #941, if that PR is not merged but you do want this one merged, I will add a commit to make that change so previous/next always go previous/next instead of going rewind/fastforward in some cases.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

1 participant