Skip to content

Releases: verygoodsecurity/vgs-collect-android

Public release 1.6.16

15 Oct 16:42
3a49d8a
Compare
Choose a tag to compare

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

05 Oct 12:40
5dae03c
Compare
Choose a tag to compare

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

16 Sep 15:31
fec43d6
Compare
Choose a tag to compare

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

15 Sep 14:40
a740c47
Compare
Choose a tag to compare

Updates

  • Bump firebase-bom from 28.4.0 to 28.4.1.

Fixes

  • Fixed ConcurrentModificationException during submitting form data.

Public release 1.6.12

10 Sep 13:20
dde60be
Compare
Choose a tag to compare

Updates

  • Added textCapCharacters and textCapWords input types for PersonNameEditText
  • 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

27 Jul 16:18
b45097b
Compare
Choose a tag to compare

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

29 Jun 10:28
d7fd46c
Compare
Choose a tag to compare

What's new

  • Added showKeyboard()/hideKeyboard() functions into all VGS edit texts.

Updates

  • Added textCapCharacters input type for VGSEditText.
  • Upgraded Kotlin to 1.5.20.

Fixes

  • Fixed VGS edit texts background drawable handling.

Public release 1.6.9

15 Jun 11:04
d8b8f3b
Compare
Choose a tag to compare

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.

Public release 1.6.8

07 Jun 13:50
ed6d047
Compare
Choose a tag to compare

Fixes

  • Fixed inputType in VGSEditText field.

Public release 1.6.7

03 Jun 15:15
6af0ecc
Compare
Choose a tag to compare

Updates

  • Added ability to set the request's timeout
  • Upgraded Kotlin to 1.5.10
  • Upgraded Gradle to 7.0.2
  • Upgraded Android Gradle Plugin to 4.2.1

Fixes

  • Fixed OutOfMemoryException when attaching large files. Now Collect SDK notifies error in OnFieldStateChangeListener.