Skip to content

Commit

Permalink
Merge pull request #231 from idnow/release_9.1.0
Browse files Browse the repository at this point in the history
update SDK version 9.1.0
  • Loading branch information
souheib93 authored Nov 21, 2024
2 parents 420641a + 45f8dc7 commit 2b69892
Show file tree
Hide file tree
Showing 24 changed files with 506 additions and 4 deletions.
10 changes: 10 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,15 @@
# Changelog


### 9.1.0


- **Picture-in-Picture (PiP)**: We have release the PiP feature that will show the agent's video feed to the user when the user puts the app in the background. The user will continue to see it unless the flow has been explicitly aborted. We are expecting this to improve agent-user communication and reduce the chances of WebSocket connection dropping. Like most features in our SDK, this is a configurable feature and can be enabled/disabled depending on our customers' choosing.
- **Enhanced security validation**: To reduce the chances of a Man-in-the-Middle (MITM) attack over TLS, we have implemented an additional layer of validation. This increases the security of the communication channel between the backend and client side.
- **Fixed crashes**: As part of this version we have also identified and fixed some crashes to ensure that users can go through the flow uninterrupted.
- **UI/UX enhancements**: We have made various adjustments to our user interface (UI) and user experience (UX) to ensure users have a consistent experience throughout the flow.
-**Bug fixes**: We regularly test our products to assess areas where there is any room for improvement. We identified some minor bugs and fixed those as part of this release as well.

### 9.0.1

- As part of this release, we have upgraded the version of Authada library. This is only relevant for customers that are using eID as an identification method.
Expand Down
4 changes: 2 additions & 2 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -63,8 +63,8 @@ Please see https://github.com/idnow/de.idnow.android-sample for a sample applica

### Requirements

- minSdkVersion: 23 (Android 6.0)
- targetSdkVersion: 34 (Android 14.0 beta Upside-Down Cake)
- minSdkVersion: 26 (Android 8.0)
- targetSdkVersion: 35 (Android 14.0 beta Upside-Down Cake)
- Internet connection, communication via standard SSL port 443

### Supported versions
Expand Down
Binary file not shown.
Original file line number Diff line number Diff line change
@@ -0,0 +1 @@
59c565a9ba1c209f4bd5b265f353463a
Original file line number Diff line number Diff line change
@@ -0,0 +1 @@
9a1564aaec145789d580b903189143ad19cc04fa
Original file line number Diff line number Diff line change
@@ -0,0 +1 @@
fef1bc40ddf2b979167d4eb5b252d0ae68cf52007c2062aec41915703a466d6d
Original file line number Diff line number Diff line change
@@ -0,0 +1 @@
91c6aa2315e3c35ceb25a144560d69ad243d065bad48563be8e1d4beb9a8fbbd1bf19a9b71f591bb46a94f2926e954b622b417dd6e8ef061de3d3b385c59cbea
Binary file not shown.
Original file line number Diff line number Diff line change
@@ -0,0 +1 @@
4b243e935d8e6d2c42b4c72caefdb9b8
Original file line number Diff line number Diff line change
@@ -0,0 +1 @@
0b1cb16a39571be00627c9202b7a38158b797fa3
Original file line number Diff line number Diff line change
@@ -0,0 +1 @@
6912e6b0272b97c1d837c60cda99bb0e8a7fed899c3016eb62c73012593f08af
Original file line number Diff line number Diff line change
@@ -0,0 +1 @@
c71d3bb02e7915eaf8e960ba8e05184cbc27031fae61c4daf33c80558ae2ac07b6db983190f1bff1aee24738a77520200464db66134912d2c83678e3f64f6277
Loading

0 comments on commit 2b69892

Please sign in to comment.