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
  9. Apr 10, 2014
  10. Apr 09, 2014
  11. Apr 08, 2014
  12. Apr 07, 2014
    • Tadashi G. Takaoka's avatar
      Remove workaround code of placing DrawingPreviewPlacerView · 0c01fc6f
      Tadashi G. Takaoka authored
      This CL divides MainKeyboardView.locatePreviewPlacerView method into
      two methods. One is installing DrawingPreviewPlacerView to the window
      as Frontmost view. Another is telling the location of MainKeyboardView
      to DrawingPreviewPlacerView. Thus we can eliminate workaround code to
      deal with transient states in orientation change.
      
      Change-Id: Ia5d8f28dfb5213d27aa218c72d838a3c3be5a527
      0c01fc6f
    • Jean Chalard's avatar
      [CB23] Merge add and deleteLast · d52bec00
      Jean Chalard authored
      Bug: 13406701
      Change-Id: Id9a2e4144b1908ad27d78228ee19e6fc4d4d669f
      d52bec00
    • Jean Chalard's avatar
      [CB22] Merge add and delete · 633e4f45
      Jean Chalard authored
      ...but this time, it works.
      
      Bug: 13406701
      Change-Id: Iaa00339a6be76413ffaeb74ff1556e15b3bb039d
      633e4f45
Loading