Core
Versions
4.3.2 ๐ Latest
Last update: 2024-10-17
Updated
- Internal improvements.
4.3.1
Last update: 2024-09-13
Updated
- Internal improvements.
- Added support for Android 14.
4.3.0
Last update: 2024-07-29
New features
- Support for new steps has been added.
Updated
- Minor issues fixes.
- We updated the
register
method. Now you can register the steps more easily. Like iOS.Before AKCore.register(StepActivityForRegister, AKStepType.x) Now AKCore.register(AKDependency.getProtocol(AKStepType.x)) - We perform a major refactor of the code.
- We updated the
AKCoreCustomization
class. Now you can customize the SDK more easily. - We deprecated some methods for UI customization.
- customFontTypeface -> titleFontTypeface
- Button.backgroundColor -> Button.primaryBackgroundColor
- Button.textColor -> Button.primaryTextColor
- Button.customFontTypeface -> Button.fontTypeface
- Button.secondaryTextColor New
- Button.secondaryBackgroundColor New
- textFontTypeface New
- fileViewerCustomization method New
- otpCustomization method New
4.2.4
Release date: 2023-11-17
Updated
- Minor fixes.
4.2.3
Release date: 2023-11-07
New features
- Support for passport capture.
4.2.2
Release date: 2023-11-01
New features
- Maximum retries alert.
4.2.1
Release date: 2023-10-31
Updated
- Improvements in UI.
- Minor fixes.
4.2.0
Release date: 2023-09-25
Updated
- Significant internal improvements.
4.1.9
Release date: 2023-05-18
New features
- New custom fonts in AKCoreCustomization.
Updated
- Update size logo screen.
4.1.8
Release date: 2023-04-28
New features
- New SIMPLE_CARD_CAPTURE and DOCUMENT_VERIFIER steps
- Set account in options.
4.1.7
Release date: 2023-04-18
Updated
- Improvements catching errors in alerts.
- Internal improvements.
4.1.6
Release date: 2023-04-10
Updated
- Internal improvements.
4.1.5
Release date: 2023-03-31
Updated
- Added file parameter in start.
4.1.4
Release date: 2023-03-15
Updated
- Updated dependencies.
- Security improvements.
- Added support for Android 13.
- Code refactor.
- Added support for English and Spanish languages.
New features
- Now with "AKResult" class obtains SDK response.
- New init flow.
- Added new start flows via options
- Added support of native card ID capture.
- Added security through Keychain.
- New interface.
- Rename in public methods.
- Now you can to change the environment before to initializing a flow with โSTAGEโ for default is prod.