Skip to content

Commit

Permalink
Update documentation
Browse files Browse the repository at this point in the history
  • Loading branch information
Onfido Android Team committed Jan 31, 2022
1 parent 5ae4808 commit e1cc0cd
Show file tree
Hide file tree
Showing 4 changed files with 23 additions and 6 deletions.
15 changes: 15 additions & 0 deletions CHANGELOG.MD
Original file line number Diff line number Diff line change
Expand Up @@ -9,6 +9,21 @@ and this project adheres to [Semantic Versioning](http://semver.org/spec/v2.0.0.
are responsible for testing your translated layout in case you are using custom
translations. [More on language localisation](README.md#4-localisation)

## [11.2.0] - 2022-01-31

### Changed

- Public: Disable accessibility if there is not any spoken accessibility enabled
- UI: Shutter button always visible, no longer hidden while waiting for auto-capture
- Public: Changed video bitrate configuration for document capture flow
- Public: Filtered out the countries which doesn't support the selected document type

### Fixed

- Public: Fixed a rare crash that happens when retrieving from user consent url
- Public: Fixed MLKit related crash
- Public: Fixed native library crashes

## [11.1.0] - 2022-01-17

### Changed
Expand Down
6 changes: 3 additions & 3 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -122,8 +122,8 @@ Average size (with Proguard enabled):

| ABI | Size |
| ----------- | :-----: |
| armeabi-v7a | 6.54 Mb |
| arm64-v8a | 7.43 Mb |
| armeabi-v7a | 6.61 Mb |
| arm64-v8a | 7.50 Mb |

#### 2.2 `onfido-capture-sdk-core`

Expand All @@ -143,7 +143,7 @@ Average size (with Proguard enabled):

| ABI | Size |
| ----------- | :-----: |
| universal | 4.00 Mb |
| universal | 4.08 Mb |


**Note**: The average sizes were measured by building the minimum possible wrappers around our SDK,
Expand Down
4 changes: 2 additions & 2 deletions sample-app/app/build.gradle
Original file line number Diff line number Diff line change
@@ -1,8 +1,8 @@
apply plugin: 'com.android.application'


def sdkVersion = '11.1.1'
def versionCodeNumber = 1111
def sdkVersion = '11.2.0'
def versionCodeNumber = 1120

android {
compileSdkVersion 30
Expand Down
4 changes: 3 additions & 1 deletion strings.xml
Original file line number Diff line number Diff line change
Expand Up @@ -431,4 +431,6 @@
<string name="onfido_nfc_intro_sheet_fail_instructions_card">Keep your phone still</string>
<string name="onfido_nfc_intro_sheet_fail_subtitle_card">Lost contact with card</string>
<string name="onfido_nfc_intro_sheet_fail_subtitle_passport">Lost contact with passport</string>
<string name="onfido_nfc_intro_sheet_fail_instructions_passport">Move your phone slightly up or down</string></resources>
<string name="onfido_nfc_intro_sheet_fail_instructions_passport">Move your phone slightly up or down</string>

</resources>

0 comments on commit e1cc0cd

Please sign in to comment.