Skip to content
GitLab
Menu
Projects
Groups
Snippets
Loading...
Help
Help
Support
Community forum
Keyboard shortcuts
?
Submit feedback
Contribute to GitLab
Sign in
Toggle navigation
Menu
Open sidebar
MYID Public Code
MyID Sample Android
Commits
01984d75
Commit
01984d75
authored
Nov 28, 2022
by
Javohir Savriy
Browse files
Updated README.md and added CHANGELOG.md
parent
4012a7be
Changes
2
Hide whitespace changes
Inline
Side-by-side
CHANGELOG.md
0 → 100644
View file @
01984d75
# Changelog
All notable changes to this project will be documented in this file.
## [2.1.2] - 25 Nov, 2022
### New features
-
📝 Added new identification recommendations.
-
🌟 Updated ID Card detection frame.
-
🔥 Added new
`withCameraShape(value: MyIdCameraShape)`
method to change camera shape.
-
🌟 Added new
`withSdkHash(value: String)`
method for identification.
### Changed features
-
Update
`targetSdkVersion`
from
`31`
to
`33`
-
Update
`androidx.core:core-ktx`
from
`1.8.0`
to
`1.9.0`
-
Update
`androidx.appcompat:appcompat`
from
`1.4.2`
to
`1.5.1`
-
Update
`cameraVersion`
from
`1.2.0-alpha01`
to
`1.3.0-alpha01`
-
Update
`mlkit-face-detection`
from
`17.0.1`
to
`17.1.0`
-
Update
`mlkit-text-recognition`
from
`18.0.0`
to
`18.0.2`
-
Update
`mlkit-barcode-scanning`
from
`18.0.0`
to
`18.1.0`
## [2.1.1] - 31 Oct, 2022
### Changed features
-
Update
`withLocale(value: MyIdLocale)`
from
`MyIdLocale`
to
`Locale`
## [2.1.0] - 16 Sep, 2022
### New features
-
🔥 Added new
`withOrganizationDetails(value: OrganizationDetails)`
method. You can customize the
SDK, for it to match your organization's brand
book.
[
Usage
](
README.md#custom-organization-details
)
-
🌟 Added
`comparison`
value to the
`MyIdResult`
object on successful identification.
### Fixes
-
🔨 First April bug fixed.
## [2.0.9] - 30 Aug, 2022
### New features
-
🌟 Added new
`withThreshold(value: Float)`
method for identification.
-
🔥 Added Ban user feature.
-
🔥 Added Liveness fail and Bad or blurry recommendations.
### Fixes
-
🔨
`Image's size must be lower than 1600 kb`
. This bug fixed.
\ No newline at end of file
README.md
View file @
01984d75
...
...
@@ -77,13 +77,19 @@ dependencies {
implementation
(
"androidx.camera:camera-camera2:$cameraVersion"
)
implementation
(
"androidx.camera:camera-lifecycle:$cameraVersion"
)
implementation
(
"androidx.camera:camera-view:$cameraVersion"
)
implementation
(
"io.ktor:ktor-client-android:2.1.2"
)
implementation
(
"io.sentry:sentry-android:6.7.0-alpha.1"
)
// Use these dependencies if your app supports Google Play Services
implementation
(
"com.google.android.gms:play-services-mlkit-face-detection:17.1.0"
)
implementation
(
"com.google.android.gms:play-services-mlkit-text-recognition:18.0.2"
)
implementation
(
"com.google.android.gms:play-services-mlkit-barcode-scanning:18.1.0"
)
implementation
(
"io.ktor:ktor-client-android:2.1.2"
)
implementation
(
"io.sentry:sentry-android:6.7.0-alpha.1"
)
// Use these dependencies if your app doesn't support Google Play Services
implementation
(
"com.google.mlkit:face-detection:16.1.5"
)
implementation
(
"com.google.mlkit:text-recognition:16.0.0-beta6"
)
implementation
(
"com.google.mlkit:barcode-scanning:17.0.2"
)
}
```
...
...
Write
Preview
Markdown
is supported
0%
Try again
or
attach a new file
.
Attach a file
Cancel
You are about to add
0
people
to the discussion. Proceed with caution.
Finish editing this message first!
Cancel
Please
register
or
sign in
to comment