Skip to content

Commit

Permalink
Release commit for 3.3.1
Browse files Browse the repository at this point in the history
  • Loading branch information
JumioMobileTeam committed Sep 4, 2019
1 parent 32ea65d commit a3daefc
Show file tree
Hide file tree
Showing 10 changed files with 45 additions and 29 deletions.
10 changes: 7 additions & 3 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.3.0
SDK version: 3.3.1

#### Changes
* 3D Liveness improvements [Netverify, Authentication]
Expand All @@ -20,6 +20,9 @@ SDK version: 3.3.0
* Added support for storing the 3D facemap on customer premise functionality
* Support of Portuguese and Italian language [Netverify/Fastfill, Authentication, Document Verification]
* Improved speed of image processing during ID capture [Netverify/Fastfill]
* Improved dependency check of face libraries [Netverify]
* Fixed a bug that sometimes the ID image was cropped too much [Netverify]
* Fixed a bug that J error was not displayed in custom UI [Netverify Custom UI]
* Various smaller bug fixes/improvements [Netverify/Fastfill, Authentication, Document Verification, BAM Checkout]

# Basic Setup
Expand Down Expand Up @@ -125,9 +128,10 @@ Our SDK supports accessibility features. Visually impaired users can now enable
# Support

## Previous version
The previous release version 3.2.1 of the Jumio Mobile SDK is supported until 2019-11-07.
The previous release version 3.3.0 of the Jumio Mobile SDK is supported until 2019-12-05.

In case the support period is expired, no bug fixes are provided anymore (typically fixed in the upcoming versions). The SDK will keep functioning (until further notice).
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.

## Two-factor Authentication
If you want to enable two-factor authentication for your Jumio customer portal please contact us at https://support.jumio.com. Once enabled, users will be guided through the setup upon their first login to obtain a security code using the "Google Authenticator" app.
Expand Down
10 changes: 5 additions & 5 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.3.0
For technical changes, please read our [transition guide](transition-guide_authentication.md) SDK version: 3.3.1

## Setup
The [basic setup](../README.md#basic-setup) is required before continuing with the following setup for Authentication.
Expand All @@ -39,14 +39,14 @@ The [Sample app](https://github.com/Jumio/mobile-sdk-android/blob/master/sample/

|Dependency | Mandatory | Description | Size (Jumio libs only) |
| ---------------------------- |:-------------:|:-----------------|:---------:|
|com.jumio.android:core:3.3.0@aar | x | Jumio Core library | 4.09 MB |
|com.jumio.android:auth:3.3.0@aar | x | Authentication library | 87.01 KB |
|com.jumio.android:face:3.3.0@aar | x | Face library | 84.98 KB |
|com.jumio.android:core:3.3.1@aar | x | Jumio Core library | 4.09 MB |
|com.jumio.android:auth:3.3.1@aar | x | Authentication library | 87.01 KB |
|com.jumio.android:face:3.3.1@aar | x | Face library | 84.98 KB |
|com.facetec:zoom-authentication-hybrid:7.0.14@aar | x | Zoom face scanning library | 12.40 MB |
|androidx.appcompat:appcompat:1.0.2 | x | Android appcompat library | - |
|androidx.room:room-runtime:2.0.0 | x | Android database object mapping library | - |
|com.google.android.material:material:1.0.0 | | Android material design library | - |
|com.jumio.android:javadoc:3.3.0 | | Jumio SDK Javadoc | - |
|com.jumio.android:javadoc:3.3.1 | | Jumio SDK Javadoc | - |

### Others

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.3.0
For technical changes, please read our [transition guide](transition-guide_bam-checkout.md) SDK version: 3.3.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.3.0@aar | x | Jumio Core library| 4.09 MB |
|com.jumio.android:bam:3.3.0@aar | x | BAM Checkout library | 3.59 MB |
|com.jumio.android:core:3.3.1@aar | x | Jumio Core library| 4.09 MB |
|com.jumio.android:bam:3.3.1@aar | x | BAM Checkout library | 3.59 MB |
|androidx.appcompat:appcompat:1.0.2 | x | Android appcompat library| - |
|androidx.room:room-runtime:2.0.0 | x | Android database object mapping library | - |
|com.jumio.android:javadoc:3.3.0 | | Jumio SDK Javadoc| - |
|com.jumio.android:javadoc:3.3.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.3.0
For technical changes, please read our [transition guide](transition-guide_document-verification.md) SDK version: 3.3.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.3.0@aar | x | Jumio Core library | 4.09 MB |
| com.jumio.android:dv:3.3.0@aar | x | Document Verification library | 115.27 KB |
| com.jumio.android:core:3.3.1@aar | x | Jumio Core library | 4.09 MB |
| com.jumio.android:dv:3.3.1@aar | x | Document Verification library | 115.27 KB |
| androidx.appcompat:appcompat:1.0.2 | x | Android appcompat library | - |
|androidx.room:room-runtime:2.0.0 | x | Android database object mapping library | - |
| com.jumio.android:javadoc:3.3.0 | | Jumio SDK Javadoc | - |
| com.jumio.android:javadoc:3.3.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
22 changes: 11 additions & 11 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.3.0
For technical changes, please read our [transition guide](transition-guide_netverify-fastfill.md) SDK version: 3.3.1

## Setup
The [basic setup](../README.md#basic-setup) is required before continuing with the following setup for Netverify.
Expand Down Expand Up @@ -60,23 +60,23 @@ The [Sample app](https://github.com/Jumio/mobile-sdk-android/blob/master/sample/

|Dependency | Mandatory | Description | Size (Jumio libs only) |
| ---------------------------- |:-------------:|:-----------------|:---------:|
|com.jumio.android:core:3.3.0@aar | x | Jumio Core library | 4.09 MB |
|com.jumio.android:nv:3.3.0@aar | x | Netverify library | 493.46 KB |
|com.jumio.android:core:3.3.1@aar | x | Jumio Core library | 4.09 MB |
|com.jumio.android:nv:3.3.1@aar | x | Netverify library | 493.46 KB |
|androidx.appcompat:appcompat:1.0.2 | x | Android appcompat library | - |
|androidx.cardview:cardview:1.0.0 | x | Android cardview library (Netverify only) | - |
|androidx.room:room-runtime:2.0.0 | x | Android database object mapping library | - |
|com.google.android.gms:play-services-vision:18.0.0 | | Barcode Scanning | - |
|com.jumio.android:face:3.3.0@aar | | Face library | 84.98 KB |
|com.jumio.android:face:3.3.1@aar | | Face library | 84.98 KB |
|com.facetec:zoom-authentication-hybrid:7.0.14@aar | | Zoom face scanning library | 12.40 MB |
|com.google.android.material:material:1.0.0 | | Android material design library | - |
|com.jumio.android:javadoc:3.3.0 | | Jumio SDK Javadoc | - |
|com.jumio.android:nv-barcode:3.3.0@aar | | US / CAN Barcode Scanning | 3.13 MB |
|com.jumio.android:nv-barcode-vision:3.3.0@aar | | US / CAN Barcode Scanning Alternative (reduced size) | 37.25 KB |
|com.jumio.android:nv-mrz:3.3.0@aar | | MRZ scanning | 2.08 MB |
|com.jumio.android:nv-nfc:3.3.0@aar | | eMRTD Scanning | 764.66 KB |
|com.jumio.android:javadoc:3.3.1 | | Jumio SDK Javadoc | - |
|com.jumio.android:nv-barcode:3.3.1@aar | | US / CAN Barcode Scanning | 3.13 MB |
|com.jumio.android:nv-barcode-vision:3.3.1@aar | | US / CAN Barcode Scanning Alternative (reduced size) | 37.25 KB |
|com.jumio.android:nv-mrz:3.3.1@aar | | MRZ scanning | 2.08 MB |
|com.jumio.android:nv-nfc:3.3.1@aar | | eMRTD Scanning | 764.66 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.3.0@aar | | Template Matcher | 1.07 MB |
|com.jumio.android:nv-ocr:3.3.1@aar | | Template Matcher | 1.07 MB |

### Google Mobile Vision

Expand Down Expand Up @@ -115,7 +115,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.3.0@aar"
implementation "com.jumio.android:bam:3.3.1@aar"
```

#### Root detection
Expand Down
5 changes: 4 additions & 1 deletion docs/transition-guide_authentication.md
Original file line number Diff line number Diff line change
@@ -1,9 +1,12 @@
![Fastfill & Netverify](images/authentication.jpg)
![Fastfill & Netverify](images/netverify.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.3.1
No backward incompatible changes

## 3.3.0
#### Deallocation callback
Added a new method [checkDeallocation](https://jumio.github.io/mobile-sdk-android/com/jumio/auth/AuthenticationSDK.html#checkDeallocation-com.jumio.auth.AuthenticationDeallocationCallback-) in the [AuthenticationSDK](https://jumio.github.io/mobile-sdk-android/com/jumio/auth/AuthenticationSDK.html) to check if the SDK resources have already been deallocated. The method requires a [AuthenticationDeallocationCallback](https://jumio.github.io/mobile-sdk-android/com/jumio/auth/AuthenticationDeallocationCallback.html) instance as a parameter and calls `onAuthenticationDeallocated` once the SDK is deallocated. The checkDeallocation method should only be called once the SDK has returned a result and another SDK instance is required.
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.3.1
No backward incompatible changes

## 3.3.0
No backward incompatible changes

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.3.1
No backward incompatible changes

## 3.3.0
#### New SDK localizations added
SDK Translations for the languages Italian and Portuguese have been added.
Expand Down
3 changes: 3 additions & 0 deletions docs/transition-guide_netverify-fastfill.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.3.1
No backward incompatible changes

## 3.3.0
#### Deallocation callback
Added a new method [checkDeallocation](https://jumio.github.io/mobile-sdk-android/com/jumio/nv/NetverifySDK.html#checkDeallocation-com.jumio.nv.NetverifyDeallocationCallback-) in the [NetverifySDK](https://jumio.github.io/mobile-sdk-android/com/jumio/nv/NetverifySDK.html) to check if the SDK resources have already been deallocated. The method requires a [NetverifyDeallocationCallback](https://jumio.github.io/mobile-sdk-android/com/jumio/nv/NetverifyDeallocationCallback.html) instance as a parameter and calls `onNetverifyDeallocated` once the SDK is deallocated. The checkDeallocation method should only be called once the SDK has returned a result and another SDK instance is required.
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.3.0"
SDK_VERSION = "3.3.1"
}

dependencies {
Expand Down

0 comments on commit a3daefc

Please sign in to comment.