Skip to content

Releases: GetMetaMap/metamap-android-sdk

3.29.0

31 Jan 08:59
269817f

Choose a tag to compare

New Features

  • Video agreement feature

Updated Features

  • Redesign docs map screen

Bug Fixes

  • Fixed RTL issue
  • Fixed E-signature back button is not visible to read PDF documents

3.28.0

17 Jan 11:16
dcd9b16

Choose a tag to compare

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

08 Dec 13:00
dcd9b16

Choose a tag to compare

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

09 Nov 09:29
b4c8c21

Choose a tag to compare

Bug Fixes

  • Fixed crash on Location Intelligence for Android API version 30 and above

3.26.0

07 Nov 15:01
8000c81

Choose a tag to compare

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

20 Oct 17:02
b62a4f2

Choose a tag to compare

  • Third party libraries updated as following:
    • io.ktor:ktor-client-android:1.5.4 -> 2.0.3
    • io.ktor:ktor-client-logging-jvm:1.5.4 -> 2.0.3
    • io.ktor:ktor-client-content-negotiation:1.5.4 -> 2.0.3
    • io.ktor:ktor-serialization-kotlinx-json:1.5.4 -> 2.0.3

3.24.0

04 Oct 17:11

Choose a tag to compare

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

05 Sep 13:43

Choose a tag to compare

  • 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

16 Aug 14:44

Choose a tag to compare

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

04 Aug 10:47

Choose a tag to compare

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