summaryrefslogtreecommitdiffstats
path: root/src/com/android/settings/SetupEncryptionInterstitial.java
Commit message (Collapse)AuthorAgeFilesLines
* [ScreenLock] Style encryption interstitial in SUWMaurice Lam2015-07-201-9/+11
| | | | | | | | | When running in setup wizard, style the encryption interstitial using styles from Setup Wizard library, to be consistent with the rest of the setup flow. Bug: 22587892 Change-Id: I3787643139ec4189f16e0046875fe3a688c8060b
* [ScreenLock] Change title of encryption interstitialMaurice Lam2015-07-201-17/+2
| | | | | | | Change the title of EncryptionInterstitial to "Secure start-up". Bug: 22587892 Change-Id: I30b9625bb2da666cd5e229445ad369fe72faad51
* [Setup] Use SetupWizardLayoutMaurice Lam2015-04-211-32/+38
| | | | | | | | | 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
* Use SetupWizardLib helpersMaurice Lam2015-04-171-1/+1
| | | | | | | | Use SystemBarHelper, WizardManagerHelper and themes from Setup Wizard Library. Bug: 19594252 Change-Id: I60b6ab4f086a170ac270fb08325fc42010293523
* Add support for material_blue themeMaurice Lam2015-04-081-1/+1
| | | | | | | | | | 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
* [FRP] Use Lock type as header instead of "Encryption"Maurice Lam2014-12-051-1/+17
| | | | | Bug: 18631620 Change-Id: I41799642cd019d7b33f754dc7b7305ea8a6cdac1
* [FRP] Add illustration to lock screen setupMaurice Lam2014-12-031-0/+2
| | | | | | | | | Added the illustration JPG files, and added SetupWizardUtils.setIllustration method that will change the illustrations in the layout. Bug: 18482708 Change-Id: I8c6758113f07cd33f85eaf6bc019e8194d9a17ce
* [FRP] Theme interstitials for lock screen setupMaurice Lam2014-12-011-0/+102
Use the setup wizard theme for EncryptionInterstital and RedactionInterstitial as they will show during the lock screen setup as part of setup wizard. Bug: 18482708 Change-Id: I65c8924952345a4e17fcf4ffb7d68df53244c5d7