Skip to content
Snippets Groups Projects
  1. Apr 18, 2014
  2. Jul 28, 2012
  3. Feb 28, 2012
  4. Jan 24, 2012
  5. Jan 19, 2012
    • Robert CH Chou's avatar
      Make the JNI lib an optional module · bd1ed5b8
      Robert CH Chou authored
      Make it a user module will force it installed no matter the
      IME is actually required by the product or not. Replace the
      user by optional and add requiring the libjni_latinime by using
      LOCAL_REQUIRED_MODULES
      
      Change-Id: Ibfc37cf2e2391021d45538c7cea342894b56fbf8
      bd1ed5b8
  6. Dec 13, 2011
  7. Jul 09, 2011
  8. Mar 26, 2011
    • satok's avatar
      Fix lib and compat bugs. · 829b97b2
      satok authored
      Compat issues will be merged to master.
      
      Change-Id: I3285606006483e247bea25ee77979cf71095b9c1
      829b97b2
  9. 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
  10. Dec 29, 2010
  11. Sep 29, 2010
  12. Aug 25, 2010
  13. Aug 24, 2010
  14. Aug 12, 2010
  15. Jul 24, 2010
  16. 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
  17. Jul 15, 2010
  18. Jun 07, 2010
  19. May 18, 2010
  20. 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
  21. Apr 07, 2010
  22. Mar 09, 2010
  23. Mar 04, 2010
  24. Feb 20, 2010
  25. Feb 17, 2010
  26. Jan 29, 2010
    • Maryam Garrett's avatar
      Use de-duped version on LoggingEvents now in android-common. · 86007257
      Maryam Garrett authored
      This CL now simply moves LatinIME to use the version of
      LoggingEvents in android-common, rather than duplicating
      the LoggingEvents class between VoiceSearch, Browser, and
      LatinIME.
      
      I also added in a TIMESTAMP to the START broadcast, so that
      we would be able to evaluate if various events happened
      after a user tried  Voice Input.
      
      Change-Id: Ic88ff40fcedf707abc3c5eb2e68dfd0fcdef3701
      86007257
  27. Jan 28, 2010
    • Amith Yamasani's avatar
      Unbundling phase 1. · 7a722cbf
      Amith Yamasani authored
      Removed dependency on mScrollX which is a hidden field.
      Added some required static libraries.
      
      TODO: When BackupManager is ready, make sure we don't use any private
      APIs from there.
      7a722cbf
  28. Jan 22, 2010
  29. Jan 06, 2010
  30. Mar 13, 2009
Loading