fix(aap): Address device settings review feedback

- Show connected device MACs in correct byte order (remove stale reversal)

- Rename 'Volume Swipe Length' setting to 'Volume Swipe Wait Time'

- Hide 'Charging Sounds' toggle: real case tones go over ATT and the actual effect of this AAP setting is unknown. Decode kept internally so AAP freshness signal still refreshes.

- Fix duplicate commands on End Call/Mute Mic radio buttons: use Modifier.selectable with Role.RadioButton, short-circuit when already selected, and wrap options in selectableGroup for TalkBack.
This commit is contained in:
darken
2026-04-07 18:53:54 +02:00
committed by Matthias Urhahn
parent a102b03261
commit 175f8e36b5
9 changed files with 78 additions and 79 deletions
+2 -4
View File
@@ -456,8 +456,8 @@
<string name="device_settings_press_hold_shortest">Shortest</string>
<string name="device_settings_volume_swipe_label">Volume Swipe</string>
<string name="device_settings_volume_swipe_description">Swipe to adjust volume</string>
<string name="device_settings_volume_swipe_length_label">Volume Swipe Length</string>
<string name="device_settings_volume_swipe_length_description">How far to swipe on the stem to change volume</string>
<string name="device_settings_volume_swipe_length_label">Volume Swipe Wait Time</string>
<string name="device_settings_volume_swipe_length_description">To prevent unintended volume adjustments, choose how long to wait between swipes.</string>
<string name="device_settings_volume_swipe_length_default">Default</string>
<string name="device_settings_volume_swipe_length_longer">Longer</string>
<string name="device_settings_volume_swipe_length_longest">Longest</string>
@@ -488,8 +488,6 @@
<string name="device_settings_allow_off_description">Show Off as an option when cycling noise control modes</string>
<string name="device_settings_sleep_detection_label">Sleep Detection</string>
<string name="device_settings_sleep_detection_description">Automatically pause audio when you fall asleep</string>
<string name="device_settings_in_case_tone_label">Charging Sounds</string>
<string name="device_settings_in_case_tone_description">Play a sound when connected to a charger</string>
<string name="device_settings_rename_label">Rename</string>
<string name="device_settings_rename_hint">Device name</string>
<string name="device_settings_rename_confirm">Rename</string>