diff --git a/app/src/main/res/values/strings.xml b/app/src/main/res/values/strings.xml index b0e5102919..55671f5e54 100644 --- a/app/src/main/res/values/strings.xml +++ b/app/src/main/res/values/strings.xml @@ -28,6 +28,11 @@ Turkish email_for_crash_report + smscommunicator + open_humans + protection + absorption_category_settings + insulin_oref_peak_settings Treatments safety Max allowed bolus [U] diff --git a/app/src/main/res/xml/pref_absorption_aaps.xml b/app/src/main/res/xml/pref_absorption_aaps.xml index 7cc14ebb21..9a1be55a9e 100644 --- a/app/src/main/res/xml/pref_absorption_aaps.xml +++ b/app/src/main/res/xml/pref_absorption_aaps.xml @@ -5,6 +5,7 @@ xmlns:app="http://schemas.android.com/apk/res-auto"> diff --git a/app/src/main/res/xml/pref_absorption_oref1.xml b/app/src/main/res/xml/pref_absorption_oref1.xml index b1c3a42160..62c93f1ed9 100644 --- a/app/src/main/res/xml/pref_absorption_oref1.xml +++ b/app/src/main/res/xml/pref_absorption_oref1.xml @@ -5,6 +5,7 @@ xmlns:app="http://schemas.android.com/apk/res-auto"> diff --git a/app/src/main/res/xml/pref_alerts.xml b/app/src/main/res/xml/pref_alerts.xml index ab5111d624..15cf4354a1 100644 --- a/app/src/main/res/xml/pref_alerts.xml +++ b/app/src/main/res/xml/pref_alerts.xml @@ -4,6 +4,7 @@ xmlns:validate="http://schemas.android.com/apk/res-auto"> diff --git a/app/src/main/res/xml/pref_bgsource.xml b/app/src/main/res/xml/pref_bgsource.xml index 098d57bc4f..848f538483 100644 --- a/app/src/main/res/xml/pref_bgsource.xml +++ b/app/src/main/res/xml/pref_bgsource.xml @@ -3,6 +3,7 @@ xmlns:app="http://schemas.android.com/apk/res-auto"> diff --git a/app/src/main/res/xml/pref_bgsourcedexcom.xml b/app/src/main/res/xml/pref_bgsourcedexcom.xml index 1ca8fa1140..495851995c 100644 --- a/app/src/main/res/xml/pref_bgsourcedexcom.xml +++ b/app/src/main/res/xml/pref_bgsourcedexcom.xml @@ -3,6 +3,7 @@ xmlns:app="http://schemas.android.com/apk/res-auto"> diff --git a/app/src/main/res/xml/pref_datachoices.xml b/app/src/main/res/xml/pref_datachoices.xml index d44c622d97..1e6423f3da 100644 --- a/app/src/main/res/xml/pref_datachoices.xml +++ b/app/src/main/res/xml/pref_datachoices.xml @@ -4,6 +4,7 @@ xmlns:validate="http://schemas.android.com/apk/res-auto"> diff --git a/app/src/main/res/xml/pref_general.xml b/app/src/main/res/xml/pref_general.xml index 8dd2f98b76..ee1076fcab 100644 --- a/app/src/main/res/xml/pref_general.xml +++ b/app/src/main/res/xml/pref_general.xml @@ -3,8 +3,9 @@ xmlns:app="http://schemas.android.com/apk/res-auto"> + android:key="@string/key_configbuilder_general_settings" + android:title="@string/configbuilder_general" + app:initialExpandedChildrenCount="0"> - + diff --git a/app/src/main/res/xml/pref_loop.xml b/app/src/main/res/xml/pref_loop.xml index 0d92a6bc5f..f94fd564e2 100644 --- a/app/src/main/res/xml/pref_loop.xml +++ b/app/src/main/res/xml/pref_loop.xml @@ -4,6 +4,7 @@ xmlns:validate="http://schemas.android.com/apk/res-auto"> diff --git a/app/src/main/res/xml/pref_maintenance.xml b/app/src/main/res/xml/pref_maintenance.xml index cb7d3108cc..633411ed72 100644 --- a/app/src/main/res/xml/pref_maintenance.xml +++ b/app/src/main/res/xml/pref_maintenance.xml @@ -4,7 +4,7 @@ xmlns:app="http://schemas.android.com/apk/res-auto"> diff --git a/app/src/main/res/xml/pref_nsclientinternal.xml b/app/src/main/res/xml/pref_nsclientinternal.xml index 8c64284d52..ada082b21b 100644 --- a/app/src/main/res/xml/pref_nsclientinternal.xml +++ b/app/src/main/res/xml/pref_nsclientinternal.xml @@ -4,6 +4,7 @@ xmlns:validate="http://schemas.android.com/apk/res-auto"> diff --git a/app/src/main/res/xml/pref_openapsama.xml b/app/src/main/res/xml/pref_openapsama.xml index 3e285d7477..cf5913f060 100644 --- a/app/src/main/res/xml/pref_openapsama.xml +++ b/app/src/main/res/xml/pref_openapsama.xml @@ -4,6 +4,7 @@ xmlns:validate="http://schemas.android.com/apk/res-auto"> diff --git a/app/src/main/res/xml/pref_openapssmb.xml b/app/src/main/res/xml/pref_openapssmb.xml index 1f1be8cb42..857776036b 100644 --- a/app/src/main/res/xml/pref_openapssmb.xml +++ b/app/src/main/res/xml/pref_openapssmb.xml @@ -4,6 +4,7 @@ xmlns:validate="http://schemas.android.com/apk/res-auto"> diff --git a/app/src/main/res/xml/pref_openhumans.xml b/app/src/main/res/xml/pref_openhumans.xml index b9ccc3e867..b4b1fee2d4 100644 --- a/app/src/main/res/xml/pref_openhumans.xml +++ b/app/src/main/res/xml/pref_openhumans.xml @@ -1,7 +1,11 @@ - + - + - \ No newline at end of file + \ No newline at end of file diff --git a/app/src/main/res/xml/pref_overview.xml b/app/src/main/res/xml/pref_overview.xml index a98fc25905..a8192da144 100644 --- a/app/src/main/res/xml/pref_overview.xml +++ b/app/src/main/res/xml/pref_overview.xml @@ -4,6 +4,7 @@ xmlns:validate="http://schemas.android.com/apk/res-auto"> diff --git a/app/src/main/res/xml/pref_pump.xml b/app/src/main/res/xml/pref_pump.xml index 161692a698..aff98727d5 100644 --- a/app/src/main/res/xml/pref_pump.xml +++ b/app/src/main/res/xml/pref_pump.xml @@ -3,6 +3,7 @@ xmlns:app="http://schemas.android.com/apk/res-auto"> diff --git a/app/src/main/res/xml/pref_safety.xml b/app/src/main/res/xml/pref_safety.xml index e3f5f2e23d..6113be6c13 100644 --- a/app/src/main/res/xml/pref_safety.xml +++ b/app/src/main/res/xml/pref_safety.xml @@ -4,6 +4,7 @@ xmlns:validate="http://schemas.android.com/apk/res-auto"> diff --git a/app/src/main/res/xml/pref_smscommunicator.xml b/app/src/main/res/xml/pref_smscommunicator.xml index dc61d1c1a2..e0fb8ea94c 100644 --- a/app/src/main/res/xml/pref_smscommunicator.xml +++ b/app/src/main/res/xml/pref_smscommunicator.xml @@ -4,6 +4,7 @@ xmlns:validate="http://schemas.android.com/apk/res-auto"> diff --git a/app/src/main/res/xml/pref_tidepool.xml b/app/src/main/res/xml/pref_tidepool.xml index 96e3c8f218..f935fbbfec 100644 --- a/app/src/main/res/xml/pref_tidepool.xml +++ b/app/src/main/res/xml/pref_tidepool.xml @@ -4,6 +4,7 @@ xmlns:validate="http://schemas.android.com/apk/res-auto"> diff --git a/app/src/main/res/xml/pref_virtualpump.xml b/app/src/main/res/xml/pref_virtualpump.xml index 5e60fe4cb8..ad1e0344fa 100644 --- a/app/src/main/res/xml/pref_virtualpump.xml +++ b/app/src/main/res/xml/pref_virtualpump.xml @@ -3,6 +3,7 @@ xmlns:app="http://schemas.android.com/apk/res-auto"> diff --git a/app/src/main/res/xml/pref_wear.xml b/app/src/main/res/xml/pref_wear.xml index 4b4a1d15b5..d46a317400 100644 --- a/app/src/main/res/xml/pref_wear.xml +++ b/app/src/main/res/xml/pref_wear.xml @@ -3,6 +3,7 @@ xmlns:app="http://schemas.android.com/apk/res-auto"> diff --git a/app/src/main/res/xml/pref_xdripstatus.xml b/app/src/main/res/xml/pref_xdripstatus.xml index 00aa8262ef..15309d4f05 100644 --- a/app/src/main/res/xml/pref_xdripstatus.xml +++ b/app/src/main/res/xml/pref_xdripstatus.xml @@ -3,6 +3,7 @@ xmlns:app="http://schemas.android.com/apk/res-auto"> diff --git a/automation/src/main/res/values/strings.xml b/automation/src/main/res/values/strings.xml index fd6c5de741..b8ee4c099a 100644 --- a/automation/src/main/res/values/strings.xml +++ b/automation/src/main/res/values/strings.xml @@ -109,6 +109,7 @@ Preconditions: Automation event Reorder + automation_settings \ No newline at end of file diff --git a/automation/src/main/res/xml/pref_automation.xml b/automation/src/main/res/xml/pref_automation.xml index e1c43f32b4..8d193dccb8 100644 --- a/automation/src/main/res/xml/pref_automation.xml +++ b/automation/src/main/res/xml/pref_automation.xml @@ -3,6 +3,7 @@ xmlns:app="http://schemas.android.com/apk/res-auto"> diff --git a/core/src/main/res/values/strings.xml b/core/src/main/res/values/strings.xml index 9a394e3ef4..fbeed450e7 100644 --- a/core/src/main/res/values/strings.xml +++ b/core/src/main/res/values/strings.xml @@ -34,6 +34,28 @@ autosens_max autosens_min treatmentssafety_maxcarbs + bgsource_upload_settings + localalert_settings + wear_settings + configbuilder_general_settings + maintenance_settings + smscommunicator_settings + openapssmb_settings + treatmentssafety_settings + loop_settings + virtualpump_settings + pump_settings + tidepool_settings + absorption_settings + overview_settings + openapsma_settings + medtronic_settings + danars_settings + xdripstatus_settings + nsclientinternal_settings + insight_local_settings + data_choices_settings + dexcom_settings Refresh diff --git a/danar/src/main/res/values/strings.xml b/danar/src/main/res/values/strings.xml new file mode 100644 index 0000000000..0383441326 --- /dev/null +++ b/danar/src/main/res/values/strings.xml @@ -0,0 +1,4 @@ + + + danar_pump_settings + \ No newline at end of file diff --git a/danar/src/main/res/xml/pref_danar.xml b/danar/src/main/res/xml/pref_danar.xml index 27efaac878..475c49531d 100644 --- a/danar/src/main/res/xml/pref_danar.xml +++ b/danar/src/main/res/xml/pref_danar.xml @@ -4,6 +4,7 @@ xmlns:app="http://schemas.android.com/apk/res-auto"> diff --git a/danar/src/main/res/xml/pref_danarkorean.xml b/danar/src/main/res/xml/pref_danarkorean.xml index 5e46cdae54..3e2944a2a3 100644 --- a/danar/src/main/res/xml/pref_danarkorean.xml +++ b/danar/src/main/res/xml/pref_danarkorean.xml @@ -4,6 +4,7 @@ xmlns:app="http://schemas.android.com/apk/res-auto"> diff --git a/danar/src/main/res/xml/pref_danarv2.xml b/danar/src/main/res/xml/pref_danarv2.xml index d0d36999a5..f18ed77e4a 100644 --- a/danar/src/main/res/xml/pref_danarv2.xml +++ b/danar/src/main/res/xml/pref_danarv2.xml @@ -4,6 +4,7 @@ xmlns:validate="http://schemas.android.com/apk/res-auto"> diff --git a/danars/src/main/res/xml/pref_danars.xml b/danars/src/main/res/xml/pref_danars.xml index 8fc3d691b4..7c927aa2ae 100644 --- a/danars/src/main/res/xml/pref_danars.xml +++ b/danars/src/main/res/xml/pref_danars.xml @@ -4,6 +4,7 @@ xmlns:app="http://schemas.android.com/apk/res-auto"> diff --git a/insight/src/main/res/xml/pref_insight_local_full.xml b/insight/src/main/res/xml/pref_insight_local_full.xml index 820c12d422..1329db7de3 100644 --- a/insight/src/main/res/xml/pref_insight_local_full.xml +++ b/insight/src/main/res/xml/pref_insight_local_full.xml @@ -3,6 +3,7 @@ xmlns:app="http://schemas.android.com/apk/res-auto"> diff --git a/insight/src/main/res/xml/pref_insight_local_pumpcontrol.xml b/insight/src/main/res/xml/pref_insight_local_pumpcontrol.xml index a863e56757..b73c01f1f7 100644 --- a/insight/src/main/res/xml/pref_insight_local_pumpcontrol.xml +++ b/insight/src/main/res/xml/pref_insight_local_pumpcontrol.xml @@ -3,6 +3,7 @@ xmlns:app="http://schemas.android.com/apk/res-auto"> diff --git a/medtronic/src/main/res/values/strings.xml b/medtronic/src/main/res/values/strings.xml index 3a3e627f80..4791a03276 100644 --- a/medtronic/src/main/res/values/strings.xml +++ b/medtronic/src/main/res/values/strings.xml @@ -24,6 +24,7 @@ medtronic_pump_battery_lithium medtronic_pump_battery_nizn medtronic_pump_battery_nimh + medtronic_name_settings Pump Serial Number Pump Type diff --git a/medtronic/src/main/res/xml/pref_medtronic.xml b/medtronic/src/main/res/xml/pref_medtronic.xml index 5006bf32b9..cdd786d183 100644 --- a/medtronic/src/main/res/xml/pref_medtronic.xml +++ b/medtronic/src/main/res/xml/pref_medtronic.xml @@ -4,6 +4,7 @@ xmlns:validate="http://schemas.android.com/apk/res-auto"> diff --git a/omnipod-dash/src/main/res/values/strings.xml b/omnipod-dash/src/main/res/values/strings.xml index 5ea562af03..8f0286a543 100644 --- a/omnipod-dash/src/main/res/values/strings.xml +++ b/omnipod-dash/src/main/res/values/strings.xml @@ -11,4 +11,7 @@ Bluetooth Status Bluetooth Address + omnipod_common_preferences_category_confirmation + common_preferences_category_alerts + common_preferences_category_other \ No newline at end of file diff --git a/omnipod-dash/src/main/res/xml/omnipod_dash_preferences.xml b/omnipod-dash/src/main/res/xml/omnipod_dash_preferences.xml index d836089473..26d400e602 100644 --- a/omnipod-dash/src/main/res/xml/omnipod_dash_preferences.xml +++ b/omnipod-dash/src/main/res/xml/omnipod_dash_preferences.xml @@ -1,7 +1,11 @@ - + - + - + AAPS.Omnipod.tbrs_set AAPS.Omnipod.std_boluses_delivered AAPS.Omnipod.smb_boluses_delivered + common_preferences_category_confirmation_beeps_settings + omnipod_eros_preferences_category_notifications_settings + omnipod_common_preferences_category_other_settings + omnipod_preference_category_rileylink_settings PM %1$s / PI %2$s diff --git a/omnipod-eros/src/main/res/xml/omnipod_eros_preferences.xml b/omnipod-eros/src/main/res/xml/omnipod_eros_preferences.xml index 49fe2df5d6..c2b97d711d 100644 --- a/omnipod-eros/src/main/res/xml/omnipod_eros_preferences.xml +++ b/omnipod-eros/src/main/res/xml/omnipod_eros_preferences.xml @@ -1,8 +1,12 @@ - + - + - + - + - +