mirror of
https://codeberg.org/Freeyourgadget/Gadgetbridge.git
synced 2026-07-31 07:44:24 +02:00
ui: use app:useSimpleSummaryProvider="true" instead of android:summary="%s"
fixes ListPreference's logcat warning: `Setting a summary with a String formatting marker is no longer supported. You should use a SummaryProvider instead.` https://developer.android.com/develop/ui/views/components/settings/customize-your-settings#summaries
This commit is contained in:
committed by
José Rebelo
parent
7a267f5200
commit
805bc35299
@@ -1,5 +1,6 @@
|
||||
<?xml version="1.0" encoding="utf-8"?>
|
||||
<androidx.preference.PreferenceScreen xmlns:android="http://schemas.android.com/apk/res/android">
|
||||
<androidx.preference.PreferenceScreen xmlns:android="http://schemas.android.com/apk/res/android"
|
||||
xmlns:app="http://schemas.android.com/apk/res-auto">
|
||||
<PreferenceScreen
|
||||
android:icon="@drawable/ic_always_on_display"
|
||||
android:key="pref_screen_always_on_display"
|
||||
@@ -15,7 +16,7 @@
|
||||
android:entries="@array/always_on_display"
|
||||
android:entryValues="@array/always_on_display_values"
|
||||
android:key="always_on_display_mode"
|
||||
android:summary="%s"
|
||||
app:useSimpleSummaryProvider="true"
|
||||
android:title="@string/prefs_always_on_display" />
|
||||
|
||||
<nodomain.freeyourgadget.gadgetbridge.util.XTimePreference
|
||||
@@ -39,7 +40,7 @@
|
||||
android:entries="@array/pref_huami2021_empty_array"
|
||||
android:entryValues="@array/pref_huami2021_empty_array"
|
||||
android:key="always_on_display_style"
|
||||
android:summary="%s"
|
||||
app:useSimpleSummaryProvider="true"
|
||||
android:title="@string/prefs_always_on_display_style" />
|
||||
</PreferenceScreen>
|
||||
</androidx.preference.PreferenceScreen>
|
||||
|
||||
@@ -1,18 +1,19 @@
|
||||
<?xml version="1.0" encoding="utf-8"?>
|
||||
<androidx.preference.PreferenceScreen xmlns:android="http://schemas.android.com/apk/res/android">
|
||||
<androidx.preference.PreferenceScreen xmlns:android="http://schemas.android.com/apk/res/android"
|
||||
xmlns:app="http://schemas.android.com/apk/res-auto">
|
||||
<ListPreference
|
||||
android:defaultValue="1"
|
||||
android:entries="@array/atc_ble_oepl_models"
|
||||
android:entryValues="@array/atc_ble_oepl_models_values"
|
||||
android:key="pref_atc_ble_oepl_model"
|
||||
android:summary="%s"
|
||||
app:useSimpleSummaryProvider="true"
|
||||
android:title="@string/pref_atc_ble_oepl_model_title" />
|
||||
<ListPreference
|
||||
android:defaultValue="3200"
|
||||
android:entries="@array/atc_ble_oepl_ble_adv_interval"
|
||||
android:entryValues="@array/atc_ble_oepl_ble_adv_interval_values"
|
||||
android:key="pref_atc_ble_oepl_ble_adv_interval"
|
||||
android:summary="%s"
|
||||
app:useSimpleSummaryProvider="true"
|
||||
android:title="@string/pref_atc_ble_oepl_ble_adv_interval_title" />
|
||||
<SwitchPreferenceCompat
|
||||
android:defaultValue="true"
|
||||
|
||||
@@ -1,5 +1,6 @@
|
||||
<?xml version="1.0" encoding="utf-8"?>
|
||||
<androidx.preference.PreferenceScreen xmlns:android="http://schemas.android.com/apk/res/android">
|
||||
<androidx.preference.PreferenceScreen xmlns:android="http://schemas.android.com/apk/res/android"
|
||||
xmlns:app="http://schemas.android.com/apk/res-auto">
|
||||
<PreferenceScreen
|
||||
android:icon="@drawable/ic_heartrate"
|
||||
android:key="screen_autoheartrate"
|
||||
@@ -29,7 +30,7 @@
|
||||
android:entries="@array/autoheartrate_interval_hours"
|
||||
android:entryValues="@array/autoheartrate_interval_hours"
|
||||
android:key="pref_autoheartrate_interval"
|
||||
android:summary="%s"
|
||||
app:useSimpleSummaryProvider="true"
|
||||
android:title="@string/prefs_autoheartrate_interval" />
|
||||
|
||||
<nodomain.freeyourgadget.gadgetbridge.util.XTimePreference
|
||||
|
||||
@@ -1,11 +1,12 @@
|
||||
<?xml version="1.0" encoding="utf-8"?>
|
||||
<androidx.preference.PreferenceScreen xmlns:android="http://schemas.android.com/apk/res/android">
|
||||
<androidx.preference.PreferenceScreen xmlns:android="http://schemas.android.com/apk/res/android"
|
||||
xmlns:app="http://schemas.android.com/apk/res-auto">
|
||||
<ListPreference
|
||||
android:defaultValue="off"
|
||||
android:entries="@array/sony_automatic_power_off_names"
|
||||
android:entryValues="@array/sony_automatic_power_off_values"
|
||||
android:icon="@drawable/ic_power_settings_new"
|
||||
android:key="pref_sony_automatic_power_off"
|
||||
android:summary="%s"
|
||||
app:useSimpleSummaryProvider="true"
|
||||
android:title="@string/sony_automatic_power_off" />
|
||||
</androidx.preference.PreferenceScreen>
|
||||
|
||||
@@ -1,11 +1,12 @@
|
||||
<?xml version="1.0" encoding="utf-8"?>
|
||||
<androidx.preference.PreferenceScreen xmlns:android="http://schemas.android.com/apk/res/android">
|
||||
<androidx.preference.PreferenceScreen xmlns:android="http://schemas.android.com/apk/res/android"
|
||||
xmlns:app="http://schemas.android.com/apk/res-auto">
|
||||
<ListPreference
|
||||
android:defaultValue="off"
|
||||
android:entries="@array/sony_automatic_power_off_when_taken_off_names"
|
||||
android:entryValues="@array/sony_automatic_power_off_when_taken_off_values"
|
||||
android:icon="@drawable/ic_power_settings_new"
|
||||
android:key="pref_sony_automatic_power_off"
|
||||
android:summary="%s"
|
||||
app:useSimpleSummaryProvider="true"
|
||||
android:title="@string/sony_automatic_power_off" />
|
||||
</androidx.preference.PreferenceScreen>
|
||||
|
||||
@@ -1,5 +1,6 @@
|
||||
<?xml version="1.0" encoding="utf-8"?>
|
||||
<androidx.preference.PreferenceScreen xmlns:android="http://schemas.android.com/apk/res/android">
|
||||
<androidx.preference.PreferenceScreen xmlns:android="http://schemas.android.com/apk/res/android"
|
||||
xmlns:app="http://schemas.android.com/apk/res-auto">
|
||||
<PreferenceScreen
|
||||
android:key="screen_button_actions"
|
||||
android:icon="@drawable/ic_smart_button"
|
||||
@@ -31,7 +32,7 @@
|
||||
android:entryValues="@array/button_action_values"
|
||||
android:key="button_single_press_action_selection"
|
||||
android:defaultValue="@string/pref_button_action_disabled_value"
|
||||
android:summary="%s"
|
||||
app:useSimpleSummaryProvider="true"
|
||||
android:title="@string/prefs_button_single_press_action_selection_title" />
|
||||
|
||||
<ListPreference
|
||||
@@ -40,7 +41,7 @@
|
||||
android:entries="@array/button_action_options"
|
||||
android:entryValues="@array/button_action_values"
|
||||
android:key="button_double_press_action_selection"
|
||||
android:summary="%s"
|
||||
app:useSimpleSummaryProvider="true"
|
||||
android:defaultValue="@string/pref_button_action_disabled_value"
|
||||
android:title="@string/prefs_button_double_press_action_selection_title" />
|
||||
|
||||
@@ -50,7 +51,7 @@
|
||||
android:entries="@array/button_action_options"
|
||||
android:entryValues="@array/button_action_values"
|
||||
android:key="button_triple_press_action_selection"
|
||||
android:summary="%s"
|
||||
app:useSimpleSummaryProvider="true"
|
||||
android:defaultValue="@string/pref_button_action_disabled_value"
|
||||
android:title="@string/prefs_button_triple_press_action_selection_title" />
|
||||
|
||||
|
||||
@@ -1,11 +1,12 @@
|
||||
<?xml version="1.0" encoding="utf-8"?>
|
||||
<androidx.preference.PreferenceScreen xmlns:android="http://schemas.android.com/apk/res/android">
|
||||
<androidx.preference.PreferenceScreen xmlns:android="http://schemas.android.com/apk/res/android"
|
||||
xmlns:app="http://schemas.android.com/apk/res-auto">
|
||||
<ListPreference
|
||||
android:defaultValue=""
|
||||
android:entries="@array/pref_zepp_os_apps"
|
||||
android:entryValues="@array/pref_zepp_os_apps_values"
|
||||
android:icon="@drawable/ic_smart_button"
|
||||
android:key="pref_button_action_lower_short"
|
||||
android:summary="%s"
|
||||
app:useSimpleSummaryProvider="true"
|
||||
android:title="@string/pref_title_lower_button_short_press_action" />
|
||||
</androidx.preference.PreferenceScreen>
|
||||
|
||||
@@ -1,11 +1,12 @@
|
||||
<?xml version="1.0" encoding="utf-8"?>
|
||||
<androidx.preference.PreferenceScreen xmlns:android="http://schemas.android.com/apk/res/android">
|
||||
<androidx.preference.PreferenceScreen xmlns:android="http://schemas.android.com/apk/res/android"
|
||||
xmlns:app="http://schemas.android.com/apk/res-auto">
|
||||
<ListPreference
|
||||
android:defaultValue=""
|
||||
android:entries="@array/pref_zepp_os_apps"
|
||||
android:entryValues="@array/pref_zepp_os_apps_values"
|
||||
android:icon="@drawable/ic_smart_button"
|
||||
android:key="pref_button_action_upper_long"
|
||||
android:summary="%s"
|
||||
app:useSimpleSummaryProvider="true"
|
||||
android:title="@string/pref_title_upper_button_long_press_action" />
|
||||
</androidx.preference.PreferenceScreen>
|
||||
|
||||
@@ -1,5 +1,6 @@
|
||||
<?xml version="1.0" encoding="utf-8"?>
|
||||
<androidx.preference.PreferenceScreen xmlns:android="http://schemas.android.com/apk/res/android">
|
||||
<androidx.preference.PreferenceScreen xmlns:android="http://schemas.android.com/apk/res/android"
|
||||
xmlns:app="http://schemas.android.com/apk/res-auto">
|
||||
<PreferenceScreen
|
||||
android:key="screen_button_actions"
|
||||
android:icon="@drawable/ic_smart_button"
|
||||
@@ -36,7 +37,7 @@
|
||||
android:entryValues="@array/button_action_values"
|
||||
android:key="button_single_press_action_selection"
|
||||
android:defaultValue="@string/pref_button_action_disabled_value"
|
||||
android:summary="%s"
|
||||
app:useSimpleSummaryProvider="true"
|
||||
android:title="@string/prefs_button_single_press_action_selection_title" />
|
||||
|
||||
<ListPreference
|
||||
@@ -45,7 +46,7 @@
|
||||
android:entries="@array/button_action_options"
|
||||
android:entryValues="@array/button_action_values"
|
||||
android:key="button_double_press_action_selection"
|
||||
android:summary="%s"
|
||||
app:useSimpleSummaryProvider="true"
|
||||
android:defaultValue="@string/pref_button_action_disabled_value"
|
||||
android:title="@string/prefs_button_double_press_action_selection_title" />
|
||||
|
||||
@@ -55,7 +56,7 @@
|
||||
android:entries="@array/button_action_options"
|
||||
android:entryValues="@array/button_action_values"
|
||||
android:key="button_triple_press_action_selection"
|
||||
android:summary="%s"
|
||||
app:useSimpleSummaryProvider="true"
|
||||
android:defaultValue="@string/pref_button_action_disabled_value"
|
||||
android:title="@string/prefs_button_triple_press_action_selection_title" />
|
||||
|
||||
@@ -66,7 +67,7 @@
|
||||
android:entryValues="@array/button_action_values"
|
||||
android:key="button_long_press_action_selection"
|
||||
android:defaultValue="@string/pref_button_action_disabled_value"
|
||||
android:summary="%s"
|
||||
app:useSimpleSummaryProvider="true"
|
||||
android:title="@string/prefs_button_long_press_action_selection_title" />
|
||||
<PreferenceCategory android:title="@string/prefs_button_variable_actions">
|
||||
|
||||
|
||||
@@ -1,11 +1,12 @@
|
||||
<?xml version="1.0" encoding="utf-8"?>
|
||||
<androidx.preference.PreferenceScreen xmlns:android="http://schemas.android.com/apk/res/android">
|
||||
<androidx.preference.PreferenceScreen xmlns:android="http://schemas.android.com/apk/res/android"
|
||||
xmlns:app="http://schemas.android.com/apk/res-auto">
|
||||
<ListPreference
|
||||
android:icon="@drawable/ic_sync"
|
||||
android:defaultValue="2"
|
||||
android:entries="@array/pref_casio_connection_duration"
|
||||
android:entryValues="@array/pref_casio_connection_duration_values"
|
||||
android:key="connection_duration"
|
||||
android:summary="%s"
|
||||
app:useSimpleSummaryProvider="true"
|
||||
android:title="@string/pref_app_connection_duration" />
|
||||
</androidx.preference.PreferenceScreen>
|
||||
|
||||
@@ -1,12 +1,13 @@
|
||||
<?xml version="1.0" encoding="utf-8"?>
|
||||
<androidx.preference.PreferenceScreen xmlns:android="http://schemas.android.com/apk/res/android">
|
||||
<androidx.preference.PreferenceScreen xmlns:android="http://schemas.android.com/apk/res/android"
|
||||
xmlns:app="http://schemas.android.com/apk/res-auto">
|
||||
<ListPreference
|
||||
android:defaultValue="0"
|
||||
android:entries="@array/prefs_heartrate_measurement_interval"
|
||||
android:entryValues="@array/prefs_heartrate_measurement_interval_values"
|
||||
android:icon="@drawable/ic_heartrate"
|
||||
android:key="heartrate_measurement_interval"
|
||||
android:summary="%s"
|
||||
app:useSimpleSummaryProvider="true"
|
||||
android:title="@string/prefs_title_heartrate_measurement_interval" />
|
||||
<SwitchPreferenceCompat
|
||||
android:defaultValue="false"
|
||||
|
||||
@@ -1,5 +1,6 @@
|
||||
<?xml version="1.0" encoding="utf-8"?>
|
||||
<PreferenceScreen xmlns:android="http://schemas.android.com/apk/res/android">
|
||||
<PreferenceScreen xmlns:android="http://schemas.android.com/apk/res/android"
|
||||
xmlns:app="http://schemas.android.com/apk/res-auto">
|
||||
<SwitchPreferenceCompat
|
||||
android:defaultValue="false"
|
||||
android:icon="@drawable/ic_power_settings_new"
|
||||
@@ -15,7 +16,7 @@
|
||||
android:entryValues="@array/wearside_values"
|
||||
android:key="wearlocation"
|
||||
android:title="@string/prefs_wearside"
|
||||
android:summary="%s" />
|
||||
app:useSimpleSummaryProvider="true" />
|
||||
<SeekBarPreference
|
||||
android:dependency="display_enabled"
|
||||
android:defaultValue="2"
|
||||
|
||||
@@ -1,12 +1,13 @@
|
||||
<?xml version="1.0" encoding="utf-8"?>
|
||||
<androidx.preference.PreferenceScreen xmlns:android="http://schemas.android.com/apk/res/android">
|
||||
<androidx.preference.PreferenceScreen xmlns:android="http://schemas.android.com/apk/res/android"
|
||||
xmlns:app="http://schemas.android.com/apk/res-auto">
|
||||
<ListPreference
|
||||
android:defaultValue="MM/dd/yyyy"
|
||||
android:icon="@drawable/ic_access_time"
|
||||
android:entries="@array/dateformats"
|
||||
android:entryValues="@array/dateformats_values"
|
||||
android:key="dateformat"
|
||||
android:summary="%s"
|
||||
app:useSimpleSummaryProvider="true"
|
||||
android:title="@string/miband2_prefs_dateformat" />
|
||||
|
||||
</androidx.preference.PreferenceScreen>
|
||||
|
||||
@@ -1,11 +1,12 @@
|
||||
<?xml version="1.0" encoding="utf-8"?>
|
||||
<androidx.preference.PreferenceScreen xmlns:android="http://schemas.android.com/apk/res/android">
|
||||
<androidx.preference.PreferenceScreen xmlns:android="http://schemas.android.com/apk/res/android"
|
||||
xmlns:app="http://schemas.android.com/apk/res-auto">
|
||||
<ListPreference
|
||||
android:defaultValue="YYYY/MM/DD"
|
||||
android:entries="@array/dateformats_2"
|
||||
android:entryValues="@array/dateformats_2_values"
|
||||
android:icon="@drawable/ic_access_time"
|
||||
android:key="dateformat"
|
||||
android:summary="%s"
|
||||
app:useSimpleSummaryProvider="true"
|
||||
android:title="@string/miband2_prefs_dateformat" />
|
||||
</androidx.preference.PreferenceScreen>
|
||||
|
||||
@@ -1,12 +1,13 @@
|
||||
<?xml version="1.0" encoding="utf-8"?>
|
||||
<androidx.preference.PreferenceScreen xmlns:android="http://schemas.android.com/apk/res/android">
|
||||
<androidx.preference.PreferenceScreen xmlns:android="http://schemas.android.com/apk/res/android"
|
||||
xmlns:app="http://schemas.android.com/apk/res-auto">
|
||||
<ListPreference
|
||||
android:defaultValue="auto"
|
||||
android:icon="@drawable/ic_access_time"
|
||||
android:entries="@array/dateformat_day_month_order_entries"
|
||||
android:entryValues="@array/dateformat_day_month_order_values"
|
||||
android:key="dateformat"
|
||||
android:summary="%s"
|
||||
app:useSimpleSummaryProvider="true"
|
||||
android:title="@string/miband2_prefs_dateformat" />
|
||||
|
||||
</androidx.preference.PreferenceScreen>
|
||||
|
||||
@@ -60,7 +60,7 @@
|
||||
android:entries="@array/device_action_options"
|
||||
android:entryValues="@array/device_action_values"
|
||||
android:key="events_forwarding_startnonwear_action_selections"
|
||||
android:summary="%s"
|
||||
app:useSimpleSummaryProvider="true"
|
||||
android:defaultValue="@array/empty_array"
|
||||
android:title="@string/prefs_events_forwarding_action_title" />
|
||||
<EditTextPreference
|
||||
|
||||
@@ -17,7 +17,7 @@
|
||||
android:entries="@array/device_action_options"
|
||||
android:entryValues="@array/device_action_values"
|
||||
android:key="events_forwarding_fellsleep_action_selections"
|
||||
android:summary="%s"
|
||||
app:useSimpleSummaryProvider="true"
|
||||
android:title="@string/prefs_events_forwarding_action_title" />
|
||||
<EditTextPreference
|
||||
android:defaultValue="@string/prefs_events_forwarding_fellsleep_broadcast_default_value"
|
||||
@@ -40,7 +40,7 @@
|
||||
android:entries="@array/device_action_options"
|
||||
android:entryValues="@array/device_action_values"
|
||||
android:key="events_forwarding_wokeup_action_selections"
|
||||
android:summary="%s"
|
||||
app:useSimpleSummaryProvider="true"
|
||||
android:title="@string/prefs_events_forwarding_action_title" />
|
||||
<EditTextPreference
|
||||
android:defaultValue="@string/prefs_events_forwarding_wokeup_broadcast_default_value"
|
||||
|
||||
@@ -1,5 +1,6 @@
|
||||
<?xml version="1.0" encoding="utf-8"?>
|
||||
<androidx.preference.PreferenceScreen xmlns:android="http://schemas.android.com/apk/res/android">
|
||||
<androidx.preference.PreferenceScreen xmlns:android="http://schemas.android.com/apk/res/android"
|
||||
xmlns:app="http://schemas.android.com/apk/res-auto">
|
||||
|
||||
<PreferenceScreen
|
||||
android:key="screen_disconnect_nofifiction"
|
||||
@@ -15,7 +16,7 @@
|
||||
android:entries="@array/activate_display_on_lift"
|
||||
android:entryValues="@array/activate_display_on_lift_values"
|
||||
android:key="disconnect_notification"
|
||||
android:summary="%s"
|
||||
app:useSimpleSummaryProvider="true"
|
||||
android:title="@string/prefs_disconnect_notification" />
|
||||
|
||||
<nodomain.freeyourgadget.gadgetbridge.util.XTimePreference
|
||||
|
||||
@@ -1,5 +1,6 @@
|
||||
<?xml version="1.0" encoding="utf-8"?>
|
||||
<androidx.preference.PreferenceScreen xmlns:android="http://schemas.android.com/apk/res/android">
|
||||
<androidx.preference.PreferenceScreen xmlns:android="http://schemas.android.com/apk/res/android"
|
||||
xmlns:app="http://schemas.android.com/apk/res-auto">
|
||||
<PreferenceScreen
|
||||
android:icon="@drawable/ic_block"
|
||||
android:key="screen_do_not_disturb"
|
||||
@@ -17,7 +18,7 @@
|
||||
android:entries="@array/do_not_disturb_allday"
|
||||
android:entryValues="@array/mi2_do_not_disturb_values"
|
||||
android:key="do_not_disturb"
|
||||
android:summary="%s"
|
||||
app:useSimpleSummaryProvider="true"
|
||||
android:title="@string/mi2_prefs_do_not_disturb" />
|
||||
|
||||
<nodomain.freeyourgadget.gadgetbridge.util.XTimePreference
|
||||
|
||||
@@ -1,5 +1,6 @@
|
||||
<?xml version="1.0" encoding="utf-8"?>
|
||||
<androidx.preference.PreferenceScreen xmlns:android="http://schemas.android.com/apk/res/android">
|
||||
<androidx.preference.PreferenceScreen xmlns:android="http://schemas.android.com/apk/res/android"
|
||||
xmlns:app="http://schemas.android.com/apk/res-auto">
|
||||
<PreferenceScreen
|
||||
android:icon="@drawable/ic_block"
|
||||
android:key="screen_do_not_disturb"
|
||||
@@ -12,7 +13,7 @@
|
||||
android:entries="@array/do_not_disturb_allday"
|
||||
android:entryValues="@array/mi2_do_not_disturb_values"
|
||||
android:key="do_not_disturb"
|
||||
android:summary="%s"
|
||||
app:useSimpleSummaryProvider="true"
|
||||
android:title="@string/mi2_prefs_do_not_disturb" />
|
||||
|
||||
<nodomain.freeyourgadget.gadgetbridge.util.XTimePreference
|
||||
|
||||
@@ -1,5 +1,6 @@
|
||||
<?xml version="1.0" encoding="utf-8"?>
|
||||
<androidx.preference.PreferenceScreen xmlns:android="http://schemas.android.com/apk/res/android">
|
||||
<androidx.preference.PreferenceScreen xmlns:android="http://schemas.android.com/apk/res/android"
|
||||
xmlns:app="http://schemas.android.com/apk/res-auto">
|
||||
<PreferenceScreen
|
||||
android:icon="@drawable/ic_block"
|
||||
android:key="screen_do_not_disturb_no_auto"
|
||||
@@ -12,7 +13,7 @@
|
||||
android:entries="@array/do_not_disturb_no_auto"
|
||||
android:entryValues="@array/do_not_disturb_no_auto_values"
|
||||
android:key="do_not_disturb_no_auto"
|
||||
android:summary="%s"
|
||||
app:useSimpleSummaryProvider="true"
|
||||
android:title="@string/mi2_prefs_do_not_disturb" />
|
||||
|
||||
<nodomain.freeyourgadget.gadgetbridge.util.XTimePreference
|
||||
|
||||
@@ -1,5 +1,6 @@
|
||||
<?xml version="1.0" encoding="utf-8"?>
|
||||
<androidx.preference.PreferenceScreen xmlns:android="http://schemas.android.com/apk/res/android">
|
||||
<androidx.preference.PreferenceScreen xmlns:android="http://schemas.android.com/apk/res/android"
|
||||
xmlns:app="http://schemas.android.com/apk/res-auto">
|
||||
<PreferenceScreen
|
||||
android:icon="@drawable/ic_block"
|
||||
android:key="screen_do_not_disturb"
|
||||
@@ -15,7 +16,7 @@
|
||||
android:entries="@array/mi2_do_not_disturb"
|
||||
android:entryValues="@array/mi2_do_not_disturb_values"
|
||||
android:key="do_not_disturb"
|
||||
android:summary="%s"
|
||||
app:useSimpleSummaryProvider="true"
|
||||
android:title="@string/mi2_prefs_do_not_disturb" />
|
||||
|
||||
<nodomain.freeyourgadget.gadgetbridge.util.XTimePreference
|
||||
|
||||
@@ -1,5 +1,6 @@
|
||||
<?xml version="1.0" encoding="utf-8"?>
|
||||
<androidx.preference.PreferenceScreen xmlns:android="http://schemas.android.com/apk/res/android">
|
||||
<androidx.preference.PreferenceScreen xmlns:android="http://schemas.android.com/apk/res/android"
|
||||
xmlns:app="http://schemas.android.com/apk/res-auto">
|
||||
<PreferenceScreen
|
||||
android:icon="@drawable/ic_block"
|
||||
android:key="pref_screen_do_not_disturb"
|
||||
@@ -15,7 +16,7 @@
|
||||
android:entries="@array/do_not_disturb_with_always"
|
||||
android:entryValues="@array/do_not_disturb_with_always_values"
|
||||
android:key="do_not_disturb"
|
||||
android:summary="%s"
|
||||
app:useSimpleSummaryProvider="true"
|
||||
android:title="@string/mi2_prefs_do_not_disturb" />
|
||||
|
||||
<nodomain.freeyourgadget.gadgetbridge.util.XTimePreference
|
||||
|
||||
@@ -11,7 +11,7 @@
|
||||
<ListPreference
|
||||
android:icon="@drawable/ic_equalizer"
|
||||
android:key="pref_earfun_equalizer_preset"
|
||||
android:summary="%s"
|
||||
app:useSimpleSummaryProvider="true"
|
||||
android:title="@string/prefs_equalizer_preset" />
|
||||
|
||||
<SeekBarPreference
|
||||
|
||||
@@ -11,7 +11,7 @@
|
||||
<ListPreference
|
||||
android:icon="@drawable/ic_equalizer"
|
||||
android:key="pref_earfun_equalizer_preset"
|
||||
android:summary="%s"
|
||||
app:useSimpleSummaryProvider="true"
|
||||
android:title="@string/prefs_equalizer_preset" />
|
||||
|
||||
<SeekBarPreference
|
||||
|
||||
@@ -1,5 +1,6 @@
|
||||
<?xml version="1.0" encoding="utf-8"?>
|
||||
<androidx.preference.PreferenceScreen xmlns:android="http://schemas.android.com/apk/res/android">
|
||||
<androidx.preference.PreferenceScreen xmlns:android="http://schemas.android.com/apk/res/android"
|
||||
xmlns:app="http://schemas.android.com/apk/res-auto">
|
||||
|
||||
<SwitchPreferenceCompat
|
||||
android:defaultValue="false"
|
||||
@@ -23,7 +24,7 @@
|
||||
android:entryValues="@array/earfun_audio_codec_values"
|
||||
android:icon="@drawable/ic_equalizer"
|
||||
android:key="pref_earfun_audio_codec"
|
||||
android:summary="%s"
|
||||
app:useSimpleSummaryProvider="true"
|
||||
android:title="@string/audio_codec" />
|
||||
<Preference
|
||||
android:key="pref_earfun_audio_codec_hint"
|
||||
@@ -36,7 +37,7 @@
|
||||
android:entryValues="@array/earfun_advanced_audio_mode_values"
|
||||
android:icon="@drawable/ic_bluetooth"
|
||||
android:key="pref_earfun_advanced_audio_mode"
|
||||
android:summary="%s"
|
||||
app:useSimpleSummaryProvider="true"
|
||||
android:title="@string/earfun_advanced_audio_mode" />
|
||||
<Preference
|
||||
android:key="pref_earfun_advanced_audio_mode_hint"
|
||||
|
||||
@@ -1,5 +1,6 @@
|
||||
<?xml version="1.0" encoding="utf-8"?>
|
||||
<androidx.preference.PreferenceScreen xmlns:android="http://schemas.android.com/apk/res/android">
|
||||
<androidx.preference.PreferenceScreen xmlns:android="http://schemas.android.com/apk/res/android"
|
||||
xmlns:app="http://schemas.android.com/apk/res-auto">
|
||||
|
||||
<PreferenceScreen
|
||||
android:icon="@drawable/ic_touch"
|
||||
@@ -22,7 +23,7 @@
|
||||
android:entryValues="@array/earfun_air_pro_4_tap_action_values"
|
||||
android:icon="@drawable/ic_filter_1"
|
||||
android:key="pref_earfun_single_tap_left_action"
|
||||
android:summary="%s"
|
||||
app:useSimpleSummaryProvider="true"
|
||||
android:title="@string/prefs_left" />
|
||||
<ListPreference
|
||||
android:defaultValue="16"
|
||||
@@ -30,7 +31,7 @@
|
||||
android:entries="@array/earfun_air_pro_4_tap_action_names"
|
||||
android:entryValues="@array/earfun_air_pro_4_tap_action_values"
|
||||
android:key="pref_earfun_single_tap_right_action"
|
||||
android:summary="%s"
|
||||
app:useSimpleSummaryProvider="true"
|
||||
android:title="@string/prefs_right" />
|
||||
</PreferenceCategory>
|
||||
|
||||
@@ -42,7 +43,7 @@
|
||||
android:entryValues="@array/earfun_air_pro_4_tap_action_values"
|
||||
android:icon="@drawable/ic_filter_2"
|
||||
android:key="pref_earfun_double_tap_left_action"
|
||||
android:summary="%s"
|
||||
app:useSimpleSummaryProvider="true"
|
||||
android:title="@string/prefs_left" />
|
||||
<ListPreference
|
||||
android:defaultValue="16"
|
||||
@@ -50,7 +51,7 @@
|
||||
android:entries="@array/earfun_air_pro_4_tap_action_names"
|
||||
android:entryValues="@array/earfun_air_pro_4_tap_action_values"
|
||||
android:key="pref_earfun_double_tap_right_action"
|
||||
android:summary="%s"
|
||||
app:useSimpleSummaryProvider="true"
|
||||
android:title="@string/prefs_right" />
|
||||
</PreferenceCategory>
|
||||
|
||||
@@ -62,7 +63,7 @@
|
||||
android:entryValues="@array/earfun_air_pro_4_tap_action_values"
|
||||
android:icon="@drawable/ic_filter_3"
|
||||
android:key="pref_earfun_tripple_tap_left_action"
|
||||
android:summary="%s"
|
||||
app:useSimpleSummaryProvider="true"
|
||||
android:title="@string/prefs_left" />
|
||||
<ListPreference
|
||||
android:defaultValue="16"
|
||||
@@ -70,7 +71,7 @@
|
||||
android:entries="@array/earfun_air_pro_4_tap_action_names"
|
||||
android:entryValues="@array/earfun_air_pro_4_tap_action_values"
|
||||
android:key="pref_earfun_tripple_tap_right_action"
|
||||
android:summary="%s"
|
||||
app:useSimpleSummaryProvider="true"
|
||||
android:title="@string/prefs_right" />
|
||||
</PreferenceCategory>
|
||||
|
||||
@@ -82,7 +83,7 @@
|
||||
android:entryValues="@array/earfun_air_pro_4_tap_action_values"
|
||||
android:icon="@drawable/ic_touch"
|
||||
android:key="pref_earfun_long_tap_left_action"
|
||||
android:summary="%s"
|
||||
app:useSimpleSummaryProvider="true"
|
||||
android:title="@string/prefs_left" />
|
||||
<ListPreference
|
||||
android:defaultValue="16"
|
||||
@@ -90,7 +91,7 @@
|
||||
android:entries="@array/earfun_air_pro_4_tap_action_names"
|
||||
android:entryValues="@array/earfun_air_pro_4_tap_action_values"
|
||||
android:key="pref_earfun_long_tap_right_action"
|
||||
android:summary="%s"
|
||||
app:useSimpleSummaryProvider="true"
|
||||
android:title="@string/prefs_right" />
|
||||
</PreferenceCategory>
|
||||
|
||||
|
||||
@@ -8,7 +8,7 @@
|
||||
android:entryValues="@array/earfun_ambient_sound_control_values"
|
||||
android:icon="@drawable/ic_hearing"
|
||||
android:key="pref_earfun_ambient_sound_control"
|
||||
android:summary="%s"
|
||||
app:useSimpleSummaryProvider="true"
|
||||
android:title="@string/pref_header_sony_ambient_sound_control" />
|
||||
|
||||
<ListPreference
|
||||
@@ -17,7 +17,7 @@
|
||||
android:entryValues="@array/earfun_transparency_mode_values"
|
||||
android:icon="@drawable/ic_hearing"
|
||||
android:key="pref_earfun_transparency_mode"
|
||||
android:summary="%s"
|
||||
app:useSimpleSummaryProvider="true"
|
||||
android:title="@string/earfun_transparency_mode" />
|
||||
|
||||
<ListPreference
|
||||
@@ -26,7 +26,7 @@
|
||||
android:entryValues="@array/earfun_anc_mode_values"
|
||||
android:icon="@drawable/ic_hearing"
|
||||
android:key="pref_earfun_anc_mode"
|
||||
android:summary="%s"
|
||||
app:useSimpleSummaryProvider="true"
|
||||
android:title="@string/earfun_anc_mode" />
|
||||
|
||||
<ListPreference
|
||||
@@ -35,7 +35,7 @@
|
||||
android:entryValues="@array/earfun_microphone_mode_values"
|
||||
android:icon="@drawable/ic_microphone"
|
||||
android:key="pref_earfun_microphone_mode"
|
||||
android:summary="%s"
|
||||
app:useSimpleSummaryProvider="true"
|
||||
android:title="@string/earfun_microphone_mode" />
|
||||
<Preference
|
||||
android:key="pref_earfun_microphone_mode_hint"
|
||||
|
||||
@@ -1,5 +1,6 @@
|
||||
<?xml version="1.0" encoding="utf-8"?>
|
||||
<androidx.preference.PreferenceScreen xmlns:android="http://schemas.android.com/apk/res/android">
|
||||
<androidx.preference.PreferenceScreen xmlns:android="http://schemas.android.com/apk/res/android"
|
||||
xmlns:app="http://schemas.android.com/apk/res-auto">
|
||||
|
||||
<PreferenceScreen
|
||||
android:icon="@drawable/ic_touch"
|
||||
@@ -15,7 +16,7 @@
|
||||
android:entryValues="@array/earfun_air_s_tap_action_values"
|
||||
android:icon="@drawable/ic_filter_1"
|
||||
android:key="pref_earfun_single_tap_left_action"
|
||||
android:summary="%s"
|
||||
app:useSimpleSummaryProvider="true"
|
||||
android:title="@string/prefs_left" />
|
||||
|
||||
<ListPreference
|
||||
@@ -23,7 +24,7 @@
|
||||
android:entries="@array/earfun_air_s_tap_action_names"
|
||||
android:entryValues="@array/earfun_air_s_tap_action_values"
|
||||
android:key="pref_earfun_single_tap_right_action"
|
||||
android:summary="%s"
|
||||
app:useSimpleSummaryProvider="true"
|
||||
android:title="@string/prefs_right" />
|
||||
|
||||
</PreferenceCategory>
|
||||
@@ -36,7 +37,7 @@
|
||||
android:entryValues="@array/earfun_air_s_tap_action_values"
|
||||
android:icon="@drawable/ic_filter_2"
|
||||
android:key="pref_earfun_double_tap_left_action"
|
||||
android:summary="%s"
|
||||
app:useSimpleSummaryProvider="true"
|
||||
android:title="@string/prefs_left" />
|
||||
|
||||
<ListPreference
|
||||
@@ -44,7 +45,7 @@
|
||||
android:entries="@array/earfun_air_s_tap_action_names"
|
||||
android:entryValues="@array/earfun_air_s_tap_action_values"
|
||||
android:key="pref_earfun_double_tap_right_action"
|
||||
android:summary="%s"
|
||||
app:useSimpleSummaryProvider="true"
|
||||
android:title="@string/prefs_right" />
|
||||
</PreferenceCategory>
|
||||
|
||||
@@ -56,7 +57,7 @@
|
||||
android:entryValues="@array/earfun_air_s_tap_action_values"
|
||||
android:icon="@drawable/ic_filter_3"
|
||||
android:key="pref_earfun_tripple_tap_left_action"
|
||||
android:summary="%s"
|
||||
app:useSimpleSummaryProvider="true"
|
||||
android:title="@string/prefs_left" />
|
||||
|
||||
<ListPreference
|
||||
@@ -64,7 +65,7 @@
|
||||
android:entries="@array/earfun_air_s_tap_action_names"
|
||||
android:entryValues="@array/earfun_air_s_tap_action_values"
|
||||
android:key="pref_earfun_tripple_tap_right_action"
|
||||
android:summary="%s"
|
||||
app:useSimpleSummaryProvider="true"
|
||||
android:title="@string/prefs_right" />
|
||||
</PreferenceCategory>
|
||||
|
||||
@@ -76,7 +77,7 @@
|
||||
android:entryValues="@array/earfun_air_s_tap_action_values"
|
||||
android:icon="@drawable/ic_touch"
|
||||
android:key="pref_earfun_long_tap_left_action"
|
||||
android:summary="%s"
|
||||
app:useSimpleSummaryProvider="true"
|
||||
android:title="@string/prefs_left" />
|
||||
|
||||
<ListPreference
|
||||
@@ -84,7 +85,7 @@
|
||||
android:entries="@array/earfun_air_s_tap_action_names"
|
||||
android:entryValues="@array/earfun_air_s_tap_action_values"
|
||||
android:key="pref_earfun_long_tap_right_action"
|
||||
android:summary="%s"
|
||||
app:useSimpleSummaryProvider="true"
|
||||
android:title="@string/prefs_right" />
|
||||
|
||||
</PreferenceCategory>
|
||||
|
||||
@@ -1,5 +1,6 @@
|
||||
<?xml version="1.0" encoding="utf-8"?>
|
||||
<androidx.preference.PreferenceScreen xmlns:android="http://schemas.android.com/apk/res/android">
|
||||
<androidx.preference.PreferenceScreen xmlns:android="http://schemas.android.com/apk/res/android"
|
||||
xmlns:app="http://schemas.android.com/apk/res-auto">
|
||||
|
||||
<ListPreference
|
||||
android:defaultValue="0"
|
||||
@@ -7,7 +8,7 @@
|
||||
android:entryValues="@array/earfun_ambient_sound_control_values"
|
||||
android:icon="@drawable/ic_hearing"
|
||||
android:key="pref_earfun_ambient_sound_control"
|
||||
android:summary="%s"
|
||||
app:useSimpleSummaryProvider="true"
|
||||
android:title="@string/pref_header_sony_ambient_sound_control" />
|
||||
|
||||
</androidx.preference.PreferenceScreen>
|
||||
|
||||
@@ -1,5 +1,6 @@
|
||||
<?xml version="1.0" encoding="utf-8"?>
|
||||
<androidx.preference.PreferenceScreen xmlns:android="http://schemas.android.com/apk/res/android">
|
||||
<androidx.preference.PreferenceScreen xmlns:android="http://schemas.android.com/apk/res/android"
|
||||
xmlns:app="http://schemas.android.com/apk/res-auto">
|
||||
|
||||
<ListPreference
|
||||
android:defaultValue="0"
|
||||
@@ -7,7 +8,7 @@
|
||||
android:entryValues="@array/earfun_find_device_values"
|
||||
android:icon="@drawable/ic_action_find_lost_device"
|
||||
android:key="pref_earfun_find_device"
|
||||
android:summary="%s"
|
||||
app:useSimpleSummaryProvider="true"
|
||||
android:title="@string/earfun_find_headphones" />
|
||||
<Preference
|
||||
android:key="pref_earfun_find_device_hint"
|
||||
|
||||
@@ -1,11 +1,12 @@
|
||||
<?xml version="1.0" encoding="utf-8"?>
|
||||
<androidx.preference.PreferenceScreen xmlns:android="http://schemas.android.com/apk/res/android">
|
||||
<androidx.preference.PreferenceScreen xmlns:android="http://schemas.android.com/apk/res/android"
|
||||
xmlns:app="http://schemas.android.com/apk/res-auto">
|
||||
<ListPreference
|
||||
android:entries="@array/femometer_measurement_mode"
|
||||
android:entryValues="@array/femometer_measurement_mode_values"
|
||||
android:defaultValue="normal"
|
||||
android:icon="@drawable/ic_checklist"
|
||||
android:key="femometer_measurement_mode"
|
||||
android:summary="%s"
|
||||
app:useSimpleSummaryProvider="true"
|
||||
android:title="@string/femometer_measurement_mode_title" />
|
||||
</androidx.preference.PreferenceScreen>
|
||||
@@ -1,12 +1,13 @@
|
||||
<?xml version="1.0" encoding="utf-8"?>
|
||||
<androidx.preference.PreferenceScreen xmlns:android="http://schemas.android.com/apk/res/android">
|
||||
<androidx.preference.PreferenceScreen xmlns:android="http://schemas.android.com/apk/res/android"
|
||||
xmlns:app="http://schemas.android.com/apk/res-auto">
|
||||
<ListPreference
|
||||
android:defaultValue="auto"
|
||||
android:entries="@array/pref_fitpro_language_options"
|
||||
android:entryValues="@array/pref_fitpro_language_values"
|
||||
android:icon="@drawable/ic_language"
|
||||
android:key="language"
|
||||
android:summary="%s"
|
||||
app:useSimpleSummaryProvider="true"
|
||||
android:title="@string/pref_title_language" />
|
||||
|
||||
</androidx.preference.PreferenceScreen>
|
||||
|
||||
@@ -12,42 +12,42 @@
|
||||
android:entries="@array/pref_hybridhr_buttonfunctions"
|
||||
android:entryValues="@array/pref_hybridhr_buttonfunctions_values"
|
||||
android:key="button_1_function_short"
|
||||
android:summary="%s"
|
||||
app:useSimpleSummaryProvider="true"
|
||||
android:title="@string/pref_title_upper_button_function_short" />
|
||||
<ListPreference
|
||||
android:defaultValue="weatherApp"
|
||||
android:entries="@array/pref_hybridhr_buttonfunctions"
|
||||
android:entryValues="@array/pref_hybridhr_buttonfunctions_values"
|
||||
android:key="button_1_function_long"
|
||||
android:summary="%s"
|
||||
app:useSimpleSummaryProvider="true"
|
||||
android:title="@string/pref_title_upper_button_function_long" />
|
||||
<ListPreference
|
||||
android:defaultValue="launcherApp"
|
||||
android:entries="@array/pref_hybridhr_buttonfunctions"
|
||||
android:entryValues="@array/pref_hybridhr_buttonfunctions_values"
|
||||
android:key="button_2_function_short"
|
||||
android:summary="%s"
|
||||
app:useSimpleSummaryProvider="true"
|
||||
android:title="@string/pref_title_middle_button_function_short" />
|
||||
<ListPreference
|
||||
android:defaultValue="launcherApp"
|
||||
android:entries="@array/pref_hybridhr_buttonfunctions"
|
||||
android:entryValues="@array/pref_hybridhr_buttonfunctions_values"
|
||||
android:key="button_2_function_long"
|
||||
android:summary="%s"
|
||||
app:useSimpleSummaryProvider="true"
|
||||
android:title="@string/pref_title_middle_button_function_long" />
|
||||
<ListPreference
|
||||
android:defaultValue="musicApp"
|
||||
android:entries="@array/pref_hybridhr_buttonfunctions"
|
||||
android:entryValues="@array/pref_hybridhr_buttonfunctions_values"
|
||||
android:key="button_3_function_short"
|
||||
android:summary="%s"
|
||||
app:useSimpleSummaryProvider="true"
|
||||
android:title="@string/pref_title_lower_button_function_short" />
|
||||
<ListPreference
|
||||
android:defaultValue="musicApp"
|
||||
android:entries="@array/pref_hybridhr_buttonfunctions"
|
||||
android:entryValues="@array/pref_hybridhr_buttonfunctions_values"
|
||||
android:key="button_3_function_long"
|
||||
android:summary="%s"
|
||||
app:useSimpleSummaryProvider="true"
|
||||
android:title="@string/pref_title_lower_button_function_long" />
|
||||
<Preference
|
||||
android:selectable="false"
|
||||
|
||||
@@ -12,21 +12,21 @@
|
||||
android:entries="@array/pref_hybridhr_buttonfunctions"
|
||||
android:entryValues="@array/pref_hybridhr_buttonfunctions_values"
|
||||
android:key="button_1_function_short"
|
||||
android:summary="%s"
|
||||
app:useSimpleSummaryProvider="true"
|
||||
android:title="@string/pref_title_upper_button_function_short" />
|
||||
<ListPreference
|
||||
android:defaultValue="weatherApp"
|
||||
android:entries="@array/pref_hybridhr_buttonfunctions"
|
||||
android:entryValues="@array/pref_hybridhr_buttonfunctions_values"
|
||||
android:key="button_1_function_long"
|
||||
android:summary="%s"
|
||||
app:useSimpleSummaryProvider="true"
|
||||
android:title="@string/pref_title_upper_button_function_long" />
|
||||
<ListPreference
|
||||
android:defaultValue="commuteApp"
|
||||
android:entries="@array/pref_hybridhr_buttonfunctions"
|
||||
android:entryValues="@array/pref_hybridhr_buttonfunctions_values"
|
||||
android:key="button_2_function_short"
|
||||
android:summary="%s"
|
||||
app:useSimpleSummaryProvider="true"
|
||||
android:title="@string/pref_title_middle_button_function_short" />
|
||||
<Preference
|
||||
android:selectable="false"
|
||||
@@ -39,14 +39,14 @@
|
||||
android:entries="@array/pref_hybridhr_buttonfunctions"
|
||||
android:entryValues="@array/pref_hybridhr_buttonfunctions_values"
|
||||
android:key="button_3_function_short"
|
||||
android:summary="%s"
|
||||
app:useSimpleSummaryProvider="true"
|
||||
android:title="@string/pref_title_lower_button_function_short" />
|
||||
<ListPreference
|
||||
android:defaultValue="musicApp"
|
||||
android:entries="@array/pref_hybridhr_buttonfunctions"
|
||||
android:entryValues="@array/pref_hybridhr_buttonfunctions_values"
|
||||
android:key="button_3_function_long"
|
||||
android:summary="%s"
|
||||
app:useSimpleSummaryProvider="true"
|
||||
android:title="@string/pref_title_lower_button_function_long" />
|
||||
<Preference
|
||||
android:selectable="false"
|
||||
|
||||
@@ -62,7 +62,7 @@
|
||||
android:entryValues="@array/galaxy_eqalizer_values"
|
||||
android:icon="@drawable/ic_equalizer"
|
||||
android:key="pref_galaxy_buds_equalizer_mode"
|
||||
android:summary="%s"
|
||||
app:useSimpleSummaryProvider="true"
|
||||
android:title="@string/prefs_equalizer_preset" />
|
||||
</PreferenceCategory>
|
||||
</PreferenceScreen>
|
||||
@@ -87,7 +87,7 @@
|
||||
android:entryValues="@array/galaxy_touch_options_values"
|
||||
android:icon="@drawable/ic_touch"
|
||||
android:key="pref_galaxy_buds_touch_left"
|
||||
android:summary="%s"
|
||||
app:useSimpleSummaryProvider="true"
|
||||
android:title="@string/prefs_left" />
|
||||
<ListPreference
|
||||
android:dependency="pref_galaxy_buds_lock_touch"
|
||||
@@ -95,7 +95,7 @@
|
||||
android:entryValues="@array/galaxy_touch_options_values"
|
||||
android:icon="@drawable/ic_touch"
|
||||
android:key="pref_galaxy_buds_touch_right"
|
||||
android:summary="%s"
|
||||
app:useSimpleSummaryProvider="true"
|
||||
android:title="@string/prefs_right" />
|
||||
</PreferenceCategory>
|
||||
</PreferenceScreen>
|
||||
|
||||
@@ -15,7 +15,7 @@
|
||||
android:entryValues="@array/galaxy_pro_noise_controls_options_values"
|
||||
android:icon="@drawable/ic_surround"
|
||||
android:key="pref_galaxy_buds_2_noise_control"
|
||||
android:summary="%s"
|
||||
app:useSimpleSummaryProvider="true"
|
||||
android:title="@string/prefs_noise_control" />
|
||||
|
||||
<SeekBarPreference
|
||||
@@ -90,7 +90,7 @@
|
||||
android:entryValues="@array/galaxy_buds_live_equalizer_values"
|
||||
android:icon="@drawable/ic_equalizer"
|
||||
android:key="pref_galaxy_buds_equalizer_mode"
|
||||
android:summary="%s"
|
||||
app:useSimpleSummaryProvider="true"
|
||||
android:title="@string/prefs_equalizer_preset" />
|
||||
|
||||
<PreferenceScreen
|
||||
@@ -112,7 +112,7 @@
|
||||
android:entryValues="@array/galaxy_pro_touch_options_values"
|
||||
android:icon="@drawable/ic_switch_left"
|
||||
android:key="pref_galaxy_buds_touch_left"
|
||||
android:summary="%s"
|
||||
app:useSimpleSummaryProvider="true"
|
||||
android:title="@string/prefs_left" />
|
||||
|
||||
<ListPreference
|
||||
@@ -121,7 +121,7 @@
|
||||
android:entries="@array/galaxy_pro_touch_switch_controls_options"
|
||||
android:entryValues="@array/galaxy_pro_touch_switch_controls_values"
|
||||
android:key="pref_galaxy_buds_touch_left_switch"
|
||||
android:summary="%s"
|
||||
app:useSimpleSummaryProvider="true"
|
||||
android:title="@string/prefs_switch_control_left" />
|
||||
|
||||
<ListPreference
|
||||
@@ -131,7 +131,7 @@
|
||||
android:entryValues="@array/galaxy_pro_touch_options_values"
|
||||
android:icon="@drawable/ic_switch_right"
|
||||
android:key="pref_galaxy_buds_touch_right"
|
||||
android:summary="%s"
|
||||
app:useSimpleSummaryProvider="true"
|
||||
android:title="@string/prefs_right" />
|
||||
<ListPreference
|
||||
android:defaultValue="0"
|
||||
@@ -139,7 +139,7 @@
|
||||
android:entries="@array/galaxy_pro_touch_switch_controls_options"
|
||||
android:entryValues="@array/galaxy_pro_touch_switch_controls_values"
|
||||
android:key="pref_galaxy_buds_touch_right_switch"
|
||||
android:summary="%s"
|
||||
app:useSimpleSummaryProvider="true"
|
||||
android:title="@string/prefs_switch_control_right" />
|
||||
|
||||
<SwitchPreferenceCompat
|
||||
|
||||
@@ -7,7 +7,7 @@
|
||||
android:entryValues="@array/galaxy_pro_noise_controls_options_values"
|
||||
android:icon="@drawable/ic_surround"
|
||||
android:key="pref_galaxy_buds_pro_noise_control"
|
||||
android:summary="%s"
|
||||
app:useSimpleSummaryProvider="true"
|
||||
android:title="@string/prefs_noise_control" />
|
||||
<PreferenceScreen
|
||||
android:icon="@drawable/ic_hearing"
|
||||
@@ -30,7 +30,7 @@
|
||||
android:entryValues="@array/galaxy_pro_voice_detect_duration_values"
|
||||
android:icon="@drawable/ic_timer"
|
||||
android:key="pref_galaxy_buds_pro_voice_detect_duration"
|
||||
android:summary="%s"
|
||||
app:useSimpleSummaryProvider="true"
|
||||
android:title="@string/prefs_voice_detect_duration" />
|
||||
|
||||
</PreferenceCategory>
|
||||
@@ -90,7 +90,7 @@
|
||||
android:entryValues="@array/galaxy_buds_live_equalizer_values"
|
||||
android:icon="@drawable/ic_equalizer"
|
||||
android:key="pref_galaxy_buds_equalizer_mode"
|
||||
android:summary="%s"
|
||||
app:useSimpleSummaryProvider="true"
|
||||
android:title="@string/prefs_equalizer_preset" />
|
||||
|
||||
<PreferenceScreen
|
||||
@@ -112,7 +112,7 @@
|
||||
android:entryValues="@array/galaxy_pro_touch_options_values"
|
||||
android:icon="@drawable/ic_switch_left"
|
||||
android:key="pref_galaxy_buds_touch_left"
|
||||
android:summary="%s"
|
||||
app:useSimpleSummaryProvider="true"
|
||||
android:title="@string/prefs_left" />
|
||||
|
||||
<ListPreference
|
||||
@@ -121,7 +121,7 @@
|
||||
android:entries="@array/galaxy_pro_touch_switch_controls_options"
|
||||
android:entryValues="@array/galaxy_pro_touch_switch_controls_values"
|
||||
android:key="pref_galaxy_buds_touch_left_switch"
|
||||
android:summary="%s"
|
||||
app:useSimpleSummaryProvider="true"
|
||||
android:title="@string/prefs_switch_control_left" />
|
||||
|
||||
<ListPreference
|
||||
@@ -131,7 +131,7 @@
|
||||
android:entryValues="@array/galaxy_pro_touch_options_values"
|
||||
android:icon="@drawable/ic_switch_right"
|
||||
android:key="pref_galaxy_buds_touch_right"
|
||||
android:summary="%s"
|
||||
app:useSimpleSummaryProvider="true"
|
||||
android:title="@string/prefs_right" />
|
||||
<ListPreference
|
||||
android:defaultValue="0"
|
||||
@@ -139,7 +139,7 @@
|
||||
android:entries="@array/galaxy_pro_touch_switch_controls_options"
|
||||
android:entryValues="@array/galaxy_pro_touch_switch_controls_values"
|
||||
android:key="pref_galaxy_buds_touch_right_switch"
|
||||
android:summary="%s"
|
||||
app:useSimpleSummaryProvider="true"
|
||||
android:title="@string/prefs_switch_control_right" />
|
||||
|
||||
<SwitchPreferenceCompat
|
||||
|
||||
@@ -1,5 +1,6 @@
|
||||
<?xml version="1.0" encoding="utf-8"?>
|
||||
<androidx.preference.PreferenceScreen xmlns:android="http://schemas.android.com/apk/res/android">
|
||||
<androidx.preference.PreferenceScreen xmlns:android="http://schemas.android.com/apk/res/android"
|
||||
xmlns:app="http://schemas.android.com/apk/res-auto">
|
||||
|
||||
<SwitchPreferenceCompat
|
||||
android:defaultValue="false"
|
||||
@@ -15,7 +16,7 @@
|
||||
android:entryValues="@array/galaxy_buds_live_equalizer_values"
|
||||
android:icon="@drawable/ic_equalizer"
|
||||
android:key="pref_galaxy_buds_equalizer_mode"
|
||||
android:summary="%s"
|
||||
app:useSimpleSummaryProvider="true"
|
||||
android:title="@string/prefs_equalizer_preset" />
|
||||
|
||||
<PreferenceScreen
|
||||
@@ -38,7 +39,7 @@
|
||||
android:entryValues="@array/galaxy_buds_live_touch_options_values"
|
||||
android:icon="@drawable/ic_touch"
|
||||
android:key="pref_galaxy_buds_touch_left"
|
||||
android:summary="%s"
|
||||
app:useSimpleSummaryProvider="true"
|
||||
android:title="@string/prefs_left" />
|
||||
<ListPreference
|
||||
android:dependency="pref_galaxy_buds_lock_touch"
|
||||
@@ -46,7 +47,7 @@
|
||||
android:entryValues="@array/galaxy_buds_live_touch_options_values"
|
||||
android:icon="@drawable/ic_touch"
|
||||
android:key="pref_galaxy_buds_touch_right"
|
||||
android:summary="%s"
|
||||
app:useSimpleSummaryProvider="true"
|
||||
android:title="@string/prefs_right" />
|
||||
</PreferenceCategory>
|
||||
</PreferenceScreen>
|
||||
|
||||
@@ -14,7 +14,7 @@
|
||||
android:entryValues="@array/galaxy_pro_noise_controls_options_values"
|
||||
android:icon="@drawable/ic_surround"
|
||||
android:key="pref_galaxy_buds_pro_noise_control"
|
||||
android:summary="%s"
|
||||
app:useSimpleSummaryProvider="true"
|
||||
android:title="@string/prefs_noise_control" />
|
||||
|
||||
<ListPreference
|
||||
@@ -24,7 +24,7 @@
|
||||
android:entryValues="@array/galaxy_pro_anc_level_values"
|
||||
android:icon="@drawable/ic_surround"
|
||||
android:key="pref_galaxy_buds_pro_anc_level"
|
||||
android:summary="%s"
|
||||
app:useSimpleSummaryProvider="true"
|
||||
android:title="@string/prefs_active_noise_cancelling_level" />
|
||||
|
||||
|
||||
@@ -60,7 +60,7 @@
|
||||
android:entryValues="@array/galaxy_pro_voice_detect_duration_values"
|
||||
android:icon="@drawable/ic_timer"
|
||||
android:key="pref_galaxy_buds_pro_voice_detect_duration"
|
||||
android:summary="%s"
|
||||
app:useSimpleSummaryProvider="true"
|
||||
android:title="@string/prefs_voice_detect_duration" />
|
||||
|
||||
</PreferenceCategory>
|
||||
@@ -121,7 +121,7 @@
|
||||
android:entryValues="@array/galaxy_buds_live_equalizer_values"
|
||||
android:icon="@drawable/ic_equalizer"
|
||||
android:key="pref_galaxy_buds_equalizer_mode"
|
||||
android:summary="%s"
|
||||
app:useSimpleSummaryProvider="true"
|
||||
android:title="@string/prefs_equalizer_preset" />
|
||||
|
||||
<PreferenceScreen
|
||||
@@ -145,7 +145,7 @@
|
||||
android:entryValues="@array/galaxy_pro_touch_options_values"
|
||||
android:icon="@drawable/ic_touch"
|
||||
android:key="pref_galaxy_buds_touch_left"
|
||||
android:summary="%s"
|
||||
app:useSimpleSummaryProvider="true"
|
||||
android:title="@string/prefs_left" />
|
||||
|
||||
<ListPreference
|
||||
@@ -155,7 +155,7 @@
|
||||
android:entryValues="@array/galaxy_pro_touch_switch_controls_values"
|
||||
android:icon="@drawable/ic_switch_left"
|
||||
android:key="pref_galaxy_buds_touch_left_switch"
|
||||
android:summary="%s"
|
||||
app:useSimpleSummaryProvider="true"
|
||||
android:title="@string/prefs_switch_control_left" />
|
||||
|
||||
<ListPreference
|
||||
@@ -165,7 +165,7 @@
|
||||
android:entryValues="@array/galaxy_pro_touch_options_values"
|
||||
android:icon="@drawable/ic_touch"
|
||||
android:key="pref_galaxy_buds_touch_right"
|
||||
android:summary="%s"
|
||||
app:useSimpleSummaryProvider="true"
|
||||
android:title="@string/prefs_right" />
|
||||
<ListPreference
|
||||
android:defaultValue="0"
|
||||
@@ -174,7 +174,7 @@
|
||||
android:entryValues="@array/galaxy_pro_touch_switch_controls_values"
|
||||
android:icon="@drawable/ic_switch_right"
|
||||
android:key="pref_galaxy_buds_touch_right_switch"
|
||||
android:summary="%s"
|
||||
app:useSimpleSummaryProvider="true"
|
||||
android:title="@string/prefs_switch_control_right" />
|
||||
|
||||
<SwitchPreferenceCompat
|
||||
|
||||
@@ -1,5 +1,6 @@
|
||||
<?xml version="1.0" encoding="utf-8"?>
|
||||
<androidx.preference.PreferenceScreen xmlns:android="http://schemas.android.com/apk/res/android">
|
||||
<androidx.preference.PreferenceScreen xmlns:android="http://schemas.android.com/apk/res/android"
|
||||
xmlns:app="http://schemas.android.com/apk/res-auto">
|
||||
<PreferenceScreen
|
||||
android:icon="@drawable/ic_gps_location"
|
||||
android:key="pref_screen_gps"
|
||||
@@ -15,7 +16,7 @@
|
||||
android:entries="@array/pref_gps_mode_preset"
|
||||
android:entryValues="@array/pref_gps_mode_preset_values"
|
||||
android:key="pref_gps_mode_preset"
|
||||
android:summary="%s"
|
||||
app:useSimpleSummaryProvider="true"
|
||||
android:title="@string/pref_gps_mode_preset" />
|
||||
|
||||
<ListPreference
|
||||
@@ -23,7 +24,7 @@
|
||||
android:entries="@array/pref_gps_band"
|
||||
android:entryValues="@array/pref_gps_band_values"
|
||||
android:key="pref_gps_band"
|
||||
android:summary="%s"
|
||||
app:useSimpleSummaryProvider="true"
|
||||
android:title="@string/pref_gps_band" />
|
||||
|
||||
<ListPreference
|
||||
@@ -31,7 +32,7 @@
|
||||
android:entries="@array/pref_gps_combination"
|
||||
android:entryValues="@array/pref_gps_combination_values"
|
||||
android:key="pref_gps_combination"
|
||||
android:summary="%s"
|
||||
app:useSimpleSummaryProvider="true"
|
||||
android:title="@string/pref_gps_combination" />
|
||||
|
||||
<ListPreference
|
||||
@@ -39,7 +40,7 @@
|
||||
android:entries="@array/pref_gps_satellite_search"
|
||||
android:entryValues="@array/pref_gps_satellite_search_values"
|
||||
android:key="pref_gps_satellite_search"
|
||||
android:summary="%s"
|
||||
app:useSimpleSummaryProvider="true"
|
||||
android:title="@string/pref_gps_satellite_search" />
|
||||
</PreferenceCategory>
|
||||
|
||||
|
||||
@@ -1,12 +1,13 @@
|
||||
<?xml version="1.0" encoding="utf-8"?>
|
||||
<androidx.preference.PreferenceScreen xmlns:android="http://schemas.android.com/apk/res/android">
|
||||
<androidx.preference.PreferenceScreen xmlns:android="http://schemas.android.com/apk/res/android"
|
||||
xmlns:app="http://schemas.android.com/apk/res-auto">
|
||||
<ListPreference
|
||||
android:defaultValue="0"
|
||||
android:entries="@array/prefs_miband_heartrate_high_alert_threshold_with_off"
|
||||
android:entryValues="@array/prefs_miband_heartrate_high_alert_threshold_with_off_values"
|
||||
android:icon="@drawable/ic_heartrate"
|
||||
android:key="heartrate_alert_threshold"
|
||||
android:summary="%s"
|
||||
app:useSimpleSummaryProvider="true"
|
||||
android:title="@string/prefs_heartrate_alert_high_threshold" />
|
||||
|
||||
<ListPreference
|
||||
@@ -15,6 +16,6 @@
|
||||
android:entryValues="@array/prefs_miband_heartrate_low_alert_threshold_values"
|
||||
android:icon="@drawable/ic_heartrate"
|
||||
android:key="heartrate_alert_low_threshold"
|
||||
android:summary="%s"
|
||||
app:useSimpleSummaryProvider="true"
|
||||
android:title="@string/prefs_heartrate_alert_low_threshold" />
|
||||
</androidx.preference.PreferenceScreen>
|
||||
|
||||
@@ -1,11 +1,12 @@
|
||||
<?xml version="1.0" encoding="utf-8"?>
|
||||
<androidx.preference.PreferenceScreen xmlns:android="http://schemas.android.com/apk/res/android">
|
||||
<androidx.preference.PreferenceScreen xmlns:android="http://schemas.android.com/apk/res/android"
|
||||
xmlns:app="http://schemas.android.com/apk/res-auto">
|
||||
<ListPreference
|
||||
android:defaultValue="0"
|
||||
android:entries="@array/prefs_heartrate_measurement_interval"
|
||||
android:entryValues="@array/prefs_heartrate_measurement_interval_values"
|
||||
android:icon="@drawable/ic_heartrate"
|
||||
android:key="heartrate_measurement_interval"
|
||||
android:summary="%s"
|
||||
app:useSimpleSummaryProvider="true"
|
||||
android:title="@string/prefs_title_heartrate_measurement_interval" />
|
||||
</androidx.preference.PreferenceScreen>
|
||||
|
||||
@@ -1,5 +1,6 @@
|
||||
<?xml version="1.0" encoding="utf-8"?>
|
||||
<androidx.preference.PreferenceScreen xmlns:android="http://schemas.android.com/apk/res/android">
|
||||
<androidx.preference.PreferenceScreen xmlns:android="http://schemas.android.com/apk/res/android"
|
||||
xmlns:app="http://schemas.android.com/apk/res-auto">
|
||||
<PreferenceScreen
|
||||
android:icon="@drawable/ic_heartrate"
|
||||
android:key="heartrate_monitoring_key"
|
||||
@@ -20,7 +21,7 @@
|
||||
android:entryValues="@array/prefs_heartrate_measurement_interval_values"
|
||||
android:icon="@drawable/ic_heartrate"
|
||||
android:key="heartrate_measurement_interval"
|
||||
android:summary="%s"
|
||||
app:useSimpleSummaryProvider="true"
|
||||
android:title="@string/prefs_title_heartrate_measurement_interval" />
|
||||
</PreferenceScreen>
|
||||
</androidx.preference.PreferenceScreen>
|
||||
|
||||
@@ -1,5 +1,6 @@
|
||||
<?xml version="1.0" encoding="utf-8"?>
|
||||
<androidx.preference.PreferenceScreen xmlns:android="http://schemas.android.com/apk/res/android">
|
||||
<androidx.preference.PreferenceScreen xmlns:android="http://schemas.android.com/apk/res/android"
|
||||
xmlns:app="http://schemas.android.com/apk/res-auto">
|
||||
<PreferenceScreen
|
||||
android:icon="@drawable/ic_heartrate"
|
||||
android:key="heartrate_monitoring_key"
|
||||
@@ -20,7 +21,7 @@
|
||||
android:entryValues="@array/prefs_heartrate_measurement_interval_values"
|
||||
android:icon="@drawable/ic_heartrate"
|
||||
android:key="heartrate_measurement_interval"
|
||||
android:summary="%s"
|
||||
app:useSimpleSummaryProvider="true"
|
||||
android:title="@string/prefs_title_heartrate_measurement_interval" />
|
||||
|
||||
<!-- Activity Monitoring -->
|
||||
|
||||
@@ -1,5 +1,6 @@
|
||||
<?xml version="1.0" encoding="utf-8"?>
|
||||
<androidx.preference.PreferenceScreen xmlns:android="http://schemas.android.com/apk/res/android">
|
||||
<androidx.preference.PreferenceScreen xmlns:android="http://schemas.android.com/apk/res/android"
|
||||
xmlns:app="http://schemas.android.com/apk/res-auto">
|
||||
<PreferenceScreen
|
||||
android:icon="@drawable/ic_heartrate"
|
||||
android:key="heartrate_monitoring_key"
|
||||
@@ -20,7 +21,7 @@
|
||||
android:entryValues="@array/prefs_heartrate_measurement_interval_values"
|
||||
android:icon="@drawable/ic_heartrate"
|
||||
android:key="heartrate_measurement_interval"
|
||||
android:summary="%s"
|
||||
app:useSimpleSummaryProvider="true"
|
||||
android:title="@string/prefs_title_heartrate_measurement_interval" />
|
||||
|
||||
<!-- Activity Monitoring -->
|
||||
@@ -50,7 +51,7 @@
|
||||
android:entryValues="@array/prefs_miband_heartrate_alert_threshold_values"
|
||||
android:icon="@drawable/ic_heartrate"
|
||||
android:key="heartrate_alert_threshold"
|
||||
android:summary="%s"
|
||||
app:useSimpleSummaryProvider="true"
|
||||
android:title="@string/prefs_heartrate_alert_threshold" />
|
||||
|
||||
<!-- Stress Monitoring -->
|
||||
|
||||
@@ -1,5 +1,6 @@
|
||||
<?xml version="1.0" encoding="utf-8"?>
|
||||
<androidx.preference.PreferenceScreen xmlns:android="http://schemas.android.com/apk/res/android">
|
||||
<androidx.preference.PreferenceScreen xmlns:android="http://schemas.android.com/apk/res/android"
|
||||
xmlns:app="http://schemas.android.com/apk/res-auto">
|
||||
<PreferenceScreen
|
||||
android:icon="@drawable/ic_heartrate"
|
||||
android:key="pref_screen_heartrate_monitoring"
|
||||
@@ -36,7 +37,7 @@
|
||||
android:entryValues="@array/prefs_heartrate_measurement_interval_values"
|
||||
android:icon="@drawable/ic_heartrate"
|
||||
android:key="heartrate_measurement_interval"
|
||||
android:summary="%s"
|
||||
app:useSimpleSummaryProvider="true"
|
||||
android:title="@string/prefs_title_heartrate_measurement_interval" />
|
||||
</PreferenceCategory>
|
||||
|
||||
@@ -62,7 +63,7 @@
|
||||
android:entryValues="@array/prefs_miband_heartrate_high_alert_threshold_with_off_values"
|
||||
android:icon="@drawable/ic_heartrate"
|
||||
android:key="heartrate_alert_threshold"
|
||||
android:summary="%s"
|
||||
app:useSimpleSummaryProvider="true"
|
||||
android:title="@string/prefs_heartrate_alert_high_threshold" />
|
||||
|
||||
<ListPreference
|
||||
@@ -71,7 +72,7 @@
|
||||
android:entryValues="@array/prefs_miband_heartrate_low_alert_threshold_values"
|
||||
android:icon="@drawable/ic_heartrate"
|
||||
android:key="heartrate_alert_low_threshold"
|
||||
android:summary="%s"
|
||||
app:useSimpleSummaryProvider="true"
|
||||
android:title="@string/prefs_heartrate_alert_low_threshold" />
|
||||
|
||||
<ListPreference
|
||||
@@ -80,7 +81,7 @@
|
||||
android:entryValues="@array/prefs_miband_heartrate_high_active_alert_threshold_with_off_values"
|
||||
android:icon="@drawable/ic_heartrate"
|
||||
android:key="heartrate_alert_active_high_threshold"
|
||||
android:summary="%s"
|
||||
app:useSimpleSummaryProvider="true"
|
||||
android:title="@string/prefs_heartrate_alert_active_high_threshold" />
|
||||
</PreferenceCategory>
|
||||
|
||||
@@ -126,7 +127,7 @@
|
||||
android:entries="@array/prefs_spo2_alert_threshold"
|
||||
android:entryValues="@array/prefs_spo2_alert_threshold_values"
|
||||
android:key="spo2_low_alert_threshold"
|
||||
android:summary="%s"
|
||||
app:useSimpleSummaryProvider="true"
|
||||
android:icon="@drawable/ic_notifications_active"
|
||||
android:title="@string/prefs_spo2_alert_threshold" />
|
||||
</PreferenceCategory>
|
||||
|
||||
@@ -6,6 +6,6 @@
|
||||
android:entryValues="@array/huawei_freebuds_audio_mode_values"
|
||||
android:icon="@drawable/ic_hearing"
|
||||
android:key="pref_freebuds_audiomode"
|
||||
android:summary="%s"
|
||||
app:useSimpleSummaryProvider="true"
|
||||
android:title="@string/nothing_prefs_audiomode_title" />
|
||||
</androidx.preference.PreferenceScreen>
|
||||
@@ -6,6 +6,6 @@
|
||||
android:entryValues="@array/huawei_freebuds_anc_mode_values"
|
||||
android:icon="@drawable/ic_noise_control_on"
|
||||
android:key="pref_freebuds_anc_mode"
|
||||
android:summary="%s"
|
||||
app:useSimpleSummaryProvider="true"
|
||||
android:title="@string/earfun_anc_mode" />
|
||||
</androidx.preference.PreferenceScreen>
|
||||
@@ -1,5 +1,6 @@
|
||||
<?xml version="1.0" encoding="utf-8"?>
|
||||
<androidx.preference.PreferenceScreen xmlns:android="http://schemas.android.com/apk/res/android">
|
||||
<androidx.preference.PreferenceScreen xmlns:android="http://schemas.android.com/apk/res/android"
|
||||
xmlns:app="http://schemas.android.com/apk/res-auto">
|
||||
<ListPreference
|
||||
android:dependency="heartrate_automatic_enable"
|
||||
android:entries="@array/prefs_huawei_heart_rate_high_alert_names"
|
||||
@@ -7,6 +8,6 @@
|
||||
android:icon="@drawable/ic_heartrate"
|
||||
android:defaultValue="0"
|
||||
android:key="pref_huawei_heart_rate_high_alert"
|
||||
android:summary="%s"
|
||||
app:useSimpleSummaryProvider="true"
|
||||
android:title="@string/pref_heart_rate_high_alert" />
|
||||
</androidx.preference.PreferenceScreen>
|
||||
@@ -1,5 +1,6 @@
|
||||
<?xml version="1.0" encoding="utf-8"?>
|
||||
<androidx.preference.PreferenceScreen xmlns:android="http://schemas.android.com/apk/res/android">
|
||||
<androidx.preference.PreferenceScreen xmlns:android="http://schemas.android.com/apk/res/android"
|
||||
xmlns:app="http://schemas.android.com/apk/res-auto">
|
||||
<ListPreference
|
||||
android:dependency="heartrate_automatic_enable"
|
||||
android:entries="@array/prefs_huawei_heart_rate_low_alert_names"
|
||||
@@ -7,6 +8,6 @@
|
||||
android:icon="@drawable/ic_heartrate"
|
||||
android:defaultValue="0"
|
||||
android:key="pref_huawei_heart_rate_low_alert"
|
||||
android:summary="%s"
|
||||
app:useSimpleSummaryProvider="true"
|
||||
android:title="@string/pref_heart_rate_low_alert" />
|
||||
</androidx.preference.PreferenceScreen>
|
||||
@@ -1,5 +1,6 @@
|
||||
<?xml version="1.0" encoding="utf-8"?>
|
||||
<androidx.preference.PreferenceScreen xmlns:android="http://schemas.android.com/apk/res/android">
|
||||
<androidx.preference.PreferenceScreen xmlns:android="http://schemas.android.com/apk/res/android"
|
||||
xmlns:app="http://schemas.android.com/apk/res-auto">
|
||||
<ListPreference
|
||||
android:dependency="spo_automatic_enable"
|
||||
android:entries="@array/prefs_huawei_spo_low_alert_names"
|
||||
@@ -7,6 +8,6 @@
|
||||
android:icon="@drawable/ic_spo2"
|
||||
android:defaultValue="0"
|
||||
android:key="pref_huawei_spo_low_alert"
|
||||
android:summary="%s"
|
||||
app:useSimpleSummaryProvider="true"
|
||||
android:title="@string/pref_spo_low_alert" />
|
||||
</androidx.preference.PreferenceScreen>
|
||||
@@ -1,11 +1,12 @@
|
||||
<?xml version="1.0" encoding="utf-8"?>
|
||||
<androidx.preference.PreferenceScreen xmlns:android="http://schemas.android.com/apk/res/android">
|
||||
<androidx.preference.PreferenceScreen xmlns:android="http://schemas.android.com/apk/res/android"
|
||||
xmlns:app="http://schemas.android.com/apk/res-auto">
|
||||
<ListPreference
|
||||
android:icon="@drawable/ic_language"
|
||||
android:defaultValue="auto"
|
||||
android:entries="@array/pref_language_all"
|
||||
android:entryValues="@array/pref_language_all_values"
|
||||
android:key="language"
|
||||
android:summary="%s"
|
||||
app:useSimpleSummaryProvider="true"
|
||||
android:title="@string/pref_title_language" />
|
||||
</androidx.preference.PreferenceScreen>
|
||||
|
||||
@@ -1,5 +1,6 @@
|
||||
<?xml version="1.0" encoding="utf-8"?>
|
||||
<androidx.preference.PreferenceScreen xmlns:android="http://schemas.android.com/apk/res/android">
|
||||
<androidx.preference.PreferenceScreen xmlns:android="http://schemas.android.com/apk/res/android"
|
||||
xmlns:app="http://schemas.android.com/apk/res-auto">
|
||||
<PreferenceScreen
|
||||
android:icon="@drawable/ic_arrow_upward"
|
||||
android:key="screen_liftwrist_display"
|
||||
@@ -14,7 +15,7 @@
|
||||
android:entries="@array/activate_display_on_lift"
|
||||
android:entryValues="@array/activate_display_on_lift_values"
|
||||
android:key="activate_display_on_lift_wrist"
|
||||
android:summary="%s"
|
||||
app:useSimpleSummaryProvider="true"
|
||||
android:title="@string/mi2_prefs_activate_display_on_lift" />
|
||||
|
||||
<nodomain.freeyourgadget.gadgetbridge.util.XTimePreference
|
||||
|
||||
@@ -1,5 +1,6 @@
|
||||
<?xml version="1.0" encoding="utf-8"?>
|
||||
<androidx.preference.PreferenceScreen xmlns:android="http://schemas.android.com/apk/res/android">
|
||||
<androidx.preference.PreferenceScreen xmlns:android="http://schemas.android.com/apk/res/android"
|
||||
xmlns:app="http://schemas.android.com/apk/res-auto">
|
||||
<PreferenceScreen
|
||||
android:icon="@drawable/ic_arrow_upward"
|
||||
android:key="screen_liftwrist_display"
|
||||
@@ -15,7 +16,7 @@
|
||||
android:entries="@array/do_not_disturb_no_auto"
|
||||
android:entryValues="@array/do_not_disturb_no_auto_values"
|
||||
android:key="activate_display_on_lift_wrist"
|
||||
android:summary="%s"
|
||||
app:useSimpleSummaryProvider="true"
|
||||
android:title="@string/mi2_prefs_activate_display_on_lift" />
|
||||
|
||||
<nodomain.freeyourgadget.gadgetbridge.util.XTimePreference
|
||||
|
||||
@@ -1,5 +1,6 @@
|
||||
<?xml version="1.0" encoding="utf-8"?>
|
||||
<androidx.preference.PreferenceScreen xmlns:android="http://schemas.android.com/apk/res/android">
|
||||
<androidx.preference.PreferenceScreen xmlns:android="http://schemas.android.com/apk/res/android"
|
||||
xmlns:app="http://schemas.android.com/apk/res-auto">
|
||||
<PreferenceScreen
|
||||
android:icon="@drawable/ic_arrow_upward"
|
||||
android:key="pref_screen_lift_wrist"
|
||||
@@ -14,7 +15,7 @@
|
||||
android:entries="@array/activate_display_on_lift"
|
||||
android:entryValues="@array/activate_display_on_lift_values"
|
||||
android:key="activate_display_on_lift_wrist"
|
||||
android:summary="%s"
|
||||
app:useSimpleSummaryProvider="true"
|
||||
android:title="@string/mi2_prefs_activate_display_on_lift" />
|
||||
|
||||
<ListPreference
|
||||
@@ -22,7 +23,7 @@
|
||||
android:entries="@array/activate_display_on_lift_sensitivity"
|
||||
android:entryValues="@array/activate_display_on_lift_sensitivity_values"
|
||||
android:key="display_on_lift_sensitivity"
|
||||
android:summary="%s"
|
||||
app:useSimpleSummaryProvider="true"
|
||||
android:title="@string/prefs_activate_display_on_lift_sensitivity" />
|
||||
|
||||
<nodomain.freeyourgadget.gadgetbridge.util.XTimePreference
|
||||
|
||||
@@ -1,5 +1,6 @@
|
||||
<?xml version="1.0" encoding="utf-8"?>
|
||||
<androidx.preference.PreferenceScreen xmlns:android="http://schemas.android.com/apk/res/android">
|
||||
<androidx.preference.PreferenceScreen xmlns:android="http://schemas.android.com/apk/res/android"
|
||||
xmlns:app="http://schemas.android.com/apk/res-auto">
|
||||
<PreferenceScreen
|
||||
android:icon="@drawable/ic_arrow_upward"
|
||||
android:key="pref_screen_lift_wrist"
|
||||
@@ -14,7 +15,7 @@
|
||||
android:entries="@array/activate_display_on_lift_with_smart"
|
||||
android:entryValues="@array/activate_display_on_lift_with_smart_values"
|
||||
android:key="activate_display_on_lift_wrist"
|
||||
android:summary="%s"
|
||||
app:useSimpleSummaryProvider="true"
|
||||
android:title="@string/mi2_prefs_activate_display_on_lift" />
|
||||
|
||||
<ListPreference
|
||||
@@ -22,7 +23,7 @@
|
||||
android:entries="@array/activate_display_on_lift_sensitivity"
|
||||
android:entryValues="@array/activate_display_on_lift_sensitivity_values"
|
||||
android:key="display_on_lift_sensitivity"
|
||||
android:summary="%s"
|
||||
app:useSimpleSummaryProvider="true"
|
||||
android:title="@string/prefs_activate_display_on_lift_sensitivity" />
|
||||
|
||||
<nodomain.freeyourgadget.gadgetbridge.util.XTimePreference
|
||||
|
||||
@@ -1,11 +1,12 @@
|
||||
<?xml version="1.0" encoding="utf-8"?>
|
||||
<androidx.preference.PreferenceScreen xmlns:android="http://schemas.android.com/apk/res/android">
|
||||
<androidx.preference.PreferenceScreen xmlns:android="http://schemas.android.com/apk/res/android"
|
||||
xmlns:app="http://schemas.android.com/apk/res-auto">
|
||||
<ListPreference
|
||||
android:defaultValue="@string/p_dateformat_time"
|
||||
android:icon="@drawable/ic_access_time"
|
||||
android:entries="@array/mi2_dateformats"
|
||||
android:entryValues="@array/mi2_dateformats_values"
|
||||
android:key="mi2_dateformat"
|
||||
android:summary="%s"
|
||||
app:useSimpleSummaryProvider="true"
|
||||
android:title="@string/miband2_prefs_dateformat" />
|
||||
</androidx.preference.PreferenceScreen>
|
||||
|
||||
@@ -1,10 +1,11 @@
|
||||
<?xml version="1.0" encoding="utf-8"?>
|
||||
<androidx.preference.PreferenceScreen xmlns:android="http://schemas.android.com/apk/res/android">
|
||||
<androidx.preference.PreferenceScreen xmlns:android="http://schemas.android.com/apk/res/android"
|
||||
xmlns:app="http://schemas.android.com/apk/res-auto">
|
||||
<ListPreference
|
||||
android:entries="@array/moondrop_equalizer_preset_names"
|
||||
android:entryValues="@array/moondrop_equalizer_preset_values"
|
||||
android:icon="@drawable/ic_graphic_eq"
|
||||
android:key="pref_moondrop_equalizer_preset"
|
||||
android:summary="%s"
|
||||
app:useSimpleSummaryProvider="true"
|
||||
android:title="@string/prefs_equalizer_preset" />
|
||||
</androidx.preference.PreferenceScreen>
|
||||
|
||||
@@ -1,19 +1,20 @@
|
||||
<?xml version="1.0" encoding="utf-8"?>
|
||||
<androidx.preference.PreferenceScreen xmlns:android="http://schemas.android.com/apk/res/android">
|
||||
<androidx.preference.PreferenceScreen xmlns:android="http://schemas.android.com/apk/res/android"
|
||||
xmlns:app="http://schemas.android.com/apk/res-auto">
|
||||
<PreferenceCategory android:title="@string/moondrop_touch_action_play_pause">
|
||||
<ListPreference
|
||||
android:entries="@array/moondrop_touch_earbud_names"
|
||||
android:entryValues="@array/moondrop_touch_earbud_values"
|
||||
android:icon="@drawable/ic_hearing"
|
||||
android:key="pref_moondrop_touch_play_pause_earbud"
|
||||
android:summary="%s"
|
||||
app:useSimpleSummaryProvider="true"
|
||||
android:title="@string/moondrop_touch_earbud" />
|
||||
<ListPreference
|
||||
android:entries="@array/moondrop_touch_trigger_names"
|
||||
android:entryValues="@array/moondrop_touch_trigger_values"
|
||||
android:icon="@drawable/ic_touch"
|
||||
android:key="pref_moondrop_touch_play_pause_trigger"
|
||||
android:summary="%s"
|
||||
app:useSimpleSummaryProvider="true"
|
||||
android:title="@string/moondrop_touch_trigger" />
|
||||
</PreferenceCategory>
|
||||
<PreferenceCategory android:title="@string/pref_media_previous">
|
||||
@@ -22,14 +23,14 @@
|
||||
android:entryValues="@array/moondrop_touch_earbud_values"
|
||||
android:icon="@drawable/ic_hearing"
|
||||
android:key="pref_moondrop_touch_media_prev_earbud"
|
||||
android:summary="%s"
|
||||
app:useSimpleSummaryProvider="true"
|
||||
android:title="@string/moondrop_touch_earbud" />
|
||||
<ListPreference
|
||||
android:entries="@array/moondrop_touch_trigger_names"
|
||||
android:entryValues="@array/moondrop_touch_trigger_values"
|
||||
android:icon="@drawable/ic_touch"
|
||||
android:key="pref_moondrop_touch_media_prev_trigger"
|
||||
android:summary="%s"
|
||||
app:useSimpleSummaryProvider="true"
|
||||
android:title="@string/moondrop_touch_trigger" />
|
||||
</PreferenceCategory>
|
||||
<PreferenceCategory android:title="@string/pref_media_next">
|
||||
@@ -38,14 +39,14 @@
|
||||
android:entryValues="@array/moondrop_touch_earbud_values"
|
||||
android:icon="@drawable/ic_hearing"
|
||||
android:key="pref_moondrop_touch_media_next_earbud"
|
||||
android:summary="%s"
|
||||
app:useSimpleSummaryProvider="true"
|
||||
android:title="@string/moondrop_touch_earbud" />
|
||||
<ListPreference
|
||||
android:entries="@array/moondrop_touch_trigger_names"
|
||||
android:entryValues="@array/moondrop_touch_trigger_values"
|
||||
android:icon="@drawable/ic_touch"
|
||||
android:key="pref_moondrop_touch_media_next_trigger"
|
||||
android:summary="%s"
|
||||
app:useSimpleSummaryProvider="true"
|
||||
android:title="@string/moondrop_touch_trigger" />
|
||||
</PreferenceCategory>
|
||||
<PreferenceCategory android:title="@string/moondrop_touch_action_call_pick_hang">
|
||||
@@ -54,14 +55,14 @@
|
||||
android:entryValues="@array/moondrop_touch_earbud_values"
|
||||
android:icon="@drawable/ic_hearing"
|
||||
android:key="pref_moondrop_touch_call_pick_hang_earbud"
|
||||
android:summary="%s"
|
||||
app:useSimpleSummaryProvider="true"
|
||||
android:title="@string/moondrop_touch_earbud" />
|
||||
<ListPreference
|
||||
android:entries="@array/moondrop_touch_trigger_names"
|
||||
android:entryValues="@array/moondrop_touch_trigger_values"
|
||||
android:icon="@drawable/ic_touch"
|
||||
android:key="pref_moondrop_touch_call_pick_hang_trigger"
|
||||
android:summary="%s"
|
||||
app:useSimpleSummaryProvider="true"
|
||||
android:title="@string/moondrop_touch_trigger" />
|
||||
</PreferenceCategory>
|
||||
<PreferenceCategory android:title="@string/moondrop_touch_action_call_start">
|
||||
@@ -70,14 +71,14 @@
|
||||
android:entryValues="@array/moondrop_touch_earbud_values"
|
||||
android:icon="@drawable/ic_hearing"
|
||||
android:key="pref_moondrop_touch_call_start_earbud"
|
||||
android:summary="%s"
|
||||
app:useSimpleSummaryProvider="true"
|
||||
android:title="@string/moondrop_touch_earbud" />
|
||||
<ListPreference
|
||||
android:entries="@array/moondrop_touch_trigger_names"
|
||||
android:entryValues="@array/moondrop_touch_trigger_values"
|
||||
android:icon="@drawable/ic_touch"
|
||||
android:key="pref_moondrop_touch_call_start_trigger"
|
||||
android:summary="%s"
|
||||
app:useSimpleSummaryProvider="true"
|
||||
android:title="@string/moondrop_touch_trigger" />
|
||||
</PreferenceCategory>
|
||||
<PreferenceCategory android:title="@string/moondrop_touch_action_assistant">
|
||||
@@ -86,14 +87,14 @@
|
||||
android:entryValues="@array/moondrop_touch_earbud_values"
|
||||
android:icon="@drawable/ic_hearing"
|
||||
android:key="pref_moondrop_touch_assistant_earbud"
|
||||
android:summary="%s"
|
||||
app:useSimpleSummaryProvider="true"
|
||||
android:title="@string/moondrop_touch_earbud" />
|
||||
<ListPreference
|
||||
android:entries="@array/moondrop_touch_trigger_names"
|
||||
android:entryValues="@array/moondrop_touch_trigger_values"
|
||||
android:icon="@drawable/ic_touch"
|
||||
android:key="pref_moondrop_touch_assistant_trigger"
|
||||
android:summary="%s"
|
||||
app:useSimpleSummaryProvider="true"
|
||||
android:title="@string/moondrop_touch_trigger" />
|
||||
</PreferenceCategory>
|
||||
<PreferenceCategory android:title="@string/moondrop_touch_action_anc_mode">
|
||||
@@ -102,14 +103,14 @@
|
||||
android:entryValues="@array/moondrop_touch_earbud_values"
|
||||
android:icon="@drawable/ic_hearing"
|
||||
android:key="pref_moondrop_touch_anc_mode_earbud"
|
||||
android:summary="%s"
|
||||
app:useSimpleSummaryProvider="true"
|
||||
android:title="@string/moondrop_touch_earbud" />
|
||||
<ListPreference
|
||||
android:entries="@array/moondrop_touch_trigger_names"
|
||||
android:entryValues="@array/moondrop_touch_trigger_values"
|
||||
android:icon="@drawable/ic_touch"
|
||||
android:key="pref_moondrop_touch_anc_mode_trigger"
|
||||
android:summary="%s"
|
||||
app:useSimpleSummaryProvider="true"
|
||||
android:title="@string/moondrop_touch_trigger" />
|
||||
</PreferenceCategory>
|
||||
</androidx.preference.PreferenceScreen>
|
||||
|
||||
@@ -1,11 +1,12 @@
|
||||
<?xml version="1.0" encoding="utf-8"?>
|
||||
<androidx.preference.PreferenceScreen xmlns:android="http://schemas.android.com/apk/res/android">
|
||||
<androidx.preference.PreferenceScreen xmlns:android="http://schemas.android.com/apk/res/android"
|
||||
xmlns:app="http://schemas.android.com/apk/res-auto">
|
||||
<ListPreference
|
||||
android:defaultValue="1"
|
||||
android:entries="@array/pref_moyoung_device_version"
|
||||
android:entryValues="@array/pref_moyoung_device_version_values"
|
||||
android:key="moyoung_device_version"
|
||||
android:summary="%s"
|
||||
app:useSimpleSummaryProvider="true"
|
||||
android:title="@string/pref_device_version"
|
||||
android:icon="@drawable/ic_language" />
|
||||
</androidx.preference.PreferenceScreen>
|
||||
|
||||
@@ -1,11 +1,12 @@
|
||||
<?xml version="1.0" encoding="utf-8"?>
|
||||
<androidx.preference.PreferenceScreen xmlns:android="http://schemas.android.com/apk/res/android">
|
||||
<androidx.preference.PreferenceScreen xmlns:android="http://schemas.android.com/apk/res/android"
|
||||
xmlns:app="http://schemas.android.com/apk/res-auto">
|
||||
<ListPreference
|
||||
android:icon="@drawable/ic_widgets"
|
||||
android:defaultValue="1"
|
||||
android:entries="@array/pref_moyoung_watch_face"
|
||||
android:entryValues="@array/pref_moyoung_watch_face_values"
|
||||
android:key="moyoung_watch_face"
|
||||
android:summary="%s"
|
||||
app:useSimpleSummaryProvider="true"
|
||||
android:title="@string/pref_watch_face" />
|
||||
</androidx.preference.PreferenceScreen>
|
||||
|
||||
@@ -1,5 +1,6 @@
|
||||
<?xml version="1.0" encoding="utf-8"?>
|
||||
<androidx.preference.PreferenceScreen xmlns:android="http://schemas.android.com/apk/res/android">
|
||||
<androidx.preference.PreferenceScreen xmlns:android="http://schemas.android.com/apk/res/android"
|
||||
xmlns:app="http://schemas.android.com/apk/res-auto">
|
||||
|
||||
<PreferenceScreen
|
||||
android:icon="@drawable/ic_brightness_2"
|
||||
@@ -16,7 +17,7 @@
|
||||
android:entries="@array/mi3_night_mode"
|
||||
android:entryValues="@array/mi3_night_mode_values"
|
||||
android:key="night_mode"
|
||||
android:summary="%s"
|
||||
app:useSimpleSummaryProvider="true"
|
||||
android:title="@string/mi3_prefs_night_mode" />
|
||||
|
||||
<nodomain.freeyourgadget.gadgetbridge.util.XTimePreference
|
||||
|
||||
@@ -13,6 +13,6 @@
|
||||
android:entryValues="@array/nothing_ear1_audio_mode_values"
|
||||
android:entries="@array/nothing_ear1_audio_mode_names"
|
||||
android:key="pref_nothing_audiomode"
|
||||
android:summary="%s"
|
||||
app:useSimpleSummaryProvider="true"
|
||||
android:title="@string/nothing_prefs_audiomode_title" />
|
||||
</androidx.preference.PreferenceScreen>
|
||||
|
||||
@@ -1,5 +1,6 @@
|
||||
<?xml version="1.0" encoding="utf-8"?>
|
||||
<androidx.preference.PreferenceScreen xmlns:android="http://schemas.android.com/apk/res/android">
|
||||
<androidx.preference.PreferenceScreen xmlns:android="http://schemas.android.com/apk/res/android"
|
||||
xmlns:app="http://schemas.android.com/apk/res-auto">
|
||||
<PreferenceScreen
|
||||
android:icon="@drawable/ic_voice"
|
||||
android:key="pref_screen_offline_voice"
|
||||
@@ -12,7 +13,7 @@
|
||||
android:entryValues="@array/pref_language_all_values"
|
||||
android:icon="@drawable/ic_language"
|
||||
android:key="offline_voice_language"
|
||||
android:summary="%s"
|
||||
app:useSimpleSummaryProvider="true"
|
||||
android:title="@string/pref_title_language" />
|
||||
|
||||
<SwitchPreferenceCompat
|
||||
|
||||
@@ -1,11 +1,12 @@
|
||||
<?xml version="1.0" encoding="utf-8"?>
|
||||
<androidx.preference.PreferenceScreen xmlns:android="http://schemas.android.com/apk/res/android">
|
||||
<androidx.preference.PreferenceScreen xmlns:android="http://schemas.android.com/apk/res/android"
|
||||
xmlns:app="http://schemas.android.com/apk/res-auto">
|
||||
<ListPreference
|
||||
android:defaultValue="0"
|
||||
android:entries="@array/onemore_noise_control_modes"
|
||||
android:entryValues="@array/onemore_noise_control_values"
|
||||
android:icon="@drawable/ic_surround"
|
||||
android:key="noise_control_selector"
|
||||
android:summary="%s"
|
||||
app:useSimpleSummaryProvider="true"
|
||||
android:title="@string/prefs_noise_control" />
|
||||
</androidx.preference.PreferenceScreen>
|
||||
@@ -12,7 +12,7 @@
|
||||
android:entryValues="@array/oppo_touch_tap_values"
|
||||
android:icon="@drawable/ic_filter_2"
|
||||
android:key="oppo_touch__left__tap_2"
|
||||
android:summary="%s"
|
||||
app:useSimpleSummaryProvider="true"
|
||||
android:title="@string/double_tap" />
|
||||
<ListPreference
|
||||
android:defaultValue="off"
|
||||
@@ -20,7 +20,7 @@
|
||||
android:entryValues="@array/oppo_touch_tap_values"
|
||||
android:icon="@drawable/ic_filter_3"
|
||||
android:key="oppo_touch__left__tap_3"
|
||||
android:summary="%s"
|
||||
app:useSimpleSummaryProvider="true"
|
||||
android:title="@string/triple_tap" />
|
||||
<ListPreference
|
||||
android:defaultValue="off"
|
||||
@@ -28,7 +28,7 @@
|
||||
android:entryValues="@array/oppo_touch_tap_values"
|
||||
android:icon="@drawable/ic_horizontal_rule"
|
||||
android:key="oppo_touch__left__hold"
|
||||
android:summary="%s"
|
||||
app:useSimpleSummaryProvider="true"
|
||||
android:title="@string/long_press" />
|
||||
</PreferenceCategory>
|
||||
|
||||
@@ -42,7 +42,7 @@
|
||||
android:entryValues="@array/oppo_touch_tap_values"
|
||||
android:icon="@drawable/ic_filter_2"
|
||||
android:key="oppo_touch__right__tap_2"
|
||||
android:summary="%s"
|
||||
app:useSimpleSummaryProvider="true"
|
||||
android:title="@string/double_tap" />
|
||||
<ListPreference
|
||||
android:defaultValue="off"
|
||||
@@ -50,7 +50,7 @@
|
||||
android:entryValues="@array/oppo_touch_tap_values"
|
||||
android:icon="@drawable/ic_filter_3"
|
||||
android:key="oppo_touch__right__tap_3"
|
||||
android:summary="%s"
|
||||
app:useSimpleSummaryProvider="true"
|
||||
android:title="@string/triple_tap" />
|
||||
<ListPreference
|
||||
android:defaultValue="off"
|
||||
@@ -58,7 +58,7 @@
|
||||
android:entryValues="@array/oppo_touch_tap_values"
|
||||
android:icon="@drawable/ic_horizontal_rule"
|
||||
android:key="oppo_touch__right__hold"
|
||||
android:summary="%s"
|
||||
app:useSimpleSummaryProvider="true"
|
||||
android:title="@string/long_press" />
|
||||
</PreferenceCategory>
|
||||
|
||||
@@ -72,7 +72,7 @@
|
||||
android:entryValues="@array/oppo_touch_tap_values"
|
||||
android:icon="@drawable/ic_horizontal_rule"
|
||||
android:key="oppo_touch__both__hold"
|
||||
android:summary="%s"
|
||||
app:useSimpleSummaryProvider="true"
|
||||
android:title="@string/long_press" />
|
||||
</PreferenceCategory>
|
||||
</androidx.preference.PreferenceScreen>
|
||||
|
||||
@@ -10,7 +10,7 @@
|
||||
android:entries="@array/pebble_activitytracker"
|
||||
android:entryValues="@array/pebble_activitytracker_values"
|
||||
android:key="pebble_activitytracker"
|
||||
android:summary="%s"
|
||||
app:useSimpleSummaryProvider="true"
|
||||
android:title="@string/pref_title_pebble_activitytracker"
|
||||
app:iconSpaceReserved="false" />
|
||||
<SwitchPreferenceCompat
|
||||
|
||||
@@ -7,7 +7,7 @@
|
||||
android:entryValues="@array/pebble_privacymode_values"
|
||||
android:icon="@drawable/ic_shield"
|
||||
android:key="pebble_pref_privacy_mode"
|
||||
android:summary="%s"
|
||||
app:useSimpleSummaryProvider="true"
|
||||
android:title="@string/pref_title_pebble_privacy_mode" />
|
||||
<SwitchPreferenceCompat
|
||||
android:defaultValue="true"
|
||||
|
||||
@@ -1,11 +1,12 @@
|
||||
<?xml version="1.0" encoding="utf-8"?>
|
||||
<androidx.preference.PreferenceScreen xmlns:android="http://schemas.android.com/apk/res/android">
|
||||
<androidx.preference.PreferenceScreen xmlns:android="http://schemas.android.com/apk/res/android"
|
||||
xmlns:app="http://schemas.android.com/apk/res-auto">
|
||||
<ListPreference
|
||||
android:icon="@drawable/ic_power_settings_new"
|
||||
android:defaultValue="0"
|
||||
android:entries="@array/power_mode"
|
||||
android:entryValues="@array/power_mode_values"
|
||||
android:key="power_mode"
|
||||
android:summary="%s"
|
||||
app:useSimpleSummaryProvider="true"
|
||||
android:title="@string/power_mode_title" />
|
||||
</androidx.preference.PreferenceScreen>
|
||||
@@ -1,5 +1,6 @@
|
||||
<?xml version="1.0" encoding="utf-8"?>
|
||||
<androidx.preference.PreferenceScreen xmlns:android="http://schemas.android.com/apk/res/android">
|
||||
<androidx.preference.PreferenceScreen xmlns:android="http://schemas.android.com/apk/res/android"
|
||||
xmlns:app="http://schemas.android.com/apk/res-auto">
|
||||
<PreferenceCategory
|
||||
android:key="pref_key_header_redmibuds5pro_system"
|
||||
android:title="@string/pref_header_system">
|
||||
@@ -17,14 +18,14 @@
|
||||
android:icon="@drawable/ic_filter_2"
|
||||
android:defaultValue="1"
|
||||
android:key="pref_redmi_buds_5_pro_control_double_tap_left"
|
||||
android:summary="%s"
|
||||
app:useSimpleSummaryProvider="true"
|
||||
android:title="@string/prefs_left" />
|
||||
<ListPreference
|
||||
android:entries="@array/redmi_buds_5_pro_button_function_names"
|
||||
android:entryValues="@array/redmi_buds_5_pro_button_function_values"
|
||||
android:defaultValue="1"
|
||||
android:key="pref_redmi_buds_5_pro_control_double_tap_right"
|
||||
android:summary="%s"
|
||||
app:useSimpleSummaryProvider="true"
|
||||
android:title="@string/prefs_right" />
|
||||
</PreferenceCategory>
|
||||
|
||||
@@ -35,14 +36,14 @@
|
||||
android:icon="@drawable/ic_filter_3"
|
||||
android:defaultValue="2"
|
||||
android:key="pref_redmi_buds_5_pro_control_triple_tap_left"
|
||||
android:summary="%s"
|
||||
app:useSimpleSummaryProvider="true"
|
||||
android:title="@string/prefs_left" />
|
||||
<ListPreference
|
||||
android:entries="@array/redmi_buds_5_pro_button_function_names"
|
||||
android:entryValues="@array/redmi_buds_5_pro_button_function_values"
|
||||
android:defaultValue="3"
|
||||
android:key="pref_redmi_buds_5_pro_control_triple_tap_right"
|
||||
android:summary="%s"
|
||||
app:useSimpleSummaryProvider="true"
|
||||
android:title="@string/prefs_right" />
|
||||
</PreferenceCategory>
|
||||
|
||||
@@ -53,14 +54,14 @@
|
||||
android:icon="@drawable/ic_touch"
|
||||
android:defaultValue="6"
|
||||
android:key="pref_redmi_buds_5_pro_control_long_tap_mode_left"
|
||||
android:summary="%s"
|
||||
app:useSimpleSummaryProvider="true"
|
||||
android:title="@string/sony_button_mode_left" />
|
||||
<ListPreference
|
||||
android:entries="@array/redmi_buds_5_pro_long_button_settings_names"
|
||||
android:entryValues="@array/redmi_buds_5_pro_long_button_settings_values"
|
||||
android:defaultValue="7"
|
||||
android:key="pref_redmi_buds_5_pro_control_long_tap_settings_left"
|
||||
android:summary="%s"
|
||||
app:useSimpleSummaryProvider="true"
|
||||
android:title="@string/sony_ambient_sound_control_button_modes" />
|
||||
<ListPreference
|
||||
android:entries="@array/redmi_buds_5_pro_long_button_mode_names"
|
||||
@@ -68,14 +69,14 @@
|
||||
android:icon="@drawable/ic_touch"
|
||||
android:defaultValue="6"
|
||||
android:key="pref_redmi_buds_5_pro_control_long_tap_mode_right"
|
||||
android:summary="%s"
|
||||
app:useSimpleSummaryProvider="true"
|
||||
android:title="@string/sony_button_mode_right" />
|
||||
<ListPreference
|
||||
android:entries="@array/redmi_buds_5_pro_long_button_settings_names"
|
||||
android:entryValues="@array/redmi_buds_5_pro_long_button_settings_values"
|
||||
android:defaultValue="7"
|
||||
android:key="pref_redmi_buds_5_pro_control_long_tap_settings_right"
|
||||
android:summary="%s"
|
||||
app:useSimpleSummaryProvider="true"
|
||||
android:title="@string/sony_ambient_sound_control_button_modes" />
|
||||
</PreferenceCategory>
|
||||
</PreferenceScreen>
|
||||
|
||||
@@ -1,5 +1,6 @@
|
||||
<?xml version="1.0" encoding="utf-8"?>
|
||||
<androidx.preference.PreferenceScreen xmlns:android="http://schemas.android.com/apk/res/android">
|
||||
<androidx.preference.PreferenceScreen xmlns:android="http://schemas.android.com/apk/res/android"
|
||||
xmlns:app="http://schemas.android.com/apk/res-auto">
|
||||
<PreferenceCategory
|
||||
android:key="pref_key_header_redmibuds5pro_ambient_sound_control"
|
||||
android:title="@string/pref_header_sony_ambient_sound_control">
|
||||
@@ -10,7 +11,7 @@
|
||||
android:entryValues="@array/redmi_buds_5_pro_ambient_sound_control_values"
|
||||
android:icon="@drawable/ic_hearing"
|
||||
android:key="pref_redmi_buds_5_pro_ambient_sound_control"
|
||||
android:summary="%s"
|
||||
app:useSimpleSummaryProvider="true"
|
||||
android:title="@string/sony_ambient_sound" />
|
||||
|
||||
<ListPreference
|
||||
@@ -18,7 +19,7 @@
|
||||
android:entries="@array/redmi_buds_3_pro_noise_cancelling_strength_names"
|
||||
android:entryValues="@array/redmi_buds_3_pro_noise_cancelling_strength_values"
|
||||
android:key="pref_redmi_buds_5_pro_noise_cancelling_strength"
|
||||
android:summary="%s"
|
||||
app:useSimpleSummaryProvider="true"
|
||||
android:title="@string/prefs_active_noise_cancelling_level" />
|
||||
|
||||
<ListPreference
|
||||
@@ -26,7 +27,7 @@
|
||||
android:entries="@array/redmi_buds_3_pro_transparency_strength_names"
|
||||
android:entryValues="@array/redmi_buds_3_pro_transparency_strength_values"
|
||||
android:key="pref_redmi_buds_5_pro_transparency_strength"
|
||||
android:summary="%s"
|
||||
app:useSimpleSummaryProvider="true"
|
||||
android:title="@string/redmi_buds_5_pro_transparency_strength" />
|
||||
|
||||
</PreferenceCategory>
|
||||
|
||||
@@ -1,5 +1,6 @@
|
||||
<?xml version="1.0" encoding="utf-8"?>
|
||||
<androidx.preference.PreferenceScreen xmlns:android="http://schemas.android.com/apk/res/android">
|
||||
<androidx.preference.PreferenceScreen xmlns:android="http://schemas.android.com/apk/res/android"
|
||||
xmlns:app="http://schemas.android.com/apk/res-auto">
|
||||
<PreferenceCategory
|
||||
android:key="pref_key_header_redmibuds5pro_sound"
|
||||
android:title="@string/pref_header_equalizer">
|
||||
@@ -10,7 +11,7 @@
|
||||
android:entryValues="@array/redmi_buds_3_pro_equalizer_presets_values"
|
||||
android:icon="@drawable/ic_graphic_eq"
|
||||
android:key="pref_redmi_buds_5_pro_equalizer_preset"
|
||||
android:summary="%s"
|
||||
app:useSimpleSummaryProvider="true"
|
||||
android:title="@string/prefs_equalizer_preset" />
|
||||
|
||||
</PreferenceCategory>
|
||||
|
||||
@@ -1,5 +1,6 @@
|
||||
<?xml version="1.0" encoding="utf-8"?>
|
||||
<androidx.preference.PreferenceScreen xmlns:android="http://schemas.android.com/apk/res/android">
|
||||
<androidx.preference.PreferenceScreen xmlns:android="http://schemas.android.com/apk/res/android"
|
||||
xmlns:app="http://schemas.android.com/apk/res-auto">
|
||||
<PreferenceCategory
|
||||
android:key="pref_key_header_redmibuds5pro_system"
|
||||
android:title="@string/pref_header_system">
|
||||
@@ -17,14 +18,14 @@
|
||||
android:icon="@drawable/ic_filter_1"
|
||||
android:defaultValue="8"
|
||||
android:key="pref_redmi_buds_5_pro_control_single_tap_left"
|
||||
android:summary="%s"
|
||||
app:useSimpleSummaryProvider="true"
|
||||
android:title="@string/prefs_left" />
|
||||
<ListPreference
|
||||
android:entries="@array/redmi_buds_5_pro_single_button_function_names"
|
||||
android:entryValues="@array/redmi_buds_5_pro_single_button_function_values"
|
||||
android:defaultValue="8"
|
||||
android:key="pref_redmi_buds_5_pro_control_single_tap_right"
|
||||
android:summary="%s"
|
||||
app:useSimpleSummaryProvider="true"
|
||||
android:title="@string/prefs_right" />
|
||||
</PreferenceCategory>
|
||||
|
||||
@@ -35,14 +36,14 @@
|
||||
android:icon="@drawable/ic_filter_2"
|
||||
android:defaultValue="1"
|
||||
android:key="pref_redmi_buds_5_pro_control_double_tap_left"
|
||||
android:summary="%s"
|
||||
app:useSimpleSummaryProvider="true"
|
||||
android:title="@string/prefs_left" />
|
||||
<ListPreference
|
||||
android:entries="@array/redmi_buds_5_pro_button_function_names"
|
||||
android:entryValues="@array/redmi_buds_5_pro_button_function_values"
|
||||
android:defaultValue="1"
|
||||
android:key="pref_redmi_buds_5_pro_control_double_tap_right"
|
||||
android:summary="%s"
|
||||
app:useSimpleSummaryProvider="true"
|
||||
android:title="@string/prefs_right" />
|
||||
</PreferenceCategory>
|
||||
|
||||
@@ -53,14 +54,14 @@
|
||||
android:icon="@drawable/ic_filter_3"
|
||||
android:defaultValue="2"
|
||||
android:key="pref_redmi_buds_5_pro_control_triple_tap_left"
|
||||
android:summary="%s"
|
||||
app:useSimpleSummaryProvider="true"
|
||||
android:title="@string/prefs_left" />
|
||||
<ListPreference
|
||||
android:entries="@array/redmi_buds_5_pro_button_function_names"
|
||||
android:entryValues="@array/redmi_buds_5_pro_button_function_values"
|
||||
android:defaultValue="3"
|
||||
android:key="pref_redmi_buds_5_pro_control_triple_tap_right"
|
||||
android:summary="%s"
|
||||
app:useSimpleSummaryProvider="true"
|
||||
android:title="@string/prefs_right" />
|
||||
</PreferenceCategory>
|
||||
|
||||
@@ -71,14 +72,14 @@
|
||||
android:icon="@drawable/ic_touch"
|
||||
android:defaultValue="6"
|
||||
android:key="pref_redmi_buds_5_pro_control_long_tap_mode_left"
|
||||
android:summary="%s"
|
||||
app:useSimpleSummaryProvider="true"
|
||||
android:title="@string/sony_button_mode_left" />
|
||||
<ListPreference
|
||||
android:entries="@array/redmi_buds_5_pro_long_button_settings_names"
|
||||
android:entryValues="@array/redmi_buds_5_pro_long_button_settings_values"
|
||||
android:defaultValue="7"
|
||||
android:key="pref_redmi_buds_5_pro_control_long_tap_settings_left"
|
||||
android:summary="%s"
|
||||
app:useSimpleSummaryProvider="true"
|
||||
android:title="@string/sony_ambient_sound_control_button_modes" />
|
||||
<ListPreference
|
||||
android:entries="@array/redmi_buds_5_pro_long_button_mode_names"
|
||||
@@ -86,14 +87,14 @@
|
||||
android:icon="@drawable/ic_touch"
|
||||
android:defaultValue="6"
|
||||
android:key="pref_redmi_buds_5_pro_control_long_tap_mode_right"
|
||||
android:summary="%s"
|
||||
app:useSimpleSummaryProvider="true"
|
||||
android:title="@string/sony_button_mode_right" />
|
||||
<ListPreference
|
||||
android:entries="@array/redmi_buds_5_pro_long_button_settings_names"
|
||||
android:entryValues="@array/redmi_buds_5_pro_long_button_settings_values"
|
||||
android:defaultValue="7"
|
||||
android:key="pref_redmi_buds_5_pro_control_long_tap_settings_right"
|
||||
android:summary="%s"
|
||||
app:useSimpleSummaryProvider="true"
|
||||
android:title="@string/sony_ambient_sound_control_button_modes" />
|
||||
</PreferenceCategory>
|
||||
</PreferenceScreen>
|
||||
|
||||
@@ -1,5 +1,6 @@
|
||||
<?xml version="1.0" encoding="utf-8"?>
|
||||
<androidx.preference.PreferenceScreen xmlns:android="http://schemas.android.com/apk/res/android">
|
||||
<androidx.preference.PreferenceScreen xmlns:android="http://schemas.android.com/apk/res/android"
|
||||
xmlns:app="http://schemas.android.com/apk/res-auto">
|
||||
<PreferenceCategory
|
||||
android:key="pref_key_header_redmibuds5pro_ambient_sound_control"
|
||||
android:title="@string/pref_header_sony_ambient_sound_control">
|
||||
@@ -10,7 +11,7 @@
|
||||
android:entryValues="@array/redmi_buds_5_pro_ambient_sound_control_values"
|
||||
android:icon="@drawable/ic_hearing"
|
||||
android:key="pref_redmi_buds_5_pro_ambient_sound_control"
|
||||
android:summary="%s"
|
||||
app:useSimpleSummaryProvider="true"
|
||||
android:title="@string/sony_ambient_sound" />
|
||||
|
||||
<ListPreference
|
||||
@@ -19,7 +20,7 @@
|
||||
android:entries="@array/redmi_buds_5_pro_noise_cancelling_strength_names"
|
||||
android:entryValues="@array/redmi_buds_5_pro_noise_cancelling_strength_values"
|
||||
android:key="pref_redmi_buds_5_pro_noise_cancelling_strength"
|
||||
android:summary="%s"
|
||||
app:useSimpleSummaryProvider="true"
|
||||
android:title="@string/prefs_active_noise_cancelling_level" />
|
||||
|
||||
<ListPreference
|
||||
@@ -27,7 +28,7 @@
|
||||
android:entries="@array/redmi_buds_5_pro_transparency_strength_names"
|
||||
android:entryValues="@array/redmi_buds_5_pro_transparency_strength_values"
|
||||
android:key="pref_redmi_buds_5_pro_transparency_strength"
|
||||
android:summary="%s"
|
||||
app:useSimpleSummaryProvider="true"
|
||||
android:title="@string/redmi_buds_5_pro_transparency_strength" />
|
||||
|
||||
<SwitchPreferenceCompat
|
||||
|
||||
@@ -17,7 +17,7 @@
|
||||
android:icon="@drawable/ic_graphic_eq"
|
||||
android:defaultValue="0"
|
||||
android:key="pref_redmi_buds_5_pro_equalizer_preset"
|
||||
android:summary="%s"
|
||||
app:useSimpleSummaryProvider="true"
|
||||
android:title="@string/prefs_equalizer_preset" />
|
||||
|
||||
<PreferenceCategory
|
||||
@@ -30,7 +30,7 @@
|
||||
android:icon="@drawable/ic_graphic_eq"
|
||||
android:defaultValue="0"
|
||||
android:key="pref_redmi_buds_5_pro_equalizer_band_62"
|
||||
android:summary="%s"
|
||||
app:useSimpleSummaryProvider="true"
|
||||
android:title="@string/redmi_buds_5_pro_equalizer_band_62" />
|
||||
|
||||
<ListPreference
|
||||
@@ -39,7 +39,7 @@
|
||||
android:icon="@drawable/ic_graphic_eq"
|
||||
android:defaultValue="0"
|
||||
android:key="pref_redmi_buds_5_pro_equalizer_band_125"
|
||||
android:summary="%s"
|
||||
app:useSimpleSummaryProvider="true"
|
||||
android:title="@string/redmi_buds_5_pro_equalizer_band_125" />
|
||||
|
||||
<ListPreference
|
||||
@@ -48,7 +48,7 @@
|
||||
android:icon="@drawable/ic_graphic_eq"
|
||||
android:defaultValue="0"
|
||||
android:key="pref_redmi_buds_5_pro_equalizer_band_250"
|
||||
android:summary="%s"
|
||||
app:useSimpleSummaryProvider="true"
|
||||
android:title="@string/redmi_buds_5_pro_equalizer_band_250" />
|
||||
|
||||
<ListPreference
|
||||
@@ -57,7 +57,7 @@
|
||||
android:icon="@drawable/ic_graphic_eq"
|
||||
android:defaultValue="0"
|
||||
android:key="pref_redmi_buds_5_pro_equalizer_band_500"
|
||||
android:summary="%s"
|
||||
app:useSimpleSummaryProvider="true"
|
||||
android:title="@string/redmi_buds_5_pro_equalizer_band_500" />
|
||||
|
||||
<ListPreference
|
||||
@@ -66,7 +66,7 @@
|
||||
android:icon="@drawable/ic_graphic_eq"
|
||||
android:defaultValue="0"
|
||||
android:key="pref_redmi_buds_5_pro_equalizer_band_1k"
|
||||
android:summary="%s"
|
||||
app:useSimpleSummaryProvider="true"
|
||||
android:title="@string/redmi_buds_5_pro_equalizer_band_1k" />
|
||||
|
||||
<ListPreference
|
||||
@@ -75,7 +75,7 @@
|
||||
android:icon="@drawable/ic_graphic_eq"
|
||||
android:defaultValue="0"
|
||||
android:key="pref_redmi_buds_5_pro_equalizer_band_2k"
|
||||
android:summary="%s"
|
||||
app:useSimpleSummaryProvider="true"
|
||||
android:title="@string/redmi_buds_5_pro_equalizer_band_2k" />
|
||||
|
||||
<ListPreference
|
||||
@@ -84,7 +84,7 @@
|
||||
android:icon="@drawable/ic_graphic_eq"
|
||||
android:defaultValue="0"
|
||||
android:key="pref_redmi_buds_5_pro_equalizer_band_4k"
|
||||
android:summary="%s"
|
||||
app:useSimpleSummaryProvider="true"
|
||||
android:title="@string/redmi_buds_5_pro_equalizer_band_4k" />
|
||||
|
||||
<ListPreference
|
||||
@@ -93,7 +93,7 @@
|
||||
android:icon="@drawable/ic_graphic_eq"
|
||||
android:defaultValue="0"
|
||||
android:key="pref_redmi_buds_5_pro_equalizer_band_8k"
|
||||
android:summary="%s"
|
||||
app:useSimpleSummaryProvider="true"
|
||||
android:title="@string/redmi_buds_5_pro_equalizer_band_8k" />
|
||||
|
||||
<ListPreference
|
||||
@@ -102,7 +102,7 @@
|
||||
android:icon="@drawable/ic_graphic_eq"
|
||||
android:defaultValue="0"
|
||||
android:key="pref_redmi_buds_5_pro_equalizer_band_12k"
|
||||
android:summary="%s"
|
||||
app:useSimpleSummaryProvider="true"
|
||||
android:title="@string/redmi_buds_5_pro_equalizer_band_12k" />
|
||||
|
||||
<ListPreference
|
||||
@@ -111,7 +111,7 @@
|
||||
android:icon="@drawable/ic_graphic_eq"
|
||||
android:defaultValue="0"
|
||||
android:key="pref_redmi_buds_5_pro_equalizer_band_16k"
|
||||
android:summary="%s"
|
||||
app:useSimpleSummaryProvider="true"
|
||||
android:title="@string/redmi_buds_5_pro_equalizer_band_16k" />
|
||||
|
||||
</PreferenceCategory>
|
||||
@@ -129,7 +129,7 @@
|
||||
<!-- android:entries="@array/redmi_buds_5_pro_surround_sound_mode_names"-->
|
||||
<!-- android:entryValues="@array/redmi_buds_5_pro_surround_sound_mode_values"-->
|
||||
<!-- android:key="pref_redmi_buds_5_pro_surround_sound_mode"-->
|
||||
<!-- android:summary="%s"-->
|
||||
<!-- app:useSimpleSummaryProvider="true"-->
|
||||
<!-- android:title="@string/redmi_buds_5_pro_spatial_audio_mode" />-->
|
||||
|
||||
<SwitchPreferenceCompat
|
||||
|
||||
@@ -1,11 +1,12 @@
|
||||
<?xml version="1.0" encoding="utf-8"?>
|
||||
<androidx.preference.PreferenceScreen xmlns:android="http://schemas.android.com/apk/res/android">
|
||||
<androidx.preference.PreferenceScreen xmlns:android="http://schemas.android.com/apk/res/android"
|
||||
xmlns:app="http://schemas.android.com/apk/res-auto">
|
||||
<ListPreference
|
||||
android:defaultValue="5"
|
||||
android:entries="@array/screen_timeout"
|
||||
android:entryValues="@array/screen_timeout_values"
|
||||
android:key="screen_timeout"
|
||||
android:icon="@drawable/ic_hourglass_empty"
|
||||
android:summary="%s"
|
||||
app:useSimpleSummaryProvider="true"
|
||||
android:title="@string/prefs_screen_timeout" />
|
||||
</androidx.preference.PreferenceScreen>
|
||||
|
||||
@@ -1,12 +1,13 @@
|
||||
<?xml version="1.0" encoding="utf-8"?>
|
||||
<androidx.preference.PreferenceScreen xmlns:android="http://schemas.android.com/apk/res/android">
|
||||
<androidx.preference.PreferenceScreen xmlns:android="http://schemas.android.com/apk/res/android"
|
||||
xmlns:app="http://schemas.android.com/apk/res-auto">
|
||||
<ListPreference
|
||||
android:icon="@drawable/ic_screen_rotation"
|
||||
android:defaultValue="horizontal"
|
||||
android:entries="@array/orientation"
|
||||
android:entryValues="@array/orientation_values"
|
||||
android:key="screen_orientation"
|
||||
android:summary="%s"
|
||||
app:useSimpleSummaryProvider="true"
|
||||
android:title="@string/prefs_screen_orientation" />
|
||||
|
||||
</androidx.preference.PreferenceScreen>
|
||||
|
||||
@@ -1,5 +1,6 @@
|
||||
<?xml version="1.0" encoding="utf-8"?>
|
||||
<androidx.preference.PreferenceScreen xmlns:android="http://schemas.android.com/apk/res/android">
|
||||
<androidx.preference.PreferenceScreen xmlns:android="http://schemas.android.com/apk/res/android"
|
||||
xmlns:app="http://schemas.android.com/apk/res-auto">
|
||||
<PreferenceScreen
|
||||
android:icon="@drawable/ic_access_time"
|
||||
android:key="prefs_sleep_time"
|
||||
@@ -16,7 +17,7 @@
|
||||
android:entries="@array/do_not_disturb_no_auto"
|
||||
android:entryValues="@array/do_not_disturb_no_auto_values"
|
||||
android:key="prefs_enable_sleep_time"
|
||||
android:summary="%s"
|
||||
app:useSimpleSummaryProvider="true"
|
||||
android:title="@string/prefs_sleep_time" />
|
||||
|
||||
<nodomain.freeyourgadget.gadgetbridge.util.XTimePreference
|
||||
|
||||
@@ -1,5 +1,6 @@
|
||||
<?xml version="1.0" encoding="utf-8"?>
|
||||
<androidx.preference.PreferenceScreen xmlns:android="http://schemas.android.com/apk/res/android">
|
||||
<androidx.preference.PreferenceScreen xmlns:android="http://schemas.android.com/apk/res/android"
|
||||
xmlns:app="http://schemas.android.com/apk/res-auto">
|
||||
<PreferenceCategory
|
||||
android:key="pref_key_header_sony_ambient_sound_control"
|
||||
android:title="@string/pref_header_sony_ambient_sound_control">
|
||||
@@ -10,7 +11,7 @@
|
||||
android:entryValues="@array/sony_ambient_sound_control_values"
|
||||
android:icon="@drawable/ic_hearing"
|
||||
android:key="pref_sony_ambient_sound_control"
|
||||
android:summary="%s"
|
||||
app:useSimpleSummaryProvider="true"
|
||||
android:title="@string/sony_ambient_sound" />
|
||||
|
||||
<!-- [0, 19], which maps to [1, 20] on the device, as we can't configure the min on the current API level -->
|
||||
|
||||
+3
-2
@@ -1,11 +1,12 @@
|
||||
<?xml version="1.0" encoding="utf-8"?>
|
||||
<androidx.preference.PreferenceScreen xmlns:android="http://schemas.android.com/apk/res/android">
|
||||
<androidx.preference.PreferenceScreen xmlns:android="http://schemas.android.com/apk/res/android"
|
||||
xmlns:app="http://schemas.android.com/apk/res-auto">
|
||||
<ListPreference
|
||||
android:defaultValue="nc_as_off"
|
||||
android:entries="@array/sony_ambient_sound_control_button_mode_names"
|
||||
android:entryValues="@array/sony_ambient_sound_control_button_mode_values"
|
||||
android:icon="@drawable/ic_touch"
|
||||
android:key="pref_sony_ambient_sound_control_button_mode"
|
||||
android:summary="%s"
|
||||
app:useSimpleSummaryProvider="true"
|
||||
android:title="@string/sony_ambient_sound_control_button_modes" />
|
||||
</androidx.preference.PreferenceScreen>
|
||||
|
||||
+3
-2
@@ -1,5 +1,6 @@
|
||||
<?xml version="1.0" encoding="utf-8"?>
|
||||
<androidx.preference.PreferenceScreen xmlns:android="http://schemas.android.com/apk/res/android">
|
||||
<androidx.preference.PreferenceScreen xmlns:android="http://schemas.android.com/apk/res/android"
|
||||
xmlns:app="http://schemas.android.com/apk/res-auto">
|
||||
<PreferenceCategory
|
||||
android:key="pref_key_header_sony_ambient_sound_control"
|
||||
android:title="@string/pref_header_sony_ambient_sound_control">
|
||||
@@ -10,7 +11,7 @@
|
||||
android:entryValues="@array/sony_ambient_sound_control_no_noise_cancelling_values"
|
||||
android:icon="@drawable/ic_hearing"
|
||||
android:key="pref_sony_ambient_sound_control"
|
||||
android:summary="%s"
|
||||
app:useSimpleSummaryProvider="true"
|
||||
android:title="@string/sony_ambient_sound" />
|
||||
|
||||
<!-- [0, 19], which maps to [1, 20] on the device, as we can't configure the min on the current API level -->
|
||||
|
||||
+3
-2
@@ -1,5 +1,6 @@
|
||||
<?xml version="1.0" encoding="utf-8"?>
|
||||
<androidx.preference.PreferenceScreen xmlns:android="http://schemas.android.com/apk/res/android">
|
||||
<androidx.preference.PreferenceScreen xmlns:android="http://schemas.android.com/apk/res/android"
|
||||
xmlns:app="http://schemas.android.com/apk/res-auto">
|
||||
<PreferenceCategory
|
||||
android:key="pref_key_header_sony_ambient_sound_control"
|
||||
android:title="@string/pref_header_sony_ambient_sound_control">
|
||||
@@ -10,7 +11,7 @@
|
||||
android:entryValues="@array/sony_ambient_sound_control_wind_noise_reduction_values"
|
||||
android:icon="@drawable/ic_hearing"
|
||||
android:key="pref_sony_ambient_sound_control"
|
||||
android:summary="%s"
|
||||
app:useSimpleSummaryProvider="true"
|
||||
android:title="@string/sony_ambient_sound" />
|
||||
|
||||
<!-- [0, 19], which maps to [1, 20] on the device, as we can't configure the min on the current API level -->
|
||||
|
||||
@@ -1,5 +1,6 @@
|
||||
<?xml version="1.0" encoding="utf-8"?>
|
||||
<androidx.preference.PreferenceScreen xmlns:android="http://schemas.android.com/apk/res/android">
|
||||
<androidx.preference.PreferenceScreen xmlns:android="http://schemas.android.com/apk/res/android"
|
||||
xmlns:app="http://schemas.android.com/apk/res-auto">
|
||||
<PreferenceScreen
|
||||
android:icon="@drawable/ic_help_outline"
|
||||
android:key="pref_screen_sony_button_mode_help"
|
||||
@@ -73,7 +74,7 @@
|
||||
android:entryValues="@array/sony_wfsp800n_button_mode_values"
|
||||
android:icon="@drawable/ic_touch"
|
||||
android:key="pref_sony_button_mode_left"
|
||||
android:summary="%s"
|
||||
app:useSimpleSummaryProvider="true"
|
||||
android:title="@string/sony_button_mode_left" />
|
||||
|
||||
<ListPreference
|
||||
@@ -82,6 +83,6 @@
|
||||
android:entryValues="@array/sony_wfsp800n_button_mode_values"
|
||||
android:icon="@drawable/ic_touch"
|
||||
android:key="pref_sony_button_mode_right"
|
||||
android:summary="%s"
|
||||
app:useSimpleSummaryProvider="true"
|
||||
android:title="@string/sony_button_mode_right" />
|
||||
</androidx.preference.PreferenceScreen>
|
||||
|
||||
@@ -1,11 +1,12 @@
|
||||
<?xml version="1.0" encoding="utf-8"?>
|
||||
<androidx.preference.PreferenceScreen xmlns:android="http://schemas.android.com/apk/res/android">
|
||||
<androidx.preference.PreferenceScreen xmlns:android="http://schemas.android.com/apk/res/android"
|
||||
xmlns:app="http://schemas.android.com/apk/res-auto">
|
||||
<ListPreference
|
||||
android:defaultValue="off"
|
||||
android:entries="@array/sony_equalizer_mode_names"
|
||||
android:entryValues="@array/sony_equalizer_mode_values"
|
||||
android:icon="@drawable/ic_graphic_eq"
|
||||
android:key="pref_sony_equalizer_mode"
|
||||
android:summary="%s"
|
||||
app:useSimpleSummaryProvider="true"
|
||||
android:title="@string/sony_equalizer" />
|
||||
</androidx.preference.PreferenceScreen>
|
||||
|
||||
@@ -1,5 +1,6 @@
|
||||
<?xml version="1.0" encoding="utf-8"?>
|
||||
<androidx.preference.PreferenceScreen xmlns:android="http://schemas.android.com/apk/res/android">
|
||||
<androidx.preference.PreferenceScreen xmlns:android="http://schemas.android.com/apk/res/android"
|
||||
xmlns:app="http://schemas.android.com/apk/res-auto">
|
||||
|
||||
<PreferenceScreen
|
||||
android:icon="@drawable/ic_graphic_eq"
|
||||
@@ -13,7 +14,7 @@
|
||||
android:entryValues="@array/sony_equalizer_mode_values"
|
||||
android:icon="@drawable/ic_graphic_eq"
|
||||
android:key="pref_sony_equalizer_mode"
|
||||
android:summary="%s"
|
||||
app:useSimpleSummaryProvider="true"
|
||||
android:title="@string/sony_equalizer" />
|
||||
|
||||
<SeekBarPreference
|
||||
|
||||
@@ -8,7 +8,6 @@
|
||||
android:entryValues="@array/sony_protocol_version_values"
|
||||
android:icon="@drawable/ic_developer_mode"
|
||||
android:key="pref_protocol_version"
|
||||
android:summary="%s"
|
||||
android:title="@string/protocol_version"
|
||||
app:useSimpleSummaryProvider="true" />
|
||||
|
||||
|
||||
@@ -1,12 +1,13 @@
|
||||
<?xml version="1.0" encoding="utf-8"?>
|
||||
<androidx.preference.PreferenceScreen xmlns:android="http://schemas.android.com/apk/res/android">
|
||||
<androidx.preference.PreferenceScreen xmlns:android="http://schemas.android.com/apk/res/android"
|
||||
xmlns:app="http://schemas.android.com/apk/res-auto">
|
||||
<ListPreference
|
||||
android:defaultValue="off"
|
||||
android:entries="@array/sony_quick_access_names"
|
||||
android:entryValues="@array/sony_quick_access_values"
|
||||
android:icon="@drawable/ic_filter_2"
|
||||
android:key="pref_sony_quick_access_double_tap"
|
||||
android:summary="%s"
|
||||
app:useSimpleSummaryProvider="true"
|
||||
android:title="@string/sony_quick_access_double_tap" />
|
||||
|
||||
<ListPreference
|
||||
@@ -15,6 +16,6 @@
|
||||
android:entryValues="@array/sony_quick_access_values"
|
||||
android:icon="@drawable/ic_filter_3"
|
||||
android:key="pref_sony_quick_access_triple_tap"
|
||||
android:summary="%s"
|
||||
app:useSimpleSummaryProvider="true"
|
||||
android:title="@string/sony_quick_access_triple_tap" />
|
||||
</androidx.preference.PreferenceScreen>
|
||||
|
||||
@@ -1,11 +1,12 @@
|
||||
<?xml version="1.0" encoding="utf-8"?>
|
||||
<androidx.preference.PreferenceScreen xmlns:android="http://schemas.android.com/apk/res/android">
|
||||
<androidx.preference.PreferenceScreen xmlns:android="http://schemas.android.com/apk/res/android"
|
||||
xmlns:app="http://schemas.android.com/apk/res-auto">
|
||||
<ListPreference
|
||||
android:defaultValue="off"
|
||||
android:entries="@array/sony_sound_position_names"
|
||||
android:entryValues="@array/sony_sound_position_values"
|
||||
android:icon="@drawable/ic_switch_left"
|
||||
android:key="pref_sony_sound_position"
|
||||
android:summary="%s"
|
||||
app:useSimpleSummaryProvider="true"
|
||||
android:title="@string/sony_sound_position" />
|
||||
</androidx.preference.PreferenceScreen>
|
||||
|
||||
@@ -1,5 +1,6 @@
|
||||
<?xml version="1.0" encoding="utf-8"?>
|
||||
<androidx.preference.PreferenceScreen xmlns:android="http://schemas.android.com/apk/res/android">
|
||||
<androidx.preference.PreferenceScreen xmlns:android="http://schemas.android.com/apk/res/android"
|
||||
xmlns:app="http://schemas.android.com/apk/res-auto">
|
||||
|
||||
<PreferenceScreen
|
||||
android:icon="@drawable/ic_voice"
|
||||
@@ -26,7 +27,7 @@
|
||||
android:entries="@array/sony_speak_to_chat_voice_sensitivity_names"
|
||||
android:entryValues="@array/sony_speak_to_chat_voice_sensitivity_values"
|
||||
android:key="pref_sony_speak_to_chat_sensitivity"
|
||||
android:summary="%s"
|
||||
app:useSimpleSummaryProvider="true"
|
||||
android:title="@string/sony_speak_to_chat_sensitivity" />
|
||||
|
||||
<SwitchPreferenceCompat
|
||||
@@ -44,7 +45,7 @@
|
||||
android:entryValues="@array/sony_speak_to_chat_voice_timeout_values"
|
||||
android:icon="@drawable/ic_timer"
|
||||
android:key="pref_sony_speak_to_chat_timeout"
|
||||
android:summary="%s"
|
||||
app:useSimpleSummaryProvider="true"
|
||||
android:title="@string/sony_speak_to_chat_timeout" />
|
||||
</PreferenceCategory>
|
||||
</PreferenceScreen>
|
||||
|
||||
@@ -1,11 +1,12 @@
|
||||
<?xml version="1.0" encoding="utf-8"?>
|
||||
<androidx.preference.PreferenceScreen xmlns:android="http://schemas.android.com/apk/res/android">
|
||||
<androidx.preference.PreferenceScreen xmlns:android="http://schemas.android.com/apk/res/android"
|
||||
xmlns:app="http://schemas.android.com/apk/res-auto">
|
||||
<ListPreference
|
||||
android:defaultValue="off"
|
||||
android:entries="@array/sony_surround_mode_names"
|
||||
android:entryValues="@array/sony_surround_mode_values"
|
||||
android:icon="@drawable/ic_surround"
|
||||
android:key="pref_sony_surround_mode"
|
||||
android:summary="%s"
|
||||
app:useSimpleSummaryProvider="true"
|
||||
android:title="@string/sony_surround_mode" />
|
||||
</androidx.preference.PreferenceScreen>
|
||||
|
||||
@@ -1,5 +1,6 @@
|
||||
<?xml version="1.0" encoding="utf-8"?>
|
||||
<androidx.preference.PreferenceScreen xmlns:android="http://schemas.android.com/apk/res/android">
|
||||
<androidx.preference.PreferenceScreen xmlns:android="http://schemas.android.com/apk/res/android"
|
||||
xmlns:app="http://schemas.android.com/apk/res-auto">
|
||||
<PreferenceScreen
|
||||
android:icon="@drawable/ic_volume_up"
|
||||
android:key="pref_screen_sound_and_vibration"
|
||||
@@ -46,7 +47,7 @@
|
||||
android:entries="@array/vibration_intensity"
|
||||
android:entryValues="@array/vibration_intensity_values"
|
||||
android:key="vibration_intensity"
|
||||
android:summary="%s"
|
||||
app:useSimpleSummaryProvider="true"
|
||||
android:title="@string/pref_vibration_intensity" />
|
||||
|
||||
<SwitchPreferenceCompat
|
||||
|
||||
@@ -1,5 +1,6 @@
|
||||
<?xml version="1.0" encoding="utf-8"?>
|
||||
<androidx.preference.PreferenceScreen xmlns:android="http://schemas.android.com/apk/res/android">
|
||||
<androidx.preference.PreferenceScreen xmlns:android="http://schemas.android.com/apk/res/android"
|
||||
xmlns:app="http://schemas.android.com/apk/res-auto">
|
||||
<PreferenceCategory
|
||||
android:key="pref_key_header_soundcore_ambient_sound_control"
|
||||
android:title="@string/pref_header_sony_ambient_sound_control">
|
||||
@@ -10,7 +11,7 @@
|
||||
android:entryValues="@array/sony_ambient_sound_control_values"
|
||||
android:icon="@drawable/ic_hearing"
|
||||
android:key="pref_soundcore_ambient_sound_control"
|
||||
android:summary="%s"
|
||||
app:useSimpleSummaryProvider="true"
|
||||
android:title="@string/sony_ambient_sound" />
|
||||
|
||||
<SwitchPreferenceCompat
|
||||
|
||||
@@ -1,5 +1,6 @@
|
||||
<?xml version="1.0" encoding="utf-8"?>
|
||||
<androidx.preference.PreferenceScreen xmlns:android="http://schemas.android.com/apk/res/android">
|
||||
<androidx.preference.PreferenceScreen xmlns:android="http://schemas.android.com/apk/res/android"
|
||||
xmlns:app="http://schemas.android.com/apk/res-auto">
|
||||
<PreferenceCategory android:title="@string/single_tap">
|
||||
<SwitchPreferenceCompat
|
||||
android:defaultValue="false"
|
||||
@@ -15,7 +16,7 @@
|
||||
android:entryValues="@array/soundcore_button_function_values"
|
||||
android:icon="@drawable/ic_touch"
|
||||
android:key="pref_soundcore_control_single_tap_action_left"
|
||||
android:summary="%s"
|
||||
app:useSimpleSummaryProvider="true"
|
||||
android:title="@string/prefs_left" />
|
||||
<ListPreference
|
||||
android:dependency="pref_soundcore_control_single_tap_disabled"
|
||||
@@ -23,7 +24,7 @@
|
||||
android:entryValues="@array/soundcore_button_function_values"
|
||||
android:icon="@drawable/ic_touch"
|
||||
android:key="pref_soundcore_control_single_tap_action_right"
|
||||
android:summary="%s"
|
||||
app:useSimpleSummaryProvider="true"
|
||||
android:title="@string/prefs_right" />
|
||||
</PreferenceCategory>
|
||||
<PreferenceCategory android:title="@string/double_tap">
|
||||
@@ -41,7 +42,7 @@
|
||||
android:entryValues="@array/soundcore_button_function_values"
|
||||
android:icon="@drawable/ic_touch"
|
||||
android:key="pref_soundcore_control_double_tap_action_left"
|
||||
android:summary="%s"
|
||||
app:useSimpleSummaryProvider="true"
|
||||
android:title="@string/prefs_left" />
|
||||
<ListPreference
|
||||
android:dependency="pref_soundcore_control_double_tap_disabled"
|
||||
@@ -49,7 +50,7 @@
|
||||
android:entryValues="@array/soundcore_button_function_values"
|
||||
android:icon="@drawable/ic_touch"
|
||||
android:key="pref_soundcore_control_double_tap_action_right"
|
||||
android:summary="%s"
|
||||
app:useSimpleSummaryProvider="true"
|
||||
android:title="@string/prefs_right" />
|
||||
</PreferenceCategory>
|
||||
<PreferenceCategory android:title="@string/triple_tap">
|
||||
@@ -67,7 +68,7 @@
|
||||
android:entryValues="@array/soundcore_button_function_values"
|
||||
android:icon="@drawable/ic_touch"
|
||||
android:key="pref_soundcore_control_triple_tap_action_left"
|
||||
android:summary="%s"
|
||||
app:useSimpleSummaryProvider="true"
|
||||
android:title="@string/prefs_left" />
|
||||
<ListPreference
|
||||
android:dependency="pref_soundcore_control_triple_tap_disabled"
|
||||
@@ -75,7 +76,7 @@
|
||||
android:entryValues="@array/soundcore_button_function_values"
|
||||
android:icon="@drawable/ic_touch"
|
||||
android:key="pref_soundcore_control_triple_tap_action_right"
|
||||
android:summary="%s"
|
||||
app:useSimpleSummaryProvider="true"
|
||||
android:title="@string/prefs_right" />
|
||||
</PreferenceCategory>
|
||||
<PreferenceCategory android:title="@string/long_press">
|
||||
@@ -93,7 +94,7 @@
|
||||
android:entryValues="@array/soundcore_button_function_values"
|
||||
android:icon="@drawable/ic_touch"
|
||||
android:key="pref_soundcore_control_long_press_action_left"
|
||||
android:summary="%s"
|
||||
app:useSimpleSummaryProvider="true"
|
||||
android:title="@string/prefs_left" />
|
||||
<ListPreference
|
||||
android:dependency="pref_soundcore_control_long_press_disabled"
|
||||
@@ -101,7 +102,7 @@
|
||||
android:entryValues="@array/soundcore_button_function_values"
|
||||
android:icon="@drawable/ic_touch"
|
||||
android:key="pref_soundcore_control_long_press_action_right"
|
||||
android:summary="%s"
|
||||
app:useSimpleSummaryProvider="true"
|
||||
android:title="@string/prefs_right" />
|
||||
</PreferenceCategory>
|
||||
</androidx.preference.PreferenceScreen>
|
||||
|
||||
@@ -1,5 +1,6 @@
|
||||
<?xml version="1.0" encoding="utf-8"?>
|
||||
<androidx.preference.PreferenceScreen xmlns:android="http://schemas.android.com/apk/res/android">
|
||||
<androidx.preference.PreferenceScreen xmlns:android="http://schemas.android.com/apk/res/android"
|
||||
xmlns:app="http://schemas.android.com/apk/res-auto">
|
||||
<SwitchPreferenceCompat
|
||||
android:defaultValue="true"
|
||||
android:icon="@drawable/ic_voice"
|
||||
@@ -12,7 +13,7 @@
|
||||
android:entryValues="@array/soundcore_button_brightness_values"
|
||||
android:icon="@drawable/ic_wb_sunny"
|
||||
android:key="pref_soundcore_button_brightness"
|
||||
android:summary="%s"
|
||||
app:useSimpleSummaryProvider="true"
|
||||
android:title="@string/soundcore_button_brightness" />
|
||||
<ListPreference
|
||||
android:defaultValue="3"
|
||||
@@ -20,6 +21,6 @@
|
||||
android:entryValues="@array/soundcore_auto_power_off_values"
|
||||
android:icon="@drawable/ic_power_settings_new"
|
||||
android:key="pref_soundcore_auto_power_off"
|
||||
android:summary="%s"
|
||||
app:useSimpleSummaryProvider="true"
|
||||
android:title="@string/prefs_wena3_auto_power_off_item" />
|
||||
</androidx.preference.PreferenceScreen>
|
||||
|
||||
@@ -22,7 +22,7 @@
|
||||
android:entryValues="@array/soundcore_equalizer_preset_values"
|
||||
android:icon="@drawable/ic_equalizer"
|
||||
android:key="pref_soundcore_equalizer_preset"
|
||||
android:summary="%s"
|
||||
app:useSimpleSummaryProvider="true"
|
||||
android:title="@string/soundcore_equalizer_preset" />
|
||||
<PreferenceScreen
|
||||
android:persistent="false"
|
||||
@@ -36,7 +36,7 @@
|
||||
android:entryValues="@array/soundcore_equalizer_direction_values"
|
||||
android:icon="@drawable/ic_switch_left"
|
||||
android:key="pref_soundcore_equalizer_direction"
|
||||
android:summary="%s"
|
||||
app:useSimpleSummaryProvider="true"
|
||||
android:title="@string/soundcore_equalizer_direction" />
|
||||
<Preference
|
||||
android:persistent="false"
|
||||
@@ -51,7 +51,7 @@
|
||||
android:entryValues="@array/soundcore_equalizer_freq_values"
|
||||
android:icon="@drawable/ic_hearing"
|
||||
android:key="pref_soundcore_equalizer_band1_freq"
|
||||
android:summary="%s"
|
||||
app:useSimpleSummaryProvider="true"
|
||||
android:title="@string/soundcore_equalizer_frequency" />
|
||||
<SeekBarPreference
|
||||
android:defaultValue="60"
|
||||
@@ -68,7 +68,7 @@
|
||||
android:entryValues="@array/soundcore_equalizer_freq_values"
|
||||
android:icon="@drawable/ic_hearing"
|
||||
android:key="pref_soundcore_equalizer_band2_freq"
|
||||
android:summary="%s"
|
||||
app:useSimpleSummaryProvider="true"
|
||||
android:title="@string/soundcore_equalizer_frequency" />
|
||||
<SeekBarPreference
|
||||
android:defaultValue="60"
|
||||
@@ -85,7 +85,7 @@
|
||||
android:entryValues="@array/soundcore_equalizer_freq_values"
|
||||
android:icon="@drawable/ic_hearing"
|
||||
android:key="pref_soundcore_equalizer_band3_freq"
|
||||
android:summary="%s"
|
||||
app:useSimpleSummaryProvider="true"
|
||||
android:title="@string/soundcore_equalizer_frequency" />
|
||||
<SeekBarPreference
|
||||
android:defaultValue="60"
|
||||
@@ -102,7 +102,7 @@
|
||||
android:entryValues="@array/soundcore_equalizer_freq_values"
|
||||
android:icon="@drawable/ic_hearing"
|
||||
android:key="pref_soundcore_equalizer_band4_freq"
|
||||
android:summary="%s"
|
||||
app:useSimpleSummaryProvider="true"
|
||||
android:title="@string/soundcore_equalizer_frequency" />
|
||||
<SeekBarPreference
|
||||
android:defaultValue="60"
|
||||
@@ -119,7 +119,7 @@
|
||||
android:entryValues="@array/soundcore_equalizer_freq_values"
|
||||
android:icon="@drawable/ic_hearing"
|
||||
android:key="pref_soundcore_equalizer_band5_freq"
|
||||
android:summary="%s"
|
||||
app:useSimpleSummaryProvider="true"
|
||||
android:title="@string/soundcore_equalizer_frequency" />
|
||||
<SeekBarPreference
|
||||
android:defaultValue="60"
|
||||
@@ -136,7 +136,7 @@
|
||||
android:entryValues="@array/soundcore_equalizer_freq_values"
|
||||
android:icon="@drawable/ic_hearing"
|
||||
android:key="pref_soundcore_equalizer_band6_freq"
|
||||
android:summary="%s"
|
||||
app:useSimpleSummaryProvider="true"
|
||||
android:title="@string/soundcore_equalizer_frequency" />
|
||||
<SeekBarPreference
|
||||
android:defaultValue="60"
|
||||
@@ -153,7 +153,7 @@
|
||||
android:entryValues="@array/soundcore_equalizer_freq_values"
|
||||
android:icon="@drawable/ic_hearing"
|
||||
android:key="pref_soundcore_equalizer_band7_freq"
|
||||
android:summary="%s"
|
||||
app:useSimpleSummaryProvider="true"
|
||||
android:title="@string/soundcore_equalizer_frequency" />
|
||||
<SeekBarPreference
|
||||
android:defaultValue="60"
|
||||
@@ -170,7 +170,7 @@
|
||||
android:entryValues="@array/soundcore_equalizer_freq_values"
|
||||
android:icon="@drawable/ic_hearing"
|
||||
android:key="pref_soundcore_equalizer_band8_freq"
|
||||
android:summary="%s"
|
||||
app:useSimpleSummaryProvider="true"
|
||||
android:title="@string/soundcore_equalizer_frequency" />
|
||||
<SeekBarPreference
|
||||
android:defaultValue="60"
|
||||
@@ -187,7 +187,7 @@
|
||||
android:entryValues="@array/soundcore_equalizer_freq_values"
|
||||
android:icon="@drawable/ic_hearing"
|
||||
android:key="pref_soundcore_equalizer_band9_freq"
|
||||
android:summary="%s"
|
||||
app:useSimpleSummaryProvider="true"
|
||||
android:title="@string/soundcore_equalizer_frequency" />
|
||||
<SeekBarPreference
|
||||
android:defaultValue="60"
|
||||
|
||||
@@ -1,5 +1,6 @@
|
||||
<?xml version="1.0" encoding="utf-8"?>
|
||||
<androidx.preference.PreferenceScreen xmlns:android="http://schemas.android.com/apk/res/android">
|
||||
<androidx.preference.PreferenceScreen xmlns:android="http://schemas.android.com/apk/res/android"
|
||||
xmlns:app="http://schemas.android.com/apk/res-auto">
|
||||
<PreferenceCategory
|
||||
android:key="pref_key_header_soundcore_ambient_sound_control"
|
||||
android:title="@string/pref_header_sony_ambient_sound_control">
|
||||
@@ -10,7 +11,7 @@
|
||||
android:entryValues="@array/sony_ambient_sound_control_values"
|
||||
android:icon="@drawable/ic_hearing"
|
||||
android:key="pref_soundcore_ambient_sound_control"
|
||||
android:summary="%s"
|
||||
app:useSimpleSummaryProvider="true"
|
||||
android:title="@string/sony_ambient_sound" />
|
||||
|
||||
<ListPreference
|
||||
@@ -19,7 +20,7 @@
|
||||
android:entryValues="@array/soundcore_anc_mode_values"
|
||||
android:icon="@drawable/ic_hearing"
|
||||
android:key="pref_soundcore_anc_mode"
|
||||
android:summary="%s"
|
||||
app:useSimpleSummaryProvider="true"
|
||||
android:title="@string/prefs_active_noise_cancelling_level" />
|
||||
</PreferenceCategory>
|
||||
|
||||
|
||||
@@ -1,5 +1,6 @@
|
||||
<?xml version="1.0" encoding="utf-8"?>
|
||||
<androidx.preference.PreferenceScreen xmlns:android="http://schemas.android.com/apk/res/android">
|
||||
<androidx.preference.PreferenceScreen xmlns:android="http://schemas.android.com/apk/res/android"
|
||||
xmlns:app="http://schemas.android.com/apk/res-auto">
|
||||
<PreferenceScreen
|
||||
android:icon="@drawable/ic_spo2"
|
||||
android:key="pref_screen_spo2"
|
||||
@@ -20,7 +21,7 @@
|
||||
android:entries="@array/prefs_spo2_measurement_interval"
|
||||
android:entryValues="@array/prefs_spo2_measurement_interval_values"
|
||||
android:key="spo2_measurement_interval"
|
||||
android:summary="%s"
|
||||
app:useSimpleSummaryProvider="true"
|
||||
android:title="@string/pref_title_time_interval" />
|
||||
|
||||
<SwitchPreferenceCompat
|
||||
|
||||
@@ -1,12 +1,13 @@
|
||||
<?xml version="1.0" encoding="utf-8"?>
|
||||
<androidx.preference.PreferenceScreen xmlns:android="http://schemas.android.com/apk/res/android">
|
||||
<androidx.preference.PreferenceScreen xmlns:android="http://schemas.android.com/apk/res/android"
|
||||
xmlns:app="http://schemas.android.com/apk/res-auto">
|
||||
<ListPreference
|
||||
android:defaultValue="@string/p_timeformat_auto"
|
||||
android:entries="@array/pref_timeformat_entries"
|
||||
android:entryValues="@array/pref_timeformat_values"
|
||||
android:icon="@drawable/ic_access_time"
|
||||
android:key="timeformat"
|
||||
android:summary="%s"
|
||||
app:useSimpleSummaryProvider="true"
|
||||
android:title="@string/pref_title_timeformat" />
|
||||
|
||||
</androidx.preference.PreferenceScreen>
|
||||
|
||||
@@ -24,7 +24,7 @@
|
||||
android:entries="@array/vibration_profile"
|
||||
android:entryValues="@array/vibration_profile_values"
|
||||
android:key="huami_vibration_profile_app_alerts"
|
||||
android:summary="%s"
|
||||
app:useSimpleSummaryProvider="true"
|
||||
android:title="@string/miband_prefs_vibration" />
|
||||
|
||||
<EditTextPreference
|
||||
@@ -55,7 +55,7 @@
|
||||
android:entries="@array/vibration_profile"
|
||||
android:entryValues="@array/vibration_profile_values"
|
||||
android:key="huami_vibration_profile_incoming_call"
|
||||
android:summary="%s"
|
||||
app:useSimpleSummaryProvider="true"
|
||||
android:title="@string/miband_prefs_vibration" />
|
||||
|
||||
<EditTextPreference
|
||||
@@ -86,7 +86,7 @@
|
||||
android:entries="@array/vibration_profile"
|
||||
android:entryValues="@array/vibration_profile_values"
|
||||
android:key="huami_vibration_profile_incoming_sms"
|
||||
android:summary="%s"
|
||||
app:useSimpleSummaryProvider="true"
|
||||
android:title="@string/miband_prefs_vibration" />
|
||||
|
||||
<EditTextPreference
|
||||
@@ -117,7 +117,7 @@
|
||||
android:entries="@array/vibration_profile"
|
||||
android:entryValues="@array/vibration_profile_values"
|
||||
android:key="huami_vibration_profile_goal_notification"
|
||||
android:summary="%s"
|
||||
app:useSimpleSummaryProvider="true"
|
||||
android:title="@string/miband_prefs_vibration" />
|
||||
|
||||
<EditTextPreference
|
||||
@@ -148,7 +148,7 @@
|
||||
android:entries="@array/vibration_profile"
|
||||
android:entryValues="@array/vibration_profile_values"
|
||||
android:key="huami_vibration_profile_alarm"
|
||||
android:summary="%s"
|
||||
app:useSimpleSummaryProvider="true"
|
||||
android:title="@string/miband_prefs_vibration" />
|
||||
|
||||
<EditTextPreference
|
||||
@@ -179,7 +179,7 @@
|
||||
android:entries="@array/vibration_profile"
|
||||
android:entryValues="@array/vibration_profile_values"
|
||||
android:key="huami_vibration_profile_idle_alerts"
|
||||
android:summary="%s"
|
||||
app:useSimpleSummaryProvider="true"
|
||||
android:title="@string/miband_prefs_vibration" />
|
||||
|
||||
<EditTextPreference
|
||||
@@ -210,7 +210,7 @@
|
||||
android:entries="@array/vibration_profile"
|
||||
android:entryValues="@array/vibration_profile_values"
|
||||
android:key="huami_vibration_profile_event_reminder"
|
||||
android:summary="%s"
|
||||
app:useSimpleSummaryProvider="true"
|
||||
android:title="@string/miband_prefs_vibration" />
|
||||
|
||||
<EditTextPreference
|
||||
@@ -241,7 +241,7 @@
|
||||
android:entries="@array/vibration_profile"
|
||||
android:entryValues="@array/vibration_profile_values"
|
||||
android:key="huami_vibration_profile_find_band"
|
||||
android:summary="%s"
|
||||
app:useSimpleSummaryProvider="true"
|
||||
android:title="@string/miband_prefs_vibration" />
|
||||
|
||||
<EditTextPreference
|
||||
@@ -272,7 +272,7 @@
|
||||
android:entries="@array/vibration_profile"
|
||||
android:entryValues="@array/vibration_profile_values"
|
||||
android:key="huami_vibration_profile_todo_list"
|
||||
android:summary="%s"
|
||||
app:useSimpleSummaryProvider="true"
|
||||
android:title="@string/miband_prefs_vibration" />
|
||||
|
||||
<EditTextPreference
|
||||
@@ -303,7 +303,7 @@
|
||||
android:entries="@array/vibration_profile"
|
||||
android:entryValues="@array/vibration_profile_values"
|
||||
android:key="huami_vibration_profile_schedule"
|
||||
android:summary="%s"
|
||||
app:useSimpleSummaryProvider="true"
|
||||
android:title="@string/miband_prefs_vibration" />
|
||||
|
||||
<EditTextPreference
|
||||
|
||||
Some files were not shown because too many files have changed in this diff Show More
Reference in New Issue
Block a user