Skip to content
Snippets Groups Projects
  1. Jan 29, 2015
  2. Dec 22, 2014
  3. Oct 28, 2014
  4. Oct 24, 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 27, 2014
  9. Aug 22, 2014
  10. Aug 14, 2014
  11. Aug 05, 2014
    • Jean Chalard's avatar
      [HW15] Pass events instead of reading them from the transaction · f69bb4c7
      Jean Chalard authored
      It's probably cleaner to just pass the events rather than read
      them from a transaction, especially when a transaction may be
      associated with several events in a chain.
      
      Change-Id: I27830f0f3f3f32fe77ea8b9cad505b7ebee648af
      f69bb4c7
    • Jean Chalard's avatar
      [HW14] Cleanup · dd31a2de
      Jean Chalard authored
      Do away with the didAutoCorrect local variables which are
      unnatural to return out of all these functions.
      
      Change-Id: I22024004d2c489de018beff812c2c589bfd8ca32
      dd31a2de
  12. Aug 04, 2014
  13. Jul 30, 2014
  14. Jul 29, 2014
  15. Jul 30, 2014
  16. Jul 29, 2014
  17. Jun 30, 2014
    • Jean Chalard's avatar
      [SD4] Restart suggestions on language change · 6345562e
      Jean Chalard authored
      ...otherwise we can't recompute the composition when we
      change scripts.
      
      This also fixes when we register that we need to take note
      that the current subtype was used. Luckily this is a good
      occasion for some cleanup that I've wanted to do for some
      time: use InputTransaction for onTextInput (with the goal
      to ultimately remove it entirely)
      
      Bug: 15840116
      Change-Id: Ie4f4f9157b66b79237eeb3db75535803124d3e19
      6345562e
  18. 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
  19. May 23, 2014
  20. May 14, 2014
  21. May 12, 2014
  22. Apr 14, 2014
  23. Apr 03, 2014
  24. Mar 27, 2014
  25. Mar 25, 2014
  26. Mar 24, 2014
  27. Mar 20, 2014
Loading