AdrianLxM
AdrianLxM
When switching between watchfaces, often causes an exception: `06-09 16:47:00.203 6048-6048/com.dexdrip.stephenblack.nightwatch E/ActivityThread﹕ Service com.dexdrip.stephenblack.nightwatch.LargeHome has leaked IntentReceiver android.support.wearable.watchface.WatchFaceService$Engine$1@371daab0 that was originally registered here. Are you missing a call to unregisterReceiver()?`...
... but should be a long, or not?
E.G. when editing a High-Alert and then rotating the screen meanwhile, the Activity resets it's type and would then add a Low-Alert instead.
Depending on the configuration when the watchface was selected it will still show the mg/dl-value as delta or simply "--- mg/dl".
- BgGraphBuilder - make many methods static or refactor them to a separate class (no need to load all data for the graph to unitize one value e.g.) - Play-Service...