maiacore android keyboard app or something
 
 
 
 
Go to file
Ken Wakasa 5d2556b932 Reset the IME if requested by the app.
Specifically, reset the KeyboardState to the main Alphabet layout in
LatinIME.onStartInputViewInternal() if a keyboard layout set doesn't get
reloaded in the method.

Please note TextView.setText() calls up resetInput(), then the IME should
reset with it.

bug: 7482086

Note that bug: 6851364 needs to be revisited.

Change-Id: I5d448c10963d3dd952dd13cb587085ec7b014e69
2012-11-07 01:09:26 +09:00
dictionaries Update AOSP dictionaries. 2012-10-24 16:12:28 +09:00
java Reset the IME if requested by the app. 2012-11-07 01:09:26 +09:00
native Don't consider non-words for split word suggestion 2012-10-18 07:28:18 +09:00
tests Always consider a new line the start of a sentence 2012-10-04 20:54:28 +09:00
tools Use a freq of 1 instead of 0 for non-word shortcuts. 2012-10-09 19:16:07 +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