aboutsummaryrefslogtreecommitdiffstats
path: root/tests/Android.mk (follow)
Commit message (Expand)AuthorAgeFilesLines
* Fix unit test failure due to IllegalAccessError•••java.lang.IllegalAccessError: Class ref in pre-verified class resolved to unexpected implementation because of latinime-common reference added two times. Change-Id: I4ce1185c10b9a217022e830b02aec4f1ea50f2eb Ken Wakasa2014-10-241-1/+1
* 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 Wakasa2014-10-221-1/+1
* Switching to AndroidJUnitRunner instrumentation•••Bug: 16864527 Change-Id: I8a79a78f24cbc52935743311f5f0dceeb780358f Adrian Velicu2014-09-181-0/+2
* Remove android.test.runner from tests app•••Bug: 8132168 Change-Id: I7ed84de27a4436539fca0ca4f0efb5e6448480cb Tadashi G. Takaoka2013-02-051-2/+2
* Reorganize LatinIME native build directory structure. Now it got NDK friendly.•••Change-Id: I0f62ce8a6a4d2b6134db698f8b8d0576616e524d Ken Wakasa2011-12-131-0/+14
* Reorganize suggestion related unit test•••Bug: 3414081 Change-Id: Ie98c7935b25d17f1547955f8fb6ba2c5c1edb997 Tadashi G. Takaoka2011-02-141-0/+5
* Prepare for master merge•••- 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 Ken Wakasa2010-07-201-2/+2
* Add aggressive cancellation for auto suggestion•••- Add ring buffer - Count separator for auto suggestion - Add a test for ring buffer Change-Id: Id4a0aa00ceb1b055b8fc96c45e100d318cceb2ab satok2010-06-021-1/+1
* Change the package name to override the current LatinIME.•••Change-Id: I9fa0740ddd47cb3a4ee13bc38e82957b7cc07f13 Ken Wakasa2010-05-171-1/+1
* Tests and some new constructors to help in testing.•••Added tests for the dictionary lookup and correction logic on the primary dictionary. This exercises part of the Suggest class and the native dictionary lookup code. Amith Yamasani2010-05-071-0/+17