Skip to content
Snippets Groups Projects
  1. Jun 27, 2014
  2. Jun 25, 2014
  3. 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
  4. 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
  5. Jun 03, 2014
  6. May 30, 2014
  7. 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
  8. May 12, 2014
  9. Mar 06, 2014
  10. Feb 19, 2014
  11. Jan 31, 2014
  12. 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
  13. Jan 23, 2014
  14. Jan 16, 2014
  15. 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
  16. Dec 20, 2013
  17. Dec 19, 2013
  18. 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
  19. 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
  20. Oct 10, 2013
  21. Sep 24, 2013
  22. Sep 20, 2013
  23. Sep 18, 2013
  24. Sep 16, 2013
  25. 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
  26. 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
    • Tadashi G. Takaoka's avatar
      Small cleanup · 28a14868
      Tadashi G. Takaoka authored
      Change-Id: I7dce7373b371f1ed5a985815f5d43fb6c6ee1f84
      28a14868
  27. Jul 26, 2013
  28. Jul 02, 2013
  29. Jun 04, 2013
  30. May 28, 2013
  31. Apr 16, 2013
    • Jean Chalard's avatar
      Don't insert automatic spaces when text looks like a URL · 73ec85b8
      Jean Chalard authored
      This is about as ad-hoc as it gets, but then again, what we want
      is probably as ad-hoc as it gets.
      All URL boxes I know of double as search bars, and not adding
      automatic spaces there sucks (e.g. in Chrome URL bar).
      And in other boxes actually you don't want to add a space if
      it looks like a URL. QSB isn't even a search box, and it behaves
      like this.
      
      So I think this is actually the right answer to the problem.
      
      Bug: 7062925
      Change-Id: Ib09472b34644fd5bf2dc84bb97cedeeba28bcd02
      73ec85b8
  32. Feb 23, 2013
    • Jean Chalard's avatar
      Fix how the Enter action is decided · 4e4f8812
      Jean Chalard authored
      This unifies the software and hardware keyboard code
      under a single decision process that works.
      
      Bug: 8129303
      Bug: 8152758
      Change-Id: I7574c563d5f957d57bfe62fe5e3eec59a519d335
      4e4f8812
Loading