Matthias Granberry
Matthias Granberry
For anyone interested I have a pre-build PBW here. [urchin-cgm.pbw.zip](https://github.com/mddub/urchin-cgm/files/1468649/urchin-cgm.pbw.zip)
I'm having trouble getting the config page running in an emulator. I'll see if I can locate my Pebble Steel charging cable tonight.
The IntelliJ 16 EAP has a pretty cool "find duplicated code" analyzer that gives a side-by-side difference between two bits of code. It might be useful to play around with...
Have you tried my Marshmallow branch lately? I have seen (somewhat) better battery life since making a few changes. I've also changed some alarm settings to be a little more...
Can you verify that this is fixed in master?
BTW I have a WIP Nightscout client here: https://github.com/mgranberry/YADLA/tree/master/alrightypump-cloud/src/main/kotlin/com/kludgenics/alrightypump/cloud/nightscout Read/write of entries to/from nightscout works great. Writing treatments works, but reading treatments needs a little work to handle the fact...
The fuzzer was Stephen's addition. I only cleaned it up a little when fixing something for the Share2. I never really liked it because it seems unwise to throw away...
Timers are fine, but marshmallow allows one per 15 minutes to actually complete during doze. I'd honestly rather things get delayed when the phone is sitting stationary than problems during...
As long as it is cancelled it will have no influence on battery. On Wed, Dec 23, 2015, 6:02 AM tzachi-dar [email protected] wrote: > mgranberry as the first one around...
The `AlarmManager.setAlarmClock()` will completely disable doze at about 30 minutes prior to the alarm, although that number is platform-dependent. Normal alarms will not disable doze. It's probably more important that...