Skip to content
Snippets Groups Projects
  1. Mar 26, 2013
    • Kurt Partridge's avatar
      [FileEncap18] Clean up uploading scheduling · 6d71d238
      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
      6d71d238
  2. Jan 21, 2013
  3. Aug 22, 2012
    • Kurt Partridge's avatar
      ResearchLogging upload via service · b5ace11a
      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
      b5ace11a
  4. Apr 19, 2012
  5. Apr 16, 2012
  6. Apr 13, 2012
  7. Oct 04, 2011
  8. Aug 12, 2011
Loading