CHANGELOG.md 4.3 KB
Newer Older
Javokhir Savriev's avatar
Javokhir Savriev committed
1
2
3
4
# Changelog

All notable changes to this project will be documented in this file.

Javohir Savriy's avatar
Javohir Savriy committed
5
6
7
8
## [2.3.1] - 15 May, 2024

- 🔨 Resolved CameraX Preview static screen: Addressed an issue causing the CameraX preview to display a static screen on specific devices.

Javokhir's avatar
Javokhir committed
9
10
11
12
## [2.3.0] - 9 Apr, 2024

- 🔨 Resolved CameraX Preview black screen: Addressed an issue causing the CameraX preview to display a black screen on specific devices.

13
## [2.2.8] - 1 Feb, 2024
Javokhir's avatar
Javokhir committed
14

15
16
17
- 🔗💥 Breaking change: now in order to retrieve the bitmap, user should call `getGraphicFieldImageByType` method on result object, instead of retrieving the `bitmap` field. This solves the bug with OutOfMemory exceptions on some devices;
- Added configurations for allowing transactions of foreign based end-users;
- Range for available face comparison `threshold` is now between 0.55 and 0.99, and it defaults to 0.55 now
Javokhir's avatar
Javokhir committed
18

Javokhir's avatar
2.2.7    
Javokhir committed
19
20
21
22
23
24
25
26
27
28
## [2.2.7] - 2 Nov, 2023

- Added new `withMinAge(value: Int)` method for the minimum age to use the MyID service.
- 🔨 Fixed PINFL bug on versions below Android 8.1.
- Added error texts in inputs.

## [2.2.6] - 22 Oct, 2023

- Added new `withScreenOrientation(value: MyIdScreenOrientation)` method for screen orientation.

Javokhir's avatar
2.2.2    
Javokhir committed
29
30
## [2.2.5] - 19 Oct, 2023

Javokhir's avatar
2.2.7    
Javokhir committed
31
32
- 🔐 Added enhanced security measures.
- Added `withClientHash` method, which is mandatory if using withEntryType(MyIdEntryType.AUTH).
Javokhir's avatar
2.2.2    
Javokhir committed
33
34
35
36
37

## [2.2.4] - 20 Sep, 2023

- 🔨 Horizontal and landscape orientation bug on edge cases fixed.

Javokhir's avatar
Updated    
Javokhir committed
38
39
40
41
## [2.2.3] - 25 Aug, 2023

- Dev base url changed to [devmyid.uz](https://devmyid.uz/).

Javohir Savriy's avatar
Javohir Savriy committed
42
43
44
45
46
## [2.2.2] - 10 Aug, 2023

- Pressing back button during identification is disabled.

## [2.2.0 - 2.2.1] - 24 Jul, 2023
Javohir Savriy's avatar
Javohir Savriy committed
47
48
49

- 🔥 Converted to maven

Javokhir Savriev's avatar
Javokhir Savriev committed
50
51
52
53
54
## [2.1.7] - 20 Jun, 2023

- Added new `withResolution(value: MyIdResolution)` method for resolution.
- Added new `withImageFormat(value: MyIdImageFormat)` method for image format type.

Javohir Savriy's avatar
2.1.6    
Javohir Savriy committed
55
56
57
58
59
60
61
62
63
64
65
## [2.1.6] - 12 Apr, 2023

### New features

- Added new ability to customize the colors, buttons and strings used in the SDK flow.
- Added new Driver license detection.

### Fixes

- 🔨 Date of birth bug fixed.

Javohir Savriy's avatar
2.1.5    
Javohir Savriy committed
66
67
68
69
70
71
72
73
74
75
76
77
## [2.1.5] - 25 Mar, 2023

### Changed features

- Update `cameraVersion` from `1.3.0-alpha01` to `1.2.2`
- Update `mlkit-barcode-scanning` from `18.1.0` to `18.2.0`
- Update `sentry-android` from `6.7.0-alpha.1` to `6.16.0`

### Fixes

- 🔨 Locale change bug fixed.

Javokhir Savriev's avatar
Javokhir Savriev committed
78
79
80
81
82
83
84
85
86
87
88
89
90
91
92
93
94
95
96
97
98
99
100
101
102
103
104
105
106
107
108
109
110
111
112
113
114
115
116
117
118
119
120
121
122
123
124
125
126
127
## [2.1.4] - 21 Feb, 2023

### New features

- Added new `withResidency(value: MyIdResidentType)` method for residency.
- Added new translations to texts in MyID SDK.

## [2.1.3] - 30 Jan, 2023

### New features

- Added an option to handle result on `onActivityResult` method. For more information, please visit our [README](README.md#with-onactivityresult-method).
- Added Content-Language for every request.

### Changed features

- UI: Increased image compression quality parameter.
- UI: Improved Auth screen ui components

## [2.1.2] - 25 Nov, 2022

### New features

- 📝 Added new identification recommendations.
- 🌟 Updated ID Card detection frame.
- 🔥 Added new `withCameraShape(value: MyIdCameraShape)` method to change camera shape.
- 🌟 Added new `withSdkHash(value: String)` method for identification.

### Changed features

- Update `targetSdkVersion` from `31` to `33`
- Update `androidx.core:core-ktx` from `1.8.0` to `1.9.0`
- Update `androidx.appcompat:appcompat` from `1.4.2` to `1.5.1`
- Update `cameraVersion` from `1.2.0-alpha01` to `1.3.0-alpha01`
- Update `mlkit-face-detection` from `17.0.1` to `17.1.0`
- Update `mlkit-text-recognition` from `18.0.0` to `18.0.2`
- Update `mlkit-barcode-scanning` from `18.0.0` to `18.1.0`

## [2.1.1] - 31 Oct, 2022

### Changed features

- Update `withLocale(value: MyIdLocale)` from `MyIdLocale` to `Locale`

## [2.1.0] - 16 Sep, 2022

### New features

- 🔥 Added new `withOrganizationDetails(value: OrganizationDetails)` method. You can customize the
  SDK, for it to match your organization's brand
Javokhir's avatar
2.2.2    
Javokhir committed
128
  book. [Usage](CUSTOMIZATION.md)
Javokhir Savriev's avatar
Javokhir Savriev committed
129
130
131
132
133
134
135
136
137
138
139
140
141
142
143
144
- 🌟 Added `comparison` value to the `MyIdResult` object on successful identification.

### Fixes

- 🔨 First April bug fixed.

## [2.0.9] - 30 Aug, 2022

### New features

- 🌟 Added new `withThreshold(value: Float)` method for identification.
- 🔥 Added Ban user feature.
- 🔥 Added Liveness fail and Bad or blurry recommendations.

### Fixes

145
- 🔨 `Image's size must be lower than 1600 kb`. This bug fixed.