maiacore android keyboard app or something
 
 
 
 
Go to file
Jean Chalard 522a04ea5b Pass words as int[] to the native code.
We need to get the bigrams during the call to getSuggestions for
bug#6313806. We already give an int[] to getSuggestions and we
wanted to get rid of char[]'s anyway because it doesn't work with
surrogate pairs, so here we go.

Bug: 6313806
Change-Id: I56ce99f1db6b3302cdf42f0527343bded837091e
2012-04-23 16:05:36 +09:00
dictionaries Add a note of documentation to the sample word list 2011-12-14 15:25:31 +09:00
java Pass words as int[] to the native code. 2012-04-23 16:05:36 +09:00
native Pass words as int[] to the native code. 2012-04-23 16:05:36 +09:00
tests Predefined keyboard layouts are configurable via XML resource 2012-04-20 19:19:24 +09: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