Skip to content
This repository has been archived by the owner on Jan 12, 2019. It is now read-only.

Releases: card-io/card.io-Android-SDK

5.5.1

17 Mar 18:56
Compare
Choose a tag to compare
  • Remove sample app signing (fixes #125).
  • Fix manual entry Activity started twice when rejecting camera permission (fixes #128, #150).
  • Remove unnecessary logging (fixes #184).
  • Compile distributed package with NDK r14.

5.5.0

27 Jan 15:44
Compare
Choose a tag to compare
  • Update Gradle build plugin to 2.2.3.
  • Update compile and target SDK versions to 25.
  • Update NDK to r13b.
  • Increase minSdkVersion to 16.
  • Upgrade OpenCV to 2.4.13.

5.4.2

27 Sep 16:58
Compare
Choose a tag to compare
  • Add Mastercard 2-series support.
  • Bump compile SDK to 24 for reals.
  • Compile distributed package with NDK to r12b (previous was r11c).
  • Update Android Gradle plugin to 2.2.0.

5.4.1

20 Sep 04:20
Compare
Choose a tag to compare
  • 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

15 Jun 20:51
Compare
Choose a tag to compare
  • 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 to true 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

22 Apr 21:24
Compare
Choose a tag to compare

5.3.3

22 Apr 06:04
Compare
Choose a tag to compare
  • Fix newline issue in ES locale #142.
  • Fix build issue with ndk 11 card.io-Android-source#60.
  • Upgrade gradle to 2.12.
  • Upgrade Android Gradle plugin to 2.0.0.

5.3.2

31 Mar 02:39
Compare
Choose a tag to compare
  • Fix issue where Android 23 and above devices would crash when the library's .so files were removed PayPal-Android-SDK#279.

5.3.1

28 Mar 23:10
Compare
Choose a tag to compare
  • Fix issue where the camera was flipped when the app was backgrounded with card.io open #118.
  • Add proguard config to aar file #112, #117.

5.3.0

11 Jan 22:47
Compare
Choose a tag to compare
  • Add option for only numeric input for postal code, EXTRA_RESTRICT_POSTAL_CODE_TO_NUMERIC_ONLY #100.