maiacore android keyboard app or something
Find a file
Kurt Partridge 6d71d238e2 [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
2013-03-25 17:50:26 -07:00
dictionaries Update the Russian dictionary 2013-01-21 19:30:17 +09:00
java [FileEncap18] Clean up uploading scheduling 2013-03-25 17:50:26 -07:00
native Refactor parameters by naming convention 2013-03-18 15:42:15 +09:00
tests Remove reference to string.english_ime_name 2013-03-22 14:08:23 +09:00
tools Remove unused import 2013-03-22 15:23:06 +09:00
Android.mk Build native subdirectories first 2013-01-28 20:07:31 -08:00
CleanSpec.mk Pass the touch position correction data to native. 2011-09-29 17:00:49 +09:00