- Apr 18, 2014
- Jul 28, 2012
-
-
Ken Wakasa authored
Change-Id: Ie32fb8474b502220bdca9dbce30094bf5fb08e00
-
- Feb 28, 2012
-
-
alanv authored
Bug: 5829051 Change-Id: Ied1b6267eec616bd3b9337f6e761b0c740aa0eb2
-
- Jan 24, 2012
-
-
Ken Wakasa authored
Change-Id: Ic754662865511ad44e99d070585bd9482379c2a0
-
- Jan 19, 2012
-
-
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
-
- Dec 13, 2011
-
-
Ken Wakasa authored
Change-Id: I0f62ce8a6a4d2b6134db698f8b8d0576616e524d
-
- Jul 09, 2011
-
-
satok authored
Bug: 4979539 Change-Id: I4f2010f785eb29ccd42b488c402ef9957633e0c2
-
- Mar 26, 2011
-
-
satok authored
Compat issues will be merged to master. Change-Id: I3285606006483e247bea25ee77979cf71095b9c1
-
- Jan 05, 2011
-
-
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
-
- Dec 29, 2010
-
-
Ken Wakasa authored
This change addresses open source LatinIME bug: 3313179 Change-Id: I513a9b7596fb748ca6b4f8d89550677e6b40348e
-
- Sep 29, 2010
-
-
Ying Wang authored
Change-Id: I26a639aea0e0b11ba65d621696c42e861847498e
-
- Aug 25, 2010
-
-
Tadashi G. Takaoka authored
Change-Id: I3c15101a769f19b3f3696f315db47c929979b703
-
- Aug 24, 2010
-
-
Sriram Raman authored
Change-Id: I5d9344aa7c14e545c6a3bd4aa00287becb13a545
-
- Aug 12, 2010
-
-
Ken Wakasa authored
from com.google.android.inputmethod.latin to com.android.inputmethod.latin Related change: https://android-git.corp.google.com/g/60862 bug: 2786392 Change-Id: Ib7c6cfe61db19ef50c401a01497eef5f1f5e239e
-
- Jul 24, 2010
-
-
Ken Wakasa authored
bug: 2811749 Refer to https://android-git.corp.google.com/g/58621 Change-Id: I3721ad3b3a29673f1ddd32871b1575a45c7365ee
-
- Jul 20, 2010
-
-
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
-
- Jul 15, 2010
-
-
Ying Wang authored
Change-Id: I9f55377d5de050d18ee4a3b29bc43b19b0fababd
-
- Jun 07, 2010
-
-
https://android-git.corp.google.com/g/53188Ken Wakasa authored
Change-Id: I144a80be8f47aac292f320e9a6cdb9a970886d38
-
- May 18, 2010
-
-
Ken Wakasa authored
Change-Id: I1ddbcb3e1b41ef7d0e4017d7de11b600ec645197
-
- Apr 20, 2010
-
-
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
-
- Apr 07, 2010
-
-
Ken Wakasa authored
Change-Id: Ia83a8e27d7a44a3a4dcf21b7a0bf0ab814f106ea
-
- Mar 09, 2010
-
-
Amith Yamasani authored
Move java code to a different directory so that the unbundled version doesn't try to compile the native code again. Change-Id: I05cf9e643824ddc448821f69805ccb0240c5b986
-
- Mar 04, 2010
-
-
Amith Yamasani authored
Bug: 2488167 Don't show ko, ja and zh languages in the list. Remove a debug println. Add alternates_for_g to the keyboard for it to work on turkish. This must have not gotten merged from donut.
-
- Feb 20, 2010
-
-
Ying Wang authored
-
- Feb 17, 2010
-
-
Amith Yamasani authored
Copied the newArrayList method over to LatinIME.
-
- Jan 29, 2010
-
-
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
-
- Jan 28, 2010
-
-
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.
-
- Jan 22, 2010
-
-
Amith Yamasani authored
This is an experiment to see if flash contention is causing occasional keyboard hicups that people complain about. A side effect is that the APK (with 5 languages) reduces in size by 25%.
-
- Jan 06, 2010
-
-
Jean-Baptiste Queru authored
The build system does not honor user tags on apps, and setting it is misleading. This removes the confusion by making the makefiles behave like they read. Change-Id: Ia90c376d627c6c9faeccf040695b88bb32779f82
-
- Mar 13, 2009
-
-
The Android Open Source Project authored
-