aboutsummaryrefslogtreecommitdiffstats
path: root/tests/src/com/android/inputmethod/latin/InputLogicTestsLanguageWithoutSpaces.java (follow)
Commit message (Expand)AuthorAgeFilesLines
* Fix moving the cursor inside composition in lang w/o spaces•••Also introduce the cursor move event, which we needed to do anyway Bug: 18827118 Change-Id: I30e994764c095b4423b874dc05d1bbedc0de592f Jean Chalard2014-12-221-0/+28
* Move Constants.java to the latin.common package•••Our intention is to have classes of latinime-common under the common package as much as we can. Change-Id: I76efbbbe7bebf1a4aa943715cdff64f91675e20d Ken Wakasa2014-10-231-0/+2
* Add the first gesture unit tests.•••At last I found a simple way to do it ! Bug: 8845843 Change-Id: I4dd3bf987b58e29a44cf0d7389d294657a33abe1 Jean Chalard2014-10-151-2/+2
* Use Java 7 diamond operator•••Change-Id: If16ef50ae73147594615d0f49d6a22621eaf1aef Tadashi G. Takaoka2014-05-241-2/+0
* Cleanup.•••Less code, less chance of stuff escaping, and a bit of a clarification. Yay. Change-Id: I3193fd8ad7ac28195260cbc231c4e498a63a460c Jean Chalard2014-02-181-1/+1
* Add some info to test crashes to help diagnose flakiness•••Bug: 11142685 Change-Id: Ic3a5d452f6c325248ac4e1bfa37774c58586f359 Jean Chalard2013-12-181-1/+2
* Support languages that don't use spaces.•••Thai is an example. Bug: 10138062 Change-Id: Ib9a8264c77ed42b4256432d7c8a60d08575dcdc7 Jean Chalard2013-08-161-0/+105