remove preference warning

This commit is contained in:
osodebailar 2021-02-15 19:36:29 +01:00
parent c84161b83f
commit a2b0ae47f9
32 changed files with 68 additions and 7 deletions

View file

@ -5,6 +5,7 @@
xmlns:app="http://schemas.android.com/apk/res-auto">
<PreferenceCategory
android:key="@string/key_absorption_settings"
android:title="@string/absorptionsettings_title"
app:initialExpandedChildrenCount="0">

View file

@ -5,6 +5,7 @@
xmlns:app="http://schemas.android.com/apk/res-auto">
<PreferenceCategory
android:key="@string/key_absorptionsettings"
android:title="@string/absorptionsettings_title"
app:initialExpandedChildrenCount="0">

View file

@ -4,6 +4,7 @@
xmlns:validate="http://schemas.android.com/apk/res-auto">
<PreferenceCategory
android:key="@string/key_localalertsettings"
android:title="@string/localalertsettings_title"
app:initialExpandedChildrenCount="0">

View file

@ -3,6 +3,7 @@
xmlns:app="http://schemas.android.com/apk/res-auto">
<PreferenceCategory
android:key="@string/automation"
android:title="@string/automation"
app:initialExpandedChildrenCount="0">

View file

@ -3,6 +3,7 @@
xmlns:app="http://schemas.android.com/apk/res-auto">
<PreferenceCategory
android:key="@string/key_bgsource_upload"
android:title="@string/bgsource_upload"
app:initialExpandedChildrenCount="0">

View file

@ -3,6 +3,7 @@
xmlns:app="http://schemas.android.com/apk/res-auto">
<PreferenceCategory
android:key="@string/key_dexcom_settings"
android:title="@string/bgsource_upload"
app:initialExpandedChildrenCount="0">

View file

@ -3,6 +3,7 @@
xmlns:app="http://schemas.android.com/apk/res-auto">
<PreferenceCategory
android:key="@string/data_choices"
android:title="@string/data_choices"
app:initialExpandedChildrenCount="0">

View file

@ -3,8 +3,9 @@
xmlns:app="http://schemas.android.com/apk/res-auto">
<PreferenceCategory
app:initialExpandedChildrenCount="0"
android:title="@string/configbuilder_general">
android:key="@string/key_configbuilder_general"
android:title="@string/configbuilder_general"
app:initialExpandedChildrenCount="0">
<ListPreference
android:defaultValue="mg/dl"

View file

@ -3,6 +3,7 @@
xmlns:app="http://schemas.android.com/apk/res-auto">
<PreferenceCategory
android:key="@string/key_insight_local_settings"
android:title="@string/insight_local"
app:initialExpandedChildrenCount="0">

View file

@ -3,6 +3,7 @@
xmlns:app="http://schemas.android.com/apk/res-auto">
<PreferenceCategory
android:key="@string/key_insight_local"
android:title="@string/insight_local"
app:initialExpandedChildrenCount="0">

View file

@ -4,6 +4,7 @@
xmlns:validate="http://schemas.android.com/apk/res-auto">
<PreferenceCategory
android:key="@string/key_insulin_oref_peak"
android:title="@string/insulin_oref_peak"
app:initialExpandedChildrenCount="0">

View file

@ -4,6 +4,7 @@
xmlns:validate="http://schemas.android.com/apk/res-auto">
<PreferenceCategory
android:key="@string/key_loop_settings"
app:initialExpandedChildrenCount="0"
android:title="@string/loop">

View file

@ -4,7 +4,7 @@
xmlns:app="http://schemas.android.com/apk/res-auto">
<PreferenceCategory
android:key="maintenance"
android:key="@string/key_maintenance_settings"
android:title="@string/maintenance_settings"
app:initialExpandedChildrenCount="0">

View file

@ -4,6 +4,7 @@
xmlns:validate="http://schemas.android.com/apk/res-auto">
<PreferenceCategory
android:key="@string/key_nsclientinternal_settings"
android:title="@string/nsclientinternal_title"
app:initialExpandedChildrenCount="0">

View file

@ -4,6 +4,7 @@
xmlns:validate="http://schemas.android.com/apk/res-auto">
<PreferenceCategory
android:key="@string/key_openapsma_settings"
android:title="@string/openapsama"
app:initialExpandedChildrenCount="0">

View file

@ -4,6 +4,7 @@
xmlns:validate="http://schemas.android.com/apk/res-auto">
<PreferenceCategory
android:key="@string/key_openapssmb"
android:title="@string/openapssmb"
app:initialExpandedChildrenCount="0">

View file

@ -1,7 +1,11 @@
<?xml version="1.0" encoding="utf-8"?>
<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"
xmlns:validate="http://schemas.android.com/apk/res-auto">
<PreferenceCategory android:title="@string/open_humans">
<PreferenceCategory
android:key="open_humans"
android:title="@string/open_humans">
<CheckBoxPreference
android:defaultValue="true"
@ -15,4 +19,4 @@
</PreferenceCategory>
</PreferenceScreen>
</androidx.preference.PreferenceScreen>

View file

@ -4,6 +4,7 @@
xmlns:validate="http://schemas.android.com/apk/res-auto">
<PreferenceCategory
android:key="@string/key_overview_settings"
android:title="@string/overview"
app:initialExpandedChildrenCount="0">

View file

@ -3,6 +3,7 @@
xmlns:app="http://schemas.android.com/apk/res-auto">
<PreferenceCategory
android:key="@string/key_pump_settings"
android:title="@string/pump"
app:initialExpandedChildrenCount="0">

View file

@ -4,6 +4,7 @@
xmlns:validate="http://schemas.android.com/apk/res-auto">
<PreferenceCategory
android:key="@string/key_treatmentssafety"
android:title="@string/treatmentssafety_title"
app:initialExpandedChildrenCount="0">

View file

@ -4,6 +4,7 @@
xmlns:validate="http://schemas.android.com/apk/res-auto">
<PreferenceCategory
android:key="@string/key_smscommunicator"
android:title="@string/smscommunicator"
app:initialExpandedChildrenCount="0">

View file

@ -4,6 +4,7 @@
xmlns:validate="http://schemas.android.com/apk/res-auto">
<PreferenceCategory
android:key="@string/tidepool"
android:title="@string/tidepool"
app:initialExpandedChildrenCount="0">

View file

@ -3,6 +3,7 @@
xmlns:app="http://schemas.android.com/apk/res-auto">
<PreferenceCategory
android:key="@string/key_virtualpump_settings"
android:title="@string/virtualpump_settings"
app:initialExpandedChildrenCount="0">

View file

@ -3,6 +3,7 @@
xmlns:app="http://schemas.android.com/apk/res-auto">
<PreferenceCategory
android:key="@string/key_wear_settings"
android:title="@string/wear_settings"
app:initialExpandedChildrenCount="0">

View file

@ -3,6 +3,7 @@
xmlns:app="http://schemas.android.com/apk/res-auto">
<PreferenceCategory
android:key="@string/key_xdripstatus_settings"
android:title="@string/xdripstatus_settings"
app:initialExpandedChildrenCount="0">

View file

@ -30,6 +30,33 @@
<string name="key_virtualpump_type" translatable="false">virtualpump_type</string>
<string name="key_quickwizard" translatable="false">QuickWizard</string>
<string name="key_wear_control" translatable="false">wearcontrol</string>
<string name="key_bgsource_upload" translatable="false">bgsource_upload</string>
<string name="key_omnipod_preference_category_rileylink" translatable="false">omnipod_preference_category_rileylink</string>
<string name="key_localalertsettings" translatable="false">localalertsettings</string>
<string name="key_wear_settings" translatable="false">wear_settings</string>
<string name="key_absorptionsettings" translatable="false">absorptionsettings</string>
<string name="key_configbuilder_general" translatable="false">configbuilder_general</string>
<string name="key_maintenance_settings" translatable="false">maintenance_settings</string>
<string name="key_smscommunicator" translatable="false">smscommunicator</string>
<string name="key_openapssmb" translatable="false">openapssmb</string>
<string name="key_tidepool" translatable="false">tidepool</string>
<string name="key_treatmentssafety" translatable="false">treatmentssafety</string>
<string name="key_insight_local" translatable="false">insight_local</string>
<string name="key_insulin_oref_peak" translatable="false">insulin_oref_peak</string>
<string name="key_loop_settings" translatable="false">loop_settings</string>
<string name="key_virtualpump_settings" translatable="false">virtualpump_settings</string>
<string name="key_pump_settings" translatable="false">pump_settings</string>
<string name="key_tidepool_settings" translatable="false">tidepool_settings</string>
<string name="key_absorption_settings" translatable="false">absorption_settings</string>
<string name="key_overview_settings" translatable="false">overview_settings</string>
<string name="key_openapsma_settings" translatable="false">openapsma_settings</string>
<string name="key_medtronic_settings" translatable="false">medtronic_settings</string>
<string name="key_danars_settings" translatable="false">danars_settings</string>
<string name="key_xdripstatus_settings" translatable="false">xdripstatus_settings</string>
<string name="key_nsclientinternal_settings" translatable="false">nsclientinternal_settings</string>
<string name="key_insight_local_settings" translatable="false">insight_local_settings</string>
<string name="key_data_choices_settings" translatable="false">data_choices_settings</string>
<string name="key_dexcom_settings" translatable="false">dexcom_settings</string>
<!-- General-->
<string name="refresh">Refresh</string>

View file

@ -4,6 +4,7 @@
xmlns:app="http://schemas.android.com/apk/res-auto">
<PreferenceCategory
android:key="@string/danar_pump_settings"
android:title="@string/danar_pump_settings"
app:initialExpandedChildrenCount="0">

View file

@ -4,6 +4,7 @@
xmlns:app="http://schemas.android.com/apk/res-auto">
<PreferenceCategory
android:key="@string/danar_pump_settings"
android:title="@string/danar_pump_settings"
app:initialExpandedChildrenCount="0">

View file

@ -4,6 +4,7 @@
xmlns:validate="http://schemas.android.com/apk/res-auto">
<PreferenceCategory
android:key="@string/danar_pump_settings"
android:title="@string/danar_pump_settings"
app:initialExpandedChildrenCount="0">

View file

@ -4,6 +4,7 @@
xmlns:app="http://schemas.android.com/apk/res-auto">
<PreferenceCategory
android:key="@string/key_danars_settings"
android:title="@string/danarspump"
app:initialExpandedChildrenCount="0">

View file

@ -4,6 +4,7 @@
xmlns:validate="http://schemas.android.com/apk/res-auto">
<PreferenceCategory
android:key="@string/medtronic_name"
android:title="@string/medtronic_name"
app:initialExpandedChildrenCount="0">

View file

@ -2,7 +2,9 @@
<androidx.preference.PreferenceScreen xmlns:android="http://schemas.android.com/apk/res/android"
xmlns:validate="http://schemas.android.com/apk/res-auto">
<PreferenceCategory android:title="@string/omnipod_preference_category_rileylink">
<PreferenceCategory
android:key="@string/key_omnipod_preference_category_rileylink"
android:title="@string/omnipod_preference_category_rileylink">
<Preference
android:enabled="true"