History log of /frameworks/base/core/java/android/os/LocaleList.java
Revision Date Author Comments (<<< Hide modified files) (Show modified files >>>)
f3d5ec05b438905ea9bb1a6a5b6fee989000efc8 25-May-2016 Chet Haase <chet@google.com> Remove hidden LocaleList default constructor

Previous change hid this constructor. Now removing it entirely for completeness.

Issue #28296200 API Review: LocaleList

Change-Id: I43476994070b101999d338ec1f5d1a1a0a2a7658
/frameworks/base/core/java/android/os/LocaleList.java
b61e405397200f78b1c652143cba7c751df05a00 20-May-2016 Adam Lesinski <adamlesinski@google.com> Improve performance of LocaleList with Resources

We allow each individual Resources object to select the best
Locale for the given APK. This allows one update to the configuration
instead of multiple updates, once the locale is chosen.

The Java locale is selected from the app context's locale.

Bug:28625993
Bug:27325465
Change-Id: I99e1e53f522e560f3b80bbd1e1c605f552dbdff0
/frameworks/base/core/java/android/os/LocaleList.java
23cbe85610f780134cc77dd4a54732a22ed6e86e 18-May-2016 Yohei Yukawa <yukawa@google.com> Move LocaleList to avoid layering violation.

Since LocaleList needs to depend on android.os.Parcelable, we cannot let
that class belong to "android.util" package, which causes layering
violation.

Bug: 28819696
Change-Id: Ia8de2ee9df3dd0a42b1fe84574439519b680fe18
/frameworks/base/core/java/android/os/LocaleList.java