Find a file
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
app Don't loop with old BG value, don't loop twice for the same value. 2018-04-21 14:28:47 +02:00
documentation/images Combo: more setup screenshots. 2018-02-10 18:13:20 +01:00
gradle/wrapper upgrade gradledistribution path 2018-04-02 11:51:26 +02:00
wear revert wear targetSdkVersion 2018-04-18 20:59:40 +02:00
.gitignore inital gradle update 2018-04-01 20:49:02 +02:00
.travis.yml Merge pull request #851 from TebbeUbben/dev 2018-04-07 09:31:07 +02:00
build.gradle gradle 3.1.1 2018-04-11 16:11:12 +02:00
gradle.properties Objectives design 2016-06-04 17:28:05 +02:00
gradlew inital gradle update 2018-04-01 20:49:02 +02:00
gradlew.bat inital gradle update 2018-04-01 20:49:02 +02:00
ISSUE_TEMPLATE.md Add issue template. 2018-01-31 14:45:57 +01:00
LICENSE.txt Create LICENSE.txt 2016-12-15 22:14:53 +01:00
README.md update badge 2018-01-11 10:01:33 +01:00
settings.gradle wear installing on watch 2016-11-24 16:23:31 +01:00
Steampunk_graphics_source_link.md move steampunk md to main dir 2018-01-03 14:00:57 +01:00

AndroidAPS

Gitter Build status codecov dev: codecov