OSDN Git Service

Visualize password requirements and their fulfillment
authorTony Mak <tonymak@google.com>
Tue, 12 Jul 2016 10:19:45 +0000 (11:19 +0100)
committerTony Mak <tonymak@google.com>
Tue, 12 Jul 2016 10:19:45 +0000 (11:19 +0100)
commit0bbcdccdbfa1f8473eb1c14e275c7de6dd43b4d4
tree5cb4f413757c3b6d3c60b81b29268051bbbb5fbb
parent9a8e5a7f25a737f544fc7fc71cae05d11ecd5c82
Visualize password requirements and their fulfillment

1. Aggregate policies and generate the requirements
2. When user modifies the password, check is each requirement fulfilled
   Update the view accordingly.

Change-Id: I962ed3b81ce844006be1024a493e94ce52a3fdec
Fix: 24900754
res/drawable/ic_check_green_24dp.xml [new file with mode: 0644]
res/drawable/ic_cross_grey_24dp.xml [new file with mode: 0644]
res/layout/choose_lock_password.xml
res/layout/password_requirement_item.xml [new file with mode: 0644]
res/values/dimens.xml
res/values/strings.xml
src/com/android/settings/ChooseLockPassword.java
src/com/android/settings/password/PasswordRequirementAdapter.java [new file with mode: 0644]