Skip to content
Snippets Groups Projects
  1. Nov 20, 2014
    • Jean Chalard's avatar
      Annotate the typed word with its source dictionary · a7efe062
      Jean Chalard authored
      ...when applicable of course. This will allow for informing the
      language switching authorities that the typed word was a
      specific language, instead of leaving them in the dark.
      
      Bug: 18063142
      Bug: 18130489
      Bug: 18132240
      Bug: 18136721
      Bug: 18200415
      Change-Id: Ice3e7026a68c3018f54d730ec84f6762bf55899b
      a7efe062
    • Jean Chalard's avatar
      Fix an NPE. · a94733cb
      Jean Chalard authored
      Change-Id: Ie5ab5cc716ef1211eb9ad76baa0467455e1f1a71
      a94733cb
    • Jean Chalard's avatar
      Make the typed word a SuggestedWordInfo · a2cb2f36
      Jean Chalard authored
      That allows to carry the language information in an
      accurate manner.
      
      Bug: 18063142
      Change-Id: I0bca8981372ae10648274095b18b26a3686b762b
      a2cb2f36
    • Jean Chalard's avatar
      Fix a NPE · 0e00f5fe
      Jean Chalard authored
      Bug: 18451316
      Change-Id: Ia20bf388471f84c963354df050182e722d966a02
      0e00f5fe
  2. Nov 19, 2014
  3. Nov 18, 2014
  4. Nov 17, 2014
  5. Nov 14, 2014
  6. 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
      Move isRtlLanguage method to LocaleUtils · d6e367ff
      Tadashi G. Takaoka authored
      Change-Id: I485a076b81927fed0da593216fea2c740449ef4c
      d6e367ff
  7. Nov 12, 2014
  8. Nov 11, 2014
  9. Nov 09, 2014
  10. Nov 07, 2014
  11. Nov 06, 2014
  12. Nov 05, 2014
  13. Nov 04, 2014
  14. Nov 02, 2014
  15. 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
    • 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
    • Tadashi G. Takaoka's avatar
      Remove deprecated Canvas.clipRegion(Region) call · 8523720b
      Tadashi G. Takaoka authored
      Change-Id: I88e0a8d327c17bf4bafbe44cdfa265f5d0acb879
      8523720b
Loading