History log of /packages/inputmethods/LatinIME/java/src/com/android/inputmethod/compat/LocaleSpanCompatUtils.java
Revision Date Author Comments (<<< Hide modified files) (Show modified files >>>)
5f00fe09e9a611b647592188316e5999465df4d3 20-Oct-2014 Tadashi G. Takaoka <takaoka@google.com> Fix some compiler warnings

This CL fixes the following compiler warnings.

- Indirect access to static member
- Access to a non-accessible member of an enclosing type
- Parameter assignment
- Method can be static
- Local variable declaration hides another field or variable
- Value of local variable is not used
- Unused import
- Unused private member
- Unnecessary 'else' statement
- Unnecessary declaration of throw exception
- Redundant type arguments
- Missing '@Override' annotation
- Unused '@SuppressWarning' annotations

Bug: 18003991
Change-Id: Icfebe753e53a2cc621848f769d6a3d7ce501ebc7
/packages/inputmethods/LatinIME/java/src/com/android/inputmethod/compat/LocaleSpanCompatUtils.java
ece4548eb51cfeedee7d0323d451374629080019 07-Jul-2014 Yohei Yukawa <yukawa@google.com> Ensure each character is coverted by at most one LocaleSpan

This is a groundwork to attach LocaleSpan for committed text
in LatinIME.

This CL adds a utility method to ensure that a given range
of the text is coverted by at most one LocaleSpan. Of course
it could be possible to allow a substring to be coverted by
multiple LocaleSpans at the same time, but ensuring uniqueness
for LocaleSpan is supposed to be a good starting point.

BUG: 16029304
Change-Id: Ic33a7178d0df1f05d3626aeb5773ec902254703f
/packages/inputmethods/LatinIME/java/src/com/android/inputmethod/compat/LocaleSpanCompatUtils.java
a92fead202aebdc5e98ce0b24aa9029b46a1e8d2 04-Jul-2014 Yohei Yukawa <yukawa@google.com> Add compatibility utility class for LocaleSpan

This is a groundwork for enabling LocaleSpan support.
LocaleSpan is available in API Level 17 and later. We need some
abstraction layer as usual.

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