spotube/android
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
..
app feat(android-auto): add favorite button to notification UI 2026-09-01 00:28:20 +02:00
gradle/wrapper chore: upgrade to flutter 3.27.0 and fix gradle errors 2024-12-14 09:52:53 +06:00
.gitignore fix: quality preset initialization fails and audio source auth 2025-11-04 12:02:10 +06:00
build.gradle feat(android): home widget support (#2148) 2024-12-16 22:47:44 +06:00
gradle.properties chore: upgrade to Flutter 3.24.3 2024-09-30 21:53:12 +06:00
settings.gradle fix: upgrade NewPipeExtractor to avoid unplayable streams 2025-10-17 10:27:00 +06:00