This repository has been archived by the owner on Jan 12, 2019. It is now read-only.
Releases: card-io/card.io-Android-SDK
Releases · card-io/card.io-Android-SDK
5.5.1
5.5.0
5.4.2
5.4.1
- Add ability to specify an alternative search path for the native libraries via
CardIONativeLibsConfig
card.io-Android-source#86. Thank you Thorben Primke! - Updated gradle plugin and wrapper versions.
- Bump compile SDK to 24.
5.4.0
- Add ability to blur all digits in the scanned card image, minus any number of digits to remain unblurred, enabled via
CardIOActivity.EXTRA_UNBLUR_DIGITS
. (Thank you Michael Schmoock!) - Fix issue where Maestro cards were not correctly recognized #154.
- Fix issue on Android 23 and above where
CardIOActivity#canReadCardWithCamera()
would return the incorrect value if permissions had not been granted #136. Now defaults totrue
in such cases. - Add missing locales to javadocs card.io-Android-source#75.
- Upgrade gradle to 2.13.
- Upgrade Android Gradle plugin to 2.1.0.
5.3.4
- Fix crash on Android 23 and above where
onRequestPermissionsResult()
returns an empty array card.io-Android-source#70.
5.3.3
5.3.2
- Fix issue where Android 23 and above devices would crash when the library's
.so
files were removed PayPal-Android-SDK#279.