Fossil Q: Move button config to device preferences

This commit is contained in:
Arjan Schrijver
2026-04-05 14:18:10 +02:00
committed by Arjan Schrijver
parent 5015e3a7b7
commit aa37f7bdce
9 changed files with 141 additions and 278 deletions
+25
View File
@@ -5438,4 +5438,29 @@
<item>@string/health_connect_initial_sync_all</item>
</string-array>
<string-array name="qhybrid_button_functions">
<item>Forward to phone</item>
<item>Forward to phone (multifunction)</item>
<item>Stopwatch</item>
<item>Date</item>
<item>Last notification</item>
<item>Second timezone</item>
<item>Volume up</item>
<item>Volume down</item>
<item>Step goal progress</item>
</string-array>
<string-array name="qhybrid_button_functions_values">
<!-- These must be identical to the enum keys in ConfigPayload -->
<item>FORWARD_TO_PHONE</item>
<item>FORWARD_TO_PHONE_MULTI</item>
<item>STOPWATCH</item>
<item>DATE</item>
<item>LAST_NOTIFICATION</item>
<item>SECOND_TIMEZONE</item>
<item>VOLUME_UP</item>
<item>VOLUME_DOWN</item>
<item>STEP_GOAL_COMPLETION</item>
</string-array>
</resources>