Skip to content

Commit 95b643f

Browse files
author
amplify-android-dev+ghops
committed
release: Amplify UI Android Liveness 1.5.0
1 parent fad42d2 commit 95b643f

File tree

4 files changed

+35
-3
lines changed

4 files changed

+35
-3
lines changed

README.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -16,7 +16,7 @@ Amplify UI for Android is an open-source UI library with cloud-connected compone
1616
| Component | Summary | Latest Version | Docs | Sample |
1717
| --- | --- |------------------------------------------------------------------------------------------------------| --- | --- |
1818
| [Authenticator](authenticator) | Amplify Authenticator provides a complete drop-in implementation of an authentication flow for your application using [Amplify Authentication](https://docs.amplify.aws/lib/auth/getting-started/q/platform/android/). | [1.5.0](https://github.com/aws-amplify/amplify-ui-android/releases/tag/release_authenticator_v1.5.0) | [Docs](https://ui.docs.amplify.aws/android/connected-components/authenticator) | [Sample](samples/authenticator/) |
19-
| [Face Liveness](liveness) | Amplify FaceLivenessDetector provides a UI component for [Amazon Rekognition Face Liveness](https://aws.amazon.com/rekognition/face-liveness/) feature that helps developers verify that only real users, not bad actors using spoofs, can access your services. | [1.4.2](https://github.com/aws-amplify/amplify-ui-android/releases/tag/release_liveness_v1.4.2) | [Docs](https://ui.docs.amplify.aws/android/connected-components/liveness) | [Sample](samples/liveness/) |
19+
| [Face Liveness](liveness) | Amplify FaceLivenessDetector provides a UI component for [Amazon Rekognition Face Liveness](https://aws.amazon.com/rekognition/face-liveness/) feature that helps developers verify that only real users, not bad actors using spoofs, can access your services. | [1.5.0](https://github.com/aws-amplify/amplify-ui-android/releases/tag/release_liveness_v1.5.0) | [Docs](https://ui.docs.amplify.aws/android/connected-components/liveness) | [Sample](samples/liveness/) |
2020

2121
## Supported Versions
2222

liveness/CHANGELOG.md

Lines changed: 32 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,35 @@
1+
## [Release 1.5.0](https://github.com/aws-amplify/amplify-ui-android/releases/tag/release_liveness_v1.5.0)
2+
3+
### Features
4+
- **liveness:** Liveness connected component
5+
- **liveness:** Remove countdown ([#56](https://github.com/aws-amplify/amplify-ui-android/issues/56))
6+
- **liveness:** Update Liveness UI ([#100](https://github.com/aws-amplify/amplify-ui-android/issues/100))
7+
- **liveness:** Add support for a no light liveness challenge ([#248](https://github.com/aws-amplify/amplify-ui-android/issues/248))
8+
9+
### Bug Fixes
10+
- **liveness:** update liveness dependency in sample app ([#15](https://github.com/aws-amplify/amplify-ui-android/issues/15))
11+
- **liveness:** center camera preview ([#50](https://github.com/aws-amplify/amplify-ui-android/issues/50))
12+
- **liveness:** check for empty session ID ([#53](https://github.com/aws-amplify/amplify-ui-android/issues/53))
13+
- **liveness:** Added Rekognition backend for Android app and updated README ([#59](https://github.com/aws-amplify/amplify-ui-android/issues/59))
14+
- **liveness:** Screen rotation saves/loads correctly; lifecycle not destroyed at time of use ([#65](https://github.com/aws-amplify/amplify-ui-android/issues/65))
15+
- **liveness:** Use server facematch timeout ([#74](https://github.com/aws-amplify/amplify-ui-android/issues/74))
16+
- **liveness:** Add version to liveness websocket user agent ([#73](https://github.com/aws-amplify/amplify-ui-android/issues/73))
17+
- **liveness:** use updated Liveness oval algorithm ([#95](https://github.com/aws-amplify/amplify-ui-android/issues/95))
18+
- **liveness:** Minor UI Fixes ([#103](https://github.com/aws-amplify/amplify-ui-android/issues/103))
19+
- **liveness:** ui updates ([#104](https://github.com/aws-amplify/amplify-ui-android/issues/104))
20+
- **liveness:** fix typo in state messages ([#123](https://github.com/aws-amplify/amplify-ui-android/issues/123))
21+
- **liveness:** Multiple Liveness Bug Fixes ([#124](https://github.com/aws-amplify/amplify-ui-android/issues/124))
22+
- **liveness:** Update Amplify to 2.14.12 to fix InvalidSignatureException ([#126](https://github.com/aws-amplify/amplify-ui-android/issues/126))
23+
- **liveness:** Remove End Timeout ([#129](https://github.com/aws-amplify/amplify-ui-android/issues/129))
24+
- **liveness:** Catch unhandled exceptions in coordinator ([#141](https://github.com/aws-amplify/amplify-ui-android/issues/141))
25+
- **liveness:** Detect failed camera opening ([#205](https://github.com/aws-amplify/amplify-ui-android/issues/205))
26+
- **liveness:** Prevent the "Create Liveness Session" button from flashing on screen transition ([#193](https://github.com/aws-amplify/amplify-ui-android/issues/193))
27+
- **all:** Upgrade Compose to latest BOM ([#222](https://github.com/aws-amplify/amplify-ui-android/issues/222))
28+
- **liveness:** Update CameraX library to latest ([#230](https://github.com/aws-amplify/amplify-ui-android/issues/230))
29+
- **liveness:** Prevent crashing if there's an exception thrown by the SurfaceTexture ([#231](https://github.com/aws-amplify/amplify-ui-android/issues/231))
30+
31+
[See all changes between 1.4.2 and 1.5.0](https://github.com/aws-amplify/amplify-ui-android/compare/release_liveness_v1.4.2...release_liveness_v1.5.0)
32+
133
## [Release 1.4.2](https://github.com/aws-amplify/amplify-ui-android/releases/tag/release_liveness_v1.4.2)
234

335
### Miscellaneous

liveness/gradle.properties

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -17,4 +17,4 @@ POM_ARTIFACT_ID=liveness
1717
POM_NAME=Amplify UI Framework for Android - Liveness
1818
POM_DESCRIPTION=Amplify UI Framework for Android - Liveness Plugin
1919
POM_PACKAGING=aar
20-
VERSION_NAME=1.4.2
20+
VERSION_NAME=1.5.0

samples/liveness/build.gradle

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
buildscript {
22
ext {
3-
LivenessVersion = '1.4.2'
3+
LivenessVersion = '1.5.0'
44
}
55
repositories {
66
google()

0 commit comments

Comments
 (0)