- Mar 31, 2017
-
-
Volker Richert authored
-
- Mar 30, 2017
-
-
Volker Richert authored
-
Volker Richert authored
remove useless logging
-
Volker Richert authored
03-30 18:06:04.489 10335-10397/info.nightscout.android W/System.err: org.json.JSONException: No value for batteryLevel 03-30 18:06:04.489 10335-10397/info.nightscout.android W/System.err: at org.json.JSONObject.get(JSONObject.java:389) 03-30 18:06:04.489 10335-10397/info.nightscout.android W/System.err: at org.json.JSONObject.getDouble(JSONObject.java:444) 03-30 18:06:04.489 10335-10397/info.nightscout.android W/System.err: at com.bugfender.sdk.a.a.a.c.b.a(Unknown Source) 03-30 18:06:04.489 10335-10397/info.nightscout.android W/System.err: at com.bugfender.sdk.a.a.a.c.b.b(Unknown Source) 03-30 18:06:04.489 10335-10397/info.nightscout.android W/System.err: at com.bugfender.sdk.a.a.a.c.a.a(Unknown Source) 03-30 18:06:04.489 10335-10397/info.nightscout.android W/System.err: at com.bugfender.sdk.a.d.a.c(Unknown Source) 03-30 18:06:04.490 10335-10397/info.nightscout.android W/System.err: at com.bugfender.sdk.a.a.k.a.c.d.a(Unknown Source) 03-30 18:06:04.490 10335-10397/info.nightscout.android W/System.err: at com.bugfender.sdk.a.a.k.a.c.d.call(Unknown Source) 03-30 18:06:04.490 10335-10397/info.nightscout.android W/System.err: at java.util.concurrent.FutureTask.run(FutureTask.java:237) 03-30 18:06:04.490 10335-10397/info.nightscout.android W/System.err: at java.util.concurrent.ThreadPoolExecutor.runWorker(ThreadPoolExecutor.java:1113) 03-30 18:06:04.490 10335-10397/info.nightscout.android W/System.err: at java.util.concurrent.ThreadPoolExecutor$Worker.run(ThreadPoolExecutor.java:588) 03-30 18:06:04.490 10335-10397/info.nightscout.android W/System.err: at java.lang.Thread.run(Thread.java:818)
-
Volker Richert authored
-
Volker Richert authored
-
Volker Richert authored
-
Volker Richert authored
-
Volker Richert authored
-
Volker Richert authored
-
Volker Richert authored
-
Volker Richert authored
-
- 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
-