Commit Graph

6 Commits (c9e1a333eaa34b142fbd1c59293877e949813596)

Author SHA1 Message Date
Ken Wakasa 4606367f98 Get rid of dependency on native AssetManager API. Confirmed the native code builds with the NDK r3.
Change-Id: I6a9a5bb4129e9269d74348801436c9e5e0058da5
2010-04-27 08:56:56 +09:00
Ken Wakasa 6d0c954baf bionic code removal. Merge from https://android-git.corp.google.com/g/#change,49461 .
Change-Id: I9448ad4ee8bf566c830cdef0df907f1695cfb409
2010-04-23 08:58:56 +09:00
Ken Wakasa 6874267be0 Optimize latin_tolower(). Marge from master: https://android-git.corp.google.com/g/#change,49214
Change-Id: Ib1d7711aca533c21e5179b557a3ed806ac3fbdc6
2010-04-21 23:11:32 +09:00
Ken Wakasa 07cab72ce4 Fix the sandbox build & get rid of ICU dependency.
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
2010-04-20 17:55:53 +09:00
Ken Wakasa 1cf0ce74e8 Make this sandbox buildable under the froyo tree using symlink under vendor/google/apps.
Change-Id: Ia83a8e27d7a44a3a4dcf21b7a0bf0ab814f106ea
2010-04-07 18:58:46 +09:00
Amith Yamasani 07b1603a3f Don't let the native code target be included twice when unbundling.
Move java code to a different directory so that the unbundled
version doesn't try to compile the native code again.

Change-Id: I05cf9e643824ddc448821f69805ccb0240c5b986
2010-03-09 15:01:09 -08:00