summaryrefslogtreecommitdiffstats
path: root/src/com/android/settings/ZonePicker.java
Commit message (Collapse)AuthorAgeFilesLines
* Modifications for changes to SettingsLibNeil Fuller2015-06-091-4/+3
| | | | | | | | See associated changes in frameworks/base for details. Bug: 19058953 Bug: https://code.google.com/p/android-developer-preview/issues/detail?id=2132 Change-Id: Ic3393df28dd63ca75b203d1d0430d69cab7c40de
* Move ZoneGetter into SettingsLibTony Mantler2015-05-281-97/+11
| | | | Change-Id: Ia998ae0bd7fc4c974e03df7c8fc380d98a3e71de
* Settings: Remove all unused imports.John Spurlock2015-03-181-1/+0
| | | | Change-Id: Iebfa52cb849d69974c94902b0b020893cf5618a3
* am aeb1fa77: am 10fdcab4: Merge "Fix time zone formatting in RTL locales."Elliott Hughes2013-09-201-3/+1
|\ | | | | | | | | * commit 'aeb1fa779ba781fc1decb68db387ee64df58befa': Fix time zone formatting in RTL locales.
| * Fix time zone formatting in RTL locales.Elliott Hughes2013-09-181-3/+1
| | | | | | | | | | | | | | This fixes ar, fa, and he/iw. Bug: 10231161 Change-Id: I31acc044443c026ba8b8e1967810f7aa476bcae7
* | am 3d83f5ca: am caeb7a6e: Merge "Get time zone names from CLDR."Elliott Hughes2013-09-131-62/+72
|\ \ | |/ | | | | | | * commit '3d83f5ca9cb39a8f000da4c7f163a25108e1f478': Get time zone names from CLDR.
| * Get time zone names from CLDR.Elliott Hughes2013-09-101-62/+72
| | | | | | | | | | | | | | | | | | | | | | Since the intent appears to have been "use the zone's local names if they're in the same country, and use exemplar locations otherwise", this patch gets the localized CLDR time zone name or the localized CLDR exemplar location as appropriate. Bug: 8145760 Bug: 10179879 Change-Id: Ib3968a493de9f0d3040f3afa6ca07d9f44566a32
* | Potential fix for Bug: 10241642Amith Yamasani2013-08-081-0/+2
|/ | | | | | Check if the fragment is running before handling click. Change-Id: I78ab3db5c5d0b3e041cff7525239698c361fd5fb
* Merge "Push scrollbars to screen edges." into jb-mr1.1-devJeff Sharkey2012-11-301-0/+11
|\
| * Push scrollbars to screen edges.Jeff Sharkey2012-11-301-0/+11
| | | | | | | | | | | | | | | | Push scrollbar to screen edges on custom ListView and ScrollViews to match Preferences framework behavior. Bug: 7633165 Change-Id: Ideecd0e243c7de7bf977caef2b1585e707a00ca4
* | Use uniform font size for APNs and timezones. DO NOT MERGE.Jeff Sharkey2012-11-291-1/+1
|/ | | | | | | Also get rid of some orange highlight! Bug: 7632945 Change-Id: I6a4b59f4eef81b128d128f5a429fb96f6366843a
* Refresh layouts for SetupWizard.Daisuke Miyakawa2010-12-281-1/+12
| | | | | | | | - DateTimeSettingsSetupWizardXL - WifiSettingsForSetupWizardXL Bug: 3308677, 3137755 Change-Id: Ifdf67aa7521de7ef0286fea2b15ce693fbf5d5ce
* Refactor DateTimeSettingsSetup.Daisuke Miyakawa2010-11-161-53/+88
| | | | | | | | | | - Use Popup instead of bare fragment. - Expose Adapters in ZonePicker.java so that it can be used outside the fragment. - Fix layout Bug: 3175603 Change-Id: I2726fde4fa1a9aea1ecb29b6aa2d23dbc54232b9
* Show option in DateTimeSettings.Daisuke Miyakawa2010-11-151-0/+1
| | | | Change-Id: Ia6bd6cc22ec154b83879c488274bd2b0cfe238d2
* Implement DateTimeSetings for Setup Wizard XL.Daisuke Miyakawa2010-09-091-3/+7
| | | | | | | | | | Make the orientation "behind", as XL would require landscape. TODO: - Automatic Time Zone should be available. - Layout is immature: need to have better theme and layout xml. Change-Id: Iafe141223a227643ca774f4df5e5b7fde9520d31
* Fragmentize ZoneList, which is needed in DateTimeSettings refactoring.Daisuke Miyakawa2010-09-081-33/+239
| | | | | | | | | | | | | | | | | | - remove old ZonePicker and rename ZoneList to ZonePicker, as the name is really confusing (see LocalePicker) - Make the new ZonePicker fragment. - remove dependency toward "ZoneList" class. -- AndroidManifest.xml does not allow the other components to access ZoneList directly, so it would be ok to remove without using activity-alias. -- Noticed there is a significant code duplication between DateTimeSettings and DateTimeSettingsActivity. I'll work on it later. - add DateTimeSettingsSetupWizardXL class, which is not used yet, but will be in the near future. -- It is not recognized by AndroidManifest.xml Change-Id: Id26152a3d560f9e0bd84afdf3e1c5101f0e166b4
* auto import from //depot/cupcake/@135843The Android Open Source Project2009-03-031-0/+70
|
* auto import from //depot/cupcake/@135843The Android Open Source Project2009-03-031-70/+0
|
* Initial ContributionThe Android Open Source Project2008-10-211-0/+70