Skip to content

Releases: verygoodsecurity/vgs-collect-android

Public release 1.6.6

26 Apr 15:39
69c7d0a
Compare
Choose a tag to compare

What's new

  • Added ability to compare fields content.

Fixes

  • Fixed card mask override issue.

Public release 1.6.5

09 Apr 13:26
6c2c726
Compare
Choose a tag to compare

What's new

  • Added ability to set validation rules for VGSEditText.
  • Added ability to limit valid card brands.
  • Added default styles for VGS Collect views.

Updates

  • Updated VGSTextInputLayout boxStrokeColor attribute, now it allows to set ColorStateList.
  • Removed possibility to set field type in VGSEditText field as deprecated approach. See migration guide to migrate for newer version.

Public release 1.6.4

01 Apr 12:51
f42b50f
Compare
Choose a tag to compare

What's new

  • Added possibility to split card expiration date month and year before submitting.
  • Added ability to attach several views by one method.

Updates

  • Upgraded Kotlin to 1.4.32.
  • Upgraded Gradle to 6.8.3.
  • Updated Android Gradle Plugin to 4.1.3.

Fixes

  • Fixed Locale for output date format.

Public release 1.6.3

26 Mar 15:16
589b5b3
Compare
Choose a tag to compare

Fixes

  • Fixed network error response handling.

Public release 1.6.2

22 Mar 15:28
64e9691
Compare
Choose a tag to compare

What's new

  • Functionality to send collect data in JSON arrays.

Updates

  • Added support of PUT/PATCH/DELETE HTTP methods.

Fixes

  • Fixed custom fonts support.

Public release 1.6.1

25 Feb 11:18
b6f0af3
Compare
Choose a tag to compare

Fixes

  • Fixed handling output divider.

Public release 1.6.0

24 Feb 18:00
730031f
Compare
Choose a tag to compare

What's new

  • Added ability to change divider for VGSCardNumberEditText with app:outputNumberDivider attribute. The divider doesn't make an impact on the user's input.
  • Added new app:numberDivider attribute to the SSNEditText.
  • Implemented the possibility to change the divider for the input inside SSNEditText before content will be submitted on Proxy.

Public release 1.5.0

22 Feb 19:07
9b1419b
Compare
Choose a tag to compare

What's new

  • Added ability to test VGS Collect SDK using VGS Satelite.
  • Implemented the feature that allows showing CVC preview icon.
  • Added ability to override the card number default validation.
  • Added ability to set regular expression to Validation Rules for payment card number validation.

Public release 1.4.2

19 Feb 14:05
2a19842
Compare
Choose a tag to compare

Fixes

  • Fixed Boolean type handling in addition data.

Public release 1.4.1

12 Feb 13:49
6ea3f07
Compare
Choose a tag to compare

What's new

  • Added contentLengthRaw attribute to states of SSNEditText and VGSCardNumberEditText 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