- Mar 26, 2013
-
-
Kurt Partridge authored
- Move scheduling logic from ResearchLogger.java to UploaderService.java - Switch to a one-shot timer. Previously the uploader was scheduled on an inexact repeating schedule. It's better to reschedule the next upload after the current one is finished to reduce the chances of multiple uploads happening at the same time. - Avoid double-execution - Previously a scheduled upload might run right after an explicit one if they occured at the same time. This change reduces the chances of this. - Some method extraction and naming Change-Id: I9efda11be77d334c7f61bd40a36d65f0421ebde4
-
- Jan 21, 2013
-
-
Tadashi G. Takaoka authored
Change-Id: Ic56167f952a7f4449da366e1e81610e72c966086
-
- Aug 22, 2012
-
-
Kurt Partridge authored
Upload using an intent service rather than just a thread. More robust in case the keyboard is closed and the upload hasn't finished yet. multi-project commit with Id515c2b1b0d6f85be50f92a661a2d32ebaeaa143 Bug: 6188932 Change-Id: I64a9fab92ff89ee09df877db4e5f7f0ec0ffb3b6
-
- Apr 19, 2012
-
-
Tadashi G. Takaoka authored
Bug: 4460018 Change-Id: I4919d79516dcf574be2761bbaf9adcdc381b2ddc
-
- Apr 16, 2012
-
-
Tadashi G. Takaoka authored
Bug: 6341510 Change-Id: I319bb72400995d8385b0b14ef25b164dee3974da
-
- Apr 13, 2012
-
-
Tadashi G. Takaoka authored
Change-Id: Id6d9cd0ddf99c0687b6d3ea4b2f868f6cf2a0eaf
-
- Oct 04, 2011
-
-
Tadashi G. Takaoka authored
This change also gets rid of several compiler warnings. Change-Id: I23962edaadad18a6e0395d528af17b909dcf5dad
-
- Aug 12, 2011
-
-
Jean Chalard authored
Bug: 5156940 Change-Id: I762de1296f861abce2d0413404bca54571e0ea0a
-