LatinIME/java
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
..
res Support Accept typed word UI 2014-08-22 21:25:35 +09:00
src/com/android/inputmethod Allow to add/remove background color to/from the committed text 2014-08-24 20:28:24 -07:00
Android.mk DO NOT MERGE: Abolish source code overlay and introduce overridable src dir 2014-08-20 02:56:09 +00:00
AndroidManifest.xml Remove unnecessary DebugSettingsActivity, use fragment directly 2014-07-23 17:09:46 -07:00
MODULE_LICENSE_APACHE2
NOTICE
proguard.flags Use Java 7 diamond operator 2014-05-24 01:05:42 +09:00