Skip to content
Snippets Groups Projects
  1. Aug 24, 2010
    • satok's avatar
      Clean up LatinIME java · 525141a4
      satok authored
      - remove unused code
      - add @Override
      - change the inappropriate cast
      
      Change-Id: Ib25b4939e5b4273794ab0f6349776b5b62d89894
      525141a4
  2. Aug 20, 2010
  3. Apr 05, 2010
    • Jean-Baptiste Queru's avatar
      Clarify licensing · 443c360d
      Jean-Baptiste Queru authored
      -use AOSP copyright instead of Google
      -add NOTICE and tag file
      
      Bug: 2548782
      Change-Id: If50b2e9e9cc4b4876b0d047fc9f34e2d537a6da4
      443c360d
  4. Mar 09, 2010
  5. Mar 04, 2010
  6. Feb 08, 2010
    • Amith Yamasani's avatar
      Increase target size of preferred letters while typing. · 1b62ff1a
      Amith Yamasani authored
      This increases the chance of hitting the correct letter when typing a word
      that exists in the dictionary, rather than only correct it after the fact.
      It is most effective after 2 or 3 letters of a word have been typed and gets
      more accurate with more typed letters in the word.
      
      If 2 adjacent letters have similar probabilities of occuring, then there is no
      hit correction applied.
      1b62ff1a
  7. Jan 12, 2010
  8. Dec 18, 2009
  9. Dec 17, 2009
    • Amith Yamasani's avatar
      Input language switching. Bug: 2331173 · 36fcf258
      Amith Yamasani authored
      New feature to enable fast switching between input languages for
      multilingual users. Keyboard settings lets you select a bunch of
      languages to switch between from the Latin IME.
      
      Use the Globe icon to toggle between languages.
      
      Needs more work and some layout changes in specialized keyboards.
      
      Also added a Russian keyboard (needs some pixel TLC at the right edge).
      36fcf258
  10. Dec 03, 2009
    • Amith Yamasani's avatar
      DO NOT MERGE: Fix for 2295810: Auto-correction of English results in Englishman · bb6f9146
      Amith Yamasani authored
      Comparisons were always happening with lowercase version of the typed
      word, which wouldn't match the uppercase word in the dictionary, so it
      became an unrecognized word when typed in full. Highlight was then going
      to the next word in the list.
      
      Fix compares the lowercase and uppercase versions of the word for
      validity.
      
      Merge from eclair-mr2
      bb6f9146
  11. Dec 01, 2009
    • Amith Yamasani's avatar
      Fix for 2295810: Auto-correction of English results in Englishman · f590a497
      Amith Yamasani authored
      Comparisons were always happening with lowercase version of the typed
      word, which wouldn't match the uppercase word in the dictionary, so it
      became an unrecognized word when typed in full. Highlight was then going
      to the next word in the list.
      
      Fix compares the lowercase and uppercase versions of the word for
      validity.
      f590a497
  12. Nov 13, 2009
  13. Aug 14, 2009
  14. Mar 13, 2009
Loading