Skip to content
Snippets Groups Projects
  1. May 10, 2016
  2. Feb 02, 2016
  3. Feb 11, 2015
    • Dan Zivkovic's avatar
      Fix master build. · 5254c01d
      Dan Zivkovic authored
      For some reason, we can't import android.os package in our Constants.
      
      Change-Id: I357ed72d13c5039a83c6e2489cdf5ef74d0ffea8
      5254c01d
    • Dan Zivkovic's avatar
      Remove shortcut support from LatinIME. · 12d80ebe
      Dan Zivkovic authored
      Note this change does not affect the native decoder interface.
      
      Change-Id: I73b7dc008a5acaf75a31a36a2d332b5afabd82d0
      12d80ebe
  4. Nov 21, 2014
  5. Nov 20, 2014
    • Jean Chalard's avatar
      Fix an NPE. · a94733cb
      Jean Chalard authored
      Change-Id: Ie5ab5cc716ef1211eb9ad76baa0467455e1f1a71
      a94733cb
  6. Nov 07, 2014
  7. Oct 28, 2014
  8. Oct 23, 2014
  9. Oct 21, 2014
    • Tadashi G. Takaoka's avatar
      Fix some compiler warnings · 5f00fe09
      Tadashi G. Takaoka authored
      This CL fixes the following compiler warnings.
      
      - Indirect access to static member
      - Access to a non-accessible member of an enclosing type
      - Parameter assignment
      - Method can be static
      - Local variable declaration hides another field or variable
      - Value of local variable is not used
      - Unused import
      - Unused private member
      - Unnecessary 'else' statement
      - Unnecessary declaration of throw exception
      - Redundant type arguments
      - Missing '@Override' annotation
      - Unused '@SuppressWarning' annotations
      
      Bug: 18003991
      Change-Id: Icfebe753e53a2cc621848f769d6a3d7ce501ebc7
      5f00fe09
  10. Sep 29, 2014
  11. Aug 25, 2014
    • Jean Chalard's avatar
      Revert "Revert "[ML1] Introduce RichInputMethodSubtype"" · 85ddfe13
      Jean Chalard authored
      This reverts commit a63d0a8e.
      
      This patch seems to be fine after all, but was submitted without its companion [ML1.1] patch causing a build breakage. Reverting the revert and submitting both at the same time seems like the right thing to do.
      
      Change-Id: Ib8fefa40b74dcee0edb025a52dac9b35c82d49df
      85ddfe13
  12. Aug 22, 2014
  13. Jun 27, 2014
  14. Jun 25, 2014
  15. Jun 20, 2014
  16. Jun 21, 2014
    • Tadashi G. Takaoka's avatar
      Add click and long click actions to key node info · d4b6af14
      Tadashi G. Takaoka authored
      This CL adds ACTION_CLICK or ACTION_LONG_CLICK actions to a key node
      info. But report a node info without these actions for the same key
      while hovering to avoid announcement "double tap to select and double
      tap and hold to long press".
      
      Bug: 15727335
      Change-Id: I1e9333c94c819d049bda81ad410299f5a509d29c
      d4b6af14
  17. Jun 13, 2014
    • Tadashi G. Takaoka's avatar
      Stop announcing suggestions strip content while more keys keyboard is showing · a2e365da
      Tadashi G. Takaoka authored
      This CL also supports announcing dismissing of a more keys keyboard.
      
      Bug: 15582905
      Change-Id: Ia9e5d6c7e3e23dac39ee570b20d32f0141ae6184
      a2e365da
    • Tadashi G. Takaoka's avatar
      Clear PointerTracker state when more keys keyboard is dismissed · 08199ec8
      Tadashi G. Takaoka authored
      With accessibility mode on, hover events for a more keys keyboard are
      handled among MoreKeysKeyboardAccessibilityDelegate and
      MoreKeysKeyboardView. But the more keys keyboard is shown by
      MainKeyboardAccessibilityDelegate that uses PointerTracker to handle
      hover events. Thus we need to clear PointerTracker state when the more
      keys keyboard is dismissed.
      
      This is a workaround to resolve the issue. We should reconsider the
      structure of those views and accessibility delegates in the future.
      
      Bug: 15583751
      Change-Id: Ida8c3e55194c59bdaa5bc4ff06068e699b888ced
      08199ec8
    • Tadashi G. Takaoka's avatar
      Return an empty accessibility node info for a keyboard · 9934740a
      Tadashi G. Takaoka authored
      Because a keyboard handling hover events and determining a virtual
      node by itself, there is no need to supply whole virtual nodes info
      for the keyboard. Just returning an empty accessibility node info
      supresses annoucements of all keys.
      
      This CL also fixes the undefined virtual id value.
      
      Bug: 15582251
      Change-Id: Ie033d21ef878d272417cf2b20f8eec1e516587f6
      9934740a
    • Tadashi G. Takaoka's avatar
      Use MoreKeysDetector for accessibility · 1dbeb251
      Tadashi G. Takaoka authored
      A more keys keyboard may have a divider on it. The MoreKeysDetector
      should be used even with accessibility mode on to be able to handle a
      divider.
      
      Bug: 15583354
      Change-Id: Ife2cf8304496c4c330127fde8ca1f34c2f0838e2
      1dbeb251
  18. Jun 09, 2014
  19. Jun 04, 2014
  20. Jun 03, 2014
  21. Jun 02, 2014
  22. May 28, 2014
  23. May 27, 2014
Loading