Skip to content
Snippets Groups Projects
  1. Dec 09, 2011
  2. Dec 08, 2011
  3. Dec 07, 2011
  4. Dec 06, 2011
  5. Dec 05, 2011
    • Jean Chalard's avatar
      Add support for Russian spell checking. · bb2b30fc
      Jean Chalard authored
      Note that this is not enough: we still need to create a
      reasonable proximity table for Cyrillic characters, or we
      won't be able to show up suggestions.
      
      Bug: 5701241
      Change-Id: Idb141f7a230a6e1a46094308c26f43c01ab3b97a
      bb2b30fc
  6. Nov 30, 2011
  7. Nov 29, 2011
  8. Nov 23, 2011
  9. Nov 22, 2011
    • Jean Chalard's avatar
      Fix a bug with single quotes · 6d1cbbc2
      Jean Chalard authored
      I14dd3815 special-cased single quotes at the start of a word, but
      did not do so correctly - it would kill a composing word if entered
      just after some punctuations.
      The right test was not isCursorTouchingWord() but
      mHasUncommittedTypedChars, which actually makes for a simpler
      implementation.
      
      Bug: 5648032
      Change-Id: Icd21d213e0cad6da68cacfeb921502cd8dcfac95
      6d1cbbc2
    • Tadashi G. Takaoka's avatar
      Pending onStartInputView only if the EditorInfo is identical · e7eac906
      Tadashi G. Takaoka authored
      Bug: 5604372
      Change-Id: I2a88cf15b07eebd29e43e460f6ec758432181b01
      e7eac906
  10. Nov 21, 2011
    • Jean Chalard's avatar
      Remove an unused (and scary) method · 5d5028f2
      Jean Chalard authored
      Change-Id: I14a545a3e4955a25fde17554156552c755d44e2f
      5d5028f2
    • Jean Chalard's avatar
      Special case quotes at start and end of words · c83359f9
      Jean Chalard authored
      Single quote at start of word is not considered a part of a
      word any more.
      Single quote at the end of a word now behave like capitalization:
      lookup in the dictionary is done *disregarding* a final quote,
      and it is forcefully added back into the suggestions afterwards.
      
      Bug: 5566368
      Change-Id: I14dd3815f4b743edba56d64a3abdf4b73d863a6a
      c83359f9
  11. Nov 18, 2011
  12. Nov 17, 2011
  13. Nov 15, 2011
  14. Nov 10, 2011
  15. Nov 09, 2011
  16. Nov 07, 2011
  17. Nov 04, 2011
  18. Nov 02, 2011
  19. Oct 31, 2011
  20. Oct 28, 2011
Loading