Skip to content
Snippets Groups Projects
  1. Oct 03, 2012
  2. Sep 27, 2012
  3. Sep 19, 2012
  4. 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
  5. 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
  6. Aug 21, 2012
  7. Jul 27, 2012
  8. Jul 19, 2012
  9. Jul 13, 2012
  10. Jul 10, 2012
  11. Jul 06, 2012
  12. Jul 04, 2012
  13. Jun 29, 2012
  14. Jun 27, 2012
  15. May 24, 2012
  16. May 01, 2012
  17. Mar 29, 2012
  18. Mar 28, 2012
  19. Mar 27, 2012
    • satok's avatar
      ongoing cleanup 2 · 01ab7c8b
      satok authored
      Change-Id: I66b61cbe491cf8375144e834390beae3209a777d
      01ab7c8b
  20. Mar 23, 2012
    • satok's avatar
      Cleanup jni 1 · 9df4a452
      satok authored
      Change-Id: Ieb6af8385356e259720b50f1fe46a694a098b30f
      9df4a452
    • Jean Chalard's avatar
      Stop creating useless objects · a4927909
      Jean Chalard authored
      Man that was bad, it's heavy, it's called quite often, and it's
      totally useless
      
      Change-Id: Ia7e23e0e60ff4a929b226f3f4ccabedbc3ea2c06
      a4927909
    • Jean Chalard's avatar
      Send correct coordinates for the spell checker · 081616cd
      Jean Chalard authored
      This results in the computation being done in native code
      and the correct proximity being used.
      Bug: 6181080
      
      Change-Id: I08fa05c781d607e4feca2caeda353ec19c133a3d
      081616cd
  21. Mar 19, 2012
  22. Mar 16, 2012
  23. Mar 15, 2012
    • Tadashi G. Takaoka's avatar
      Remove touch dead zone · 723aaa2e
      Tadashi G. Takaoka authored
      KeyDetector should use the distance from the hit box to detect the
      key.
      
      Bug: 6174250
      Change-Id: Id1745d90222d1d1a10467f194b45307c12449944
      723aaa2e
  24. Mar 14, 2012
  25. Mar 06, 2012
  26. Feb 22, 2012
    • Jean Chalard's avatar
      Activate the code to cancel a manual pick (A5) · 9271b770
      Jean Chalard authored
      This finally makes active the behavior described in
      Bug: 5968922
      
      Change-Id: I363ed23270c3dea75411ea806011225097b5d07c
      9271b770
    • Jean Chalard's avatar
      Give LastComposedWord knowledge of the separator (A2) · 66bb5635
      Jean Chalard authored
      This stores the separator that was used to commit the word in
      the LastComposedWord. It may be NOT_A_SEPARATOR if there was
      no separator (for example, the cursor moved causing a commit,
      or there was a manual pick). This is necessary to implement
      feature request #5968922.
      
      Change-Id: I5fcf19a78ec66d68d4df89418eaef13952588207
      66bb5635
    • Jean Chalard's avatar
      Give LastComposedWord knowledge of the committed word (A1) · cf9d9262
      Jean Chalard authored
      There is no point storing the prospective autocorrect - we are
      recomputing it anyway. The committed word however will be necessary
      to implement feature request #5968922.
      
      Change-Id: I588c18e1a5a1050a791d601de465f421ccbe36cd
      cf9d9262
  27. Feb 08, 2012
Loading