You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Copy file name to clipboardExpand all lines: README.md
+2-2Lines changed: 2 additions & 2 deletions
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -20,11 +20,11 @@
20
20
21
21
xDrip+ is an unofficial and independent Android app which works as data hub and processor between many different devices.
22
22
23
-
It supports wireless connections to G4, G5, G6, G7, Medtrum A6, Libre via NFC and Bluetooth, 630G, 640G, 670G pumps, CareSens Air and Eversense CGM via companion apps. Bluetooth Glucose Meters such as the Contour Next One, AccuChek Guide, Verio Flex & Diamond Mini as well as devices like the Pendiq 2.0 Insulin Pen.
23
+
It supports wireless connections to G6, G7, Medtrum A6, Libre via NFC and Bluetooth, 630G, 640G, 670G pumps, CareSens Air and Eversense CGM via companion apps. Bluetooth Glucose Meters such as the Contour Next One, AccuChek Guide, Verio Flex & Diamond Mini as well as devices like the Pendiq 2.0 Insulin Pen.
24
24
25
25
Heart-rate and step counter data is processed from Android Wear, Garmin, Fitbit and Pebble smart-watches and watch-faces for those that show glucose values and graphs.
26
26
27
-
On some Android Wear watches, it is possible for the G5 or G6 to talk directly to the watch so it can display values even when out of range of the phone.
27
+
On some Android Wear watches, it is possible for the G6 to talk directly to the watch so it can display values even when out of range of the phone.
28
28
29
29
The app contains sophisticated charting, customization and data entry features as well as a predictive simulation model.
Toast.makeText(getApplicationContext(), "threshold has to be between " +unitsConvert2Disp(doMgdl, MIN_ALERT) + " and " + unitsConvert2Disp(doMgdl, MAX_ALERT),Toast.LENGTH_LONG).show();
393
+
Toast.makeText(getApplicationContext(), "Threshold must be between " +unitsConvert2Disp(doMgdl, MIN_ALERT) + " and " + unitsConvert2Disp(doMgdl, MAX_ALERT) + ".", Toast.LENGTH_LONG).show();
394
394
returnfalse;
395
395
}
396
396
// We want to make sure that for each threashold there is only one alert. Otherwise, which file should we play.
Copy file name to clipboardExpand all lines: app/src/main/res/values/strings.xml
+7-3Lines changed: 7 additions & 3 deletions
Original file line number
Diff line number
Diff line change
@@ -250,8 +250,8 @@
250
250
<stringname="pref_was_greater_than_max">%1$s was set to a value greater than maximum allowed. It has been changed to maximum.</string>
251
251
<stringname="setting_pref_to_min">Set to min</string>
252
252
<stringname="pref_was_less_than_min">%1$s was set to a value less than minimum allowed. It has been changed to minimum.</string>
253
-
<stringname="extrapolate_data_to_try_to_predict_lows">Extrapolate data to try to predict lows</string>
254
-
<stringname="alarm_at_forecasted_low_mins">Alarm at Forecasted Low mins</string>
253
+
<stringname="extrapolate_data_to_try_to_predict_lows">Considering the current value and trend, calculate what the next few readings will be if the trend persists (extrapolate). This ignores insulin or carbs on board.</string>
0 commit comments