Skip to content

Releases: braintree/android-card-form

2.1.0

09 Oct 20:39
Compare
Choose a tag to compare
  • Update minSdkVersion to 15
  • Update compileSdkVersion to 23
  • Update targetSdkVersion to 23
  • Upgrade gradle build tools to 1.3.1
  • Upgrade buildToolsVersion to 23.0.1
  • Upgrade sample app support library to 23.0.1

2.0.1

09 Oct 14:35
Compare
Choose a tag to compare
  • Fixes
    • Use colorAccent instead of colorPrimary for the focused color of EditTexts. Fixes #1.

2.0.0

09 Oct 14:35
Compare
Choose a tag to compare
  • 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 an Activity and is no longer optional. Failure to call CardForm#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