maiacore android keyboard app or something
 
 
 
 
Go to file
Tadashi G. Takaoka 42208100d8 Use obsolete language code of Indonesian
The java.lang.Locale will transform the official language code "id" to
the obsolete "in".  (new Locale("id")).getLanguageCode() returns
"in". To keep String representation and Locale compatible, we should
use the obsolete "in" as string representation.

This is exactly the same situation of Hebrew ("he" and "iw").

Bug: 6867914
Change-Id: I1a6ea6336d55cbf8a214f025aecf65308fb76140
2012-07-25 14:39:11 +09:00
dictionaries Update dictionaries. 2012-06-29 19:30:01 +09:00
java Use obsolete language code of Indonesian 2012-07-25 14:39:11 +09:00
native Add wrapper for incremental decoder. 2012-07-19 17:50:40 +09:00
tests Rename LatinKeyboardView to MainKeyboardView 2012-07-23 12:11:43 +09:00
tools Add Seriban Latin keyboard layout as comments 2012-07-24 20:07:59 +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