maiacore android keyboard app or something
Find a file
Jean Chalard fa12acb8b7 Change a dangerous ID
The message id 0 is used intrinsically by the framework
for all messages without a specific ID. Using 0 here
we can't reliably use the post(Runnable) method on our
handler, because these would in *some* respects be taken
for update_suggestion messages, but not all.
For example, they'd be removed on removeMessage() but
they would not trigger the actual process. This would
lead to utter confusion.

Change-Id: I5d9b01d38e2ff090cd0d80c27421dc8a41c317b8
2012-03-01 19:05:51 +09:00
dictionaries Add a note of documentation to the sample word list 2011-12-14 15:25:31 +09:00
java Change a dangerous ID 2012-03-01 19:05:51 +09:00
native Activate bigram predictions from the binary dictionary 2012-02-15 19:51:24 -08:00
tests Merge "Reset previous symbols shifted state when auto switch backed" 2012-02-29 08:05:58 -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