Releases: GetMetaMap/metamap-android-sdk
Releases · GetMetaMap/metamap-android-sdk
3.29.0
3.28.0
Updated Features
- UI Redesign: Biometric, Documents, Phone, Email, E-signature, Start screen, Exit screen, Error and permission screens
- Increase image resolution in converting PDF to PNG
- Updated Socket io version to 2.1.0
- Made IP restriction a feature like in the Web: showing it before the Start screen
Bug Fixes
- Increased image resolution in converting PDF to PNG
- Fixed Identity ID field doesn't appear in metadata when using retrieve verification data endpoint
- Fixed Koin related issue
- Fixed proguard issue
3.27.0
Updated Features
- UI Redesign for Location Intelligence Feature
- Kotlin version upgraded to 1.6.21
- Device root detection
- Removed dependency on Koin
Bug Fixes
- Fixed: IP Restriction feature not working
- Fixed: Phone number submisison, country code getting duplicated
- Fixed: Unnecessary loading shown at bank account data step
- Fixed: Crashes related to Webview
3.26.1
3.26.0
Updated Features
- SDK start-up loading UI change
- SDK size is reduced by ~30% (now it is ~3.5MB)
- Third party libraries updated as following:
- androidx.navigation:navigation-fragment-ktx:2.5.2 -> 2.5.3
- androidx.navigation:navigation-ui-ktx:2.5.2 -> 2.5.3
Bug Fixes
- Fixed file pick functionality for bank account data
- Fixed crash on credit check for Brazil
- Fixed phone number search with country code in Phone verification
- Fixed crash on Location Intelligence for Android API version 30 and above
- Fixed issue when getting noFace error from BE twice not showed on the second time
- Fixed crash on eSign step
- Fixed issue when Liveness stack on upload state after the second failure
- Overall performance increase and minor improvements
3.25.0
3.24.0
Updated Features
- Liveness and voice liveness recording time limit is set to 20 seconds
- SDK initialization failure will show a meaning full error
Bug Fixes
- Fixed: Frame size for document capture feature
- Fixed: Denied camera permission screen’s back button behaviour changed, it will open Exit verification screen
- Fixed: Dark background changed to white for android dark mode
- Third party libraries updated as following:
- io.insert-koin:koin-core:3.1.4 -> 3.2.2
- io.insert-koin:koin-android:3.1.4 -> 3.2.2
- org.jetbrains.kotlinx:kotlinx-coroutines-android:1.5.0 -> 1.6.4
- io.coil-kt:coil:1.4.0 -> 2.1.0
- androidx.constraintlayout:constraintlayout:2.1.2 -> 2.1.4
- androidx.navigation:navigation-fragment-ktx:2.3.3 -> 2.5.2
- androidx.navigation:navigation-ui-ktx:2.3.3 -> 2.5.2
- org.jetbrains.kotlin:kotlin-stdlib-jdk7:1.5.21 -> 1.5.32
3.23.0
- One sided documents support
- New icons for documents steps map screen
- Fixed:
IllegalStateException Fragment DocumentHintFragment not attached to a context. - Fixed:
InternalError Thread starting during runtime shutdown - Fixed:
IOException Prepare failed.: status=0x64 - Fixed:
FileNotFoundException 1661314210942.jpg: open failed: ENOENT
3.22.6
Bug Fixes
- Fixed SDK behaviour when the app is being killed by the system
- Fixed crash when wrong types of the config data are provided through the metadata
- Fixed:
FileNotFoundException: No such file or directory - SDK error handling improvements
3.22.5
Updated Features
- Removed library
io.socket:socket.io-client
Bug Fixes
- In case of unexpected crashes the SDK will close not affecting the client application
- Added support to languages Spanish, Portuguese, French and Russian for the countries list
- Icons loading on the start screen fixed
- Fixed
IOException Prepare failed.: status=0x64 onSurfaceTextureAvailable - Fixed
IllegalArgumentException android.graphics.Bitmap in createBitmap - Other minor improvements