Skip to content

Commit

Permalink
Update documentation
Browse files Browse the repository at this point in the history
  • Loading branch information
J. Doe (https://devcenter.bitrise.io/builds/setting-your-git-credentials-on-build-machines/) committed Aug 8, 2019
1 parent 8a767c4 commit 28d37d8
Show file tree
Hide file tree
Showing 3 changed files with 23 additions and 0 deletions.
8 changes: 8 additions & 0 deletions CHANGELOG.MD
Original file line number Diff line number Diff line change
Expand Up @@ -6,6 +6,14 @@ and this project adheres to [Semantic Versioning](http://semver.org/spec/v2.0.0.

**Note**: If the strings translations change it will result in a MINOR version change, therefore you are responsible for testing your translated layout in case you are using custom translations. [More on language localisation](README.md#4-localisation)

## [4.11.0-rc.1]

### Added:
- Internal: Support new token format

### Changed:
- Internal: Performance improvements to our liveness face tracking feature

## [4.10.0]

### Added:
Expand Down
10 changes: 10 additions & 0 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -13,6 +13,7 @@
* [Going live](#going-live)
* [Cross platform frameworks](#cross-platform-frameworks)
* [Migrating](#migrating)
* [Security](#security)
* [Getting notified about releases](#getting-notified-about-releases)
* [Licensing](#licensing)
* [More information](#more-information)
Expand Down Expand Up @@ -391,6 +392,15 @@ Any issue or question about the existing integrations should be raised on the co

You can find the migration guide in [MIGRATION.md](MIGRATION.md) file.

## Security

This section is dedicated to every security aspect of the SDK

### Certificate Pinning
We provide integrators the ability to pin any communications between our SDK and server, through a `.withCertificatePinning()` method in
our `OnfidoConfig.Builder` configuration builder. This method accepts as parameter an `Array<String>` with sha-1/sha-256 hashes of certificates' public keys.
In case you are interested in using this feature, for more information about the hashes, please reach out to us at [[email protected]](mailto:[email protected]).

## Getting notified about releases

In case you want to get notified about our releases, feel free to access our [Bintray page](https://bintray.com/onfido/maven/onfido-capture-sdk) and click the `Watch` button.
Expand Down
5 changes: 5 additions & 0 deletions strings.xml
Original file line number Diff line number Diff line change
Expand Up @@ -205,4 +205,9 @@
<string name="onfido_liveness_fetch_challenge_error_title">Connection timeout</string>
<string name="onfido_liveness_fetch_challenge_error_description">Check that your connection is stable, then try again</string>
<string name="onfido_back">Back</string>

<!-- Accessibility strings for screen readers -->
<string name="onfido_accessibility_liveness_video_example">Example video showing how to record a selfie video</string>
<string name="onfido_accessibility_camera_face_capture_view">View from selfie camera</string>

</resources>

0 comments on commit 28d37d8

Please sign in to comment.