History log of /packages/apps/Settings/src/com/android/settings/password/ChooseLockTypeDialogFragment.java
Revision Date Author Comments (<<< Hide modified files) (Show modified files >>>)
a5f7392d511ebe7eab69b959e8e6a103bbba1f84 20-Jun-2017 Ajay Nadathur <ajayns@google.com> Add missing 'pin' screen lock option

bug: 62206837
Test: Manual verified; Existing tests pass
Change-Id: I65985427cb012668ee23bedaf7253bec7c83fe75
/packages/apps/Settings/src/com/android/settings/password/ChooseLockTypeDialogFragment.java
35c9abd4aff8f39a29422a07eec8a6a39addee92 20-May-2017 Maurice Lam <yukl@google.com> Add icons to choose lock dialog

- Add icons to items in choose lock dialog
- Add title to the dialog
- Update the font size and color to match specs

Test: Manual. Existing tests pass
Bug: 38394440
Change-Id: Ie7ed9944b71fa5ca408ec6898f49cbd36865a1dd
/packages/apps/Settings/src/com/android/settings/password/ChooseLockTypeDialogFragment.java
edb39449842dd1360fa5f92c990785bf7c8dcdcd 28-Apr-2017 Maurice Lam <yukl@google.com> Default setup wizard to use PIN

- Added "Screen lock options" button in PIN screen, controlled by
extra EXTRA_SHOW_OPTIONS_BUTTON, which will create a dialog to ask
the user to choose another screen lock type.
- Extracted ScreenLockType enum and ChooseLockGenericController that
can be shared by ChooseLockGeneric and the dialog
ChooseLockTypeDialogFragment.
- The intent extra EXTRA_SHOW_OPTIONS_BUTTON will be set if
ChooseLockGeneric screen starts ChooseLockPassword /
ChooseLockPattern without asking the user. (Although the extra is
ignored by ChooseLockPattern currently)
- Fix layout alignment for the password entry field to remove the
extra 4dp padding on the sides.

Test: cd tests/robotests && mma
Bug: 35442933
Bug: 38002299
Change-Id: I877fbe08a0c05bb97175e1cbf0260ea6dbda22e2
/packages/apps/Settings/src/com/android/settings/password/ChooseLockTypeDialogFragment.java