spotube/android/app
Lars 9f0402a7a1 feat(android-auto): add favorite button to notification UI
Adds a tappable 'favorite' custom media control to the Android Auto
notification, replacing the less useful stop control (skip/pause/play/
skip already cover playback stop).

audio_service has no built-in favorite action, so this follows the
same custom-control pattern already used for shuffle: a custom action
name is wired up in customAction(), and _transformEvent() swaps the
control's icon (ic_favorite / ic_favorite_on) based on whether the
active track is currently saved, via the metadata plugin's saved-
tracks provider.
2026-09-01 00:28:20 +02:00
..
src feat(android-auto): add favorite button to notification UI 2026-09-01 00:28:20 +02:00
build.gradle feat(android): add 16KB page size support 2025-11-12 11:17:34 +06:00
proguard-rules.pro fix(android): build not working due to 2026-02-12 10:57:36 +06:00