Skip to content
Snippets Groups Projects
  1. Mar 10, 2015
  2. Mar 09, 2015
  3. Mar 06, 2015
  4. Mar 05, 2015
  5. Mar 04, 2015
  6. Mar 03, 2015
  7. Mar 02, 2015
  8. 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
  9. Feb 26, 2015
  10. Feb 25, 2015
  11. Feb 24, 2015
  12. Feb 23, 2015
    • Dan Zivkovic's avatar
      Hide app icon when keyboard is a system app. · 08f3cdb3
      Dan Zivkovic authored
      The objective is to show an app icon when the user installs the keyboard from
      the Play Store, but not show the icon when it comes from the system image.
      The latter rule applies to AOSP keyboards and to the Google Keyboard on a
      Nexus device.
      
      This change partially reverts ag/613096.
      
      Bug 19001197.
      
      Change-Id: Icb202deffe9f1ab2bde9b3c9d221347da6793a19
      08f3cdb3
  13. Feb 21, 2015
  14. Feb 20, 2015
Loading