Skip to content

fw/apps/system: Add music settings for volume controls and progress bar#1071

Merged
ericmigi merged 1 commit intocoredevices:mainfrom
asyba:music_settings_v2
Apr 10, 2026
Merged

fw/apps/system: Add music settings for volume controls and progress bar#1071
ericmigi merged 1 commit intocoredevices:mainfrom
asyba:music_settings_v2

Conversation

@asyba
Copy link
Copy Markdown
Contributor

@asyba asyba commented Apr 4, 2026

Add "Show Volume Controls" and "Show Progress Bar" options with the mobile app watch settings.

When "Show Volume Controls" is hidden:
UP/DOWN buttons perform next/previous track.
The SELECT button long-press is disabled to prevent entering volume mode.

When "Show Progress Bar" is hidden:
The progress bar and time labels are hidden.
The app unsubscribes from the tick timer to save power.

core app PR: coredevices/mobileapp#148

refactor of previous work: #525

Copy link
Copy Markdown
Member

@gmarull gmarull left a comment

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

feels like it would be nice to introduce at some point per-app settings, that can be controller in a menu (pretty much like in iOS), but for now lgtm

@asyba
Copy link
Copy Markdown
Contributor Author

asyba commented Apr 9, 2026

feels like it would be nice to introduce at some point per-app settings, that can be controller in a menu (pretty much like in iOS), but for now lgtm

I've even considered going further, though I'm not sure if it's possible. But I'd like to be able to offer, in that per-app settings, an interface where the app can be edited in many ways, such as colors, icons, positions, actions, etc.

Signed-off-by: Federico Bechini <federico.bechini@gmail.com>
@asyba asyba force-pushed the music_settings_v2 branch from f77e36e to 2635b2a Compare April 9, 2026 14:03
@gmarull gmarull requested a review from ericmigi April 9, 2026 18:52
@ericmigi
Copy link
Copy Markdown
Collaborator

Cool, just to confirm, this is default off and the setting only shows up on the phone side, right?

@asyba
Copy link
Copy Markdown
Contributor Author

asyba commented Apr 10, 2026

@ericmigi yes for default its always showing and can only be change from mobile app.
static bool s_music_show_volume_controls = true;
static bool s_music_show_progress_bar = true;

@ericmigi ericmigi merged commit 032472c into coredevices:main Apr 10, 2026
42 checks passed
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.

4 participants