aboutsummaryrefslogtreecommitdiffstats
path: root/OpenKeychain/src/main/java/org/sufficientlysecure/keychain/ui/widget/passwordstrengthindicator
Commit message (Collapse)AuthorAgeFilesLines
* changed default colors for PasswordStrengthViewAdithya Abraham Philip2015-03-061-3/+5
|
* Format code of merged password strength widgetDominik Schürmann2015-03-052-40/+49
|
* Add license to password strength view classesLukas Zorich2015-03-032-0/+48
|
* Implemented Matt Allen password strength indicatorLukas Zorich2015-03-032-0/+420
I used most of Matt Allen password strength indicator code available here https://github.com/matt-allen/android-password-strength-indicator, but modified it a little bit in order to customize the view's colors through the xml.