aboutsummaryrefslogtreecommitdiffstats
path: root/tests/Android.mk (follow)
Commit message (Collapse)AuthorAgeFilesLines
* Just tiny cosmetic fixes in makefileKen Wakasa2014-11-111-1/+1
| | | | Change-Id: I470ba8a03d70aa520311c50f5d21979f476798b7
* Fix unit test failure due to IllegalAccessErrorKen Wakasa2014-10-241-1/+1
| | | | | | | | java.lang.IllegalAccessError: Class ref in pre-verified class resolved to unexpected implementation because of latinime-common reference added two times. Change-Id: I4ce1185c10b9a217022e830b02aec4f1ea50f2eb
* Add latinime-common local libKen Wakasa2014-10-221-1/+1
| | | | | | | This is just a placeholder in this CL. It will be shared by LatinIME, dicttool, and tests. Change-Id: I6fb3516a5061555f6f24b29141c2871d2319b023
* Switching to AndroidJUnitRunner instrumentationAdrian Velicu2014-09-181-0/+2
| | | | | Bug: 16864527 Change-Id: I8a79a78f24cbc52935743311f5f0dceeb780358f
* Remove android.test.runner from tests appTadashi G. Takaoka2013-02-051-2/+2
| | | | | Bug: 8132168 Change-Id: I7ed84de27a4436539fca0ca4f0efb5e6448480cb
* Reorganize LatinIME native build directory structure. Now it got NDK friendly.Ken Wakasa2011-12-131-0/+14
| | | | Change-Id: I0f62ce8a6a4d2b6134db698f8b8d0576616e524d
* Reorganize suggestion related unit testTadashi G. Takaoka2011-02-141-0/+5
| | | | | Bug: 3414081 Change-Id: Ie98c7935b25d17f1547955f8fb6ba2c5c1edb997
* Prepare for master mergeKen Wakasa2010-07-201-2/+2
| | | | | | | | | - 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
* Add aggressive cancellation for auto suggestionsatok2010-06-021-1/+1
| | | | | | | | - Add ring buffer - Count separator for auto suggestion - Add a test for ring buffer Change-Id: Id4a0aa00ceb1b055b8fc96c45e100d318cceb2ab
* Change the package name to override the current LatinIME.Ken Wakasa2010-05-171-1/+1
| | | | Change-Id: I9fa0740ddd47cb3a4ee13bc38e82957b7cc07f13
* Tests and some new constructors to help in testing.Amith Yamasani2010-05-071-0/+17
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.