Releases: verygoodsecurity/vgs-collect-android
Releases · verygoodsecurity/vgs-collect-android
Public release 1.6.18
Updates
- Bumped kotlin-gradle-plugin from 1.6.0 to 1.6.10
- Bumped gradle from 7.0.3 to 7.0.4
- Bumped json from 20210307 to 20211205
- Bumped robolectric from 4.7.2 to 4.7.3
Fixes
- Fixed
VGSTextInputLayout
error message restore after screen rotation.
Public release 1.6.17
What's new
- Added ability to specify card number input max length using
setMaxInputLength
function ofVGSCardNumberEditText
.
Updates
- Bumped okhttp from 4.9.2 to 4.9.3.
- Bumped appcompat from 1.3.1 to 1.4.0.
- Bumped kotlin-gradle-plugin from 1.5.31 to 1.6.0.
- Bumped core-ktx from 1.6.0 to 1.7.0.
Public release 1.6.16
Updates
- Bump firebase-bom from 28.4.1 to 28.4.2.
- Bump mockito_version from 3.12.4 to 4.0.0.
- Bump gradle from 7.0.2 to 7.0.3.
Fixes
- Fixed issue with
VGSCollect.submit()
function response body.
Public release 1.6.15
Updates
- Improved
ExpirationDateEditText
min/max date validation logic. - Bump kotlin-gradle-plugin from 1.5.30 to 1.5.31.
- Bump constraintlayout from 2.1.0 to 2.1.1.
- Bump okhttp from 4.9.1 to 4.9.2.
- Bump dokka_version from 1.5.30 to 1.5.31.
Fixes
- Fixed issue with
findFocus()
.
Public release 1.6.14
Updates
- Updated default behavior of VGSEditText. Field state will be valid if no validation rules were defined.
- Bump dokka_version from 1.5.0 to 1.5.30
Public release 1.6.13
Updates
- Bump firebase-bom from 28.4.0 to 28.4.1.
Fixes
- Fixed ConcurrentModificationException during submitting form data.
Public release 1.6.12
Updates
- Added
textCapCharacters
andtextCapWords
input types forPersonNameEditText
- Added ability to handle all existing input types for
VGSEditText
- Bump kotlin-gradle-plugin from 1.5.21 to 1.5.30
- Bump dokka-gradle-plugin from 1.4.32 to 1.5.0
- Bump gradle from 4.2.2 to 7.0.2
- Bump google-services from 4.3.8 to 4.3.10
- Bump gradle-maven-publish-plugin from 0.15.1 to 0.17.0
Public release 1.6.11
Updates
- Improved custom card brand handling.
- Upgraded Kotlin to 1.5.21.
- Upgraded Gradle to 7.1.1.
- Upgraded Android Material to 1.4.0.
Public release 1.6.10
What's new
- Added
showKeyboard()/hideKeyboard()
functions into all VGS edit texts.
Updates
- Added
textCapCharacters
input type forVGSEditText
. - Upgraded Kotlin to 1.5.20.
Fixes
- Fixed VGS edit texts background drawable handling.
Public release 1.6.9
Updates
- Added ability to override
VGSCollectLogger
tag. - Added
VGSCollectFieldNameMappingPolicy.FLAT_JSON
mapping policy.
Fixes
- Fixed keyboard issue when it is not showing after reopening the app.