Skip to content
Snippets Groups Projects
  1. Jul 06, 2023
  2. Jul 22, 2020
  3. Dec 22, 2014
  4. Oct 28, 2014
  5. Oct 23, 2014
  6. 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
  7. Aug 28, 2014
  8. Aug 14, 2014
  9. Aug 04, 2014
  10. Jul 29, 2014
  11. Jul 30, 2014
  12. Jun 26, 2014
    • Jean Chalard's avatar
      [HW1] Fix some bugs with event handling · 09291050
      Jean Chalard authored
      With hardware events, we do have some events that
      have both a keycode and a code point, so we need
      a better way of distinguishing between auto-insert
      keystrokes and others.
      
      Change-Id: Ia23042989b4dca9d3a7d4a4c06bcebdabe324a7a
      09291050
  13. Apr 14, 2014
  14. Apr 03, 2014
  15. Mar 25, 2014
  16. Mar 20, 2014
  17. Mar 19, 2014
  18. Mar 17, 2014
    • Jean Chalard's avatar
      [CB06] Fix a design error. · 5eac728b
      Jean Chalard authored
      The event interpreter should intervene later, after decoding.
      Decoding should happen first, and then the Event should
      be passed to the InputLogic.
      
      For the time being, we will leave the (unused) EventInterpreter
      class and its friends, because we'll use them again later.
      
      Bug: 13406701
      Change-Id: I7582d486724311e39e6692e606cca50c78800643
      5eac728b
  19. Mar 14, 2014
  20. Mar 13, 2014
  21. Jan 10, 2013
  22. Jan 09, 2013
  23. Dec 27, 2012
    • Jean Chalard's avatar
      Start committing hardware events (B4) · 997cba7d
      Jean Chalard authored
      Essentially this does activate auto-correction with a hardware
      keyboard, although a lot of things are still left to implement.
      No proximity is used yet which means only missing and excessive
      letters are considered. Dead keys are not handled. No combiner
      is supported. No suggestions are displayed. Resuming suggestions
      does not work correctly with a hardware key (because the view
      holds a temporary hardware event 'onKeyPreIme' and the event
      from the IME won't be handled until this is handled which won't
      happen until after the IME said that it did handle the event).
      
      Bug: 5037589
      Change-Id: Idcb5c7b26d56717ed772d53c062362807f11cdae
      997cba7d
    • Jean Chalard's avatar
      Initial implementation for decoding HW key events (B3) · 581f324e
      Jean Chalard authored
      Bug: 5037589
      Change-Id: I829f70a258de58ef8d2b836a9b435198a226e37f
      581f324e
  24. Dec 19, 2012
Loading