diff --git a/app/src/main/res/values/strings.xml b/app/src/main/res/values/strings.xml index f53e42b44f..d6c9f96c5d 100644 --- a/app/src/main/res/values/strings.xml +++ b/app/src/main/res/values/strings.xml @@ -428,8 +428,6 @@ TBB * 2 Initializing ... Temporary Target - Allow autosens to adjust targets - This is used to allow autosens to adjust BG targets, in addition to ISF and basals. ACT CONF LOOP @@ -461,6 +459,8 @@ This is a multiplier cap for autosens (and soon autotune) to set a 20% max limit on how high the autosens ratio can be, which in turn determines how high autosens can adjust basals, how low it can adjust ISF, and how low it can set the BG target. autosens_min The other side of the autosens safety limits, putting a cap on how low autosens can adjust basals, and how high it can adjust ISF and BG targets. + autosens_adjust_targets + This is used to allow autosens to adjust BG targets, in addition to ISF and basals. skip_neutral_temps Defaults to false, so that OpenAPS will set temps whenever it can, so it will be easier to see if the system is working, even when you are offline. This means OpenAPS will set a “neutral” temp (same as your default basal) if no adjustments are needed. If you are a light sleeper and the “on the hour” buzzing or beeping wakes you up (even in vibrate mode), you may want to turn this to “true” to skip this setting. However, we recommend it for most people who will be using this system on the go and out of constant connectivity. bolussnooze_dia_divisor diff --git a/app/src/main/res/xml/pref_advanced.xml b/app/src/main/res/xml/pref_advanced.xml index 76ef53758e..8de23b4c39 100644 --- a/app/src/main/res/xml/pref_advanced.xml +++ b/app/src/main/res/xml/pref_advanced.xml @@ -31,24 +31,27 @@ android:defaultValue="3" android:selectAllOnFocus="true" android:inputType="number" + android:maxLines="20" android:title="@string/openapsama_max_daily_safety_multiplier" - android:summary="@string/openapsama_max_daily_safety_multiplier_summary" + android:dialogMessage="@string/openapsama_max_daily_safety_multiplier_summary" android:key="openapsama_max_daily_safety_multiplier" /> - - + + + + + + + + + + + +