Skip to content
Snippets Groups Projects
  1. Nov 20, 2014
  2. Nov 19, 2014
  3. Nov 17, 2014
  4. Nov 13, 2014
    • Jatin Matani's avatar
      Implement UserHistoryDictionary for each user account. · 5365191a
      Jatin Matani authored
      UserHistoryDictionary currently uses locale to determine the
      UserHistoryDictionary on the filesystem. With this change we
      use the account name as well. Thus each UserHistoryDictionary
      would following the following spec:
      
      UserHistoryDictionary.<locale>.<account>.dict.
      In case no account is selected, we default to the existing
      spec:
      UserHistoryDictionary.<locale>.dict
      
      Example
      UserHistoryDictionary.en_US.testaccount@example.com.dict
      
      Bug: 18104749
      Change-Id: Iab031e166b55cf2ded68275a7e9be22475737b37
      5365191a
    • Tadashi G. Takaoka's avatar
      Remove unused import · 1da382b8
      Tadashi G. Takaoka authored
      Change-Id: I9e2a79534673b2c6587f57fad663b85d971658b9
      1da382b8
  5. Nov 12, 2014
  6. Nov 10, 2014
  7. Nov 09, 2014
  8. Nov 07, 2014
  9. Nov 06, 2014
  10. Nov 04, 2014
  11. Oct 31, 2014
    • Keisuke Kuroyanagi's avatar
      Update v4 format version from 402 to 403. · ea468cc9
      Keisuke Kuroyanagi authored
      Without personalization:
      Total words: 1134774, Success Num: 899230, Success Percentage: 79.243%
      Bad Failures, with auto-correction (typed word == expected word, output word != expected word): 1871, Bad Failure Percentage: 0.165%
      Failures, with auto-correction (F-C): 29084, F-C Percentage: 2.563%
      Max Keystrokes: 6072959, Min Keystrokes: 4436090, Keystroke Saving Percentage:26.953%
      
      Before:
      Total words: 1134646, Success Num: 925194, Success Percentage: 81.540%
      Bad Failures, with auto-correction (typed word == expected word, output word != expected word): 1316, Bad Failure Percentage: 0.116%
      Failures, with auto-correction (F-C): 28288, F-C Percentage: 2.493%
      Max Keystrokes: 6072831, Min Keystrokes: 3946188, Keystroke Saving Percentage:35.019%
      
      After
      Total words: 1134659, Success Num: 944746, Success Percentage: 83.263%
      Bad Failures, with auto-correction (typed word == expected word, output word != expected word): 1258, Bad Failure Percentage: 0.111%
      Failures, with auto-correction (F-C): 28016, F-C Percentage: 2.469%
      Max Keystrokes: 6072844, Min Keystrokes: 3387333, Keystroke Saving Percentage:44.222%
      
      Change-Id: I3af42ec37a11847c0429c28616e726f6a339247f
      ea468cc9
    • David Faden's avatar
      Add documentation for CollectionUtils#arrayAsList · d443146c
      David Faden authored
      (This is a cherrypick of http://ag/576739)
      
      Also, modify the IllegalArgumentException to capture the
      values passed for start, end, and array.length to make
      debugging easier in the unlikely event that it is thrown.
      Add corresponding tests for the exceptions.
      
      Tested:
      tapas LatinImeGoogle LatinImeGoogleTests userdebug
      make -j30 && \
      adb install -r \
      out/target/product/generic/data/app/LatinImeGoogleTests/LatinImeGoogleTests.apk && \
      adb install -r \
      out/target/product/generic/system/app/LatinImeGoogle/LatinImeGoogle.apk && \
      adb shell am instrument -w -e class \
      com.android.inputmethod.latin.utils.CollectionUtilsTests \
      com.google.android.inputmethod.latin.tests/android.support.test.runner.AndroidJUnitRunner
      
      Change-Id: I0c579ca4f4f2a9b2575aa6f8fa75e3ee4a21cf8a
      d443146c
    • Adrian Velicu's avatar
      Update unit tests for new static dict version. · 88480f39
      Adrian Velicu authored
      Bug: 11031090
      Change-Id: Ifd7b241f1a0a30678ca7de97cc6e96927a9b5c8f
      88480f39
    • Adrian Velicu's avatar
      Using "blacklist" flag as "possibly offensive" · 7c87859d
      Adrian Velicu authored
      Bug: 11031090
      Change-Id: I5cc0d006ab003656498eb82b0875eb9c051d331e
      7c87859d
  12. Oct 30, 2014
  13. Oct 29, 2014
  14. Oct 28, 2014
  15. Oct 27, 2014
  16. Oct 24, 2014
    • Ken Wakasa's avatar
      Fix unit test failure due to IllegalAccessError · 88a92103
      Ken Wakasa authored
      java.lang.IllegalAccessError: Class ref in pre-verified class resolved
      to unexpected implementation because of latinime-common reference added
      two times.
      
      Change-Id: I4ce1185c10b9a217022e830b02aec4f1ea50f2eb
      88a92103
  17. Oct 23, 2014
  18. Oct 22, 2014
Loading