Skip to content
Snippets Groups Projects
  1. Feb 23, 2011
  2. Feb 17, 2011
  3. Feb 08, 2011
  4. Jan 17, 2011
  5. Jan 09, 2011
  6. Jan 07, 2011
  7. Jan 05, 2011
    • Ken Wakasa's avatar
      Consolidate main dictionary files. · 458249e7
      Ken Wakasa authored
      This change is a preparation for upcoming optimizations on dictionary file loading.
      * We can consolidate dictionary files because we are no longer relying on Asset Manager.
      * Stopping compressing dictionary files as planning to use mmap() on the region in the apk file.
      * Probably we won't rely on Asset Manager.  Instead we'll probably use offset and size obtained from AssetFileDescriptor.
      
      Change-Id: Id57dce512fd3d2397a58628f8264bd824194da76
      458249e7
  8. Dec 06, 2010
  9. Dec 01, 2010
  10. Nov 29, 2010
  11. 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
  12. Aug 20, 2010
  13. Aug 10, 2010
    • Jae Yong Sung's avatar
      -UserBigram · ac093396
      Jae Yong Sung authored
      -UnitTest for UserBigram
      -Changes for number of bigrams to load
      
      Change-Id: I2c6fbe6194d34112ccc52c7e199461d2350e8516
      ac093396
  14. Jul 28, 2010
    • Jae Yong Sung's avatar
      - separate dict (uses xml) · 80aa14fd
      Jae Yong Sung authored
      - retrieve bigrams that only starts with character typed and neighbor keys
      - contacts bigram
      - performance measure
      
      bug: 2873133
      
      Change-Id: If97c005b18c82f3fafef50009dd2dfd972b0ab8f
      80aa14fd
  15. Jul 20, 2010
    • Ken Wakasa's avatar
      Prepare for master merge · debd74c6
      Ken Wakasa authored
      - Rename the jni library name
      - Revert the local cert
      - LatinIme2Google -> LatinIME
      Please note that we'll use the new package name: com.google.android.inputmethod.latin
      
      Change-Id: Ibbab07e8102ade5a93660c0723cd86f600c14a7d
      debd74c6
  16. Jul 16, 2010
  17. Jul 13, 2010
    • Jae Yong Sung's avatar
      added bigram prediction · 937d5ad0
      Jae Yong Sung authored
        - after first character, only suggests bigram data (but doesn't autocomplete)
        - after second character, words from dictionary gets rearranged by using bigram
        - compatible with old dictionary
        - added preference option to disable bigram
      
      Change-Id: Ia8f4e8fa55e797e86d858fd499887cd396388411
      937d5ad0
  18. Jun 02, 2010
  19. May 07, 2010
  20. Apr 27, 2010
  21. Apr 26, 2010
  22. 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
  23. 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
  24. Mar 09, 2010
  25. Mar 04, 2010
  26. 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
  27. Jan 12, 2010
  28. Dec 18, 2009
  29. 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
  30. 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
  31. 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
  32. Nov 13, 2009
  33. Aug 14, 2009
  34. Mar 13, 2009
Loading