Skip to content

Releases: iProov/android

v11.1.1

Choose a tag to compare

@richardsimongreen richardsimongreen released this 09 Mar 11:02

ATTENTION: Do NOT use "-pf" releases unless you have a specific reason

Bug Fixes

  • MOB-1950: Fix for Dynamic Modules and update to DexGuard 9.13.2

v11.1.0

Choose a tag to compare

@richardsimongreen richardsimongreen released this 17 Nov 12:36

Enhancements & API Changes

  • Security enhancements

v11.0.0

Choose a tag to compare

@richardsimongreen richardsimongreen released this 05 Nov 10:29

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

Choose a tag to compare

@richardsimongreen richardsimongreen released this 12 Sep 09:22

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 controlXPosition to go with existing controlYPosition in IProov.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

Choose a tag to compare

@richardsimongreen richardsimongreen released this 06 Jun 15:20

⚠️ NOTE - Version 10.3.2 should not be used. Please use 10.4.0 and above. ⚠️

Bug Fixes

  • MOB-1780: UI not closing properly when scanningPrompts enabled
  • MOB-1787: Fix NPE that occurs at JSONObject initialization

v10.3.1

Choose a tag to compare

@richardsimongreen richardsimongreen released this 24 Apr 15:24

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

Choose a tag to compare

@richardsimongreen richardsimongreen released this 03 Mar 10:53

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

Choose a tag to compare

@Miquel-Martinez Miquel-Martinez released this 19 Nov 15:41

Bug Fixes

  • MOB-1690: Fix error report on Native Bridge

v9.1.2

Choose a tag to compare

@richardsimongreen richardsimongreen released this 15 Oct 13:46

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

Choose a tag to compare

@richardsimongreen richardsimongreen released this 14 Oct 12:16

Enhancements & API Changes

  • Twin releases now support both protobuf-javalite ("10.2.0") and protobuf-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