Skip to content
Snippets Groups Projects
  1. Sep 08, 2014
  2. Sep 01, 2014
    • David Faden's avatar
      Add a private IME option to suppress the gesture floating preview text. · 95b7bd3b
      David Faden authored
      If the option defined by Constants.NO_FLOATING_GESTURE_PREVIEW is set
      for a text field via EditorInfo.privateImeOptions, the floating gesture
      preview will be suppressed regardless of the settings preference.
      
      Feature request:
      bug: 17325039
      
      Change-Id: I1a1df194369e8f2d76abd9d84939a057f55f4a1c
      95b7bd3b
  3. Aug 28, 2014
  4. Aug 27, 2014
  5. Aug 22, 2014
  6. Jun 27, 2014
  7. Jun 25, 2014
  8. Jun 13, 2014
    • Tadashi G. Takaoka's avatar
      Add EmojiPageKeyboardAccessibilityDelegate · e9d9b37b
      Tadashi G. Takaoka authored
      Because EmojiPageKeyboardView doesn't use PointerTracker to handle
      MotionEvent, a dedicated accessibility delegate is needed. Then the
      recent tab can be updated even with accessibility mode on.
      
      Bug: 15582599
      Change-Id: I63d75b9aca21ec44f1f77d2eaaf2ba7813992183
      e9d9b37b
  9. Jun 10, 2014
    • Jean Chalard's avatar
      Special case periods in the spell checker · 4863a065
      Jean Chalard authored
      Special case <valid word>.<valid word> to send as a suggestion
      the same string where the periods is replaced by a space.
      
      Bug: 10780091
      Change-Id: I43c94675977f9ab5d7ee5671486cb742b39f3974
      4863a065
  10. Jun 03, 2014
  11. May 30, 2014
  12. May 23, 2014
    • Jean Chalard's avatar
      Fix some auto-caps problems: · cfdb1b8d
      Jean Chalard authored
      - (mainly for Spanish) auto-caps after inverted bang and what
      - (German only) don't auto-cap after digits-period-space
      
      Bug: 15177663
      Bug: 12206753
      Change-Id: Ia214bc067319469d9debbbfbdcb1dcff980847f0
      cfdb1b8d
  13. May 12, 2014
  14. Mar 06, 2014
  15. Feb 19, 2014
  16. Jan 31, 2014
  17. Jan 28, 2014
    • Yohei Yukawa's avatar
      Fix inconsistent behavior with the back-to-the-main-keyboard key · 576f8a5b
      Yohei Yukawa authored
      With this patch, the back-to-the-main-keyboard in the Emoji
      palette will be registered as a key-release action instead of
      a key-press action, like switch-to-the-emoji-palette in the
      main layout. This provides mroe consistent UX when the layout is
      switched from the main layout to the Emoji palette then
      switched back to the main layout.
      
      BUG: 12464067
      Change-Id: Ia0d0185db43234dfcfb7cee2677f3d199fe6ed96
      576f8a5b
  18. Jan 23, 2014
  19. Jan 16, 2014
  20. Dec 26, 2013
    • Tadashi G. Takaoka's avatar
      Add BatchInputArbiter · 4a4b6d42
      Tadashi G. Takaoka authored
      Move the logic that determines how to handle gesture typing from
      PointerTracker to BatchInputArbiter class.
      
      This change must be checked in together with Ia7db8f4fb7.
      
      Change-Id: I5e9f786de58d8a3cb0407ae562af707710ec37fb
      4a4b6d42
  21. Dec 20, 2013
  22. Dec 19, 2013
  23. Dec 13, 2013
    • Ken Wakasa's avatar
      Reset to 9bd6dac4 · 2fa3693c
      Ken Wakasa authored
      The bulk merge from -bayo to klp-dev should not have been merged to master.
      
      Change-Id: I527a03a76f5247e4939a672f27c314dc11cbb854
      2fa3693c
  24. Nov 25, 2013
    • Jean Chalard's avatar
      Fix a flaky test. · e629f860
      Jean Chalard authored
      Corrections depend on the proximity info, which depends
      on the layout, which in turn depends on the subtype and
      not only the language. Thus, we need to force the whole
      subtype for meaningful tests.
      
      Bug: 11142685
      Change-Id: I9cf3d948259e0236061454a93ffc2e28c7e0768f
      e629f860
  25. Oct 10, 2013
  26. Sep 24, 2013
  27. Sep 20, 2013
  28. Sep 18, 2013
  29. Sep 16, 2013
  30. Aug 06, 2013
    • Tadashi G. Takaoka's avatar
      Add emoji icon and code as a groundwork · b127d882
      Tadashi G. Takaoka authored
      The emoji switching key icon asset should be updated. The icons in
      this change are just borrowed from Hangout.
      
      Bug: 10179862
      Bug: 6370846
      Change-Id: Icea26d2cf2ac6a6df9beb4c98f646dbe309bdcd9
      b127d882
  31. Aug 05, 2013
    • Tadashi G. Takaoka's avatar
      Remove CODE_RESEARCH · c0a732f0
      Tadashi G. Takaoka authored
      Instead of CODE_RESEARCH, special outputText ".research." is used to
      invoke a research feedback dialog.
      
      Change-Id: Ic95c956ab4f2b5f0c3f2205c9bbcdcfb67db5d6e
      c0a732f0
Loading