aboutsummaryrefslogtreecommitdiffstats
path: root/tests/Android.mk (follow)
Commit message (Collapse)AuthorAgeFilesLines
* 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.