You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Android Auto: tapping a single song from an album now queues the whole album and walks through it in order on Skip Next/Prev (was only ever playing the tapped song).
Android Auto 'Shuffle All' (the 'cannot get your selection' error): the request is now queued via dispatchAction when the activity isn't yet bound, so it resumes once MainActivity binds instead of being silently dropped.
Last song and position now persist across app restarts in the Android native player (was hardcoded to 0 / not restored).