| Commit message (Expand) | Author | Age | Files | Lines |
* | Use TimeUnit instead of DateUtils for readability•••Bug: 9550800
Change-Id: I087205530a5dbcff4bf08f48f4aa7068aae93215
|  Tadashi G. Takaoka | 2013-07-05 | 1 | -1/+0 |
* | Fix some warnings•••Mostly remove unused imports
Change-Id: If8ceffdfad79b78194094527759f5c334746973e
|  Jean Chalard | 2013-06-27 | 1 | -4/+0 |
* | Fix alarm bug•••The AlarmManager takes absolute times as an argument, not durations.
Change-Id: I419434ba5908c5f4070608070bbecf753088ecc8
|  Kurt Partridge | 2013-04-17 | 1 | -19/+6 |
* | [FileEncap18] Clean up uploading scheduling•••- 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
|  Kurt Partridge | 2013-03-25 | 1 | -0/+46 |
* | resolved conflicts for merge of 5b048292 to master•••Change-Id: I67ebab46954cd7b8e3e79e7fed523bafb15f8835
|  Tadashi G. Takaoka | 2013-03-19 | 1 | -1/+2 |
|\ |
|
| * | Rename ProductionFlag.IS_EXPERIMENTAL to USES_DEVELOPMENT_ONLY_DIAGNOSTICS•••bug: 8393568
Change-Id: Ie5edf44a3627aca9416145aff56bf05bbf2a05f3
|  Ken Wakasa | 2013-03-18 | 1 | -2/+3 |
* | | [FileEncap6] Extract Uploader class•••Gerrit was stuck on original change I9ef4eb7450
Change-Id: I6d4ee686944074779aca5b09b018782c7033874d
|  Kurt Partridge | 2013-03-07 | 1 | -162/+10 |
* | | [FileEncap5] Move conditional logic to caller•••Change-Id: I6599539059f86dc8902210d325439c08035b2e2a
|  Kurt Partridge | 2013-03-06 | 1 | -3/+4 |
* | | [FileEncap4] Simplify logic•••Change-Id: Ibb8660d12812b867856259d3e5c04a31e281027d
|  Kurt Partridge | 2013-03-06 | 1 | -4/+5 |
* | | [FileEncap3] Extract isUploadingUnconditionally method•••- remove isUploadingUnconditionally local variable
Change-Id: I69be8708c1f306568cbb9c5cbefc9e42a87df497
|  Kurt Partridge | 2013-03-06 | 1 | -5/+8 |
* | | [FileEncap2] Remove mCanUpload instance variable•••Change-Id: I62a100c4d73bb64a14a7994f7dd9af7b6946d064
|  Kurt Partridge | 2013-03-06 | 1 | -6/+5 |
* | | [FileEncap1] Extract hasUploadingPermisssions method•••Change-Id: Ica1dabcf066cde6580035f12fa35a404cb32fb3f
|  Kurt Partridge | 2013-03-06 | 1 | -4/+7 |
|/ |
|
* | [Rlog29] User interface for recording•••- Also, internal flag for automatically replaying after a recording is made (off by default)
- RLog key to "Bug?"
multi-project commit with I0c2fababd73eed5a341af487bca04ddd650d4cc2
Change-Id: I162c96a715de7180f276e08b4686a20f29dabafb
|  Kurt Partridge | 2013-01-29 | 1 | -1/+1 |
* | [Rlog27] Add replay capability•••- Add support for replaying log files to the ResearchLogger. This will let
users preview data that they choose to upload.
- When the user explicitly requests that the system record their action, it
will record everything up to, and including, the motion involved in shutting
off the recording. This change also removes the stop-recording motion
commands.
Change-Id: Ib1df383bbf1881512cb111fab9f6749c25e436ba
|  Kurt Partridge | 2013-01-29 | 1 | -1/+1 |
* | Fix Apache license comment•••Change-Id: Ic56167f952a7f4449da366e1e81610e72c966086
|  Tadashi G. Takaoka | 2013-01-21 | 1 | -8/+8 |
* | [Rlog41] ResearchLogger debugging support in UploaderService•••Change-Id: I70d5bd0cb12be7a5cc216799f92622912646466f
|  Kurt Partridge | 2012-12-22 | 1 | -4/+12 |
* | [Rlog13] Add flag to inhibit uploading•••Change-Id: I9d22dfb3fbc8332000507c8b97d9072bdd8dda91
|  Kurt Partridge | 2012-12-19 | 1 | -1/+6 |
* | ResearchLogging upload via service•••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
|  Kurt Partridge | 2012-08-22 | 1 | -0/+191 |
* | Revert "ResearchLogging upload via service"•••This reverts commit baf1f0bd616ca1fc3b53ad832012f498b3601afb
Change-Id: I7d959b9b626c8fb69a57788e243752952258fa80
|  Kurt Partridge | 2012-08-20 | 1 | -191/+0 |
* | ResearchLogging upload via service•••DO NOT MERGE
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 I40db74fb780e01364609339764e150f0291d3f9b
Bug: 6188932
Change-Id: Ie980d38a713d15c01083d41bd73f0602ec75dd16
|  Kurt Partridge | 2012-08-17 | 1 | -0/+191 |