Skip to content
Snippets Groups Projects
  1. Aug 22, 2012
    • Jean Chalard's avatar
      Fix a silly bug. · 32f6503a
      Jean Chalard authored
      This would prevent user history to work at all.
      
      Bug: 7023638
      Change-Id: I5d8867a07fb8859325d274e956ae667c094d0ac1
      32f6503a
  2. Aug 20, 2012
  3. Aug 18, 2012
    • Ken Wakasa's avatar
      Cosmetic fixes · 522e1266
      Ken Wakasa authored
      Change-Id: I5460252af534d4455ba22273a06ac956bc904831
      522e1266
    • Kurt Partridge's avatar
      ResearchLogging log when preferences change · c58f5d90
      Kurt Partridge authored
      DO NOT MERGE
      
      Bug: 6188932
      Change-Id: Ia7ee65e7f3be10d031a065aaa6c3d18610c7dff0
      c58f5d90
    • Kurt Partridge's avatar
      ResearchLogging upload via service · baf1f0bd
      Kurt Partridge authored
      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
      baf1f0bd
    • Kurt Partridge's avatar
      ResearchLogger to track simple statistics · 7cec911f
      Kurt Partridge authored
      DO NOT MERGE
      
      Bug: 6188932
      Change-Id: I4667f8f60aa356c73f925c298318520f71e144c5
      7cec911f
    • Kurt Partridge's avatar
      ResearchLogging capture full n-gram data · 221e756f
      Kurt Partridge authored
      DO NOT MERGE
      
      - Captures complete motion data for all words in an n-gram.
      - Also filters n-grams properly; if any word in the n-gram is not
        in the dictionary, it is not included.
      - Simplify ResearchLog to not require explicit state
      - Added LogBuffer class MainLogBuffer class to allow n-gram-level decisions
        about privacy.
      - Moved LogUnit out from ResearchLogger
      
      multi-project change with Ie2bc79fd7fe6b951b24771e94b8d4ca21989af65
      
      Bug: 6188932
      Change-Id: I568c90d4af07e7c759c1e7fc64b716bd8c7b4ae5
      221e756f
    • Kurt Partridge's avatar
      ResearchLogger log RichInputConnection · 1964ffb3
      Kurt Partridge authored
      Move many ResearchLogger data collection points to RichInputConnection.
      By collecting data here, developers do not have to remember to keep the
      ResearchLog consistent with calls to the RichInputConnection.
      
      In addition, some unnecessary log points were removed, and the ResearchLogger
      is now independent of LatinImeLogger.
      
      multi-project change with Ib71f841044ec1072610ab5638a5edfce29b7c05b
      
      DO NOT MERGE
      
      Bug: 6188932
      Change-Id: I9ec7500a5b18bfe1a5a5bb1e5bf21c43351fc59e
      1964ffb3
  4. Aug 17, 2012
  5. Aug 16, 2012
  6. Aug 15, 2012
  7. Aug 14, 2012
    • alanv's avatar
      Fix the build. · 05384933
      alanv authored
      Change-Id: I744f6232e81981ab694d3d1e92bab5fd6efa46c0
      05384933
    • Jean Chalard's avatar
      Preemptive anti-deadlock device · e30c0580
      Jean Chalard authored
      We don't know of any actual bug in the implementation of the
      pool that may result in a deadlock, but this still implements
      a means out of a deadlock if one ever arises anyway. It's
      meant to improve the resilience of the spell checker.
      
      Bug: 5441027
      Change-Id: I689491090792dbb89110ee56631965c5bb2dc712
      e30c0580
    • Jean Chalard's avatar
      Fix a bug that would prevent spell checking · 5d6b8e18
      Jean Chalard authored
      java.lang.ArrayIndexOutOfBoundsException:
              [I offset=0 length=528 src.length=512
      com.android.inputmethod.keyboard.ProximityInfo
              .setProximityInfoNative(Native Method)
      com.android.inputmethod.keyboard.ProximityInfo
              .createSpellCheckerProximityInfo(ProximityInfo.java:85)
      com.android.inputmethod.latin.spellcheck.AndroidSpellCheckerService
              .createDictAndProximity(AndroidSpellCheckerService.java:411)
      
      The array was too small with respect with the passed size.
      
      Change-Id: I7777d7aecd17375d3fbf82854a66eb7a5a289ce6
      5d6b8e18
  8. Aug 13, 2012
  9. Aug 11, 2012
    • satok's avatar
      Fix JNI · 847c8dfe
      satok authored
      Change-Id: If134baf52e78fbe18b78611a23870f5d10c80955
      847c8dfe
  10. Aug 10, 2012
Loading