History log of /packages/inputmethods/LatinIME/java/src/com/android/inputmethod/compat/TextInfoCompatUtils.java
Revision Date Author Comments (<<< Hide modified files) (Show modified files >>>)
fc137f35c8d7b03676475fbdeabdf82f89782419 09-Jul-2014 Yohei Yukawa <yukawa@google.com> Simplify the wrapper for TextInfo#getCharSequence

This CL simplifies the wrapper method for
TextInfo#getCharSequence() because in the almost all cases we want
to use the result of TextInfo#getText() as the default value.

BUG: 16029304
Change-Id: I62f987aed8ca42b093255e6c0703d6120fa01299
/packages/inputmethods/LatinIME/java/src/com/android/inputmethod/compat/TextInfoCompatUtils.java
733ec699cdc4ace128c664ea4fe7eae46c15d0f0 07-Jul-2014 Yohei Yukawa <yukawa@google.com> Add a compatibility utility class for TextInfo

This is a groundwork for enabling LocaleSpan support in spell
checker service. TextInfo#getCharSequence is supposed to be
available in API Level 21 and later. We need some abstraction
layer as usual.

BUG: 16029304
Change-Id: Iafbf2877db393dbd040295c21d429334e3a13a5f
/packages/inputmethods/LatinIME/java/src/com/android/inputmethod/compat/TextInfoCompatUtils.java