Releases: KingsMentor/Luhn
Releases · KingsMentor/Luhn
Luhn v2.1.3
- Fix for AppTheme Style conflict
Luhn v2.1.2
- Bug fixes and better performance
Luhn v2.1.1
better theming
Luhn v2.0.2
- Bug Fixes
- Better Performance
- isVerfied indicator in
onFinished
Luhn v2.0.1
- Pin and OTP Mismatch bug fixed
- Expiry date string included
- Proper datatype for pin, cvv and otp
- Proper naming for
American Express
Luhn v2.0.0
- Customising CardIO in Luhn
- Interswitch Verve Card Image
- Theming Luhn from .xml resources
- custom dialog integration (you can now use your app loading screen instead of Luhn's progress screen. Just don't call
cardVerifier.startProgress();
. Call your progress implementation instead) - onFinished Callback. Get call back when luhn has finished, so you can
doSomething();
.
Luhn v1.0.3
- Fix expiry date mismatch from card.io
Luhn v1.0.2
- Fix bug of library installing as a separate module
Luhn v1.0.1
- Update and Bug Fixes from v1.0
- Prevent Screen Capture on Add Card Screen
- OTP (One time password support)
Luhn 1.0
This release introduces
- Luhn Verification Algorithm
- Smooth UI
- Info about card details
- Credit Card Type Prediction
- Card.io Integration
- Styling with Attributes
- Prevent Screen Capture on Add Card Screen