Skip to content
Snippets Groups Projects
  1. Oct 03, 2014
  2. Sep 29, 2014
  3. Sep 16, 2014
  4. Aug 04, 2014
  5. Jul 30, 2014
  6. Jul 29, 2014
  7. Jul 30, 2014
  8. Jul 29, 2014
  9. Jul 17, 2014
  10. Jun 16, 2014
  11. Jun 10, 2014
    • Jean Chalard's avatar
      Remove mPrevWordsInfo · 367c199d
      Jean Chalard authored
      This member has outlived its usefulness. It's not clear now that it
      makes things really faster, but it does bring a lot of complexity
      that we can avoid by removing it.
      
      Change-Id: Ifbc8094a45b56b958fe165b1930f4cc358a97721
      367c199d
  12. Jun 02, 2014
  13. May 23, 2014
  14. May 21, 2014
  15. May 20, 2014
  16. May 19, 2014
  17. May 16, 2014
  18. May 14, 2014
  19. May 12, 2014
  20. 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
  21. 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
  22. Apr 09, 2014
  23. Apr 07, 2014
  24. Apr 04, 2014
  25. Apr 02, 2014
Loading