card.io-Android-SDK v5.1.0 Release Notes

    • ➕ Add arm64-v8a processor support #33-source, #51.
    • ➕ Add x86 processor support #26-source.
    • ➕ Add x86_64 processor support.
    • ➕ Add support for Android 23 new permission model for the Camera permission #78. When permission is granted, the SDK performs as in previous versions. When permission is or has already been denied, the SDK falls back to manual entry. Note: this SDK does not call the shouldShowRequestPermissionRationale() method and does not show a rationale. It is up to the implementor whether or not to show the Camera permission rationale before opening the SDK.
    • Populate CardIOActivity.EXTRA_CAPTURED_CARD_IMAGE when confirmation is shown #10-source.
    • Fix issue where setting EXTRA_KEEP_APPLICATION_THEME would not create buttons that matched the theme #24-source.
    • ➕ Add a default edit text hint color #22-source.
    • 🛠 Fix leaking IntentReceiver #76.