Skip to content
Snippets Groups Projects
  1. Nov 14, 2014
  2. 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
    • Geoff Mendal's avatar
      Import translations. DO NOT MERGE · f3fe7826
      Geoff Mendal authored
      Change-Id: I68454cd9f59632e0c3a19635054a89c6f05142ee
      Auto-generated-cl: translation import
      f3fe7826
    • Tadashi G. Takaoka's avatar
      Move isRtlLanguage method to LocaleUtils · d6e367ff
      Tadashi G. Takaoka authored
      Change-Id: I485a076b81927fed0da593216fea2c740449ef4c
      d6e367ff
  3. Nov 12, 2014
  4. Nov 10, 2014
  5. Nov 09, 2014
  6. Nov 07, 2014
  7. Nov 06, 2014
  8. Nov 05, 2014
  9. Nov 04, 2014
  10. Nov 03, 2014
  11. Nov 02, 2014
  12. 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
    • Tadashi G. Takaoka's avatar
      Add helper methods to convert flags to readable text · 9dc3ae84
      Tadashi G. Takaoka authored
      Change-Id: I23608927cef8a897ff4ad8c938560cc78093ddac
      9dc3ae84
    • 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
Loading