maiacore android keyboard app or something
 
 
 
 
Go to file
Jean Chalard 1d80a7f395 Fix binary reading code performance.
This is not the Right fix ; the Right fix would be to read
the file in a buffered way. However this delivers tolerable
performance for a minimal amount of code changes.
We may want to skip submitting this patch, but keep it around
in case we need to use the functionality until we have a good
patch.

Change-Id: I1ba938f82acfd9436c3701d1078ff981afdbea60
2012-04-24 15:16:17 +09:00
dictionaries Add a note of documentation to the sample word list 2011-12-14 15:25:31 +09:00
java Fix binary reading code performance. 2012-04-24 15:16:17 +09:00
native Pass words as int[] to the native code. 2012-04-23 16:05:36 +09:00
tests Binary bigram lookup checks both uppercase and lowercase when previous word is uppercase. 2012-04-22 17:48:00 -07:00
tools Fix confusable "label" usage, use "text" instead 2012-04-20 15:48:30 +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