1
0
mirror of https://codeberg.org/Freeyourgadget/Gadgetbridge synced 2024-12-01 14:32:54 +01:00

Reformat preferences.xml

This commit is contained in:
José Rebelo 2023-07-26 23:20:57 +01:00 committed by José Rebelo
parent 12b5ec8415
commit db112cc90a

View File

@ -5,45 +5,47 @@
android:key="pref_key_general" android:key="pref_key_general"
android:title="@string/pref_header_general"> android:title="@string/pref_header_general">
<SwitchPreference <SwitchPreference
android:layout="@layout/preference_checkbox"
android:defaultValue="true" android:defaultValue="true"
android:key="general_autostartonboot" android:key="general_autostartonboot"
android:layout="@layout/preference_checkbox"
android:title="@string/pref_title_general_autostartonboot" /> android:title="@string/pref_title_general_autostartonboot" />
<SwitchPreference <SwitchPreference
android:layout="@layout/preference_checkbox"
android:defaultValue="false" android:defaultValue="false"
android:key="general_autoconnectonbluetooth" android:key="general_autoconnectonbluetooth"
android:layout="@layout/preference_checkbox"
android:title="@string/pref_title_general_autoconnectonbluetooth" /> android:title="@string/pref_title_general_autoconnectonbluetooth" />
<SwitchPreference <SwitchPreference
android:layout="@layout/preference_checkbox"
android:defaultValue="false" android:defaultValue="false"
android:key="general_autocreconnect"
android:title="@string/pref_title_general_autoreconnect"
android:enabled="false" android:enabled="false"
android:summary="setting has been moved to device specific settings"/> android:key="general_autocreconnect"
<SwitchPreference
android:layout="@layout/preference_checkbox" android:layout="@layout/preference_checkbox"
android:summary="setting has been moved to device specific settings"
android:title="@string/pref_title_general_autoreconnect" />
<SwitchPreference
android:defaultValue="true" android:defaultValue="true"
android:key="display_add_device_fab" android:key="display_add_device_fab"
android:layout="@layout/preference_checkbox"
android:summaryOff="@string/pref_display_add_device_fab_off" android:summaryOff="@string/pref_display_add_device_fab_off"
android:summaryOn="@string/pref_display_add_device_fab_on" android:summaryOn="@string/pref_display_add_device_fab_on"
android:title="@string/pref_display_add_device_fab" /> android:title="@string/pref_display_add_device_fab" />
<SwitchPreference <SwitchPreference
android:layout="@layout/preference_checkbox"
android:defaultValue="false" android:defaultValue="false"
android:key="mb_intents" android:key="mb_intents"
android:title="@string/pref_title_mb_intents" android:layout="@layout/preference_checkbox"
android:summary="@string/pref_summary_mb_intents" /> android:summary="@string/pref_summary_mb_intents"
android:title="@string/pref_title_mb_intents" />
<ListPreference <ListPreference
android:defaultValue="default" android:defaultValue="default"
android:dependency="mb_intents"
android:key="audio_player" android:key="audio_player"
android:title="@string/pref_title_audio_player"
android:summary="%s" android:summary="%s"
android:dependency="mb_intents" /> android:title="@string/pref_title_audio_player" />
<PreferenceScreen android:key="pref_screen_theme" android:title="@string/pref_title_theme"> <PreferenceScreen
android:key="pref_screen_theme"
android:title="@string/pref_title_theme">
<ListPreference <ListPreference
android:defaultValue="@string/pref_theme_value_light" android:defaultValue="@string/pref_theme_value_light"
android:entries="@array/pref_theme_options" android:entries="@array/pref_theme_options"
@ -79,37 +81,37 @@
android:key="pref_screen_rtl" android:key="pref_screen_rtl"
android:title="@string/preferences_rtl_settings"> android:title="@string/preferences_rtl_settings">
<SwitchPreference <SwitchPreference
android:layout="@layout/preference_checkbox"
android:defaultValue="false" android:defaultValue="false"
android:key="rtl" android:key="rtl"
android:layout="@layout/preference_checkbox"
android:summary="@string/pref_summary_rtl" android:summary="@string/pref_summary_rtl"
android:title="@string/pref_title_rtl" /> android:title="@string/pref_title_rtl" />
<SwitchPreference <SwitchPreference
android:layout="@layout/preference_checkbox"
android:defaultValue="false" android:defaultValue="false"
android:key="contextualArabic" android:key="contextualArabic"
android:layout="@layout/preference_checkbox"
android:summary="@string/pref_summary_contextual_arabic" android:summary="@string/pref_summary_contextual_arabic"
android:title="@string/pref_title_contextual_arabic" /> android:title="@string/pref_title_contextual_arabic" />
<EditTextPreference <EditTextPreference
android:defaultValue="20"
android:inputType="number" android:inputType="number"
android:key="rtl_max_line_length" android:key="rtl_max_line_length"
android:defaultValue="20"
android:maxLength="159" android:maxLength="159"
android:title="@string/pref_rtl_max_line_length" android:summary="@string/pref_rtl_max_line_length_summary"
android:summary="@string/pref_rtl_max_line_length_summary"/> android:title="@string/pref_rtl_max_line_length" />
</PreferenceScreen> </PreferenceScreen>
</PreferenceScreen> </PreferenceScreen>
<PreferenceScreen <PreferenceScreen
android:key="pref_screen_weather" android:key="pref_screen_weather"
android:title="@string/pref_title_weather" android:summary="@string/pref_title_weather_summary"
android:summary="@string/pref_title_weather_summary"> android:title="@string/pref_title_weather">
<EditTextPreference <EditTextPreference
android:inputType="text" android:inputType="text"
android:key="weather_city" android:key="weather_city"
android:title="@string/pref_title_weather_location" android:title="@string/pref_title_weather_location"
app:useSimpleSummaryProvider="true" /> app:useSimpleSummaryProvider="true" />
</PreferenceScreen> </PreferenceScreen>
</PreferenceCategory> </PreferenceCategory>
@ -126,9 +128,9 @@
android:key="pref_key_datetime" android:key="pref_key_datetime"
android:title="@string/pref_header_datetime"> android:title="@string/pref_header_datetime">
<SwitchPreference <SwitchPreference
android:layout="@layout/preference_checkbox"
android:defaultValue="true" android:defaultValue="true"
android:key="datetime_synconconnect" android:key="datetime_synconconnect"
android:layout="@layout/preference_checkbox"
android:summary="@string/pref_summary_datetime_syctimeonconnect" android:summary="@string/pref_summary_datetime_syctimeonconnect"
android:title="@string/pref_title_datetime_syctimeonconnect" /> android:title="@string/pref_title_datetime_syctimeonconnect" />
</PreferenceCategory> </PreferenceCategory>
@ -142,14 +144,14 @@
android:key="location_latitude" android:key="location_latitude"
android:maxLength="7" android:maxLength="7"
android:title="@string/pref_title_location_latitude" android:title="@string/pref_title_location_latitude"
app:useSimpleSummaryProvider="true" /> app:useSimpleSummaryProvider="true" />
<EditTextPreference <EditTextPreference
android:defaultValue="0" android:defaultValue="0"
android:inputType="numberDecimal|numberSigned" android:inputType="numberDecimal|numberSigned"
android:key="location_longitude" android:key="location_longitude"
android:maxLength="7" android:maxLength="7"
android:title="@string/pref_title_location_longitude" android:title="@string/pref_title_location_longitude"
app:useSimpleSummaryProvider="true" /> app:useSimpleSummaryProvider="true" />
<SwitchPreference <SwitchPreference
android:defaultValue="true" android:defaultValue="true"
android:dependency="location_aquire" android:dependency="location_aquire"
@ -192,18 +194,17 @@
android:icon="@drawable/ic_device_pebble" android:icon="@drawable/ic_device_pebble"
android:key="pref_key_pebble" android:key="pref_key_pebble"
android:title="@string/pref_title_pebble_settings"> android:title="@string/pref_title_pebble_settings">
<PreferenceCategory <PreferenceCategory android:title="@string/pref_header_general">
android:title="@string/pref_header_general">
<SwitchPreference <SwitchPreference
android:layout="@layout/preference_checkbox"
android:defaultValue="true" android:defaultValue="true"
android:key="pebble_enable_outgoing_call" android:key="pebble_enable_outgoing_call"
android:layout="@layout/preference_checkbox"
android:summary="@string/pref_summary_enable_outgoing_call" android:summary="@string/pref_summary_enable_outgoing_call"
android:title="@string/pref_title_enable_outgoing_call" /> android:title="@string/pref_title_enable_outgoing_call" />
<SwitchPreference <SwitchPreference
android:layout="@layout/preference_checkbox"
android:defaultValue="false" android:defaultValue="false"
android:key="pebble_enable_pebblekit" android:key="pebble_enable_pebblekit"
android:layout="@layout/preference_checkbox"
android:summary="@string/pref_summary_enable_pebblekit" android:summary="@string/pref_summary_enable_pebblekit"
android:title="@string/pref_title_enable_pebblekit" /> android:title="@string/pref_title_enable_pebblekit" />
<EditTextPreference <EditTextPreference
@ -214,17 +215,17 @@
android:title="@string/pref_title_pebble_reconnect_attempts" android:title="@string/pref_title_pebble_reconnect_attempts"
app:useSimpleSummaryProvider="true" /> app:useSimpleSummaryProvider="true" />
<ListPreference <ListPreference
android:key="pebble_pref_privacy_mode" android:defaultValue="@string/p_pebble_privacy_mode_off"
android:title="@string/pref_title_pebble_privacy_mode"
android:entries="@array/pebble_privacymode" android:entries="@array/pebble_privacymode"
android:entryValues="@array/pebble_privacymode_values" android:entryValues="@array/pebble_privacymode_values"
android:defaultValue="@string/p_pebble_privacy_mode_off" android:key="pebble_pref_privacy_mode"
android:summary="%s" /> android:summary="%s"
android:title="@string/pref_title_pebble_privacy_mode" />
</PreferenceCategory> </PreferenceCategory>
<PreferenceCategory android:title="@string/pref_header_pebble_timeline"> <PreferenceCategory android:title="@string/pref_header_pebble_timeline">
<SwitchPreference <SwitchPreference
android:layout="@layout/preference_checkbox"
android:key="send_sunrise_sunset" android:key="send_sunrise_sunset"
android:layout="@layout/preference_checkbox"
android:summary="@string/pref_summary_sunrise_sunset" android:summary="@string/pref_summary_sunrise_sunset"
android:title="@string/pref_title_sunrise_sunset" /> android:title="@string/pref_title_sunrise_sunset" />
</PreferenceCategory> </PreferenceCategory>
@ -237,30 +238,29 @@
android:summary="%s" android:summary="%s"
android:title="@string/pref_title_pebble_activitytracker" /> android:title="@string/pref_title_pebble_activitytracker" />
<SwitchPreference <SwitchPreference
android:layout="@layout/preference_checkbox"
android:defaultValue="true" android:defaultValue="true"
android:key="pebble_sync_health" android:key="pebble_sync_health"
android:layout="@layout/preference_checkbox"
android:title="@string/pref_title_pebble_sync_health" /> android:title="@string/pref_title_pebble_sync_health" />
<SwitchPreference <SwitchPreference
android:layout="@layout/preference_checkbox"
android:defaultValue="true" android:defaultValue="true"
android:key="pebble_health_store_raw"
android:dependency="pebble_sync_health" android:dependency="pebble_sync_health"
android:title="@string/pref_title_pebble_health_store_raw" android:key="pebble_health_store_raw"
android:summary="@string/pref_summary_pebble_health_store_raw" /> android:layout="@layout/preference_checkbox"
android:summary="@string/pref_summary_pebble_health_store_raw"
android:title="@string/pref_title_pebble_health_store_raw" />
<SwitchPreference <SwitchPreference
android:layout="@layout/preference_checkbox"
android:defaultValue="true" android:defaultValue="true"
android:key="pebble_sync_misfit" android:key="pebble_sync_misfit"
android:layout="@layout/preference_checkbox"
android:title="@string/pref_title_pebble_sync_misfit" />> android:title="@string/pref_title_pebble_sync_misfit" />>
<SwitchPreference <SwitchPreference
android:layout="@layout/preference_checkbox"
android:defaultValue="true" android:defaultValue="true"
android:key="pebble_sync_morpheuz" android:key="pebble_sync_morpheuz"
android:layout="@layout/preference_checkbox"
android:title="@string/pref_title_pebble_sync_morpheuz" /> android:title="@string/pref_title_pebble_sync_morpheuz" />
</PreferenceCategory> </PreferenceCategory>
<PreferenceCategory <PreferenceCategory android:title="@string/pref_header_development">
android:title="@string/pref_header_development">
<SwitchPreference <SwitchPreference
android:defaultValue="false" android:defaultValue="false"
android:key="pebble_force_protocol" android:key="pebble_force_protocol"
@ -280,12 +280,12 @@
android:summary="@string/pref_summary_pebble_forcele" android:summary="@string/pref_summary_pebble_forcele"
android:title="@string/pref_title_pebble_forcele" /> android:title="@string/pref_title_pebble_forcele" />
<EditTextPreference <EditTextPreference
android:defaultValue="512"
android:inputType="number" android:inputType="number"
android:key="pebble_mtu_limit" android:key="pebble_mtu_limit"
android:maxLength="3" android:maxLength="3"
android:defaultValue="512" android:summary="@string/pref_summary_pebble_mtu_limit"
android:title="@string/pref_title_pebble_mtu_limit" android:title="@string/pref_title_pebble_mtu_limit" />
android:summary="@string/pref_summary_pebble_mtu_limit" />
<SwitchPreference <SwitchPreference
android:defaultValue="false" android:defaultValue="false"
android:key="pebble_gatt_clientonly" android:key="pebble_gatt_clientonly"
@ -322,7 +322,7 @@
android:key="pebble_emu_port" android:key="pebble_emu_port"
android:maxLength="5" android:maxLength="5"
android:title="Emulator Port" android:title="Emulator Port"
app:useSimpleSummaryProvider="true" /> app:useSimpleSummaryProvider="true" />
</PreferenceCategory> </PreferenceCategory>
</PreferenceScreen> </PreferenceScreen>
<PreferenceScreen <PreferenceScreen
@ -336,69 +336,67 @@
<EditTextPreference <EditTextPreference
android:defaultValue="5" android:defaultValue="5"
android:key="hplus_screentime" android:key="hplus_screentime"
android:title="@string/pref_title_screentime"/> android:title="@string/pref_title_screentime" />
<SwitchPreference <SwitchPreference
android:layout="@layout/preference_checkbox"
android:defaultValue="true" android:defaultValue="true"
android:key="hplus_alldayhr" android:key="hplus_alldayhr"
android:layout="@layout/preference_checkbox"
android:title="@string/prefs_title_all_day_heart_rate" /> android:title="@string/prefs_title_all_day_heart_rate" />
</PreferenceCategory> </PreferenceCategory>
</PreferenceScreen> </PreferenceScreen>
<Preference <Preference
android:icon="@drawable/ic_device_zetime" android:icon="@drawable/ic_device_zetime"
android:key="pref_key_zetime" android:key="pref_key_zetime"
android:title="@string/zetime_title_settings"/> android:title="@string/zetime_title_settings" />
</PreferenceCategory> </PreferenceCategory>
<PreferenceCategory <PreferenceCategory android:title="@string/pref_header_auto_export">
android:title="@string/pref_header_auto_export">
<Preference <Preference
android:key="auto_export_location" android:key="auto_export_location"
android:title="@string/pref_title_auto_export_location" android:summary="%s"
android:summary="%s" /> android:title="@string/pref_title_auto_export_location" />
<SwitchPreference <SwitchPreference
android:layout="@layout/preference_checkbox"
android:defaultValue="false" android:defaultValue="false"
android:key="auto_export_enabled" android:key="auto_export_enabled"
android:layout="@layout/preference_checkbox"
android:title="@string/pref_title_auto_export_enabled" /> android:title="@string/pref_title_auto_export_enabled" />
<EditTextPreference <EditTextPreference
android:defaultValue="3"
android:dependency="auto_export_enabled" android:dependency="auto_export_enabled"
android:inputType="number" android:inputType="number"
android:key="auto_export_interval" android:key="auto_export_interval"
android:defaultValue="3"
android:maxLength="3" android:maxLength="3"
android:title="@string/pref_title_auto_export_interval" android:summary="@string/pref_summary_auto_export_interval"
android:summary="@string/pref_summary_auto_export_interval"/> android:title="@string/pref_title_auto_export_interval" />
</PreferenceCategory> </PreferenceCategory>
<PreferenceCategory <PreferenceCategory android:title="@string/pref_header_auto_fetch">
android:title="@string/pref_header_auto_fetch">
<SwitchPreference <SwitchPreference
android:layout="@layout/preference_checkbox"
android:defaultValue="false" android:defaultValue="false"
android:key="auto_fetch_enabled" android:key="auto_fetch_enabled"
android:title="@string/pref_auto_fetch" android:layout="@layout/preference_checkbox"
android:summary="@string/pref_auto_fetch_summary"/> android:summary="@string/pref_auto_fetch_summary"
android:title="@string/pref_auto_fetch" />
<EditTextPreference <EditTextPreference
android:defaultValue="0"
android:dependency="auto_fetch_enabled" android:dependency="auto_fetch_enabled"
android:inputType="number" android:inputType="number"
android:key="auto_fetch_interval_limit" android:key="auto_fetch_interval_limit"
android:defaultValue="0"
android:maxLength="3" android:maxLength="3"
android:title="@string/pref_auto_fetch_limit_fetches" android:summary="@string/pref_auto_fetch_limit_fetches_summary"
android:summary="@string/pref_auto_fetch_limit_fetches_summary"/> android:title="@string/pref_auto_fetch_limit_fetches" />
</PreferenceCategory> </PreferenceCategory>
<PreferenceCategory <PreferenceCategory
android:key="pref_key_development" android:key="pref_key_development"
android:title="@string/pref_header_development"> android:title="@string/pref_header_development">
<SwitchPreference <SwitchPreference
android:layout="@layout/preference_checkbox"
android:defaultValue="false" android:defaultValue="false"
android:key="log_to_file" android:key="log_to_file"
android:layout="@layout/preference_checkbox"
android:title="@string/pref_write_logfiles" /> android:title="@string/pref_write_logfiles" />
<SwitchPreference <SwitchPreference
android:defaultValue="true" android:defaultValue="true"
@ -407,9 +405,9 @@
android:summary="@string/pref_check_permission_status_summary" android:summary="@string/pref_check_permission_status_summary"
android:title="@string/pref_check_permission_status" /> android:title="@string/pref_check_permission_status" />
<SwitchPreference <SwitchPreference
android:layout="@layout/preference_checkbox"
android:defaultValue="true" android:defaultValue="true"
android:key="cache_weather" android:key="cache_weather"
android:layout="@layout/preference_checkbox"
android:summary="@string/pref_cache_weather_summary" android:summary="@string/pref_cache_weather_summary"
android:title="@string/pref_cache_weather" /> android:title="@string/pref_cache_weather" />
<Preference <Preference
@ -427,28 +425,28 @@
<SwitchPreference <SwitchPreference
android:key="prefs_key_allow_bluetooth_intent_api" android:key="prefs_key_allow_bluetooth_intent_api"
android:title="@string/activity_prefs_allow_bluetooth_intent_api" android:summary="@string/activity_prefs_summary_allow_bluetooth_intent_api"
android:summary="@string/activity_prefs_summary_allow_bluetooth_intent_api" /> android:title="@string/activity_prefs_allow_bluetooth_intent_api" />
<SwitchPreference <SwitchPreference
android:key="intent_api_allow_activity_sync" android:key="intent_api_allow_activity_sync"
android:title="@string/intent_api_allow_activity_sync_title" android:summary="@string/intent_api_allow_activity_sync_summary"
android:summary="@string/intent_api_allow_activity_sync_summary" /> android:title="@string/intent_api_allow_activity_sync_title" />
<SwitchPreference <SwitchPreference
android:key="intent_api_allow_trigger_export" android:key="intent_api_allow_trigger_export"
android:title="@string/intent_api_allow_trigger_export_title" android:summary="@string/intent_api_allow_trigger_export_summary"
android:summary="@string/intent_api_allow_trigger_export_summary" /> android:title="@string/intent_api_allow_trigger_export_title" />
<SwitchPreference <SwitchPreference
android:key="intent_api_broadcast_export" android:key="intent_api_broadcast_export"
android:title="@string/intent_api_broadcast_export_title" android:summary="@string/intent_api_broadcast_export_summary"
android:summary="@string/intent_api_broadcast_export_summary" /> android:title="@string/intent_api_broadcast_export_title" />
<SwitchPreference <SwitchPreference
android:key="intent_api_allow_debug_commands" android:key="intent_api_allow_debug_commands"
android:title="@string/intent_api_allow_debug_commands_title" android:summary="@string/intent_api_allow_debug_commands_summary"
android:summary="@string/intent_api_allow_debug_commands_summary" /> android:title="@string/intent_api_allow_debug_commands_title" />
</PreferenceCategory> </PreferenceCategory>
</PreferenceScreen> </PreferenceScreen>
</PreferenceScreen> </PreferenceScreen>