| Commit message (Expand) | Author | Age | Files | Lines |
* | Initial successful standalone build |  Amin Bandali | 2025-01-11 | 1 | -0/+16 |
* | Convert to Android.bp•••See build/soong/README.md for more information.
Test: cd packages/inputmethods/LatinIME; mma
Change-Id: Ib8867d3b74f09fc1d9f95adc9a49a81ac0f7f054
|  Dan Willemsen | 2018-10-31 | 1 | -16/+0 |
* | Add latinime-common local lib•••This is just a placeholder in this CL. It will be shared by LatinIME,
dicttool, and tests.
Change-Id: I6fb3516a5061555f6f24b29141c2871d2319b023
|  Ken Wakasa | 2014-10-22 | 1 | -1/+1 |
* | Build native subdirectories first•••multi-project commit with I004026c5c0400929ec56f5f7ab8fbe3b00eed75a
Change-Id: Ic66148abfc12fca3532806c5fb2166efc072a60b
|  Kurt Partridge | 2013-01-28 | 1 | -2/+3 |
* | Reorganize LatinIME native build directory structure. Now it got NDK friendly.•••Change-Id: I0f62ce8a6a4d2b6134db698f8b8d0576616e524d
|  Ken Wakasa | 2011-12-13 | 1 | -3/+1 |
* | 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
|  Amith Yamasani | 2010-03-09 | 1 | -23/+17 |
* | Blacklist asian languages from input selection list, since this is LatinIME.•••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.
|  Amith Yamasani | 2010-03-04 | 1 | -1/+1 |
* | Fix proguard flags. |  Ying Wang | 2010-02-19 | 1 | -0/+2 |
* | Remove dependency on google-common library.•••Copied the newArrayList method over to LatinIME.
|  Amith Yamasani | 2010-02-17 | 1 | -1/+0 |
* | Use de-duped version on LoggingEvents now in android-common.•••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
|  Maryam Garrett | 2010-01-29 | 1 | -0/+2 |
* | Unbundling phase 1.•••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.
|  Amith Yamasani | 2010-01-27 | 1 | -0/+3 |
* | Compress the dictionaries so they are loaded into memory fully.•••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%.
|  Amith Yamasani | 2010-01-21 | 1 | -1/+1 |
* | Do not use a user tag on apps, as it is ignored.•••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
|  Jean-Baptiste Queru | 2010-01-05 | 1 | -1/+1 |
* | auto import from //branches/cupcake/...@138744 |  The Android Open Source Project | 2009-03-13 | 1 | -0/+17 |