Card


Versions

1.5.1 🚀 Latest


Release date: 2024-09-13

Updated

  • A maximum length limit was added for card capture.
  • Added support for Android 14.

1.5.0


Last update: 2024-07-29

Updated

  • Minor issues fixes.
  • We updated the register method. Now you can register the steps more easily. Like iOS.
    Before
    AKCore.register(AKStepCardActivity(), AKStepType.x)
    Now
    AKCore.register(AKCardCapture.getProtocol(AKStepType.x))
  • We updated the AKCardCaptureCustomization class. Now you can customize the SDK more easily.
  • We deprecated some methods for UI customization.
    • customHeaderFontTypeface -> titleFontTypeface
    • customFontTypeface -> textFontTypeface
    • Button.textColor -> Button.primaryTextColor
    • Button.textSecondaryColor -> Button.secondaryTextColor
    • Button.customFontTypeface -> Button.fontTypeface
    • LoadingScreen.customFontTypeface -> LoadingScreen.fontTypeface
    • CaptureScreen.customFontTypeface -> CaptureScreen.fontTypeface
    • alertStyle Deprecated

1.4.8


Release date: 2023-11-17

Updated

  • Minor fixes.

1.4.7


Release date: 2023-11-07

New features

  • Support for passport capture.
  • Add new strings parameters.

1.4.6


Release date: 2023-10-31

Updated

  • Improvements in UI.
  • Major fixes.

New features

  • Add more customization options.

1.4.5


Release date: 2023-09-25

New features

  • Add show/hide custom property in AKCardCaptureCustomization for exit button.

1.4.4


Release date: 2023-06-06

New features

  • Add custom FontFamily for buttonCustomization, captureScreenCustomization and loadingScreenCustomization in AKCardCaptureCustomization.
  • Add custom alert style.
  • Add custom container style.
  • Add custom button text size.

1.4.3


Release date: 2023-05-26

New features

  • New exit button in the card capture screen.
  • Add background image in principal screen

1.4.2


Release date: 2023-05-18

New features

  • New custom fonts in AKCardCaptureCustomization.

Updated

  • Update size logo screen.

1.4.1


Release date: 2023-04-28

New features

  • New SIMPLE_CARD_CAPTURE and DOCUMENT_VERIFIER steps

1.4.0


Release date: 2023-03-14

Updated

  • Updated dependencies.
  • Security improvements.
  • Added support for Android 13.
  • Code refactor.
  • Added support for English and Spanish languages.
  • Fixed bug in the card capture screen.