Skip to content
Snippets Groups Projects
  1. Apr 20, 2010
    • Ken Wakasa's avatar
      Fix the sandbox build & get rid of ICU dependency. · 07cab72c
      Ken Wakasa authored
      Changed package name from com.android.inputmethod.latin2 to com.google.android.inputmethod.latin2.
      Copied LatinIME's current dictionaries from master's vendor directory.
      Confirmed latin_tolower() function returns the result identical to ICU's u_tolower().
      - Note that I will merge the ICU dependency removal change to master.
      
      Change-Id: Ia85bd3e88ce5159934684e2228d8b0c5a8885296
      07cab72c
  2. 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
  3. Mar 09, 2010
  4. Mar 04, 2010
  5. 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
  6. Jan 12, 2010
  7. Dec 18, 2009
  8. 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
  9. 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
  10. 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
  11. Nov 13, 2009
  12. Aug 14, 2009
  13. Mar 13, 2009
Loading