A mirror for futokb (https://gitlab.futo.org/keyboard)
Go to file
Jean Chalard 00c0010ccf Fix a bug with some text fields
Not sure when this happens exactly, but it is possible that
InputConnection#getTextBeforeCursor returns null. This
happens for example upon rotating the screen with the
composing field empty in Gmail.
In this case, StringBuilder#append will convert the null
pointer into the string "null", which is sure better than a
crash, but can have a number of bad side-effects, like
auto-caps not working.

Bug: 7533034
Change-Id: Ia1cfab432c13a12ff1c2f013c59bac05a587f553
2012-11-14 12:22:40 +09:00
dictionaries Update AOSP dictionaries. 2012-10-24 16:12:28 +09:00
java Fix a bug with some text fields 2012-11-14 12:22:40 +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