summaryrefslogtreecommitdiffstats
path: root/src/com/android/settings/SetupWizardUtils.java
Commit message (Collapse)AuthorAgeFilesLines
* Merge "[Setup] Use SetupWizardLayout"Maurice Lam2015-04-221-37/+0
|\
| * [Setup] Use SetupWizardLayoutMaurice Lam2015-04-211-37/+0
| | | | | | | | | | | | | | | | | | Use SetupWizardLayout for the screens that show in Settings to get better visual consistency and new features like showing a progress bar in list view. Bug: 19594252 Change-Id: I53ab17a4c2d922a362e3762f1cdccb512f7d8f6e
* | [SetupWizard] Refactor WifiSetupActivityLucky Zhang2015-04-211-13/+0
|/ | | | | | | | | | | | | | Refactor WifiSetupActivity to respect the conventional logic of Setup Wizard's SubactivityWrapper. WifiSetupActivity now returns the result code back to WifiSettingsWrapper and lets the Wrapper invoke WizardManager, instead of invoking WizardManager by itself and letting its Wrapper finish early. The related change in WifiSettingsWrapper on Setup Wizard side is ag/676788. Bug: 20309008 Change-Id: Ia3bc2ff390404ff87c427782b5e7b345050bea03
* Use SetupWizardLib helpersMaurice Lam2015-04-171-50/+15
| | | | | | | | Use SystemBarHelper, WizardManagerHelper and themes from Setup Wizard Library. Bug: 19594252 Change-Id: I60b6ab4f086a170ac270fb08325fc42010293523
* [WifiSetup] Make dialogs immersiveMaurice Lam2015-04-091-0/+16
| | | | | | | | | | Added a dialog specific applyImmersiveFlags method that adds immersive flags without the LAYOUT_ flags. The LAYOUT_ flags causes the dialog to not resize when IME is visible, and the dialog doesn't need to be drawn under the navigation / status bars anyway. Bug: 17759269 Change-Id: I0186e85d9f398af73c511b1a5ec6e83febe97f83
* Add support for material_blue themeMaurice Lam2015-04-081-9/+8
| | | | | | | | | | Add support for material_blue theme, which setup wizard is going to use for M. This changes SetupWizardUtils.getTheme to always return either SetupWizardTheme or SetupWizardTheme_Light, and added the theme value "material" blue. Bug: 19729981 Change-Id: I63678312af4942be358b92a58b1c84f89aaaa6c1
* Settings: Remove all unused imports.John Spurlock2015-03-181-1/+0
| | | | Change-Id: Iebfa52cb849d69974c94902b0b020893cf5618a3
* [FRP] Add illustration to lock screen setupMaurice Lam2014-12-031-0/+25
| | | | | | | | | Added the illustration JPG files, and added SetupWizardUtils.setIllustration method that will change the illustrations in the layout. Bug: 18482708 Change-Id: I8c6758113f07cd33f85eaf6bc019e8194d9a17ce
* [FRP] Theming for Pattern and Password screensMaurice Lam2014-12-011-0/+6
| | | | | | | | | | | | Basic theming for pattern and password screens. Create subclasses for ChooseLockPassword and ChooseLockPattern, and copied their XML layouts. This CL mainly uses the buttons in the original screens as-is, with a follow-up CL coming to change to use the nav bar buttons. Bug: 18482708 Change-Id: I81751f781de633aff23fc68657589360007c235a
* [Setup] Theme ChooseLockGeneric for setup wizardMaurice Lam2014-11-251-0/+106
This is step one of theming the set-up lock screen flow to match the setup wizard theme. This shows the general approach of creating a subclass of both the activity and fragment and overriding methods to achieve the desired behavior for setup. ag/594000 is a much more comprehensive change for what the final change will look like. Bug: 18482708 Change-Id: Idff34937f39f46a0c488df2cae4c46155b80cab7