maiacore android keyboard app or something
Find a file
Yohei Yukawa 4a71d2c480 Allow to add/remove background color to/from the committed text
This is a groundwork for subsequent CLs where we need to
add/remove background color to/from the commited text.

In this CL, we use Spanned#SPAN_COMPOSING so that we can easily
remove such a background color by calling
InputConnection#finishComposingText. To make this operation easy
and realiable, we need to track whether we have specified the
background color to the commited text or not at one place. Here
we use RichInputConnection for this purpose.

Change-Id: I5f9bc4425c5d1b80a719a20e5baf336729ec08d2
2014-08-24 20:28:24 -07:00
dictionaries Add the source for the Romanian dictionary 2014-08-18 12:49:56 +09:00
java Allow to add/remove background color to/from the committed text 2014-08-24 20:28:24 -07:00
java-overridable/src/com/android/inputmethod follow-up to API change in I4a577bfd02b37b 2014-08-21 21:39:15 -07:00
native Use IntArrayView to add/remove n-gram entry. 2014-08-06 12:52:01 +09:00
tests Indroduce SuggestedWords#getTypedWordInfoOrNull 2014-08-24 16:32:17 -07:00
tools DO NOT MERGE: Abolish source code overlay and introduce overridable src dir 2014-08-20 02:56:09 +00:00
Android.mk Build native subdirectories first 2013-01-28 20:07:31 -08:00
CleanSpec.mk Add a clean step for LatinIME native lib. 2014-03-21 10:46:24 +09:00