Johannes Mockenhaupt
d0405014b2
Don't loop with old BG value, don't loop twice for the same value.
...
Loop is potentially triggered twice when BG reading sent to NS comes back.
This should also deal with backfilled data coming in, since any previous
reading will be older than 9m, for which DatabaseHelper.actualBg()
returns null.
The previous approach to solve multiple invocations for the same value
added a isNew flag to EventNewBG, but since
DatabaseHelper.scheduleBgChange() drops excessive updates the event
carrying that flag is not guarantued to be delivered, resulting in
missed loop invocations. The approach taken now lets the receiver
of the event fully decide how to deal with it.
Should fix, or at least improve, #901 , #671 .
2018-04-21 14:28:47 +02:00
Johannes Mockenhaupt
9c6ee32586
Don't send future carbs to pumps.
2018-04-21 14:08:42 +02:00
Milos Kozak
c40aaed52f
allow to show dev slope in dev
2018-04-21 12:09:09 +02:00
Milos Kozak
c0250dd62c
show calculation cob progress on graph
2018-04-21 10:50:55 +02:00
Milos Kozak
cb65bed0a7
alling code to xdrip changes
2018-04-21 10:20:49 +02:00
Milos Kozak
c27ceb0a72
better bolus error handling for Dana pumps
2018-04-21 00:02:15 +02:00
Milos Kozak
883da922e5
1.60e-dev
2018-04-20 22:14:54 +02:00
Milos Kozak
870d23c08c
fix bolus step for Dana pumps
2018-04-20 22:13:20 +02:00
Milos Kozak
2f299bc670
Merge pull request #898 from MilosKozak/cob-rework
...
Please review: Cob rework
2018-04-20 20:53:50 +02:00
Milos Kozak
39cc59708a
Merge pull request #902 from MilosKozak/commandQueue-enforce
...
Enforce TBRs on enforceNew
2018-04-20 18:34:19 +02:00
AdrianLxM
69c8eea53b
Enforce TBRs on enforceNew
2018-04-20 18:05:37 +02:00
Milos Kozak
b554d641a7
setupwizard template
2018-04-20 17:27:31 +02:00
Andreas
f4e2afd8a2
Merge pull request #2 from MilosKozak/dev
...
Dev
2018-04-20 13:39:55 +02:00
Milos Kozak
41b5636c13
clear autosens cache on new preferences change
2018-04-20 12:44:19 +02:00
Milos Kozak
fb71b64922
Merge branch 'cob-rework' of https://github.com/MilosKozak/AndroidAPS into cob-rework
2018-04-20 12:28:18 +02:00
Milos Kozak
0ab04c4d95
fix cob scaling
2018-04-20 12:28:07 +02:00
AdrianLxM
d8180cc52b
Merge remote-tracking branch 'milosremote/dev' into cob-rework
2018-04-19 23:54:36 +02:00
Milos Kozak
645e83b6e6
dismiss notification if pump is reachable
2018-04-19 23:42:37 +02:00
Milos Kozak
51530fbcf8
fix temptarget NS sync
2018-04-19 23:18:19 +02:00
Milos Kozak
e1dc69cd4d
visualize min carbs absorption
2018-04-19 22:31:07 +02:00
Milos Kozak
4f4f92ff76
Merge pull request #895 from triplem/mgdl_mmol_handling
...
Cleanup mmol/mgdl TT handling in Dialogs
2018-04-19 21:00:47 +02:00
AdrianLxM
11b88c7947
Merge remote-tracking branch 'milosremote/dev' into cob-rework
2018-04-19 20:22:14 +02:00
AdrianLxM
dfa05711d3
Merge pull request #892 from MilosKozak/carbs-gen-pr
...
Carbs gen pr
2018-04-19 20:19:10 +02:00
AdrianLxM
9e9270bff7
cleanups
2018-04-19 19:34:38 +02:00
AdrianLxM
ed24a129ae
unify Default in settings xml and constants
2018-04-19 19:32:50 +02:00
AdrianLxM
6df614e7c6
Merge remote-tracking branch 'milosremote/dev' into cob-rework
2018-04-19 19:29:27 +02:00
Milos Kozak
0b8ff8fa76
Merge pull request #899 from MilosKozak/xDrip-source
...
xDrip plugin depend filtering on source
2018-04-19 18:22:20 +02:00
AdrianLxM
eac6f15881
XDrip source description extra
2018-04-19 17:49:18 +02:00
AdrianLxM
572b308f6c
cleanup
2018-04-19 17:47:34 +02:00
AdrianLxM
a227a8b601
Push source to xDrip plugin
2018-04-19 17:45:52 +02:00
AdrianLxM
938040ae6b
xDrip plugin depend filtering on source
2018-04-19 17:44:52 +02:00
AdrianLxM
d810be9b6a
consider absorption time for carbs - not DIA
2018-04-19 14:03:30 +02:00
AdrianLxM
8d94acb051
more cleanups
2018-04-19 13:44:06 +02:00
AdrianLxM
d7bf3c563a
cleanup
2018-04-19 13:35:52 +02:00
AdrianLxM
09cc8c01b6
use min5min impact actually used for SMB
2018-04-19 13:31:34 +02:00
AdrianLxM
f4dea97f36
cutoff at max absorption time
2018-04-19 13:04:21 +02:00
AdrianLxM
00c05c0e23
totalMinCarbsImpact depending on sensitivty plugin
2018-04-19 12:57:13 +02:00
AdrianLxM
e8406320e0
COB settings
2018-04-19 11:48:00 +02:00
Milos Kozak
6431b9cc25
Merge branch 'carbs-gen-pr' of https://github.com/MilosKozak/AndroidAPS into carbs-gen-pr
2018-04-19 09:35:15 +02:00
Milos Kozak
6942a3d4b8
Merge pull request #897 from MilosKozak/overview-ps
...
Update Overview on Profile Switch
2018-04-19 08:17:32 +02:00
AdrianLxM
542cc9ac7f
Update Overview on Profile Switch
2018-04-19 01:38:27 +02:00
Markus M. May
83da3447ac
Cleanup mmol/mgdl handling in Dialogs
2018-04-18 22:11:32 +02:00
AdrianLxM
50eef089ea
Merge pull request #894 from MilosKozak/AdrianLxM-wear-patch
...
revert wear targetSdkVersion
2018-04-18 21:00:06 +02:00
AdrianLxM
9839ad0497
revert wear targetSdkVersion
...
... as we use old communication protocol.
2018-04-18 20:59:40 +02:00
Milos Kozak
2af47d4b83
Merge pull request #891 from MilosKozak/carbsgen0418
...
Dana Queue for Carbs Generator
2018-04-18 17:00:13 +02:00
AdrianLxM
38a0dc5c05
Merge branch 'carbs-gen-pr' into carbsgen0418
2018-04-18 16:55:19 +02:00
Milos Kozak
c2fa5c06e7
Merge branch 'dev' into carbs-gen-pr
2018-04-18 16:45:34 +02:00
Milos Kozak
2fb199ae6c
fix insulin dialog TT & TT sync from NS
2018-04-18 16:34:46 +02:00
Milos Kozak
75076b43e8
Merge pull request #890 from jotomo/nstreatment-dialog-hypo-tt-preset
...
NewNSTreatmentDialog: add Hypo TT preset.
2018-04-18 16:34:45 +02:00
AdrianLxM
dd8d907f4f
fix TT units
2018-04-18 16:23:40 +02:00