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-Cordova-Plugin

2.1.0

25 Sep 13:54
Compare
Choose a tag to compare
  • iOS: Update to 5.4.1 for iOS card.io.
  • iOS: Fix suppressScan config does not work on iOS #46. Thanks lolptdr.

2.0.2

20 Jun 19:35
Compare
Choose a tag to compare
  • Android: 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!)
  • Android: Fix issue where Maestro cards were not correctly recognized #154.
  • Android: 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.
  • Android: Add missing locales to javadocs card.io-Android-source#75.
  • Android: Upgrade gradle to 2.13.
  • Android: Upgrade Android Gradle plugin to 2.1.0.

2.0.1

12 May 19:57
Compare
Choose a tag to compare
  • Fixes Plugin.xml

2.0.0

12 May 19:28
Compare
Choose a tag to compare
  • Added more configurations to cordova app
  • Added support for Android
  • Updated CardIO iOS version to 5.3.2

add support for Cordova Plugman

02 Dec 00:03
Compare
Choose a tag to compare
  • simplify integration instructions
  • add CardIO library 4.0.0
  • fix deprecated warnings
  • re-arrange structure for plugman support
  • minor cleanup