maiacore android keyboard app or something
 
 
 
 
Go to file
Jean Chalard 71f9d30b18 Correct a shaky processing and move it to a better place
The old code would remove caps from the first letter if
auto-capsed but that makes very little sense when the word
is camel-cased. Also, it would not correctly handle
surrogate pairs, and would require a direct reference to
LatinIME and a specific method to do the processing in an
unexpected place.

Change-Id: I416d6a805242788a2473f007ca7452c9fe3f5205
2012-03-23 21:40:07 +09:00
dictionaries Add a note of documentation to the sample word list 2011-12-14 15:25:31 +09:00
java Correct a shaky processing and move it to a better place 2012-03-23 21:40:07 +09:00
native Fix build breakage 2012-03-23 20:58:18 +09:00
tests Separate input logic tests in several categories. 2012-03-23 14:22:47 +09:00
tools Revive the Makefile for makedict 2012-03-22 11:55:18 +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