History log of /packages/apps/Settings/src/com/android/settings/SetupChooseLockPassword.java
Revision Date Author Comments (<<< Hide modified files) (Show modified files >>>)
a49c7c572f79096610853f57825d603e95ccef5f 06-Dec-2014 Maurice Lam <yukl@google.com> [FRP] Shrink lock screen when keyboard pops up

Because setup wizard uses immersive mode, the default adjustResize
flag doesn't work; so we need to respond to window insets manually.

Bug: 18651680
Change-Id: I9e53d3455c41404cca8a347b49b559200353b7ac
/packages/apps/Settings/src/com/android/settings/SetupChooseLockPassword.java
2c0c983755903bf9c0a5cb276c64ed7cf4557464 05-Dec-2014 Maurice Lam <yukl@google.com> Merge "[FRP] Use setup wizard nav bar buttons" into lmp-mr1-dev
af103b4eb476881fb27cfb9b6dc94b3fa5e74f28 04-Dec-2014 Maurice Lam <yukl@google.com> [FRP] Use setup wizard nav bar buttons

Use setup wizard nav bar buttons instead of custom button bar for
lock screen setup.

Bug: 18482708
Change-Id: I471f475ebe6bc7ba8cfbd179daddd854c1b6982a
/packages/apps/Settings/src/com/android/settings/SetupChooseLockPassword.java
1227a19ecc0e5a42156027ae58bea7f77bf41a27 04-Dec-2014 Maurice Lam <yukl@google.com> [FRP] Add illustration to lock screen setup

Added the illustration JPG files, and added
SetupWizardUtils.setIllustration method that will change the
illustrations in the layout.

Bug: 18482708
Change-Id: I8c6758113f07cd33f85eaf6bc019e8194d9a17ce
/packages/apps/Settings/src/com/android/settings/SetupChooseLockPassword.java
ecd2b7b81fd2faa2f2f3dbe5a169c749321f3d89 01-Dec-2014 Maurice Lam <yukl@google.com> [FRP] Theme interstitials for lock screen setup

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
/packages/apps/Settings/src/com/android/settings/SetupChooseLockPassword.java
6b19fa9017800b94c75238339a337fd8f6c3e808 26-Nov-2014 Maurice Lam <yukl@google.com> [FRP] Theming for Pattern and Password screens

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
/packages/apps/Settings/src/com/android/settings/SetupChooseLockPassword.java