Releases: persona-id/inquiry-android-2
Releases · persona-id/inquiry-android-2
v2.12.17
v2.12.16
Added
- Published the Sentinel SDK.
v2.12.15
Fixed
- Fixed a rare issue where the document file select picker might launch multiple times.
v2.12.14
Changed
- Updated the layout for the government ID capture screen to handle smaller screens better.
- Updated the layout for the selfie capture screen to handle smaller screens better.
Fixed
- Fixed a rare crash when loading custom fonts.
- Fixed a bug where a custom font cannot be found.
- Fixed a bug where applying a theme when launching an inquiry in inline mode will change the theme of the host activity's context.
v2.12.13
Fixed
- Fixed a bug where changes to an input select component does not trigger a render update.
v2.12.12
Changed
- Inquiries launched inline will apply the given theme (if any) to the inquiry fragment.
- Cancel modal will dismiss if "Cancel" is selected.
Fixed
- Fixed an rare/improbable crash in the selfie step.
v2.12.11
Added
- Added an option to use simulated government ID NFC data in sandbox mode to make testing in sandbox
mode easier. This option is on by default. The option can be changed by long pressing on the
sandbox button. - Added network error logging for diagnostic purposes.
Changed
- Update AGP to 8.3.2 and Gradle to 8.7
- Update dependencies.
- Now returning SessionTokenError for ErrorCode when inquiry is unauthorized.
Fixed
- Fixed a bug where a loading indicator is not shown on the submit button if the submit button is
nested within a component group. - Fixed a bug where a loading indicator is not shown if the submit button is hidden. In this case,
a loading indicator is shown on all components that support it (eg. other buttons). - Fixed a bug where UI steps with government ID NFC will not auto-submit if the submit button is
nested within a component group.
v2.12.10
Fixed
- Fixed a bug where the camera preview on the selfie step will not load on certain devices.
v2.12.9
Fixed
- Fixed a class name collision issue when the Inquiry SDK is used with other 3rd party libraries.
v2.12.8
Added
- Added support for header icons specified by the server on the government ID select screen.