History log of /packages/inputmethods/LatinIME/java/src/com/android/inputmethod/compat/LocaleListCompatUtils.java
Revision Date Author Comments (<<< Hide modified files) (Show modified files >>>)
156139edd8f2f845e70861a962aba684aa6e9c3c 18-May-2016 Yohei Yukawa <yukawa@google.com> Follow class package change: LocaleList

In order to avoid layering violation, LocaleList needs to be moved from
android.util package to android.os package [1]. This CL follows up that
package change.

No behavior change is intended.

[1]: Ia8de2ee9df3dd0a42b1fe84574439519b680fe18

Bug: 28819696
Change-Id: Ie795c191e299358c7c463693823f309ce61cc985
/packages/inputmethods/LatinIME/java/src/com/android/inputmethod/compat/LocaleListCompatUtils.java
706fce9bb0e044f281bf12742c406964b18e9190 09-Feb-2016 Yohei Yukawa <yukawa@google.com> Follow API removal of LocaleList#getPrimary().

This follows up to a recent CL [1] that removed #getPrimary() method
from LocaleList class.

[1] I75f77aea6b75e38793ed8477e5e5a4420d5e6d85
fee44846376c212114223fc4259382921e6dca7a

Bug: 26984092
Change-Id: Ied4678d35c4dcb380ce24e9bce9336dbbf6c16b8
/packages/inputmethods/LatinIME/java/src/com/android/inputmethod/compat/LocaleListCompatUtils.java
16645966a9509c77f02003e6e07c11d3aa3b0634 22-Jan-2016 Yohei Yukawa <yukawa@google.com> Support EditorInfo#hintLocales in compat library.

This CL updates LatinIME's compatibility library so that we can access
EditorInfo#hintLocales without directly depending on unreleased SDK.

Bug: 22859862
Change-Id: I4ba7d294bc314002c3abf8842f097a4249783364
/packages/inputmethods/LatinIME/java/src/com/android/inputmethod/compat/LocaleListCompatUtils.java