Skip to content
Snippets Groups Projects
  1. Mar 12, 2015
  2. Mar 11, 2015
  3. Mar 10, 2015
  4. Mar 09, 2015
  5. Mar 06, 2015
  6. Mar 05, 2015
  7. Mar 04, 2015
  8. Mar 03, 2015
  9. Mar 02, 2015
  10. Feb 27, 2015
    • Chieu Nguyen's avatar
      Handle double space inserting a period. · fdf3cc41
      Chieu Nguyen authored
      Change-Id: I109f0e9cf3e972bf60aa3fbbe817337aef70ea3c
      fdf3cc41
    • Dan Zivkovic's avatar
      Label empty suggestions. · 24c275cc
      Dan Zivkovic authored
      When talkback is enabled, empty strings will have a content description.
      
      Bug 19479836.
      
      Change-Id: I25679a2bdeff238a5330ba406d5bc7e6e2868ba1
      24c275cc
    • Mohammadinamul Sheik's avatar
      Update the MAX supported file version for downloaded static Dictionaries. · 377ba98b
      Mohammadinamul Sheik authored
      Change-Id: I72d37cc21585b18f4a41ff32627024502f10e993
      377ba98b
    • Dan Zivkovic's avatar
      Race condition in cursor move. · 69c04cad
      Dan Zivkovic authored
      The method WordComposer.moveCursorByAndReturnIfInsideComposingWord() iterates
      through all the code points in the word that's currently being composed, and
      it tries to adjust the cursor position by a given amount (left or right).
      It copies the code points to a new array while processing. But the code point
      count comes from a member variable. If the member variable changes while the
      method is processing the copy of the code points, it can run over the length
      of the code point array.
      
      Bug 18876474.
      
      Change-Id: Ib3a2d90a4e82b76d381efa774e6b3d6bca99c869
      69c04cad
  11. Feb 26, 2015
Loading