mirror of
https://codeberg.org/Freeyourgadget/Gadgetbridge.git
synced 2026-07-31 07:44:24 +02:00
Fossil Q: Move button config to device preferences
This commit is contained in:
committed by
Arjan Schrijver
parent
5015e3a7b7
commit
aa37f7bdce
@@ -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>
|
||||
Reference in New Issue
Block a user