Index
All Classes|All Packages
C
- calculatePasswordSecurityLevel(String) - Method in interface se.aaro.gustav.passwordstrengthmeter.PasswordStrengthCalculator
-
Calculates the current password strength.
G
- getDisplayName() - Method in class se.aaro.gustav.passwordstrengthmeter.PasswordStrengthLevel
- getIndicatorColor() - Method in class se.aaro.gustav.passwordstrengthmeter.PasswordStrengthLevel
- getMinimumLength() - Method in interface se.aaro.gustav.passwordstrengthmeter.PasswordStrengthCalculator
-
Defines the minimum length of a password
I
- ID_MODIFIER - Static variable in class se.aaro.gustav.passwordstrengthmeter.PasswordStrengthMeter
- initStrengthMeter() - Method in class se.aaro.gustav.passwordstrengthmeter.PasswordStrengthMeter
-
Initializes the view by defining components and laying them out
O
- onLayout(boolean, int, int, int, int) - Method in class se.aaro.gustav.passwordstrengthmeter.PasswordStrengthMeter
- onMeasure(int, int) - Method in class se.aaro.gustav.passwordstrengthmeter.PasswordStrengthMeter
- onPasswordAccepted(String) - Method in interface se.aaro.gustav.passwordstrengthmeter.PasswordStrengthCalculator
-
Is called when the password is accepted.
P
- passwordAccepted(int) - Method in interface se.aaro.gustav.passwordstrengthmeter.PasswordStrengthCalculator
-
Defines what minimum security level is required for an accepted password.
- PasswordStrengthCalculator - Interface in se.aaro.gustav.passwordstrengthmeter
-
Created by gustavaaro on 2016-11-09.
- PasswordStrengthLevel - Class in se.aaro.gustav.passwordstrengthmeter
-
Created by gustavaaro on 2018-10-04.
- PasswordStrengthLevel(String, int) - Constructor for class se.aaro.gustav.passwordstrengthmeter.PasswordStrengthLevel
- PasswordStrengthMeter - Class in se.aaro.gustav.passwordstrengthmeter
-
Created by gustavaaro on 2016-11-09.
- PasswordStrengthMeter(Context) - Constructor for class se.aaro.gustav.passwordstrengthmeter.PasswordStrengthMeter
-
Constructor used when created programmatically
- PasswordStrengthMeter(Context, AttributeSet) - Constructor for class se.aaro.gustav.passwordstrengthmeter.PasswordStrengthMeter
-
Constructor used when created from xml.
S
- se.aaro.gustav.passwordstrengthmeter - package se.aaro.gustav.passwordstrengthmeter
- setAnimationDuration(int) - Method in class se.aaro.gustav.passwordstrengthmeter.PasswordStrengthMeter
-
Set animation duration for meter change animations
- setEditText(EditText) - Method in class se.aaro.gustav.passwordstrengthmeter.PasswordStrengthMeter
- setOrientation(int) - Method in class se.aaro.gustav.passwordstrengthmeter.PasswordStrengthMeter
- setPasswordStrengthCalculator(PasswordStrengthCalculator) - Method in class se.aaro.gustav.passwordstrengthmeter.PasswordStrengthMeter
-
Sets the handler responsible for the strength-algorithm.
- setShowStrengthIndicator(boolean) - Method in class se.aaro.gustav.passwordstrengthmeter.PasswordStrengthMeter
-
Sets whether or not the line indicator should be visible.
- setShowStrengthLabel(boolean) - Method in class se.aaro.gustav.passwordstrengthmeter.PasswordStrengthMeter
-
Sets whether or not the text indicator should be visible.
- setStrengthLevels(PasswordStrengthLevel[]) - Method in class se.aaro.gustav.passwordstrengthmeter.PasswordStrengthMeter
-
Sets the strength levels for the meter, defined by a color and a display name
All Classes|All Packages