Skip to content

Releases: persona-id/inquiry-android-2

v2.10.16

04 Mar 20:22
Compare
Choose a tag to compare

Added

  • Added a way to forcibly cancel all running inquiries within an application by calling Inquiry.cancelRunningInquiries().

v2.10.15

28 Feb 19:32
Compare
Choose a tag to compare

Fixed

  • Fixed an issue where the buttons in the review capture screen for government ID steps are in the wrong location.

v2.10.14

28 Feb 01:25
Compare
Choose a tag to compare

Added

  • Added a toggle to have the SDK consume any unhandled exceptions via consumeExceptions() on InquiryTemplateBuilder or InquiryBuilder.

Fixed

  • Fixed an issue where using reusable Personas to complete parts of the inquiry does not work.

v2.10.13

20 Feb 21:31
Compare
Choose a tag to compare

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

24 Jan 01:37
Compare
Choose a tag to compare

Added

  • Added support for the auto-complete flag for reusable Personas.
  • Added a new graphic for the passport NFC flow.

v2.10.11

10 Jan 23:49
Compare
Choose a tag to compare

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

15 Dec 19:25
Compare
Choose a tag to compare

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

29 Nov 06:41
Compare
Choose a tag to compare

Changed

  • Improved support for Government Id NFC.

v2.10.9

27 Nov 20:39
Compare
Choose a tag to compare

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

02 Nov 18:07
Compare
Choose a tag to compare

Fixed

  • Fixed a crash when using a custom government ID camera preview overlay.