Skip to content
Snippets Groups Projects
  1. Jul 30, 2014
  2. Jul 29, 2014
  3. Jul 30, 2014
  4. Jul 29, 2014
  5. Jul 17, 2014
  6. Jun 16, 2014
  7. 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
  8. Jun 02, 2014
  9. May 23, 2014
  10. May 21, 2014
  11. May 20, 2014
  12. May 19, 2014
  13. May 16, 2014
  14. May 14, 2014
  15. May 12, 2014
  16. 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
  17. 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
  18. Apr 09, 2014
  19. Apr 07, 2014
  20. Apr 04, 2014
  21. Apr 02, 2014
  22. Mar 28, 2014
    • Jean Chalard's avatar
      Some cleanup · 70d9152c
      Jean Chalard authored
      Change-Id: Ia11d656a70623168b091763ac6524750f9cca8d8
      70d9152c
    • Jean Chalard's avatar
      [CB14.5] Stop copying WordComposers. · 8e829c37
      Jean Chalard authored
      This is an overdue refactoring that I have been wanted to
      do forever, and that we can at last do now that suggestions
      come only from instances of BinaryDictionary instances.
      
      With this, all unit tests and regression tests are
      passing again.
      
      Bug: 13667648
      Bug: 13665487
      Bug: 8636060
      Change-Id: Ie23a19f9b7e692edf2ee0b107ddaff2d7db564b6
      8e829c37
  23. Mar 27, 2014
Loading