Releases: smileidentity/android
Releases · smileidentity/android
v10.1.6
v10.1.5
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
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
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
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
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 callingSmileID.submitJob(jobId)
- Improved SmartSelfie Enrollment and Authentication times by moving to a synchronous API endpoint
- Made
KEY_RESULT
constants inFragment
sinternal
to remove a footgun where the constant was easily confused withKEY_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
What's Changed
- Bump CameraX to 1.3.0
- Removed
cameraConfig
fromPrepUploadResponse
- 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 toDocumentCaptureScreen
- Added
heroImage
as a new parameter toDocumentCaptureInstructionsScreen
- Updated Document Verification hero images
Full Changelog: v10.0.3...v10.0.4
v10.0.3
- Exposed individual components as Composables
- Fixed missing
allowNewEnroll
in Document Verification Fragment
v10.0.2
Added
- Added
allowNewEnroll
on SmartSelfie, BiometricKYC, DocV and EnhancedDocV
v10.0.1
Fixed
- Marked
kotlinx-collections-immutable
as anapi
dependency