Skip to content
Snippets Groups Projects
  1. Nov 10, 2014
  2. Oct 22, 2014
    • Ken Wakasa's avatar
      Add latinime-common local lib · 54a1b8ec
      Ken Wakasa authored
      This is just a placeholder in this CL. It will be shared by LatinIME,
      dicttool, and tests.
      
      Change-Id: I6fb3516a5061555f6f24b29141c2871d2319b023
      54a1b8ec
  3. Aug 20, 2014
  4. Aug 15, 2014
  5. Jul 30, 2014
  6. Jul 29, 2014
  7. Jun 27, 2014
  8. Apr 18, 2014
  9. Jul 28, 2012
  10. Feb 28, 2012
  11. Jan 24, 2012
  12. 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
  13. Dec 13, 2011
  14. Jul 09, 2011
  15. 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
  16. 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
  17. Dec 29, 2010
  18. Sep 29, 2010
  19. Aug 25, 2010
  20. Aug 24, 2010
  21. Aug 12, 2010
  22. Jul 24, 2010
  23. 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
  24. Jul 15, 2010
  25. Jun 07, 2010
  26. May 18, 2010
  27. 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
  28. Apr 07, 2010
  29. Mar 09, 2010
  30. Mar 04, 2010
  31. Feb 20, 2010
  32. Feb 17, 2010
  33. 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
  34. 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
  35. Jan 22, 2010
  36. Jan 06, 2010
  37. Mar 13, 2009
Loading