Releases: verygoodsecurity/vgs-collect-android
Releases · verygoodsecurity/vgs-collect-android
Public release 1.4.2
Fixes
- Fixed Boolean type handling in addition data.
Public release 1.4.1
What's new
- Added
contentLengthRaw
attribute to states ofSSNEditText
andVGSCardNumberEditText
fields - Added ability to set
OnTextChangeListener
to all VGS fields - Added ability to set maximum character count to the
VGSEditText
- Added ability to get TextPaint
Updates
- Improved
OnKeyListener
behaviour - Improved
isFocused
method - Upgraded Kotlin to 1.4.30
- Upgraded Gradle to 6.8.2
- Upgraded material components to 1.3.0
Public release 1.4.0
What's new
- Added
brandIconVisibility
attribute to theVGSCardNumberEditText
. Learn more about new attribute. - Added ability to control debug-logs related to the VGS Collect SDK with
VGSCollectLogger
.
Updates
- Updated card brand icons.
Public release 1.3.6
What's new
- Added body to the Response.
Updates
- Update Bouncer SDK version to the latest;
- Updated HttpClient;
- Updated Gradle to
6.8
.
Public release 1.3.4
What's new
- Added
errorEnabled
attribute forVGSTextInputLayout
.
Updates
- Updated documentation
Public release 1.3.3
What's new
- Added ability to disable analytic requests
Updates
- Updated Kotlin to
1.4.21
- Updated documentation
Public release 1.3.1
What's new
- Added ability to set up a custom hostname.
- Added ability to unsubscribe from a View updates.
Updates
- Updated version of scan-module (Bouncer)
- Improved file upload.
- Improved synchronous requests.
- Updated Regex for better detecting Maestro card numbers.
- Updated Gradle to
6.7.1
. - Updated Android Gradle Plugin to
4.1.1
. - Updated Kotlin to
1.4.20
.
Public release 1.2.5
What's new
- Added SSN input field.
- Added internal analytics features;
- Added method for removing
VgsCollectResponseListener
;
Fixes
- Improved card number icon in
VGSCardNumberEditText
Public release 1.2.4
Updates
- Upgraded Gradle to
6.6
. - Upgraded material components to
1.2.0
- Upgraded support library packages to
1.2.0
- Updated Target API to
30
Public release 1.2.3
What's new
- Added
app:formatterMode
attribute.
Updates
- Updated Android Gradle Plugin to 4.0.1
Fixes
- Fixed CVC field synchronization with a card number field.
- Fixed incorrect date format handling in the expiration date field.