BCC Mobile Face Android Releases


BCC Mobile Face Android - 4.3.0

This release implements the new api standard, adds a screen to review the photo and another screen to show the instructions for the capture.

New Features

[NF-001] BCCFaceBuilder

Now, in BCC Face Api, the integrators can implement the capture process using the builder pattern, reducing the amount of code necessary to initialize a new capture, and making it easier to implement.

[HNF-002] Face Capture Manager

Now, the screens flow is managed by the class FaceCaptureManager. It controls which screen should appear next.

Improvements

[HIP-001] Gradle Update

Updated gradle to a newer version.

[HIP-002] Binding Enabled

Now BCCFace supports binding.


BCC Mobile Face Android - 4.2.0

This release adds the voice instruction feature.

New Features

[NF-001] Voice Instruction Feature

Now, in BCC Face Api, users can hear the instructions while in liveness process.

An additional parameter was added (can be null) in function initializeCapture(). This parameter is the speechSettings. The speechSettings is a class that changes the parameters of the voice that speak the instructions.

[NF-002] Localization improvements and support for Spanish

  • Reviewed message and feedbacks for english (en-US) and portuguese (pt-BR)

  • Support for Mexican Spanish es-MX;

    • Text & speech;

An additional parameter was also added in function getNewLivenessDetection(). This parameter is language. The language parameter is a Enum that forces a Localization for BCC Face. Supports this languages: pt-BR, en-US and en-MX.

[NF-003] New Design

Updated all the design, according to the one made by the Z1 Design Agency.

Already implemented but oficializad at this release.

Improvements

[IP-001] Error in onSuccess

Sometimes, even if the capture was successful, BCC Face didn’t sent any face image.

[IP-002] Null orientation crash

Sometimes, BCC Face was crashing, because couldn’t get the device orientation.

[HIP-001] Help Action

The feature of help action was removed due to logic incompatibility with voice instruction.