This repository has been archived by the owner on Aug 2, 2024. It is now read-only.
Releases: gini/gini-vision-lib-android
Releases · gini/gini-vision-lib-android
4.3.1-target-sdk-30
- Sets compile sdk version and target sdk version to api level 30.
- Removes ability to set a custom
TrustManager
implementation. - Includes all the changes from 4.3.1.
4.3.1
- Replaces the deprecated Google Mobile Vision with ML Kit. This also fixes the QR code related crashes which started affecting some users recently.
4.3.0
- Updates the Gini API SDK to version 2.10.0.
- Allows setting a custom TrustManager implementation in the default networking implementations (
gini-vision-network-lib
andgini-vision-accounting-network-lib
) to have full control over which remote certificates to trust.
4.2.2
- Maintenance update: uses latest available stable dependency versions.
4.2.1
- Fixes analysis screen listener's
onAnalyzeDocument()
being called afteronExtractionsAvailable()
. Now ifonExtractionsAvailable()
was called thenonAnalyzeDocument()
won't be called. - Updates the Gini API SDK to version 2.9.1 in the default networking implementations (
gini-vision-network-lib
andgini-vision-accounting-network-lib
). - Targets Android 12.
4.2.0
4.1.1
- Fixes crash when using Firebase Cloud Messaging version 22.0.0 and multi-page scanning is disabled.
4.1.0
- Shows QR code detected popup for unsupported QR codes informing the user that it does not contain any payment information.
- Adds QR codes to the list of supported formats in the help.
- Shows a hint at first launch informing the users about the QR code scanning feature.
4.0.1
- Picks best resolution with at least 4:3 aspect ratio (ignores square aspect ratios).
3.16.1
- Picks best resolution with at least 4:3 aspect ratio (ignores square aspect ratios).