Skip to content
Snippets Groups Projects
  1. Feb 23, 2011
    • Tadashi G. Takaoka's avatar
      Fix privateImeOptions parsing · 8efc0add
      Tadashi G. Takaoka authored
      This change deprecates "nm" private IME options and introduces new
      private option, <package name>.noMicrophone, instead.
      
      Change-Id: I9d5e3daaead2cdd42e017cd29f5f786ef3ba3649
      8efc0add
  2. Jan 17, 2011
  3. 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
  4. Dec 10, 2010
  5. Dec 09, 2010
  6. Dec 02, 2010
  7. Nov 29, 2010
  8. Nov 26, 2010
  9. Nov 18, 2010
  10. Nov 17, 2010
  11. Sep 12, 2010
    • Ken Wakasa's avatar
      More commit -> apply changes with SharedPreferencesCompat. · 0ea6270f
      Ken Wakasa authored
      The newly added SharedPreferencesCompat adapter class does apply() when available (Gingerbread+), else do commit().
      
      This change incorporates I4eca20fb and I39f6aa04.
      
      bug: 2983837
      Change-Id: Iec4e8b69840ad71dbbd6098eeba349934d8248ff
      0ea6270f
  12. 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
  13. Aug 20, 2010
  14. Aug 12, 2010
  15. 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
  16. Jun 02, 2010
  17. May 03, 2010
  18. Mar 18, 2010
  19. Mar 09, 2010
  20. Mar 04, 2010
  21. Feb 24, 2010
    • Amith Yamasani's avatar
      Save and restore Auto Dictionary data. · 6516d0fd
      Amith Yamasani authored
      Due to the addition of input language switching, the auto dictionary
      will be re-created very frequently. We need to save it and restore it
      during transitions, otherwise the data will be purged too often to be
      of much use in the multi-lingual case.
      
      This also fixes the case where a user frequently turns the phone off/on.
      Auto dictionary data was not being saved in those situations either.
      
      The dictionary will probably never grow too large since most of the
      frequently used words will be moved to the user dictionary any way.
      
      Also, now the input locale is different from the display locale, so
      save the input locale in the UserDictionary class and insert words
      into the user dictionary with the correct locale.
      
      And NPE fix for bug: 2464573
      6516d0fd
  22. Feb 06, 2010
  23. Feb 04, 2010
  24. 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
Loading