Skip to content

Commit

Permalink
Release commit for 3.2.1
Browse files Browse the repository at this point in the history
  • Loading branch information
JumioMobileTeam committed Jun 14, 2019
1 parent 68c2434 commit 2de10e8
Show file tree
Hide file tree
Showing 10 changed files with 46 additions and 33 deletions.
9 changes: 5 additions & 4 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.2.0
SDK version: 3.2.1

#### Changes
* Added support for [Jumio screening](https://www.jumio.com/screening/) [Netverify]
Expand All @@ -22,6 +22,7 @@ SDK version: 3.2.0

#### Fixes
* Fixed capture problem of Spanish resident permits [Netverify/Fastfill]
* Fixed a face scanning problem in which a black screen was shown to the user [Netverify, Authentication]
* Various smaller bug fixes/improvements [Netverify/Fastfill, Authentication, Document Verification, BAM Checkout]

# Basic Setup
Expand Down Expand Up @@ -83,7 +84,7 @@ __Note:__ The abiFilters command in the ndk closure affects the Google Play Stor
```
defaultConfig {
ndk {
abiFilters "armeabi-v7a","arm64-v8a","x86","x86_64"
abiFilters armeabi-v7a","arm64-v8a","x86","x86_64"
}
}
```
Expand All @@ -94,7 +95,7 @@ splits {
abi {
enable true
reset()
include "armeabi-v7a","arm64-v8a","x86","x86_64"
include armeabi-v7a","arm64-v8a","x86","x86_64"
universalApk false
}
}
Expand Down Expand Up @@ -127,7 +128,7 @@ Our SDK supports accessibility features. Visually impaired users can now enable
# Support

## Previous version
The previous release version 3.1.0 of the Jumio Mobile SDK is supported until 2019-08-05.
The previous release version 3.2.0 of the Jumio Mobile SDK is supported until 2019-09-15.

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).

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.2.0
For technical changes, please read our [transition guide](transition-guide_authentication.md) SDK version: 3.2.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.2.0@aar | x | Jumio Core library | 4.65 MB |
|com.jumio.android:auth:3.2.0@aar | x | Authentication library | 86.33 KB |
|com.jumio.android:face:3.2.0@aar | x | Face library | 84.23 KB |
|com.jumio.android:core:3.2.1@aar | x | Jumio Core library | 4.65 MB |
|com.jumio.android:auth:3.2.1@aar | x | Authentication library | 86.33 KB |
|com.jumio.android:face:3.2.1@aar | x | Face library | 84.23 KB |
|com.facetec:zoom-authentication-hybrid:7.0.12@aar | x | Zoom face scanning library | 11.79 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.2.0 | | Jumio SDK Javadoc | - |
|com.jumio.android:javadoc:3.2.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.2.0
For technical changes, please read our [transition guide](transition-guide_bam-checkout.md) SDK version: 3.2.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.2.0@aar | x | Jumio Core library| 4.65 MB |
|com.jumio.android:bam:3.2.0@aar | x | BAM Checkout library | 2.02 MB |
|com.jumio.android:core:3.2.1@aar | x | Jumio Core library| 4.65 MB |
|com.jumio.android:bam:3.2.1@aar | x | BAM Checkout library | 2.02 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.2.0 | | Jumio SDK Javadoc| - |
|com.jumio.android:javadoc:3.2.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.2.0
For technical changes, please read our [transition guide](transition-guide_document_verification.md) SDK version: 3.2.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.2.0@aar | x | Jumio Core library | 4.65 MB |
| com.jumio.android:dv:3.2.0@aar | x | Document Verification library | 115.55 KB |
| com.jumio.android:core:3.2.1@aar | x | Jumio Core library | 4.65 MB |
| com.jumio.android:dv:3.2.1@aar | x | Document Verification library | 115.55 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.2.0 | | Jumio SDK Javadoc | - |
| com.jumio.android:javadoc:3.2.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.2.0
For technical changes, please read our [transition guide](transition-guide_netverify-fastfill.md) SDK version: 3.2.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.2.0@aar | x | Jumio Core library | 4.65 MB |
|com.jumio.android:nv:3.2.0@aar | x | Netverify library | 494.62 KB |
|com.jumio.android:core:3.2.1@aar | x | Jumio Core library | 4.65 MB |
|com.jumio.android:nv:3.2.1@aar | x | Netverify library | 494.62 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:15.0.1 | | Barcode Scanning | - |
|com.jumio.android:face:3.2.0@aar | | Face library | 84.23 KB |
|com.jumio.android:face:3.2.1@aar | | Face library | 84.23 KB |
|com.facetec:zoom-authentication-hybrid:7.0.12@aar | | Zoom face scanning library | 11.79 MB |
|com.google.android.material:material:1.0.0 | | Android material design library | - |
|com.jumio.android:javadoc:3.2.0 | | Jumio SDK Javadoc | - |
|com.jumio.android:nv-barcode:3.2.0@aar | | US / CAN Barcode Scanning | 3.13 MB |
|com.jumio.android:nv-barcode-vision:3.2.0@aar | | US / CAN Barcode Scanning Alternative (reduced size) | 37.44 KB |
|com.jumio.android:nv-mrz:3.2.0@aar | | MRZ scanning | 2.24 MB |
|com.jumio.android:nv-nfc:3.2.0@aar | | eMRTD Scanning | 763.91 KB |
|com.jumio.android:javadoc:3.2.1 | | Jumio SDK Javadoc | - |
|com.jumio.android:nv-barcode:3.2.1@aar | | US / CAN Barcode Scanning | 3.13 MB |
|com.jumio.android:nv-barcode-vision:3.2.1@aar | | US / CAN Barcode Scanning Alternative (reduced size) | 37.44 KB |
|com.jumio.android:nv-mrz:3.2.1@aar | | MRZ scanning | 2.24 MB |
|com.jumio.android:nv-nfc:3.2.1@aar | | eMRTD Scanning | 763.91 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.2.0@aar | | Template Matcher | 1.57 MB |
|com.jumio.android:nv-ocr:3.2.1@aar | | Template Matcher | 1.57 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.2.0@aar"
implementation "com.jumio.android:bam:3.2.1@aar"
```

#### Root detection
Expand Down
7 changes: 5 additions & 2 deletions docs/transition-guide_authentication.md
Original file line number Diff line number Diff line change
Expand Up @@ -4,13 +4,16 @@

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

## 3.2.1
#### Fixed a face scanning problem in which a black screen was shown to the user

## 3.2.0
#### Dependency change
* ~~androidx.appcompat:appcompat:1.0.0~~ is replaced by androidx.appcompat:appcompat:1.0.2
* ~~androidx.appcompat:appcompat:1.0.0~~ is replaced by androidx.appcompat:appcompat:1.0.2
* ~~com.facetec:zoom-authentication-hybrid:7.0.9~~ is replaced by com.facetec:zoom-authentication-hybrid:7.0.12

#### API changes in AuthenticationCustomScanInterface
A new parameter [AuthenticationCancelReason](https://jumio.github.io/mobile-sdk-android/com/jumio/auth/custom/AuthenticationCancelReason.html) was added to [AuthenticationCustomScanInterface$onAuthenticationScanCanceled](https://jumio.github.io/mobile-sdk-android/com/jumio/auth/custom/AuthenticationCustomScanInterface.html#onAuthenticationScanCanceled-com.jumio.auth.custom.AuthenticationCancelReason-)
A new parameter [AuthenticationCancelReason](https://jumio.github.io/mobile-sdk-android/com/jumio/auth/custom/AuthenticationCancelReason.html) was added to [AuthenticationCustomScanInterface$onAuthenticationScanCanceled](https://jumio.github.io/mobile-sdk-android/com/jumio/auth/custom/AuthenticationCustomScanInterface.html#onAuthenticationScanCanceled-com.jumio.auth.custom.AuthenticationCancelReason-)

#### Close button customization in custom ui
The position and image of the close button for can now be customized. Please have a look at the [AuthenticationCustomScanView](https://jumio.github.io/mobile-sdk-android/com/jumio/auth/custom/AuthenticationCustomScanView.html)
Expand Down
5 changes: 4 additions & 1 deletion docs/transition-guide_bam-checkout.md
Original file line number Diff line number Diff line change
Expand Up @@ -4,9 +4,12 @@

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

## 3.2.1
No changes

## 3.2.0
#### Dependency change
* ~~androidx.appcompat:appcompat:1.0.0~~ is replaced by androidx.appcompat:appcompat:1.0.2
* ~~androidx.appcompat:appcompat:1.0.0~~ is replaced by androidx.appcompat:appcompat:1.0.2

## 3.1.0
No backward incompatible changes
Expand Down
5 changes: 4 additions & 1 deletion docs/transition-guide_document-verification.md
Original file line number Diff line number Diff line change
Expand Up @@ -4,9 +4,12 @@

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

## 3.2.1
No changes

## 3.2.0
#### Dependency change
* ~~androidx.appcompat:appcompat:1.0.0~~ is replaced by androidx.appcompat:appcompat:1.0.2
* ~~androidx.appcompat:appcompat:1.0.0~~ is replaced by androidx.appcompat:appcompat:1.0.2

## 3.1.0
No backward incompatible changes
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.2.1
#### Fixed a face scanning problem in which a black screen was shown to the user

## 3.2.0
#### Dependency change
* ~~androidx.appcompat:appcompat:1.0.0~~ is replaced by androidx.appcompat:appcompat:1.0.2
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.2.0"
SDK_VERSION = "3.2.1"
}

dependencies {
Expand Down

0 comments on commit 2de10e8

Please sign in to comment.