Skip to content

Releases: smileidentity/android

v10.1.6

13 Jun 11:06
c0b7448
Compare
Choose a tag to compare

What's Changed

  • Update generic errors with actual platform errors

Full Changelog: v10.1.5...v10.1.6

v10.1.5

10 Jun 20:41
0065e6c
Compare
Choose a tag to compare

What's Changed

  • Fixed a bug where MLKit initialization would sometimes fail due to Application Context
  • Verify SDK for Google Play SDK Console

Full Changelog: v10.1.4...v10.1.5

v10.1.4

28 May 19:29
cb5ff78
Compare
Choose a tag to compare

What's Changed

  • Increase network call timeout to 120 seconds
  • Fixed a bug where invalid file paths were returned and retries did not work
  • Update to K2 (aka Kotlin 2.0.0)
  • Update Compose BOM to 2024.05.00
  • Update AndroidX to 1.13.1
  • Update Activity to 1.9.0
  • Update Fragment to 1.7.1
  • Update Datastore to 1.1.1
  • Update Sentry to 7.9.0

Full Changelog: v10.1.2...v10.1.4

v10.1.2

03 May 16:18
189f473
Compare
Choose a tag to compare

What's Changed

  • Better error message when the device is low on storage
  • Fixed a bug where Gallery selection of document images did not work in some cases

Full Changelog: v10.1.1...v10.1.2

v10.1.1

30 Apr 17:15
33c9f3e
Compare
Choose a tag to compare

What's Changed

  • Fixed a bug where Document Capture would occasionally fail
  • Optimize Bitmap processing for less memory usage and improved quality
  • Fixed a bug where Document Verification would get stuck on the processing screen

Full Changelog: v10.1.0...v10.1.1

v10.1.0

16 Apr 22:20
f471f8d
Compare
Choose a tag to compare

What's Changed

  • Added an Offline Mode, enabled by calling SmileID.setAllowOfflineMode(true). If a job is attempted while the device is offline, and offline mode has been enabled, the UI will complete successfully and the job can be submitted at a later time by calling SmileID.submitJob(jobId)
  • Improved SmartSelfie Enrollment and Authentication times by moving to a synchronous API endpoint
  • Made KEY_RESULT constants in Fragments internal to remove a footgun where the constant was easily confused with KEY_REQUEST
  • Improved back button behavior on image confirmation and processing dialogs
  • Fixed a bug where network retries would occasionally fail
  • Bump Compose BOM to 2024.04.00

Full Changelog: v10.0.4...v10.1.0

v10.0.4

06 Feb 00:45
0855826
Compare
Choose a tag to compare

What's Changed

  • Bump CameraX to 1.3.0
  • Removed cameraConfig from PrepUploadResponse
  • Fixed a bug where, in some cases, logs may not be printed
  • Removed the Skip Button from Back of ID Capture
  • Added instructionsHeroImage as a new parameter to DocumentCaptureScreen
  • Added heroImage as a new parameter to DocumentCaptureInstructionsScreen
  • Updated Document Verification hero images

Full Changelog: v10.0.3...v10.0.4

v10.0.3

18 Jan 18:57
336905c
Compare
Choose a tag to compare
  • Exposed individual components as Composables
  • Fixed missing allowNewEnroll in Document Verification Fragment

v10.0.2

02 Jan 18:28
89033d9
Compare
Choose a tag to compare

Added

  • Added allowNewEnroll on SmartSelfie, BiometricKYC, DocV and EnhancedDocV

v10.0.1

11 Dec 19:00
0af53d8
Compare
Choose a tag to compare

Fixed

  • Marked kotlinx-collections-immutable as an api dependency