History log of /frameworks/base/core/java/com/android/internal/app/LocalePickerWithRegion.java
Revision Date Author Comments (<<< Hide modified files) (Show modified files >>>)
1711d430cb4c4eee11c00c15193242127c4a68f3 16-Jun-2016 Mihai Nita <mnita@google.com> Fix for NullPointerException in SuggestedLocaleAdapter

Bug: 28748150
Change-Id: Ide2d176d3bc0bb7529bf831b553db3ade37ddb69
/frameworks/base/core/java/com/android/internal/app/LocalePickerWithRegion.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/com/android/internal/app/LocalePickerWithRegion.java
c743e0fd97a2e380e8840bb88c8364cbfa234cc6 04-Mar-2016 Mihai Nita <mnita@google.com> Back region to lang selection: preserve search & position

Saving the scroll position and the search string when the region
selection list is displayed, and restoring them when we get back.

Bug: 26939696
Bug: 26943248

Change-Id: Ia01348923be7d8b9f9d0a3d3377c3bf8ce3132f7
/frameworks/base/core/java/com/android/internal/app/LocalePickerWithRegion.java
f1f39cf1936df2d28133e43390f72f3dbb40ffc8 29-Feb-2016 Mihai Nita <mnita@google.com> Show locale in region list even if suggested in language list

Even if English US is suggested, when choosing English I should
still see US in the country list.
Because now the same LocaleInfo object (from cache) can be present
in both lists (language & region), it means that the label should
depend on the context.
We also need to explicitely disable suggestions in the region list.

Bug: 26590073
Bug: 26939203
Change-Id: Ib1cbad9d26a8b183bf462505335bef04193e82f4
/frameworks/base/core/java/com/android/internal/app/LocalePickerWithRegion.java
df1ccbdc97a6540613c686298b82ea8385577c56 02-Feb-2016 Mihai Nita <mnita@google.com> Update the title when going back from region selection

Since the title in the region selector should be the language name,
the standard Preference logic is bypassed. So the normal Preference
implementation cannot update the title automatically.
This makes sure we set the title at the right time.

Bug: 26715311
Change-Id: Ifa3d70b8504b093ae17baba8c179ebf55e3c7be2
/frameworks/base/core/java/com/android/internal/app/LocalePickerWithRegion.java
1808ff7cde452d4831dcfbc6b99afc57f66daedf 12-Jan-2016 Mihai Nita <mnita@google.com> Re-implements the locales selection with suggestions and search.

This replaces the initial implementation of a two-step locale selection
with a more advanced version, which does suggestions, search, removes
locales that already exist in the user preferences.

Bug: 25800339
Bug: 26414919
Bug: 26278049
Bug: 26275094
Bug: 26266914
Bug: 26266743
Bug: 26266712
Bug: 26266605
Bug: 26266490
Bug: 26266021

Change-Id: I88944c86e4cae5eaa00b7ae4855887ab11989253
/frameworks/base/core/java/com/android/internal/app/LocalePickerWithRegion.java
3b70b0fc25958c7e4c7cfc983fea51affac15179 16-Dec-2015 Mihai Nita <mnita@google.com> Adding a locale picker with two-step selection: language, then region.

This is intended to replace the UI part of the LocalePicker, at
least for the main "Settings" application (under "Language & Input")
and for the "Setup Wizard".

The UI part in the old LocalePicker can be removed once all the
components that use it are migrated to the new one.

Bug: 25800339
Change-Id: I2f264cdb7b7fc586124dd58fad2c68060d5b7aa8
/frameworks/base/core/java/com/android/internal/app/LocalePickerWithRegion.java