Insight few small changes
This commit is contained in:
parent
bda1866c6d
commit
046de51496
2 changed files with 2 additions and 2 deletions
|
@ -17,7 +17,7 @@ import info.nightscout.androidaps.db.TemporaryBasal;
|
|||
|
||||
class HistoryLogAdapter {
|
||||
|
||||
private static final long MAX_TIME_DIFFERENCE = 5000;
|
||||
private static final long MAX_TIME_DIFFERENCE = 61000;
|
||||
|
||||
private static void log(String msg) {
|
||||
android.util.Log.e("HISTORYLOG", msg);
|
||||
|
|
|
@ -879,7 +879,7 @@
|
|||
<string name="insight_upfront_with">upfront with</string>
|
||||
<string name="insight_stay_always_connected">Stay always connected</string>
|
||||
<string name="insight_use_real_tbr_cancels">Use Real TBR cancels</string>
|
||||
<string name="insight_actually_cancel_tbr_summary">Actually cancel a TBR (creates pump alarm) instead of setting 90% or 110% TBR for 15 minutes</string>
|
||||
<string name="insight_actually_cancel_tbr_summary">Actually cancel a TBR (creates pump alarm) instead of setting 90% for 1 minute</string>
|
||||
<string name="insight_history_idle">IDLE</string>
|
||||
<string name="insight_history_syncing">SYNCING</string>
|
||||
<string name="insight_history_busy">BUSY</string>
|
||||
|
|
Loading…
Reference in a new issue