8000 Tags · rrinat/card.io-Android-SDK · GitHub
[go: up one dir, main page]
More Web Proxy on the site http://driver.im/
Skip to content

Tags: rrinat/card.io-Android-SDK

Tags

5.5.0

Toggle 5.5.0's commit message
* 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

Toggle 5.4.2's commit message
* 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

Toggle 5.4.1's commit message
* Add ability to specify an alternative search path for the native li…

…braries via `CardIONativeLibsConfig` [card.io-Android-source#86](card-io/card.io-Android-source#86). Thank you Thorben Primke!

* Updated gradle plugin and wrapper versions.
* Bump compile SDK to 24.

5.4.0

Toggle 5.4.0's commit message
* 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 [card-io#154](card-io#154).
* Android: Fix issue on Android 23 and above where `CardIOActivity#canReadCardWithCamera()` would return the incorrect value if permissions had not been granted [card-io#136](card-io#136).  Now defaults to `true` in such cases.
* Android: Add missing locales to javadocs [card.io-Android-source#75](card-io/card.io-Android-source#75).
* Android: Upgrade gradle to 2.13.
* Android: Upgrade Android Gradle plugin to 2.1.0.

5.3.4

Toggle 5.3.4's commit message
* Fix crash on Android 23 and above where `onRequestPermissionsResult…

…()` returns an empty array [card.io-Android-source#70](card-io/card.io-Android-source#70).

5.3.3

Toggle 5.3.3's commit message
* Fix newline issue in ES locale [card-io#142](card-io#142).

* Fix build issue with ndk 11 [card.io-Android-source#60](card-io/card.io-Android-source#60).
* Upgrade gradle to 2.12.
* Upgrade Android Gradle plugin to 2.0.0.

5.3.2

Toggle 5.3.2's commit message
* Fix issue where Android 23 and above devices would crash when the l…

…ibrary's `.so` files were removed [PayPal-Android-SDK#279](paypal/PayPal-Android-SDK#279).

5.3.1

Toggle 5.3.1's commit message
* Fix issue where the camera was flipped when the app was backgrounde…

…d with card.io open [card-io#118](card-io#118).

* Add proguard config to `aar` file [112](card-io#112), [card-io#117](card-io#117).

5.3.0

Toggle 5.3.0's commit message
Update library to 5.3.0

0