Skip to content
Snippets Groups Projects
  1. Apr 22, 2014
  2. Apr 21, 2014
  3. Apr 18, 2014
    • Xiaojun Bi's avatar
      Fix a bug for counting code points in WordComposer.java · 11b70761
      Xiaojun Bi authored
      This bug threw an ArrayIndexOutOfBoundsException when the word length
      is 49 (maxSize + 1) when calling StringUtils.copyCodePointsAndReturnCodePointCount(...)
      in the same function. This bug is discovered by running SKETCH.
      
      The intent is to count the code points from index 0 to index i (included).
      The original code only counted the code points from index 0 to index (i-1).
      
      Bug: 13969542
      Change-Id: Idbf596aba2379ba552dbe580c83c42044d505aaf
      11b70761
  4. Apr 17, 2014
  5. Apr 16, 2014
  6. Apr 15, 2014
  7. Apr 14, 2014
  8. Apr 11, 2014
    • Yohei Yukawa's avatar
      Plumbing for ProductionFlag.USES_CURSOR_ANCHOR_MONITOR · fab4ce43
      Yohei Yukawa authored
      With this CL, LatinIME starts calling
      InputMethodService#setCursorAnchorMonitorMode in #onStartInput()
      when ProductionFlag.USES_CURSOR_ANCHOR_MONITOR flag is explicitly
      set to true.
      
      BUG: 13891796
      Change-Id: Ib2fb0c3521b61859d4cc530155ccaaee7ee16cbc
      fab4ce43
  9. Apr 10, 2014
    • Jean Chalard's avatar
      [CB26] Remove useless variables. · 1ef9d593
      Jean Chalard authored
      This is nice for code simplicity, but it has a small adverse impact on
      performance.
      
      Bug: 13406701
      Change-Id: I9316b3fe8d79b940fbd83cf1187c8c0d10b26c71
      1ef9d593
    • Jean Chalard's avatar
      Fix some flaky tests. · 4370ff09
      Jean Chalard authored
      In tests, we create many instances of LatinIME, but we never
      destroy them. That means we never close the dictionaries nor
      the handlers.
      This change calls onDestroy, which closes all dictionaries, and
      adds some code to finish the handlers.
      
      Change-Id: I942517a2a940c54256b08763f6b38f5b55809f55
      4370ff09
    • Tadashi G. Takaoka's avatar
      Refactor SubtypeLocaleUtils a bit · 58e830ec
      Tadashi G. Takaoka authored
      Change-Id: If8b7fd5ef0b4ff3791deeacc12abb256a10176bf
      58e830ec
  10. Apr 09, 2014
  11. Apr 08, 2014
  12. Apr 07, 2014
  13. Apr 04, 2014
  14. Apr 03, 2014
  15. Apr 02, 2014
Loading