aboutsummaryrefslogtreecommitdiffstats
path: root/java/src/com/android/inputmethod/research/UploaderService.java (follow)
Commit message (Expand)AuthorAgeFilesLines
* [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 Partridge2013-01-291-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 Partridge2013-01-291-1/+1
* Fix Apache license comment•••Change-Id: Ic56167f952a7f4449da366e1e81610e72c966086 Tadashi G. Takaoka2013-01-211-8/+8
* [Rlog41] ResearchLogger debugging support in UploaderService•••Change-Id: I70d5bd0cb12be7a5cc216799f92622912646466f Kurt Partridge2012-12-221-4/+12
* [Rlog13] Add flag to inhibit uploading•••Change-Id: I9d22dfb3fbc8332000507c8b97d9072bdd8dda91 Kurt Partridge2012-12-191-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 Partridge2012-08-221-0/+191
* Revert "ResearchLogging upload via service"•••This reverts commit baf1f0bd616ca1fc3b53ad832012f498b3601afb Change-Id: I7d959b9b626c8fb69a57788e243752952258fa80 Kurt Partridge2012-08-201-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 Partridge2012-08-171-0/+191