Skip to content

Commit

Permalink
Release commit for 3.4.1
Browse files Browse the repository at this point in the history
  • Loading branch information
JumioMobileTeam committed Dec 3, 2019
1 parent 511dba9 commit 92a512a
Show file tree
Hide file tree
Showing 16 changed files with 165 additions and 33 deletions.
12 changes: 10 additions & 2 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -8,7 +8,7 @@
- [FAQ](docs/integration_faq.md)

# Release notes
SDK version: 3.4.0
### SDK version: 3.4.0

#### Deprecation notice
This is the last version that supports Android 4.x and 5.0. The minimum supported Android version will be increased to 5.1 in the next SDK version 3.5.0.
Expand All @@ -23,6 +23,14 @@ This is the last version that supports Android 4.x and 5.0. The minimum supporte
* Fixed several technical problems during face scanning [Netverify, Authentication]
* Various smaller bug fixes/improvements [Netverify/Fastfill, Authentication, Document Verification]

### SDK version: 3.4.1

#### Changes
* Updated privacy policy within user journey [Netverify, Authentication]

#### Fixes
* Fixed a problem that face capturing was not working in CustomUI on tablets [Netverify Custom UI]

# Basic Setup

## General Requirements
Expand Down Expand Up @@ -128,7 +136,7 @@ Our SDK supports accessibility features. Visually impaired users can now enable
# Support

## Previous version
The previous release version 3.3.2 of the Jumio Mobile SDK is supported until 2020-02-15.
The previous release version 3.4.0 of the Jumio Mobile SDK is supported until 2020-03-05.

In case the support period is expired, no bug fixes and technical support are provided anymore (bugs are typically fixed in the upcoming versions).
Older SDK versions will keep functioning with our server until further notice, but we highly recommend to always update to the latest version to benefit from SDK improvements and bug fixes.
Expand Down
14 changes: 8 additions & 6 deletions docs/integration_authentication.md
Original file line number Diff line number Diff line change
Expand Up @@ -15,7 +15,7 @@ Biometric-based Jumio Authentication establishes the digital identities of your
- [Javadoc](https://jumio.github.io/mobile-sdk-android/)

## Release notes
For technical changes, please read our [transition guide](transition-guide_authentication.md) SDK version: 3.4.0
For technical changes, please read our [transition guide](transition-guide_authentication.md) SDK version: 3.4.1

## Setup
The [basic setup](../README.md#basic-setup) is required before continuing with the following setup for Authentication.
Expand All @@ -35,18 +35,18 @@ You can specify your own theme (see chapter [Customization](#customization)). Th

## Dependencies

The [Sample app](https://github.com/Jumio/mobile-sdk-android/blob/master/sample/JumioMobileSample/) apk size with the products Netverify, BAM, Document Verification and Authentication included is currently __27.44 MB__.
The [Sample app](https://github.com/Jumio/mobile-sdk-android/blob/master/sample/JumioMobileSample/) apk size with the products Netverify, BAM, Document Verification and Authentication included is currently __27.43 MB__.

|Dependency | Mandatory | Description | Size (Jumio libs only) |
| ---------------------------- |:-------------:|:-----------------|:---------:|
|com.jumio.android:core:3.4.0@aar | x | Jumio Core library | 4.10 MB |
|com.jumio.android:auth:3.4.0@aar | x | Authentication library | 89.57 KB |
|com.jumio.android:face:3.4.0@aar | x | Face library | 91.37 KB |
|com.jumio.android:core:3.4.1@aar | x | Jumio Core library | 4.11 MB |
|com.jumio.android:auth:3.4.1@aar | x | Authentication library | 89.26 KB |
|com.jumio.android:face:3.4.1@aar | x | Face library | 93.06 KB |
|com.facetec:zoom-authentication:8.0.11@aar | x | Zoom face scanning library | 9.00 MB |
|androidx.appcompat:appcompat:1.1.0 | x | Android appcompat library | - |
|androidx.room:room-runtime:2.2.1 | x | Android database object mapping library | - |
|com.google.android.material:material:1.0.0 | x | Android material design library | - |
|com.jumio.android:javadoc:3.4.0 | | Jumio SDK Javadoc | - |
|com.jumio.android:javadoc:3.4.1 | | Jumio SDK Javadoc | - |

### Others

Expand Down Expand Up @@ -236,6 +236,8 @@ Using width as match_parent, the AuthenticationCustomScanView attribute ratio ne
xmlns:yourNameSpace="http://schemas.android.com/apk/lib/com.jumio.mobile.sdk"
```

`onAuthenticationUserConsentRequried` within *yourAuthenticationCustomSDKInterface* is invoked when the end-user’s consent to Jumio’s privacy policy is legally required. [onUserConsented](https://jumio.github.io/mobile-sdk-android/com/jumio/auth/custom/AuthenticationCustomSDKController.html#onUserConsented--) needs to be called after the end-user has accepted

Start scanning by providing an instance of the class `AuthenticationCustomScanView` and an instance of your class which implements the [AuthenticationCustomScanInterface](https://jumio.github.io/mobile-sdk-android/com/jumio/auth/custom/AuthenticationCustomScanInterface.html).

### Retrieving information
Expand Down
8 changes: 4 additions & 4 deletions docs/integration_bam-checkout.md
Original file line number Diff line number Diff line change
Expand Up @@ -17,7 +17,7 @@ BAM Checkout SDK is a powerful, cutting-edge solution to extract data from your
- [Javadoc](https://jumio.github.io/mobile-sdk-android/)

## Release notes
For technical changes, please read our [transition guide](transition-guide_bam-checkout.md) SDK version: 3.4.0
For technical changes, please read our [transition guide](transition-guide_bam-checkout.md) SDK version: 3.4.1

## Setup
The [basic setup](../README.md#basic-setup) is required before continuing with the following setup for Bam-Checkout.
Expand All @@ -42,11 +42,11 @@ If you want to use offline scanning for BAM Checkout (Credit card scanning), ple

|Dependency | Mandatory | Description | Size (Jumio libs only) |
| :---------------------------- |:-------------:|:-----------------|:------------:|
|com.jumio.android:core:3.4.0@aar | x | Jumio Core library| 4.10 MB |
|com.jumio.android:bam:3.4.0@aar | x | BAM Checkout library | 3.61 MB |
|com.jumio.android:core:3.4.1@aar | x | Jumio Core library| 4.11 MB |
|com.jumio.android:bam:3.4.1@aar | x | BAM Checkout library | 3.61 MB |
|androidx.appcompat:appcompat:1.1.0 | x | Android appcompat library| - |
|androidx.room:room-runtime:2.2.1 | x | Android database object mapping library | - |
|com.jumio.android:javadoc:3.4.0 | | Jumio SDK Javadoc| - |
|com.jumio.android:javadoc:3.4.1 | | Jumio SDK Javadoc| - |

If an optional module is not linked, the scan method is not available but the library size is reduced.

Expand Down
8 changes: 4 additions & 4 deletions docs/integration_document-verification.md
Original file line number Diff line number Diff line change
Expand Up @@ -15,7 +15,7 @@ Document Verification is a powerful solution to enable scanning various types (U
- [Javadoc](https://jumio.github.io/mobile-sdk-android/)

## Release notes
For technical changes, please read our [transition guide](transition-guide_document-verification.md) SDK version: 3.4.0
For technical changes, please read our [transition guide](transition-guide_document-verification.md) SDK version: 3.4.1

## Setup
The [basic setup](../README.md#basic-setup) is required before continuing with the following setup for DocumentVerification.
Expand All @@ -39,11 +39,11 @@ You can specify your own theme (see [Customization](#customizing-look-and-feel)

| Dependency | Mandatory | Description | Size (Jumio libs only) |
| ----------------- |:-------------------:|:------------------|:-------------------:|
| com.jumio.android:core:3.4.0@aar | x | Jumio Core library | 4.10 MB |
| com.jumio.android:dv:3.4.0@aar | x | Document Verification library | 118.74 KB |
| com.jumio.android:core:3.4.1@aar | x | Jumio Core library | 4.11 MB |
| com.jumio.android:dv:3.4.1@aar | x | Document Verification library | 118.77 KB |
| androidx.appcompat:appcompat:1.1.0 | x | Android appcompat library | - |
|androidx.room:room-runtime:2.2.1 | x | Android database object mapping library | - |
| com.jumio.android:javadoc:3.4.0 | | Jumio SDK Javadoc | - |
| com.jumio.android:javadoc:3.4.1 | | Jumio SDK Javadoc | - |

If an optional module is not linked, the scan method is not available but the library size is reduced.

Expand Down
26 changes: 14 additions & 12 deletions docs/integration_netverify-fastfill.md
Original file line number Diff line number Diff line change
Expand Up @@ -17,7 +17,7 @@ Jumio’s Netverify® ID Verification allows businesses to establish the genuine
- [Javadoc](https://jumio.github.io/mobile-sdk-android/)

## Release notes
For technical changes, please read our [transition guide](transition-guide_netverify-fastfill.md) SDK version: 3.4.0
For technical changes, please read our [transition guide](transition-guide_netverify-fastfill.md) SDK version: 3.4.1

## Setup
The [basic setup](../README.md#basic-setup) is required before continuing with the following setup for Netverify.
Expand Down Expand Up @@ -56,28 +56,28 @@ If you want to use offline scanning for Fastfill please contact your Jumio Custo
## Dependencies

If an optional module is __not linked__, the __scan method is not available__ but the library size is reduced.
The [Sample app](https://github.com/Jumio/mobile-sdk-android/blob/master/sample/JumioMobileSample/) apk size with the products Netverify, BAM, Document Verification and Authentication included is currently __27.44 MB__.
The [Sample app](https://github.com/Jumio/mobile-sdk-android/blob/master/sample/JumioMobileSample/) apk size with the products Netverify, BAM, Document Verification and Authentication included is currently __27.43 MB__.

|Dependency | Mandatory | Description | Size (Jumio libs only) |
| ---------------- |:-------------------:|:------------------------|:---------:|
|com.jumio.android:core:3.4.0@aar | x | Jumio Core library | 4.10 MB |
|com.jumio.android:nv:3.4.0@aar | x | Netverify library | 524.34 KB |
|com.jumio.android:core:3.4.1@aar | x | Jumio Core library | 4.11 MB |
|com.jumio.android:nv:3.4.1@aar | x | Netverify library | 522.18 KB |
|androidx.appcompat:appcompat:1.1.0 | x | Android appcompat library | - |
|androidx.cardview:cardview:1.0.0 | x | Android cardview library (Netverify only) | - |
|androidx.room:room-runtime:2.2.1 | x | Android database object mapping library | - |
|androidx.constraintlayout:constraintlayout:1.1.3 | x | Android constraint layout library | - |
|com.google.android.gms:play-services-vision:18.0.0 | | Barcode Scanning | - |
|com.jumio.android:face:3.4.0@aar | | Face library | 91.37 KB |
|com.jumio.android:face:3.4.1@aar | | Face library | 93.06 KB |
|com.facetec:zoom-authentication:8.0.11@aar | | Zoom face scanning library | 9.00 MB |
|com.google.android.material:material:1.0.0 | | Android material design library | - |
|com.jumio.android:javadoc:3.4.0 | | Jumio SDK Javadoc | - |
|com.jumio.android:nv-barcode:3.4.0@aar | | US / CAN Barcode Scanning | 3.13 MB |
|com.jumio.android:nv-barcode-vision:3.4.0@aar | | US / CAN Barcode Scanning Alternative (reduced size) | 38.88 KB |
|com.jumio.android:nv-mrz:3.4.0@aar | | MRZ scanning | 2.09 MB |
|com.jumio.android:nv-nfc:3.4.0@aar | | eMRTD Scanning | 771.16 KB |
|com.jumio.android:javadoc:3.4.1 | | Jumio SDK Javadoc | - |
|com.jumio.android:nv-barcode:3.4.1@aar | | US / CAN Barcode Scanning | 3.13 MB |
|com.jumio.android:nv-barcode-vision:3.4.1@aar | | US / CAN Barcode Scanning Alternative (reduced size) | 38.89 KB |
|com.jumio.android:nv-mrz:3.4.1@aar | | MRZ scanning | 2.09 MB |
|com.jumio.android:nv-nfc:3.4.1@aar | | eMRTD Scanning | 771.17 KB |
|org.bouncycastle:bcprov-jdk15on:1.61 | | eMRTD Scanning | - |
|net.sf.scuba:scuba-sc-android:0.0.18 | | eMRTD Scanning | - |
|com.jumio.android:nv-ocr:3.4.0@aar | | Template Matcher | 1.07 MB |
|com.jumio.android:nv-ocr:3.4.1@aar | | Template Matcher | 1.08 MB |

#### Dependency conflicts
If the dependency `com.jumio.android:nv-barcode-vision` is used in the application, the following lines have to be added to the application tag in the AndroidManifest.xml to avoid merge issues (see [AndroidManifest.xml](https://github.com/Jumio/mobile-sdk-android/blob/master/sample/JumioMobileSample/src/main/AndroidManifest.xml) in Sample app):
Expand Down Expand Up @@ -114,7 +114,7 @@ In case of __DIALOG_PENDING__, the `requestCode` provided in the method above ca
If you use Netverify and BAM Checkout in your app, add the following dependency:

```
implementation "com.jumio.android:bam:3.4.0@aar"
implementation "com.jumio.android:bam:3.4.1@aar"
```

#### Root detection
Expand Down Expand Up @@ -448,6 +448,8 @@ public Set<NVDocumentVariant> getDocumentVariants(NVDocumentType documentType);

**[NVScanSide](https://jumio.github.io/mobile-sdk-android/com/jumio/core/data/document/ScanSide.html)** values: `FRONT`, `BACK`, `FACE`

`onNetverifyUserConsentRequried` within *yourNetverifyCustomSDKInterface* is invoked when the end-user’s consent to Jumio’s privacy policy is legally required. [onUserConsented](https://jumio.github.io/mobile-sdk-android/com/jumio/nv/custom/NetverifyCustomSDKController.html#onUserConsented--) needs to be called after the end-user has accepted

After `onNetverifyResourcesLoaded` within *yourNetverifyCustomSDKInterface*, start scanning by providing a ScanSide from the list, instances of the class `NetverifyCustomScanView` and `NetverifyCustomConfirmationView`, and an instance of your class which implements the `NetverifyCustomScanInterface`. You will receive a `NetverifyCustomScanPresenter` object.


Expand Down
6 changes: 5 additions & 1 deletion docs/transition-guide_authentication.md
Original file line number Diff line number Diff line change
@@ -1,9 +1,13 @@
![Fastfill & Netverify](images/authentication.jpg)
![Authentication](images/authentication.jpg)

# Transition guide for Authentication SDK

This section only covers the breaking technical changes that should be considered when updating from the previous version.

## 3.4.1
* A new callback [onAuthenticationUserConsentRequired](https://jumio.github.io/mobile-sdk-android/com/jumio/auth/custom/AuthenticationCustomSDKInterface.html#onAuthenticationUserConsentRequired-java.lang.String-) was added to [AuthenticationCustomScanInterface](https://jumio.github.io/mobile-sdk-android/com/jumio/auth/custom/AuthenticationCustomScanInterface.html)
* A new method [onUserConsented](https://jumio.github.io/mobile-sdk-android/com/jumio/auth/custom/AuthenticationCustomSDKController.html#onUserConsented--) was added to [AuthenticationCustomSDKController](https://jumio.github.io/mobile-sdk-android/com/jumio/auth/custom/AuthenticationCustomSDKController.html)

## 3.4.0
#### Dependency change
* ~~androidx.appcompat:appcompat:1.0.2~~ is replaced by androidx.appcompat:appcompat:1.1.0
Expand Down
3 changes: 3 additions & 0 deletions docs/transition-guide_bam-checkout.md
Original file line number Diff line number Diff line change
Expand Up @@ -4,6 +4,9 @@

This section only covers the breaking technical changes that should be considered when updating from the previous version.

## 3.4.1
No backward incompatible changes

## 3.4.0
#### Dependency change
* ~~androidx.appcompat:appcompat:1.0.2~~ is replaced by androidx.appcompat:appcompat:1.1.0
Expand Down
3 changes: 3 additions & 0 deletions docs/transition-guide_document-verification.md
Original file line number Diff line number Diff line change
Expand Up @@ -4,6 +4,9 @@

This section only covers the breaking technical changes that should be considered when updating from the previous version.

## 3.4.1
No backward incompatible changes

## 3.4.0
#### Dependency change
* ~~androidx.appcompat:appcompat:1.0.2~~ is replaced by androidx.appcompat:appcompat:1.1.0
Expand Down
5 changes: 4 additions & 1 deletion docs/transition-guide_netverify-fastfill.md
Original file line number Diff line number Diff line change
Expand Up @@ -4,8 +4,11 @@

This section only covers the breaking technical changes that should be considered when updating from the previous version.

## 3.4.0
## 3.4.1
* A new callback [onNetverifyUserConsentRequired](https://jumio.github.io/mobile-sdk-android/com/jumio/nv/custom/NetverifyCustomSDKInterface.html#onNetverifyUserConsentRequired-java.lang.String-) was added to [NetverifyCustomScanInterface](https://jumio.github.io/mobile-sdk-android/com/jumio/nv/custom/NetverifyCustomScanInterface.html)
* A new method [onUserConsented](https://jumio.github.io/mobile-sdk-android/com/jumio/nv/custom/NetverifyCustomSDKController.html#onUserConsented--) was added to [NetverifyCustomSDKController](https://jumio.github.io/mobile-sdk-android/com/jumio/nv/custom/NetverifyCustomSDKController.html)

## 3.4.0
#### Customization changes
* The SDK now uses Material buttons instead of the old snackbar button styles on the confirmation view.
* Please check out the confirmation screens and the XML output in the [Surface Tool](https://jumio.github.io/surface-android/) for all adapted content.
Expand Down
2 changes: 1 addition & 1 deletion sample/JumioMobileSample/build.gradle
Original file line number Diff line number Diff line change
Expand Up @@ -20,7 +20,7 @@ repositories {
}

ext {
SDK_VERSION = "3.4.0"
SDK_VERSION = "3.4.1"
}

dependencies {
Expand Down

0 comments on commit 92a512a

Please sign in to comment.