Skip to content
Snippets Groups Projects
  1. Jan 31, 2012
  2. 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
  3. Dec 13, 2011
    • Ken Wakasa's avatar
      Reorganize LatinIME native build directory structure. Now it got NDK friendly. · d5e35acf
      Ken Wakasa authored
      Change-Id: I0f62ce8a6a4d2b6134db698f8b8d0576616e524d
      d5e35acf
    • satok's avatar
      Use priority queue for native string buffer · 16379df6
      satok authored
      +1 2
      -6 2
      
      Performance
      
      before
      
      ==== test finished, terminate logcat =====
      (0)  100.34 (0.26%)
      (1)  37149.26 (95.30%)
      (2)  8.43 (0.02%)
      (3)  11.18 (0.03%)
      (4)  9.92 (0.03%)
      (5)  1330.60 (3.41%)
      (6)  250.46 (0.64%)
      (20) 12.41 (0.03%)
      Total 38982.50 (sum of others 38872.59)
      
      after
      
      ==== test finished, terminate logcat =====
      (0)  97.65 (0.26%)
      (1)  35427.43 (95.32%)
      (2)  10.30 (0.03%)
      (3)  8.95 (0.02%)
      (4)  11.01 (0.03%)
      (5)  1224.67 (3.30%)
      (6)  243.76 (0.66%)
      (20) 40.91 (0.11%)
      Total 37167.04 (sum of others 37064.68)
      
      Change-Id: Id4d3b88a9cdef765affc52973aeac951ecc6a8ca
      16379df6
  4. Nov 11, 2011
  5. Aug 10, 2011
  6. Aug 01, 2011
  7. Jul 13, 2011
  8. Jul 07, 2011
  9. Jun 18, 2011
  10. Mar 19, 2011
  11. Feb 23, 2011
  12. Jan 09, 2011
  13. 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
  14. Dec 27, 2010
  15. Dec 01, 2010
  16. Sep 03, 2010
  17. Aug 31, 2010
  18. Aug 27, 2010
  19. Aug 25, 2010
  20. Aug 20, 2010
  21. Jul 23, 2010
  22. 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
  23. Jul 16, 2010
  24. Jul 15, 2010
  25. May 05, 2010
  26. Apr 27, 2010
  27. Apr 26, 2010
  28. Apr 21, 2010
  29. 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
  30. Apr 07, 2010
  31. Mar 09, 2010
  32. Mar 13, 2009
Loading