maiacore android keyboard app or something
 
 
 
 
Go to file
Jean Chalard bb15f92d4f Add some unit tests.
- Type "tgis", manually pick "thus", press backspace.
  Backspace should revert the manual pick.
  Check "tgis" is the result.
- Type "tgis" followed by a period.
  Period should trigger auto-correct to "this".
  Check "this" is the result.
- Type "tgis" followed by a period, then backspace.
  Period should trigger auto-correct to "this", and backspace should
  revert the auto-correction.
  Check "tgis." is the result.

Change-Id: I7e23c8a26fbdbe23336149a05ff01bc51707422e
2012-02-22 01:35:11 -08:00
dictionaries Add a note of documentation to the sample word list 2011-12-14 15:25:31 +09:00
java Rename cancelCommit to revertCommit 2012-02-22 01:09:23 -08:00
native Activate bigram predictions from the binary dictionary 2012-02-15 19:51:24 -08:00
tests Add some unit tests. 2012-02-22 01:35:11 -08:00
tools Fix string iterations in a couple places. 2012-02-03 11:15:46 +09:00
Android.mk Reorganize LatinIME native build directory structure. Now it got NDK friendly. 2011-12-13 21:16:20 +09:00
CleanSpec.mk Pass the touch position correction data to native. 2011-09-29 17:00:49 +09:00