Releases: iProov/android
Releases · iProov/android
v11.1.0
v11.0.0
Enhancements & API Changes
- Moved to Kotlin 1.8.10
- Redundant Error 'FaceDetectorException' has been removed
- iProov Activity was always launched with FLAG_ACTIVITY_NEW_TASK flag. When Activity context is provided the iProov Activity will be launched with the same taskAffinity as the calling Activity.
- Camera option removed, fixing to FRONT camera only
- Readme document title changed from "iProov Biometric Authentication SDK" to "iProov Face SDK"
- New Feedback Codes (including up to three returned now instead of one)
ATTENTION: Do NOT use "-pf" releases unless you have a specific reason
v10.4.0
ATTENTION: Do NOT use "-pf" releases unless you have a specific reason
Enhancements & API Changes
- Move Left/Right to match existing Up/Down prompts for Dynamic Liveness (additional API option
controlXPositionto go with existingcontrolYPositioninIProov.Options.genuinePresenceAssurance)
Bug Fixes
- MOB-1762: Fixed zoom factor for Xiaomi 13 Lite to cater for wide angle lens
- MOB-1860: Fix inverted image when orientation option set to landscape
v10.3.2
Bug Fixes
- MOB-1780: UI not closing properly when scanningPrompts enabled
- MOB-1787: Fix NPE that occurs at JSONObject initialization
v10.3.1
Enhancements & API Changes
- New scanning prompts have been added to the options under
IProov.Options.genuinePresenceAssurance.scanningPrompts, allowing you to enable two new prompts for "Scanning," and "Scan Completed" during scanning process. Please refer to the README for details.
Bug Fixes
- MOB-1760: Speculative fix for rare NPEs in activity onCreate
ATTENTION: Most people will continue to use normal releases and NOT "-pf" releases going forward unless they have a specific reason
v10.3.0
Bug Fixes
- MOB-1687: Fixed NPE when versionName not set by host app
- MOB-1700: Fixed correct reporting of web native bridge variant name
v10.2.1
Bug Fixes
- MOB-1690: Fix error report on Native Bridge
v9.1.2
Enhancements & API Changes
- Add support for Android OS 15 16KB memory page size
NOTE to use this patch release you need to use the "patch912" branch instead of "master" when specifying the maven repo in your build.gradle
v10.2.0
Enhancements & API Changes
- Twin releases now support both
protobuf-javalite("10.2.0") andprotobuf-java("10.2.0-pf") - SDK support for Android OS with 16KB memory page sizes
ATTENTION: Most people will continue to use normal releases (10.2.0) and NOT "-pf" releases (10.2.0-pf) going forward unless they have a specific reason
v10.1.0
Enhancements & API Changes
- New Option
controlYPositionto customize the vertical placement of the face with additional prompts for precise up-or-down adjustments