Skip to content
Snippets Groups Projects
  1. Mar 27, 2014
    • Jean Chalard's avatar
      [CB15] Remove a redundant variable. · 0de7a6d1
      Jean Chalard authored
      This is a tiny bit slower, but probably unnoticeable.
      Still, it gains some performance in other places,
      saves memory, and more importantly makes for simpler
      code, so it's certainly better.
      
      Change-Id: Id1ab4f73f71acd73f5920bc729817abd22cf0d07
      0de7a6d1
  2. Mar 25, 2014
  3. Mar 24, 2014
  4. Mar 20, 2014
  5. Mar 14, 2014
  6. Jan 23, 2014
  7. Jan 15, 2014
  8. Jan 08, 2014
  9. Dec 26, 2013
  10. Dec 16, 2013
  11. Dec 13, 2013
  12. Nov 28, 2013
  13. Aug 15, 2013
  14. Jul 26, 2013
  15. Jul 22, 2013
  16. Jul 01, 2013
  17. May 08, 2013
  18. Apr 15, 2013
  19. Apr 12, 2013
    • Jean Chalard's avatar
      Restart suggestions when the cursor moves. · 6a114fa7
      Jean Chalard authored
      This uses the old suggestions. It does not try to recompute
      new suggestions if there are no old suggestions yet: this is
      coming in a later change.
      If there are no suggestions, this shows the word itself
      as a suggestion.
      
      Bug: 8084810
      Change-Id: I4c2e25df0ff3673be1825f57a0c19a9d23d47a48
      6a114fa7
  20. Feb 20, 2013
  21. Jan 21, 2013
  22. Jan 17, 2013
  23. Dec 17, 2012
  24. Oct 29, 2012
  25. Oct 22, 2012
  26. Oct 03, 2012
  27. Sep 27, 2012
  28. Sep 19, 2012
  29. Sep 18, 2012
    • Jean Chalard's avatar
      Fix a bug with capitalizations (A15) · 75b3f81f
      Jean Chalard authored
      When only one character has been typed, we should not take that
      as a strong symbol that everything should be upper-cased.
      
      Change-Id: I4e3a3223269e6763e3594baeaa844daa79a624ed
      75b3f81f
  30. Aug 29, 2012
    • Jean Chalard's avatar
      Allow Latin IME to cancel smiley-auto-correct consistenly · a05a0f20
      Jean Chalard authored
      This change makes Latin IME behave consistently with regards
      to other auto-correction cancellations in cases of auto-correction
      cancellation after smiley-triggered auto-correction. That is,
      pressing the smiley key when the keyboard signals it's about to
      auto-correct will get the auto-correction there plus a smiley,
      and pressing backspace will cancel the auto-correction, and
      pressing backspace again will delete the smiley.
      
      Bug: 7067593
      Change-Id: Ia7eef70a5d06b8b9afa1f1fbb0ed1dbc21a3059f
      a05a0f20
  31. Aug 21, 2012
Loading