summaryrefslogtreecommitdiff
path: root/core/java/android/app/admin/PasswordMetrics.java
Commit message (Expand)AuthorAgeFilesLines
* Add validation TOO_SHORT_WHEN_ALL_NUMERICChaohui Wang2022-05-051-18/+21
* Remove PasswordMetrics.validatePasswordMetrics isPin paramAlex Johnston2021-04-231-5/+3
* Merge "PasswordPolicy.getMinMetrics PIN" into sc-devAlex Johnston2021-04-151-18/+19
|\
| * PasswordPolicy.getMinMetrics PINAlex Johnston2021-04-151-18/+19
* | Recognize numeric PIN in resetPasswordWithToken()Rubin Xu2021-04-091-0/+13
|/
* DPMS: Fix password complexity comparisonEran Messeri2020-11-111-30/+16
* Add @Nullable annotation to the parameter of Object.equals() methods.Roman Kalukiewicz2020-10-151-1/+2
* Improve work profile unification flowRubin Xu2020-04-081-1/+1
* KeyguardManager: add lock set and validation methodsJulius D'souza2020-01-241-0/+5
* Introduce Lockscreen PIN credential as first-class citizenRubin Xu2019-10-211-19/+26
* Password constraints cleanup.Pavel Grafov2019-10-161-255/+465
* Introduce LockscreenCredentialRubin Xu2019-10-081-13/+9
* Make LSS report honest password quality to DPMSPavel Grafov2019-03-201-6/+29
* All Parcelable CREATOR fields are @NonNull.Jeff Sharkey2019-02-281-1/+1
* Refactor passwords/pins/patterns to byte[]Rich Cannings2019-02-211-11/+14
* New extra and helper methods to set screenlock to a specific complexity levelBernard Chau2019-01-221-18/+130
* New API for getting the screen lock complexityBernard Chau2018-12-121-0/+116
* Add more IntDef prefixes for auto-documenting.Jeff Sharkey2017-12-131-1/+6
* Fix resetPasswordWithToken before user unlockRubin Xu2017-09-051-3/+17
* Refactor password metric computation.Andrew Scull2016-10-201-0/+238