- Mar 30, 2017
-
-
Pogman authored
Fix graphing Fix for Realm hard crash A few small changes that catch rare errors with the CNL specially when signal is weak.
-
Pogman authored
Pazaan/develop basal rates
-
Volker Richert authored
-
Volker Richert authored
-
Volker Richert authored
-
Pogman authored
Pazaan/develop basal rates
-
- Mar 29, 2017
-
-
Volker Richert authored
rename bolusApi to bolusEndpoints to be consistant
-
Volker Richert authored
-
- Mar 27, 2017
-
-
Lennart Goedhart authored
Add support for getting pump basal rates.
-
- Mar 13, 2017
-
-
Lennart Goedhart authored
-
Lennart Goedhart authored
-
https://github.com/pazaan/640gAndroidUploaderLennart Goedhart authored
Merge branch 'feature/PR104' of https://github.com/pazaan/640gAndroidUploader into pazaan/develop-basal-rates
-
https://github.com/pazaan/640gAndroidUploaderLennart Goedhart authored
Merge branch 'feature/PR105' of https://github.com/pazaan/640gAndroidUploader into pazaan/develop-basal-rates
-
Lennart Goedhart authored
* develop: Make app reading data directly again if triggered by use align restart of polling with last known event. It'll try to align with the last poll up to 2h (hardcoded). After that we assume that there is may be a sensor initialisation and restart polling immediately branch name can be added to VERSION_NAME change chart to GraphView change chart to GraphView fixing #95
-
Lennart Goedhart authored
-
- Mar 12, 2017
-
-
Lennart Goedhart authored
Develop invincible
-
- Mar 06, 2017
- Mar 05, 2017
-
-
Pogman authored
-
Pogman authored
- cleanup commented out code - move sgv format conversion to main - removed need for EHSM pump comms - removed redundant channel change detection - removed temporary dbg code - added single retry for get pump time and status as occasional short lived noise can casue bad comms and retrying once catchs this rather then waiting until next poll
-
Lennart Goedhart authored
Access Nightscout API via Retrofit
-
- Mar 01, 2017
-
-
jgwashburn@gmail.com authored
-
jgwashburn@gmail.com authored
-
jgwashburn@gmail.com authored
-
jgwashburn@gmail.com authored
-
- Feb 27, 2017
-
-
Volker Richert authored
-
https://github.com/pazaan/640gAndroidUploaderjgwashburn@gmail.com authored
Conflicts: app/build.gradle app/src/main/java/info/nightscout/android/medtronic/GetHmacAndKeyActivity.java app/src/main/java/info/nightscout/android/medtronic/service/MedtronicCnlIntentService.java app/src/main/java/info/nightscout/android/upload/nightscout/NightscoutUploadIntentService.java app/src/main/res/values/strings.xml
-
- Feb 26, 2017
-
-
James Washburn authored
Access Nightscout API via Retrofit
-
jgwashburn@gmail.com authored
-
- Feb 21, 2017
-
-
Pogman authored
-
- Feb 19, 2017
-
-
Volker Richert authored
align restart of polling with last known event. It'll try to align with the last poll up to 2h (hardcoded). After that we assume that there is may be a sensor initialisation and restart polling immediately
-
- Feb 18, 2017
-
-
Pogman authored
using a read "pause" has no effect on outcome and likely redundant due to clearMessage intercepting unread messages changed the hardcoded 500 to use TIMEOUT_MS and set it to 0 while long term testing
-
Pogman authored
If user has double polling set then poll sooner with this error type
-
Pogman authored
-
Pogman authored
Intercept unexpected messages from the CNL These usually come from pump requests as it can occasionally resend message responses several times (possibly due to a missed CNL ACK during CNL-PUMP comms?) Mostly noted on the higher radio channels, channel 26 shows this the most If these messages are not cleared the CNL will likely error needing to be unplugged to reset as it expects them to be read before any further commands are sent
-
Pogman authored
- user attempts to initiate a poll too close to sensor/pump comms will inform user to wait that poll is due in number of seconds - app restarted and a poll is requested but close too sensor/pump comms will inform user to wait that poll is due in number of seconds - startup poll time clash with sensor/pump is detected and auto adjusted - unavailable SGV from pump due sensor/pump poll time changes/clashes will auto adjust poll time - ongoing unavailable SGV attempts will start poll time auto adjust and user warned and number of unavailable SGV attempts shown - missed SGV due to radio channel change avoids EHSM comms reducing the chance of extended channel changes - occasionly the pump is late with the current SGV and returns the same SGV event as privious poll, this is detected and a new poll is scheduled
-
Pogman authored
Uploading before cnl comms finishes and may cause occasional channel changes due to wifi noise - cnl intent already handles ns upload trigger after all comms finish
-
Pogman authored
-
Pogman authored
Shows user percentage feedback of radio signal to help them diagnose reception issues. RSSI (Recieved Signal Strength Indicator) is a common name for the signal strength in a wireless network environment. It is a measure of the power level that a RF client device is receiving from an access point, for example.
-
Pogman authored
-