Releases: persona-id/inquiry-android-2
Releases · persona-id/inquiry-android-2
v2.10.16
Added
- Added a way to forcibly cancel all running inquiries within an application by calling
Inquiry.cancelRunningInquiries()
.
v2.10.15
Fixed
- Fixed an issue where the buttons in the review capture screen for government ID steps are in the wrong location.
v2.10.14
Added
- Added a toggle to have the SDK consume any unhandled exceptions via
consumeExceptions()
onInquiryTemplateBuilder
orInquiryBuilder
.
Fixed
- Fixed an issue where using reusable Personas to complete parts of the inquiry does not work.
v2.10.13
Fixed
- Fixed an issue where the capture button would overlap with other UI elements on devices with small screens.
- Fixed an issue where the capture tips modal sometimes appears behind the navigation bar.
- Fixed a crash that can occur in the government ID or selfie step if the cancel modal is shown and the app is backgrounded.
v2.10.12
Added
- Added support for the auto-complete flag for reusable Personas.
- Added a new graphic for the passport NFC flow.
v2.10.11
Added
- Added highlighted background color for selected item in input select list component.
- Added support for localization overrides on government id capture feed instructions.
- Support server-side asset configurations for selfie, government ID and document steps.
- Support disabled for input select and input multi select.
- Support hidden for stack, QRCode, and spacer component.
- Support max rows for text area component.
Changed
- Added additional default assets for gov id upload flows.
Fixed
- Fixed an issue with the navigation bar color on Android API levels 27 to 29 (inclusive).
- Fixed an issue in Government ID step where tapping back from the capture screen would cause minor UI issues.
v2.10.10
Added
- Added checkbox group component, which has multi-select feature.
- Added support for reusable Personas.
Fixed
- Fixed a rare crash when sending users to the NFC settings page. This can happen if NFC is disabled and the user is going through the passport NFC flow.
- Fixed some minor cosmetic issues with bottom sheets.
- Introduced a workaround for a bug introduced in Lottie 6.2.0 that was causing a crash on the government id capture screen.
v2.8.5
Changed
- Improved support for Government Id NFC.
v2.10.9
Added
- Added the ability to stream government id and selfie verifications via WebRTC.
- Added advanced mask support for MaskedTextInput components.
- Added search bar for countries select in GovID
- Added support for markdown in checkboxes and radio buttons.
Fixed
- Fixed an issue where address auto-complete would not be expanded if there are fields prefilled.
- Fixed an issue where the address suggestion dropdown is shown even if no suggestions are available.
- Fixed the behaviour of automatically filling in literals for mask text component, following the mask format
- Handle out-of-space errors gracefully. An error will be returned by the SDK when the device runs out of disk space.
- Improve performance and load times of UI steps, especially on lower end devices.
- Prefixed some resources with "pi2" to avoid naming collisions.
v2.10.8
Fixed
- Fixed a crash when using a custom government ID camera preview overlay.