Skip to content

Commit 82501d3

Browse files
author
idvsdk-bot
committed
Add CHANGELOG.md for Entrust IDV Android SDK
1 parent 6e0c260 commit 82501d3

1 file changed

Lines changed: 74 additions & 0 deletions

File tree

CHANGELOG.md

Lines changed: 74 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,74 @@
1+
## 100.4.0
2+
3+
### Added
4+
5+
- Added a script to the integration-sample app for enterprise customers to download SDK artifacts seamlessly
6+
- Added support for custom local fonts. Integrators can now provide a custom local (bundled) font via `Theme.resources.fonts`, applied across both native and web modules
7+
- Allow customization for selection list item border radius
8+
- Implemented Live Selfie Authentication and Light Onboarding-Verify Liveness SDK features
9+
10+
### Changed
11+
12+
- Applied round shape to Play/Pause button
13+
- Expose `buttonBorderRadius` and `selectionListItemBorderRadius` as public `Theme` dimension tokens via `BorderRadiusTokens`. This allows the customization of the button border radius and selectable list items' border radius (used in the document selection and country selection screens)
14+
15+
### Fixed
16+
17+
- Fixed an issue with the Biometric token retrieval
18+
- Fixed a serialization runtime issue in `-k19` versions when using Kotlin 1.9.x (Kotlin 2.0.x integrators/builds were unaffected)
19+
20+
## 100.2.1
21+
22+
### Fixed
23+
24+
- Fixed the issue where `ProofOfAddress` flows get stuck in an infinite loading screen after submission
25+
26+
## 100.2.0
27+
28+
### Added
29+
30+
- Introduced a `-k19` variant of our modules compatible with the Kotlin 1.9 compiler
31+
32+
## 100.1.0
33+
34+
### Added
35+
36+
- Added `SplitCompat.install` to the SDK activity to fix a crash when launching the SDK in a DFM
37+
- Added support for launching the SDK using `android.app.Activity` (Onfido Android SDK)
38+
39+
## 100.0.0
40+
41+
### Fixed
42+
43+
- Fixed incorrect loading of bundled translations resources
44+
- Fixed callbacks crash
45+
46+
## 0.1.3-beta1
47+
48+
### Added
49+
50+
- Support e-signature capture on Android
51+
- Added a public API configuration option for the top navigation bar inside the SDK screens
52+
- Publish sample app to Github
53+
- Upgrade and update integrator sample app
54+
55+
### Changed
56+
57+
- Renamed the Onfido process (`onfido_process`) to Entrust (`entrust_idv_process`), as well as the `isOnfidoProcess` utility extension to `isEntrustIDVProcess`
58+
59+
## 0.0.2-beta1
60+
61+
### Added
62+
63+
- Introduction of the logo and text co-branding initialization options. This feature no longer requires prior activation
64+
65+
### Changed
66+
67+
- Finished the `onComplete` callback
68+
- Added `onComplete` result serialization and mapping from the individual module output to `CaptureResult`
69+
- Finished the `onError` callback
70+
71+
### Fixed
72+
73+
- Fixed translations not working for regional localization (cases such as `pt_BR`, `pt_PT`)
74+
- Fixed the icon rendering in a List with icons: the size and alignment to the top. This type of list can be shown in any Intro screen

0 commit comments

Comments
 (0)