summaryrefslogtreecommitdiffstats
path: root/src/com/android/settings/SetupChooseLockPattern.java
Commit message (Collapse)AuthorAgeFilesLines
* Enforce Keyguard policy in Notification SettingsAlex Chau2015-06-181-1/+3
| | | | | | | | | | | | | | | | | | | - Applied getKeyguardDisabledFeatures for notification settings and notification setup page (after settings a screenlock) - If a notification settings is disabled, the next least secure setting will be chosen - Although KEYGUARD_DISABLE_UNREDACTED_NOTIFICATIONS can be set be profile, it will not be reflected in both settings page. This is because it does not affect the owner (user 0), as mentioned in DevicePolicyManagerService.PROFILE_KEYGUARD_FEATURES_AFFECT_OWNER - Skip RedactionInterstitial if there is <= 1 options for the user - Tested with both Setup wizard and settings case, both pattern and password, as well as toggling the policy on and off Bug: 19307118 Bug: 17099898 Change-Id: If640d5576caa0163e9942569f7b4643a30bbfe0a
* [Setup] Use SetupWizardLayoutMaurice Lam2015-04-211-44/+29
| | | | | | | | | 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
* Merge "Use SetupWizardLib helpers"Maurice Lam2015-04-181-1/+1
|\
| * Use SetupWizardLib helpersMaurice Lam2015-04-171-1/+1
| | | | | | | | | | | | | | | | Use SystemBarHelper, WizardManagerHelper and themes from Setup Wizard Library. Bug: 19594252 Change-Id: I60b6ab4f086a170ac270fb08325fc42010293523
* | [LockScreenSetup] Start SUW-style screens in setup flowMaurice Lam2015-04-161-2/+14
|/ | | | | | | | | Implement the new overloaded methods in the setup-specific screens so that the SUW-styled screens will be started instead of the regular ones as seen in Settings. Bug: 20304053 Change-Id: I68e778e6421cfe08e20c9b4af9ed98e0f5ebcee1
* 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
* Purge biometric weak from internal codeAdrian Roos2015-01-071-2/+2
| | | | | Bug: 18931518 Change-Id: I5da41908b1d6895a69f981e139f2d268327fafcd
* Merge "[FRP] Use setup wizard nav bar buttons" into lmp-mr1-devMaurice Lam2014-12-051-0/+48
|\
| * [FRP] Use setup wizard nav bar buttonsMaurice Lam2014-12-041-0/+48
| | | | | | | | | | | | | | | | Use setup wizard nav bar buttons instead of custom button bar for lock screen setup. Bug: 18482708 Change-Id: I471f475ebe6bc7ba8cfbd179daddd854c1b6982a
* | [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/+14
| | | | | | | | | 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
* [FRP] Theming for Pattern and Password screensMaurice Lam2014-12-011-0/+88
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