AndroidAPS/app/src/main/java/info/nightscout
Johannes Mockenhaupt 8f813d52fa
WatchUpdaterService: process requests in a separate thread.
Previously, requests were executed on the main thread (base class
is Service, not IntentService), which prompted Android to kill
AAPS multiple times a day due to timeouts (of currently unknown
origins).

(cherry picked from commit 5ae45d5)
2018-03-01 16:12:41 +01:00
..
androidaps WatchUpdaterService: process requests in a separate thread. 2018-03-01 16:12:41 +01:00
utils Add FabricPrivacy 2018-02-22 12:30:36 +00:00