Releases: braintree/android-card-form
Releases · braintree/android-card-form
2.1.0
2.0.1
2.0.0
- Material design updates
- Prevent screenshots of the card form using
FLAG_SECURE
- Add sample app
- Update gradle build tools to 1.2.3
- Breaking Changes
CardForm#setRequriedFields
now requires anActivity
and is no longer optional. Failure to callCardForm#setRequiredFields
will result in an invisible form.- Remove methods to save form instance state, instance state is automatically saved
- Fixes
- Strip metadata from assets
- Fix crash on API 10 caused by
View#focuseSearch