From 76f4650611f271793d38bdafc72843f038209479 Mon Sep 17 00:00:00 2001 From: DmytroDm Date: Fri, 29 Mar 2024 17:33:10 +0200 Subject: [PATCH] Public release v1.9.2 (#652) MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit * Merge public release v1.6.18 into dev (#315) * Merge public release 1.6.16 into master (#277) * Release/v1.6.13 to dev (#240) * Bump dokka_version from 1.5.0 to 1.5.30 (#242) Bumps `dokka_version` from 1.5.0 to 1.5.30. Updates `dokka-gradle-plugin` from 1.5.0 to 1.5.30 - [Release notes](https://github.com/Kotlin/dokka/releases) - [Commits](https://github.com/Kotlin/dokka/compare/v1.5.0...v1.5.30) Updates `dokka-base` from 1.5.0 to 1.5.30 - [Release notes](https://github.com/Kotlin/dokka/releases) - [Commits](https://github.com/Kotlin/dokka/compare/v1.5.0...v1.5.30) --- updated-dependencies: - dependency-name: org.jetbrains.dokka:dokka-gradle-plugin dependency-type: direct:production update-type: version-update:semver-patch - dependency-name: org.jetbrains.dokka:dokka-base dependency-type: direct:production update-type: version-update:semver-patch ... Signed-off-by: dependabot[bot] Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com> * Improve default validation (#243) * Update MIGRATING.md (#244) * Release v1.6.14 (#246) * Bump cardscan-ui from 2.1.0011 to 2.1.0012 (#249) Bumps [cardscan-ui](https://github.com/getbouncer/cardscan-android) from 2.1.0011 to 2.1.0012. - [Release notes](https://github.com/getbouncer/cardscan-android/releases) - [Changelog](https://github.com/getbouncer/cardscan-android/blob/master/CHANGELOG.md) - [Commits](https://github.com/getbouncer/cardscan-android/compare/2.1.0011...2.1.0012) --- updated-dependencies: - dependency-name: com.getbouncer:cardscan-ui dependency-type: direct:production update-type: version-update:semver-patch ... Signed-off-by: dependabot[bot] Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com> * Bump kotlin-gradle-plugin from 1.5.30 to 1.5.31 (#253) Bumps [kotlin-gradle-plugin](https://github.com/JetBrains/kotlin) from 1.5.30 to 1.5.31. - [Release notes](https://github.com/JetBrains/kotlin/releases) - [Changelog](https://github.com/JetBrains/kotlin/blob/v1.5.31/ChangeLog.md) - [Commits](https://github.com/JetBrains/kotlin/compare/v1.5.30...v1.5.31) --- updated-dependencies: - dependency-name: org.jetbrains.kotlin:kotlin-gradle-plugin dependency-type: direct:production update-type: version-update:semver-patch ... Signed-off-by: dependabot[bot] Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com> * Bump constraintlayout from 2.1.0 to 2.1.1 (#257) Bumps [constraintlayout](https://github.com/androidx/constraintlayout) from 2.1.0 to 2.1.1. - [Release notes](https://github.com/androidx/constraintlayout/releases) - [Commits](https://github.com/androidx/constraintlayout/commits) --- updated-dependencies: - dependency-name: androidx.constraintlayout:constraintlayout dependency-type: direct:production update-type: version-update:semver-patch ... Signed-off-by: dependabot[bot] Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com> * Improve validation logic, fix tests (#261) * Fix nullable return type (#260) * Bump okhttp from 4.9.1 to 4.9.2 (#258) Bumps [okhttp](https://github.com/square/okhttp) from 4.9.1 to 4.9.2. - [Release notes](https://github.com/square/okhttp/releases) - [Changelog](https://github.com/square/okhttp/blob/master/CHANGELOG.md) - [Commits](https://github.com/square/okhttp/compare/parent-4.9.1...parent-4.9.2) --- updated-dependencies: - dependency-name: com.squareup.okhttp3:okhttp dependency-type: direct:production update-type: version-update:semver-patch ... Signed-off-by: dependabot[bot] Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com> Co-authored-by: Dmytro * Bump dokka_version from 1.5.30 to 1.5.31 (#264) Bumps `dokka_version` from 1.5.30 to 1.5.31. Updates `dokka-gradle-plugin` from 1.5.30 to 1.5.31 - [Release notes](https://github.com/Kotlin/dokka/releases) - [Commits](https://github.com/Kotlin/dokka/compare/v1.5.30...v1.5.31) Updates `dokka-base` from 1.5.30 to 1.5.31 - [Release notes](https://github.com/Kotlin/dokka/releases) - [Commits](https://github.com/Kotlin/dokka/compare/v1.5.30...v1.5.31) --- updated-dependencies: - dependency-name: org.jetbrains.dokka:dokka-gradle-plugin dependency-type: direct:production update-type: version-update:semver-patch - dependency-name: org.jetbrains.dokka:dokka-base dependency-type: direct:production update-type: version-update:semver-patch ... Signed-off-by: dependabot[bot] Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com> Co-authored-by: Dmytro * Public release v1.6.15 (#266) * Version name & code rise * Update docs * Bump firebase-bom from 28.4.1 to 28.4.2 (#270) Bumps firebase-bom from 28.4.1 to 28.4.2. --- updated-dependencies: - dependency-name: com.google.firebase:firebase-bom dependency-type: direct:production update-type: version-update:semver-patch ... Signed-off-by: dependabot[bot] Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com> * Bump mockito_version from 3.12.4 to 4.0.0 (#271) Bumps `mockito_version` from 3.12.4 to 4.0.0. Updates `mockito-core` from 3.12.4 to 4.0.0 - [Release notes](https://github.com/mockito/mockito/releases) - [Commits](https://github.com/mockito/mockito/compare/v3.12.4...v4.0.0) Updates `mockito-inline` from 3.12.4 to 4.0.0 - [Release notes](https://github.com/mockito/mockito/releases) - [Commits](https://github.com/mockito/mockito/compare/v3.12.4...v4.0.0) --- updated-dependencies: - dependency-name: org.mockito:mockito-core dependency-type: direct:production update-type: version-update:semver-major - dependency-name: org.mockito:mockito-inline dependency-type: direct:production update-type: version-update:semver-major ... Signed-off-by: dependabot[bot] Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com> * Bump gradle from 7.0.2 to 7.0.3 (#273) Bumps gradle from 7.0.2 to 7.0.3. --- updated-dependencies: - dependency-name: com.android.tools.build:gradle dependency-type: direct:production update-type: version-update:semver-patch ... Signed-off-by: dependabot[bot] Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com> * Fix submit function response body (#274) * Public release v1.6.16 (#275) * Merge dev into master (#269) * Release/v1.6.13 to dev (#240) * Bump dokka_version from 1.5.0 to 1.5.30 (#242) Bumps `dokka_version` from 1.5.0 to 1.5.30. Updates `dokka-gradle-plugin` from 1.5.0 to 1.5.30 - [Release notes](https://github.com/Kotlin/dokka/releases) - [Commits](https://github.com/Kotlin/dokka/compare/v1.5.0...v1.5.30) Updates `dokka-base` from 1.5.0 to 1.5.30 - [Release notes](https://github.com/Kotlin/dokka/releases) - [Commits](https://github.com/Kotlin/dokka/compare/v1.5.0...v1.5.30) --- updated-dependencies: - dependency-name: org.jetbrains.dokka:dokka-gradle-plugin dependency-type: direct:production update-type: version-update:semver-patch - dependency-name: org.jetbrains.dokka:dokka-base dependency-type: direct:production update-type: version-update:semver-patch ... Signed-off-by: dependabot[bot] Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com> * Improve default validation (#243) * Update MIGRATING.md (#244) * Release v1.6.14 (#246) * Bump cardscan-ui from 2.1.0011 to 2.1.0012 (#249) Bumps [cardscan-ui](https://github.com/getbouncer/cardscan-android) from 2.1.0011 to 2.1.0012. - [Release notes](https://github.com/getbouncer/cardscan-android/releases) - [Changelog](https://github.com/getbouncer/cardscan-android/blob/master/CHANGELOG.md) - [Commits](https://github.com/getbouncer/cardscan-android/compare/2.1.0011...2.1.0012) --- updated-dependencies: - dependency-name: com.getbouncer:cardscan-ui dependency-type: direct:production update-type: version-update:semver-patch ... Signed-off-by: dependabot[bot] Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com> * Bump kotlin-gradle-plugin from 1.5.30 to 1.5.31 (#253) Bumps [kotlin-gradle-plugin](https://github.com/JetBrains/kotlin) from 1.5.30 to 1.5.31. - [Release notes](https://github.com/JetBrains/kotlin/releases) - [Changelog](https://github.com/JetBrains/kotlin/blob/v1.5.31/ChangeLog.md) - [Commits](https://github.com/JetBrains/kotlin/compare/v1.5.30...v1.5.31) --- updated-dependencies: - dependency-name: org.jetbrains.kotlin:kotlin-gradle-plugin dependency-type: direct:production update-type: version-update:semver-patch ... Signed-off-by: dependabot[bot] Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com> * Bump constraintlayout from 2.1.0 to 2.1.1 (#257) Bumps [constraintlayout](https://github.com/androidx/constraintlayout) from 2.1.0 to 2.1.1. - [Release notes](https://github.com/androidx/constraintlayout/releases) - [Commits](https://github.com/androidx/constraintlayout/commits) --- updated-dependencies: - dependency-name: androidx.constraintlayout:constraintlayout dependency-type: direct:production update-type: version-update:semver-patch ... Signed-off-by: dependabot[bot] Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com> * Improve validation logic, fix tests (#261) * Fix nullable return type (#260) * Bump okhttp from 4.9.1 to 4.9.2 (#258) Bumps [okhttp](https://github.com/square/okhttp) from 4.9.1 to 4.9.2. - [Release notes](https://github.com/square/okhttp/releases) - [Changelog](https://github.com/square/okhttp/blob/master/CHANGELOG.md) - [Commits](https://github.com/square/okhttp/compare/parent-4.9.1...parent-4.9.2) --- updated-dependencies: - dependency-name: com.squareup.okhttp3:okhttp dependency-type: direct:production update-type: version-update:semver-patch ... Signed-off-by: dependabot[bot] Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com> Co-authored-by: Dmytro * Bump dokka_version from 1.5.30 to 1.5.31 (#264) Bumps `dokka_version` from 1.5.30 to 1.5.31. Updates `dokka-gradle-plugin` from 1.5.30 to 1.5.31 - [Release notes](https://github.com/Kotlin/dokka/releases) - [Commits](https://github.com/Kotlin/dokka/compare/v1.5.30...v1.5.31) Updates `dokka-base` from 1.5.30 to 1.5.31 - [Release notes](https://github.com/Kotlin/dokka/releases) - [Commits](https://github.com/Kotlin/dokka/compare/v1.5.30...v1.5.31) --- updated-dependencies: - dependency-name: org.jetbrains.dokka:dokka-gradle-plugin dependency-type: direct:production update-type: version-update:semver-patch - dependency-name: org.jetbrains.dokka:dokka-base dependency-type: direct:production update-type: version-update:semver-patch ... Signed-off-by: dependabot[bot] Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com> Co-authored-by: Dmytro * Public release v1.6.15 (#266) * Version name & code rise * Update docs Co-authored-by: Dmytro Kos Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com> * Images patch 1 (#272) * Version name & code rise * Update docs * Update config.yml Co-authored-by: Dmytro Kos Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com> Co-authored-by: Dmytro Kos Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com> * Merge dev into master (#280) * Release/v1.6.13 to dev (#240) * Bump dokka_version from 1.5.0 to 1.5.30 (#242) Bumps `dokka_version` from 1.5.0 to 1.5.30. Updates `dokka-gradle-plugin` from 1.5.0 to 1.5.30 - [Release notes](https://github.com/Kotlin/dokka/releases) - [Commits](https://github.com/Kotlin/dokka/compare/v1.5.0...v1.5.30) Updates `dokka-base` from 1.5.0 to 1.5.30 - [Release notes](https://github.com/Kotlin/dokka/releases) - [Commits](https://github.com/Kotlin/dokka/compare/v1.5.0...v1.5.30) --- updated-dependencies: - dependency-name: org.jetbrains.dokka:dokka-gradle-plugin dependency-type: direct:production update-type: version-update:semver-patch - dependency-name: org.jetbrains.dokka:dokka-base dependency-type: direct:production update-type: version-update:semver-patch ... Signed-off-by: dependabot[bot] Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com> * Improve default validation (#243) * Update MIGRATING.md (#244) * Release v1.6.14 (#246) * Bump cardscan-ui from 2.1.0011 to 2.1.0012 (#249) Bumps [cardscan-ui](https://github.com/getbouncer/cardscan-android) from 2.1.0011 to 2.1.0012. - [Release notes](https://github.com/getbouncer/cardscan-android/releases) - [Changelog](https://github.com/getbouncer/cardscan-android/blob/master/CHANGELOG.md) - [Commits](https://github.com/getbouncer/cardscan-android/compare/2.1.0011...2.1.0012) --- updated-dependencies: - dependency-name: com.getbouncer:cardscan-ui dependency-type: direct:production update-type: version-update:semver-patch ... Signed-off-by: dependabot[bot] Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com> * Bump kotlin-gradle-plugin from 1.5.30 to 1.5.31 (#253) Bumps [kotlin-gradle-plugin](https://github.com/JetBrains/kotlin) from 1.5.30 to 1.5.31. - [Release notes](https://github.com/JetBrains/kotlin/releases) - [Changelog](https://github.com/JetBrains/kotlin/blob/v1.5.31/ChangeLog.md) - [Commits](https://github.com/JetBrains/kotlin/compare/v1.5.30...v1.5.31) --- updated-dependencies: - dependency-name: org.jetbrains.kotlin:kotlin-gradle-plugin dependency-type: direct:production update-type: version-update:semver-patch ... Signed-off-by: dependabot[bot] Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com> * Bump constraintlayout from 2.1.0 to 2.1.1 (#257) Bumps [constraintlayout](https://github.com/androidx/constraintlayout) from 2.1.0 to 2.1.1. - [Release notes](https://github.com/androidx/constraintlayout/releases) - [Commits](https://github.com/androidx/constraintlayout/commits) --- updated-dependencies: - dependency-name: androidx.constraintlayout:constraintlayout dependency-type: direct:production update-type: version-update:semver-patch ... Signed-off-by: dependabot[bot] Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com> * Improve validation logic, fix tests (#261) * Fix nullable return type (#260) * Bump okhttp from 4.9.1 to 4.9.2 (#258) Bumps [okhttp](https://github.com/square/okhttp) from 4.9.1 to 4.9.2. - [Release notes](https://github.com/square/okhttp/releases) - [Changelog](https://github.com/square/okhttp/blob/master/CHANGELOG.md) - [Commits](https://github.com/square/okhttp/compare/parent-4.9.1...parent-4.9.2) --- updated-dependencies: - dependency-name: com.squareup.okhttp3:okhttp dependency-type: direct:production update-type: version-update:semver-patch ... Signed-off-by: dependabot[bot] Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com> Co-authored-by: Dmytro * Bump dokka_version from 1.5.30 to 1.5.31 (#264) Bumps `dokka_version` from 1.5.30 to 1.5.31. Updates `dokka-gradle-plugin` from 1.5.30 to 1.5.31 - [Release notes](https://github.com/Kotlin/dokka/releases) - [Commits](https://github.com/Kotlin/dokka/compare/v1.5.30...v1.5.31) Updates `dokka-base` from 1.5.30 to 1.5.31 - [Release notes](https://github.com/Kotlin/dokka/releases) - [Commits](https://github.com/Kotlin/dokka/compare/v1.5.30...v1.5.31) --- updated-dependencies: - dependency-name: org.jetbrains.dokka:dokka-gradle-plugin dependency-type: direct:production update-type: version-update:semver-patch - dependency-name: org.jetbrains.dokka:dokka-base dependency-type: direct:production update-type: version-update:semver-patch ... Signed-off-by: dependabot[bot] Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com> Co-authored-by: Dmytro * Public release v1.6.15 (#266) * Version name & code rise * Update docs * Bump firebase-bom from 28.4.1 to 28.4.2 (#270) Bumps firebase-bom from 28.4.1 to 28.4.2. --- updated-dependencies: - dependency-name: com.google.firebase:firebase-bom dependency-type: direct:production update-type: version-update:semver-patch ... Signed-off-by: dependabot[bot] Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com> * Bump mockito_version from 3.12.4 to 4.0.0 (#271) Bumps `mockito_version` from 3.12.4 to 4.0.0. Updates `mockito-core` from 3.12.4 to 4.0.0 - [Release notes](https://github.com/mockito/mockito/releases) - [Commits](https://github.com/mockito/mockito/compare/v3.12.4...v4.0.0) Updates `mockito-inline` from 3.12.4 to 4.0.0 - [Release notes](https://github.com/mockito/mockito/releases) - [Commits](https://github.com/mockito/mockito/compare/v3.12.4...v4.0.0) --- updated-dependencies: - dependency-name: org.mockito:mockito-core dependency-type: direct:production update-type: version-update:semver-major - dependency-name: org.mockito:mockito-inline dependency-type: direct:production update-type: version-update:semver-major ... Signed-off-by: dependabot[bot] Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com> * Bump gradle from 7.0.2 to 7.0.3 (#273) Bumps gradle from 7.0.2 to 7.0.3. --- updated-dependencies: - dependency-name: com.android.tools.build:gradle dependency-type: direct:production update-type: version-update:semver-patch ... Signed-off-by: dependabot[bot] Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com> * Fix submit function response body (#274) * Public release v1.6.16 (#275) * Merge dev into master (#269) * Release/v1.6.13 to dev (#240) * Bump dokka_version from 1.5.0 to 1.5.30 (#242) Bumps `dokka_version` from 1.5.0 to 1.5.30. Updates `dokka-gradle-plugin` from 1.5.0 to 1.5.30 - [Release notes](https://github.com/Kotlin/dokka/releases) - [Commits](https://github.com/Kotlin/dokka/compare/v1.5.0...v1.5.30) Updates `dokka-base` from 1.5.0 to 1.5.30 - [Release notes](https://github.com/Kotlin/dokka/releases) - [Commits](https://github.com/Kotlin/dokka/compare/v1.5.0...v1.5.30) --- updated-dependencies: - dependency-name: org.jetbrains.dokka:dokka-gradle-plugin dependency-type: direct:production update-type: version-update:semver-patch - dependency-name: org.jetbrains.dokka:dokka-base dependency-type: direct:production update-type: version-update:semver-patch ... Signed-off-by: dependabot[bot] Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com> * Improve default validation (#243) * Update MIGRATING.md (#244) * Release v1.6.14 (#246) * Bump cardscan-ui from 2.1.0011 to 2.1.0012 (#249) Bumps [cardscan-ui](https://github.com/getbouncer/cardscan-android) from 2.1.0011 to 2.1.0012. - [Release notes](https://github.com/getbouncer/cardscan-android/releases) - [Changelog](https://github.com/getbouncer/cardscan-android/blob/master/CHANGELOG.md) - [Commits](https://github.com/getbouncer/cardscan-android/compare/2.1.0011...2.1.0012) --- updated-dependencies: - dependency-name: com.getbouncer:cardscan-ui dependency-type: direct:production update-type: version-update:semver-patch ... Signed-off-by: dependabot[bot] Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com> * Bump kotlin-gradle-plugin from 1.5.30 to 1.5.31 (#253) Bumps [kotlin-gradle-plugin](https://github.com/JetBrains/kotlin) from 1.5.30 to 1.5.31. - [Release notes](https://github.com/JetBrains/kotlin/releases) - [Changelog](https://github.com/JetBrains/kotlin/blob/v1.5.31/ChangeLog.md) - [Commits](https://github.com/JetBrains/kotlin/compare/v1.5.30...v1.5.31) --- updated-dependencies: - dependency-name: org.jetbrains.kotlin:kotlin-gradle-plugin dependency-type: direct:production update-type: version-update:semver-patch ... Signed-off-by: dependabot[bot] Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com> * Bump constraintlayout from 2.1.0 to 2.1.1 (#257) Bumps [constraintlayout](https://github.com/androidx/constraintlayout) from 2.1.0 to 2.1.1. - [Release notes](https://github.com/androidx/constraintlayout/releases) - [Commits](https://github.com/androidx/constraintlayout/commits) --- updated-dependencies: - dependency-name: androidx.constraintlayout:constraintlayout dependency-type: direct:production update-type: version-update:semver-patch ... Signed-off-by: dependabot[bot] Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com> * Improve validation logic, fix tests (#261) * Fix nullable return type (#260) * Bump okhttp from 4.9.1 to 4.9.2 (#258) Bumps [okhttp](https://github.com/square/okhttp) from 4.9.1 to 4.9.2. - [Release notes](https://github.com/square/okhttp/releases) - [Changelog](https://github.com/square/okhttp/blob/master/CHANGELOG.md) - [Commits](https://github.com/square/okhttp/compare/parent-4.9.1...parent-4.9.2) --- updated-dependencies: - dependency-name: com.squareup.okhttp3:okhttp dependency-type: direct:production update-type: version-update:semver-patch ... Signed-off-by: dependabot[bot] Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com> Co-authored-by: Dmytro * Bump dokka_version from 1.5.30 to 1.5.31 (#264) Bumps `dokka_version` from 1.5.30 to 1.5.31. Updates `dokka-gradle-plugin` from 1.5.30 to 1.5.31 - [Release notes](https://github.com/Kotlin/dokka/releases) - [Commits](https://github.com/Kotlin/dokka/compare/v1.5.30...v1.5.31) Updates `dokka-base` from 1.5.30 to 1.5.31 - [Release notes](https://github.com/Kotlin/dokka/releases) - [Commits](https://github.com/Kotlin/dokka/compare/v1.5.30...v1.5.31) --- updated-dependencies: - dependency-name: org.jetbrains.dokka:dokka-gradle-plugin dependency-type: direct:production update-type: version-update:semver-patch - dependency-name: org.jetbrains.dokka:dokka-base dependency-type: direct:production update-type: version-update:semver-patch ... Signed-off-by: dependabot[bot] Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com> Co-authored-by: Dmytro * Public release v1.6.15 (#266) * Version name & code rise * Update docs Co-authored-by: Dmytro Kos Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com> * Images patch 1 (#272) * Version name & code rise * Update docs * Update config.yml Co-authored-by: Dmytro Kos Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com> * Bump tensorflow-lite from 2.1.0011 to 2.1.0015 (#262) Bumps [tensorflow-lite](https://github.com/getbouncer/cardscan-android) from 2.1.0011 to 2.1.0015. - [Release notes](https://github.com/getbouncer/cardscan-android/releases) - [Changelog](https://github.com/getbouncer/cardscan-android/blob/master/CHANGELOG.md) - [Commits](https://github.com/getbouncer/cardscan-android/compare/2.1.0011...2.1.0015) --- updated-dependencies: - dependency-name: com.getbouncer:tensorflow-lite dependency-type: direct:production update-type: version-update:semver-patch ... Signed-off-by: dependabot[bot] Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com> Co-authored-by: dmytrodmytryshyn * Bump scan-payment-full from 2.1.0011 to 2.1.0015 (#265) Bumps [scan-payment-full](https://github.com/getbouncer/cardscan-android) from 2.1.0011 to 2.1.0015. - [Release notes](https://github.com/getbouncer/cardscan-android/releases) - [Changelog](https://github.com/getbouncer/cardscan-android/blob/master/CHANGELOG.md) - [Commits](https://github.com/getbouncer/cardscan-android/compare/2.1.0011...2.1.0015) --- updated-dependencies: - dependency-name: com.getbouncer:scan-payment-full dependency-type: direct:production update-type: version-update:semver-patch ... Signed-off-by: dependabot[bot] Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com> Co-authored-by: dmytrodmytryshyn * Bump cardscan-ui from 2.1.0012 to 2.1.0015 (#263) Bumps [cardscan-ui](https://github.com/getbouncer/cardscan-android) from 2.1.0012 to 2.1.0015. - [Release notes](https://github.com/getbouncer/cardscan-android/releases) - [Changelog](https://github.com/getbouncer/cardscan-android/blob/master/CHANGELOG.md) - [Commits](https://github.com/getbouncer/cardscan-android/compare/2.1.0012...2.1.0015) --- updated-dependencies: - dependency-name: com.getbouncer:cardscan-ui dependency-type: direct:production update-type: version-update:semver-patch ... Signed-off-by: dependabot[bot] Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com> Co-authored-by: dmytrodmytryshyn * Bump bouncer versions from 2.1.0015 -> 2.1.0016 (#279) * Bouncer adapter version name & code rise (#278) Co-authored-by: Dmytro Kos Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com> * Public release v.1.16.17 (#298) * Release/v1.6.13 to dev (#240) * Bump dokka_version from 1.5.0 to 1.5.30 (#242) Bumps `dokka_version` from 1.5.0 to 1.5.30. Updates `dokka-gradle-plugin` from 1.5.0 to 1.5.30 - [Release notes](https://github.com/Kotlin/dokka/releases) - [Commits](https://github.com/Kotlin/dokka/compare/v1.5.0...v1.5.30) Updates `dokka-base` from 1.5.0 to 1.5.30 - [Release notes](https://github.com/Kotlin/dokka/releases) - [Commits](https://github.com/Kotlin/dokka/compare/v1.5.0...v1.5.30) --- updated-dependencies: - dependency-name: org.jetbrains.dokka:dokka-gradle-plugin dependency-type: direct:production update-type: version-update:semver-patch - dependency-name: org.jetbrains.dokka:dokka-base dependency-type: direct:production update-type: version-update:semver-patch ... Signed-off-by: dependabot[bot] Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com> * Improve default validation (#243) * Update MIGRATING.md (#244) * Release v1.6.14 (#246) * Bump cardscan-ui from 2.1.0011 to 2.1.0012 (#249) Bumps [cardscan-ui](https://github.com/getbouncer/cardscan-android) from 2.1.0011 to 2.1.0012. - [Release notes](https://github.com/getbouncer/cardscan-android/releases) - [Changelog](https://github.com/getbouncer/cardscan-android/blob/master/CHANGELOG.md) - [Commits](https://github.com/getbouncer/cardscan-android/compare/2.1.0011...2.1.0012) --- updated-dependencies: - dependency-name: com.getbouncer:cardscan-ui dependency-type: direct:production update-type: version-update:semver-patch ... Signed-off-by: dependabot[bot] Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com> * Bump kotlin-gradle-plugin from 1.5.30 to 1.5.31 (#253) Bumps [kotlin-gradle-plugin](https://github.com/JetBrains/kotlin) from 1.5.30 to 1.5.31. - [Release notes](https://github.com/JetBrains/kotlin/releases) - [Changelog](https://github.com/JetBrains/kotlin/blob/v1.5.31/ChangeLog.md) - [Commits](https://github.com/JetBrains/kotlin/compare/v1.5.30...v1.5.31) --- updated-dependencies: - dependency-name: org.jetbrains.kotlin:kotlin-gradle-plugin dependency-type: direct:production update-type: version-update:semver-patch ... Signed-off-by: dependabot[bot] Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com> * Bump constraintlayout from 2.1.0 to 2.1.1 (#257) Bumps [constraintlayout](https://github.com/androidx/constraintlayout) from 2.1.0 to 2.1.1. - [Release notes](https://github.com/androidx/constraintlayout/releases) - [Commits](https://github.com/androidx/constraintlayout/commits) --- updated-dependencies: - dependency-name: androidx.constraintlayout:constraintlayout dependency-type: direct:production update-type: version-update:semver-patch ... Signed-off-by: dependabot[bot] Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com> * Improve validation logic, fix tests (#261) * Fix nullable return type (#260) * Bump okhttp from 4.9.1 to 4.9.2 (#258) Bumps [okhttp](https://github.com/square/okhttp) from 4.9.1 to 4.9.2. - [Release notes](https://github.com/square/okhttp/releases) - [Changelog](https://github.com/square/okhttp/blob/master/CHANGELOG.md) - [Commits](https://github.com/square/okhttp/compare/parent-4.9.1...parent-4.9.2) --- updated-dependencies: - dependency-name: com.squareup.okhttp3:okhttp dependency-type: direct:production update-type: version-update:semver-patch ... Signed-off-by: dependabot[bot] Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com> Co-authored-by: Dmytro * Bump dokka_version from 1.5.30 to 1.5.31 (#264) Bumps `dokka_version` from 1.5.30 to 1.5.31. Updates `dokka-gradle-plugin` from 1.5.30 to 1.5.31 - [Release notes](https://github.com/Kotlin/dokka/releases) - [Commits](https://github.com/Kotlin/dokka/compare/v1.5.30...v1.5.31) Updates `dokka-base` from 1.5.30 to 1.5.31 - [Release notes](https://github.com/Kotlin/dokka/releases) - [Commits](https://github.com/Kotlin/dokka/compare/v1.5.30...v1.5.31) --- updated-dependencies: - dependency-name: org.jetbrains.dokka:dokka-gradle-plugin dependency-type: direct:production update-type: version-update:semver-patch - dependency-name: org.jetbrains.dokka:dokka-base dependency-type: direct:production update-type: version-update:semver-patch ... Signed-off-by: dependabot[bot] Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com> Co-authored-by: Dmytro * Public release v1.6.15 (#266) * Version name & code rise * Update docs * Bump firebase-bom from 28.4.1 to 28.4.2 (#270) Bumps firebase-bom from 28.4.1 to 28.4.2. --- updated-dependencies: - dependency-name: com.google.firebase:firebase-bom dependency-type: direct:production update-type: version-update:semver-patch ... Signed-off-by: dependabot[bot] Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com> * Bump mockito_version from 3.12.4 to 4.0.0 (#271) Bumps `mockito_version` from 3.12.4 to 4.0.0. Updates `mockito-core` from 3.12.4 to 4.0.0 - [Release notes](https://github.com/mockito/mockito/releases) - [Commits](https://github.com/mockito/mockito/compare/v3.12.4...v4.0.0) Updates `mockito-inline` from 3.12.4 to 4.0.0 - [Release notes](https://github.com/mockito/mockito/releases) - [Commits](https://github.com/mockito/mockito/compare/v3.12.4...v4.0.0) --- updated-dependencies: - dependency-name: org.mockito:mockito-core dependency-type: direct:production update-type: version-update:semver-major - dependency-name: org.mockito:mockito-inline dependency-type: direct:production update-type: version-update:semver-major ... Signed-off-by: dependabot[bot] Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com> * Bump gradle from 7.0.2 to 7.0.3 (#273) Bumps gradle from 7.0.2 to 7.0.3. --- updated-dependencies: - dependency-name: com.android.tools.build:gradle dependency-type: direct:production update-type: version-update:semver-patch ... Signed-off-by: dependabot[bot] Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com> * Fix submit function response body (#274) * Public release v1.6.16 (#275) * Merge dev into master (#269) * Release/v1.6.13 to dev (#240) * Bump dokka_version from 1.5.0 to 1.5.30 (#242) Bumps `dokka_version` from 1.5.0 to 1.5.30. Updates `dokka-gradle-plugin` from 1.5.0 to 1.5.30 - [Release notes](https://github.com/Kotlin/dokka/releases) - [Commits](https://github.com/Kotlin/dokka/compare/v1.5.0...v1.5.30) Updates `dokka-base` from 1.5.0 to 1.5.30 - [Release notes](https://github.com/Kotlin/dokka/releases) - [Commits](https://github.com/Kotlin/dokka/compare/v1.5.0...v1.5.30) --- updated-dependencies: - dependency-name: org.jetbrains.dokka:dokka-gradle-plugin dependency-type: direct:production update-type: version-update:semver-patch - dependency-name: org.jetbrains.dokka:dokka-base dependency-type: direct:production update-type: version-update:semver-patch ... Signed-off-by: dependabot[bot] Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com> * Improve default validation (#243) * Update MIGRATING.md (#244) * Release v1.6.14 (#246) * Bump cardscan-ui from 2.1.0011 to 2.1.0012 (#249) Bumps [cardscan-ui](https://github.com/getbouncer/cardscan-android) from 2.1.0011 to 2.1.0012. - [Release notes](https://github.com/getbouncer/cardscan-android/releases) - [Changelog](https://github.com/getbouncer/cardscan-android/blob/master/CHANGELOG.md) - [Commits](https://github.com/getbouncer/cardscan-android/compare/2.1.0011...2.1.0012) --- updated-dependencies: - dependency-name: com.getbouncer:cardscan-ui dependency-type: direct:production update-type: version-update:semver-patch ... Signed-off-by: dependabot[bot] Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com> * Bump kotlin-gradle-plugin from 1.5.30 to 1.5.31 (#253) Bumps [kotlin-gradle-plugin](https://github.com/JetBrains/kotlin) from 1.5.30 to 1.5.31. - [Release notes](https://github.com/JetBrains/kotlin/releases) - [Changelog](https://github.com/JetBrains/kotlin/blob/v1.5.31/ChangeLog.md) - [Commits](https://github.com/JetBrains/kotlin/compare/v1.5.30...v1.5.31) --- updated-dependencies: - dependency-name: org.jetbrains.kotlin:kotlin-gradle-plugin dependency-type: direct:production update-type: version-update:semver-patch ... Signed-off-by: dependabot[bot] Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com> * Bump constraintlayout from 2.1.0 to 2.1.1 (#257) Bumps [constraintlayout](https://github.com/androidx/constraintlayout) from 2.1.0 to 2.1.1. - [Release notes](https://github.com/androidx/constraintlayout/releases) - [Commits](https://github.com/androidx/constraintlayout/commits) --- updated-dependencies: - dependency-name: androidx.constraintlayout:constraintlayout dependency-type: direct:production update-type: version-update:semver-patch ... Signed-off-by: dependabot[bot] Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com> * Improve validation logic, fix tests (#261) * Fix nullable return type (#260) * Bump okhttp from 4.9.1 to 4.9.2 (#258) Bumps [okhttp](https://github.com/square/okhttp) from 4.9.1 to 4.9.2. - [Release notes](https://github.com/square/okhttp/releases) - [Changelog](https://github.com/square/okhttp/blob/master/CHANGELOG.md) - [Commits](https://github.com/square/okhttp/compare/parent-4.9.1...parent-4.9.2) --- updated-dependencies: - dependency-name: com.squareup.okhttp3:okhttp dependency-type: direct:production update-type: version-update:semver-patch ... Signed-off-by: dependabot[bot] Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com> Co-authored-by: Dmytro * Bump dokka_version from 1.5.30 to 1.5.31 (#264) Bumps `dokka_version` from 1.5.30 to 1.5.31. Updates `dokka-gradle-plugin` from 1.5.30 to 1.5.31 - [Release notes](https://github.com/Kotlin/dokka/releases) - [Commits](https://github.com/Kotlin/dokka/compare/v1.5.30...v1.5.31) Updates `dokka-base` from 1.5.30 to 1.5.31 - [Release notes](https://github.com/Kotlin/dokka/releases) - [Commits](https://github.com/Kotlin/dokka/compare/v1.5.30...v1.5.31) --- updated-dependencies: - dependency-name: org.jetbrains.dokka:dokka-gradle-plugin dependency-type: direct:production update-type: version-update:semver-patch - dependency-name: org.jetbrains.dokka:dokka-base dependency-type: direct:production update-type: version-update:semver-patch ... Signed-off-by: dependabot[bot] Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com> Co-authored-by: Dmytro * Public release v1.6.15 (#266) * Version name & code rise * Update docs Co-authored-by: Dmytro Kos Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com> * Images patch 1 (#272) * Version name & code rise * Update docs * Update config.yml Co-authored-by: Dmytro Kos Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com> * Bump tensorflow-lite from 2.1.0011 to 2.1.0015 (#262) Bumps [tensorflow-lite](https://github.com/getbouncer/cardscan-android) from 2.1.0011 to 2.1.0015. - [Release notes](https://github.com/getbouncer/cardscan-android/releases) - [Changelog](https://github.com/getbouncer/cardscan-android/blob/master/CHANGELOG.md) - [Commits](https://github.com/getbouncer/cardscan-android/compare/2.1.0011...2.1.0015) --- updated-dependencies: - dependency-name: com.getbouncer:tensorflow-lite dependency-type: direct:production update-type: version-update:semver-patch ... Signed-off-by: dependabot[bot] Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com> Co-authored-by: dmytrodmytryshyn * Bump scan-payment-full from 2.1.0011 to 2.1.0015 (#265) Bumps [scan-payment-full](https://github.com/getbouncer/cardscan-android) from 2.1.0011 to 2.1.0015. - [Release notes](https://github.com/getbouncer/cardscan-android/releases) - [Changelog](https://github.com/getbouncer/cardscan-android/blob/master/CHANGELOG.md) - [Commits](https://github.com/getbouncer/cardscan-android/compare/2.1.0011...2.1.0015) --- updated-dependencies: - dependency-name: com.getbouncer:scan-payment-full dependency-type: direct:production update-type: version-update:semver-patch ... Signed-off-by: dependabot[bot] Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com> Co-authored-by: dmytrodmytryshyn * Bump cardscan-ui from 2.1.0012 to 2.1.0015 (#263) Bumps [cardscan-ui](https://github.com/getbouncer/cardscan-android) from 2.1.0012 to 2.1.0015. - [Release notes](https://github.com/getbouncer/cardscan-android/releases) - [Changelog](https://github.com/getbouncer/cardscan-android/blob/master/CHANGELOG.md) - [Commits](https://github.com/getbouncer/cardscan-android/compare/2.1.0012...2.1.0015) --- updated-dependencies: - dependency-name: com.getbouncer:cardscan-ui dependency-type: direct:production update-type: version-update:semver-patch ... Signed-off-by: dependabot[bot] Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com> Co-authored-by: dmytrodmytryshyn * Bump bouncer versions from 2.1.0015 -> 2.1.0016 (#279) * Bouncer adapter version name & code rise (#278) * Bump core-ktx from 1.6.0 to 1.7.0 (#285) * Bump core-ktx from 1.6.0 to 1.7.0 Bumps core-ktx from 1.6.0 to 1.7.0. --- updated-dependencies: - dependency-name: androidx.core:core-ktx dependency-type: direct:production update-type: version-update:semver-minor ... Signed-off-by: dependabot[bot] * update compileSdkVersion * update cursor.getString Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com> Co-authored-by: Dmytro * Bump firebase-bom from 28.4.2 to 29.0.0 (#286) Bumps firebase-bom from 28.4.2 to 29.0.0. --- updated-dependencies: - dependency-name: com.google.firebase:firebase-bom dependency-type: direct:production update-type: version-update:semver-major ... Signed-off-by: dependabot[bot] Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com> * Bump robolectric from 4.6.1 to 4.7 (#287) Bumps [robolectric](https://github.com/robolectric/robolectric) from 4.6.1 to 4.7. - [Release notes](https://github.com/robolectric/robolectric/releases) - [Commits](https://github.com/robolectric/robolectric/compare/robolectric-4.6.1...robolectric-4.7) --- updated-dependencies: - dependency-name: org.robolectric:robolectric dependency-type: direct:production update-type: version-update:semver-minor ... Signed-off-by: dependabot[bot] Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com> * Bump kotlin-gradle-plugin from 1.5.31 to 1.6.0 (#288) Bumps [kotlin-gradle-plugin](https://github.com/JetBrains/kotlin) from 1.5.31 to 1.6.0. - [Release notes](https://github.com/JetBrains/kotlin/releases) - [Changelog](https://github.com/JetBrains/kotlin/blob/master/ChangeLog.md) - [Commits](https://github.com/JetBrains/kotlin/commits) --- updated-dependencies: - dependency-name: org.jetbrains.kotlin:kotlin-gradle-plugin dependency-type: direct:production update-type: version-update:semver-minor ... Signed-off-by: dependabot[bot] Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com> * add max Length (#289) * Bump mockk from 1.12.0 to 1.12.1 (#290) Bumps [mockk](https://github.com/mockk/mockk) from 1.12.0 to 1.12.1. - [Release notes](https://github.com/mockk/mockk/releases) - [Commits](https://github.com/mockk/mockk/compare/v1.12.0...1.12.1) --- updated-dependencies: - dependency-name: io.mockk:mockk dependency-type: direct:production update-type: version-update:semver-patch ... Signed-off-by: dependabot[bot] Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com> * Bump appcompat from 1.3.1 to 1.4.0 (#291) Bumps appcompat from 1.3.1 to 1.4.0. --- updated-dependencies: - dependency-name: androidx.appcompat:appcompat dependency-type: direct:production update-type: version-update:semver-minor ... Signed-off-by: dependabot[bot] Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com> * Bump robolectric from 4.7 to 4.7.1 (#292) Bumps [robolectric](https://github.com/robolectric/robolectric) from 4.7 to 4.7.1. - [Release notes](https://github.com/robolectric/robolectric/releases) - [Commits](https://github.com/robolectric/robolectric/compare/robolectric-4.7...robolectric-4.7.1) --- updated-dependencies: - dependency-name: org.robolectric:robolectric dependency-type: direct:production update-type: version-update:semver-patch ... Signed-off-by: dependabot[bot] Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com> * Bump constraintlayout from 2.1.1 to 2.1.2 (#293) Bumps [constraintlayout](https://github.com/androidx/constraintlayout) from 2.1.1 to 2.1.2. - [Release notes](https://github.com/androidx/constraintlayout/releases) - [Commits](https://github.com/androidx/constraintlayout/commits) --- updated-dependencies: - dependency-name: androidx.constraintlayout:constraintlayout dependency-type: direct:production update-type: version-update:semver-patch ... Signed-off-by: dependabot[bot] Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com> * Bump okhttp from 4.9.2 to 4.9.3 (#294) Bumps [okhttp](https://github.com/square/okhttp) from 4.9.2 to 4.9.3. - [Release notes](https://github.com/square/okhttp/releases) - [Changelog](https://github.com/square/okhttp/blob/master/CHANGELOG.md) - [Commits](https://github.com/square/okhttp/compare/parent-4.9.2...parent-4.9.3) --- updated-dependencies: - dependency-name: com.squareup.okhttp3:okhttp dependency-type: direct:production update-type: version-update:semver-patch ... Signed-off-by: dependabot[bot] Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com> * Bump mockito_version from 4.0.0 to 4.1.0 (#295) Bumps `mockito_version` from 4.0.0 to 4.1.0. Updates `mockito-core` from 4.0.0 to 4.1.0 - [Release notes](https://github.com/mockito/mockito/releases) - [Commits](https://github.com/mockito/mockito/compare/v4.0.0...v4.1.0) Updates `mockito-inline` from 4.0.0 to 4.1.0 - [Release notes](https://github.com/mockito/mockito/releases) - [Commits](https://github.com/mockito/mockito/compare/v4.0.0...v4.1.0) --- updated-dependencies: - dependency-name: org.mockito:mockito-core dependency-type: direct:production update-type: version-update:semver-minor - dependency-name: org.mockito:mockito-inline dependency-type: direct:production update-type: version-update:semver-minor ... Signed-off-by: dependabot[bot] Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com> * Bump robolectric from 4.7.1 to 4.7.2 (#296) Bumps [robolectric](https://github.com/robolectric/robolectric) from 4.7.1 to 4.7.2. - [Release notes](https://github.com/robolectric/robolectric/releases) - [Commits](https://github.com/robolectric/robolectric/compare/robolectric-4.7.1...robolectric-4.7.2) --- updated-dependencies: - dependency-name: org.robolectric:robolectric dependency-type: direct:production update-type: version-update:semver-patch ... Signed-off-by: dependabot[bot] Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com> * Bump dokka_version from 1.5.31 to 1.6.0 (#297) Bumps `dokka_version` from 1.5.31 to 1.6.0. Updates `dokka-gradle-plugin` from 1.5.31 to 1.6.0 - [Release notes](https://github.com/Kotlin/dokka/releases) - [Commits](https://github.com/Kotlin/dokka/compare/v1.5.31...v1.6.0) Updates `dokka-base` from 1.5.31 to 1.6.0 - [Release notes](https://github.com/Kotlin/dokka/releases) - [Commits](https://github.com/Kotlin/dokka/compare/v1.5.31...v1.6.0) --- updated-dependencies: - dependency-name: org.jetbrains.dokka:dokka-gradle-plugin dependency-type: direct:production update-type: version-update:semver-minor - dependency-name: org.jetbrains.dokka:dokka-base dependency-type: direct:production update-type: version-update:semver-minor ... Signed-off-by: dependabot[bot] Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com> * Version name & code rise * Update docs Co-authored-by: Dmytro Kos Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com> * Version name & code rise * Generate docs, update build.gradle * Update ci config.yml * Update app manifest Co-authored-by: Dmytro Kos Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com> * Bump play-services-auth from 19.2.0 to 20.0.0 (#318) Bumps play-services-auth from 19.2.0 to 20.0.0. --- updated-dependencies: - dependency-name: com.google.android.gms:play-services-auth dependency-type: direct:production update-type: version-update:semver-major ... Signed-off-by: dependabot[bot] Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com> * Bump mockito_version from 4.1.0 to 4.2.0 (#316) Bumps `mockito_version` from 4.1.0 to 4.2.0. Updates `mockito-core` from 4.1.0 to 4.2.0 - [Release notes](https://github.com/mockito/mockito/releases) - [Commits](https://github.com/mockito/mockito/compare/v4.1.0...v4.2.0) Updates `mockito-inline` from 4.1.0 to 4.2.0 - [Release notes](https://github.com/mockito/mockito/releases) - [Commits](https://github.com/mockito/mockito/compare/v4.1.0...v4.2.0) --- updated-dependencies: - dependency-name: org.mockito:mockito-core dependency-type: direct:production update-type: version-update:semver-minor - dependency-name: org.mockito:mockito-inline dependency-type: direct:production update-type: version-update:semver-minor ... Signed-off-by: dependabot[bot] Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com> * Fix focus/state change listeners when end icon mode `clear_text`. (#321) * Bump dokka_version from 1.6.0 to 1.6.10 (#326) Bumps `dokka_version` from 1.6.0 to 1.6.10. Updates `dokka-gradle-plugin` from 1.6.0 to 1.6.10 - [Release notes](https://github.com/Kotlin/dokka/releases) - [Commits](https://github.com/Kotlin/dokka/compare/v1.6.0...v1.6.10) Updates `dokka-base` from 1.6.0 to 1.6.10 - [Release notes](https://github.com/Kotlin/dokka/releases) - [Commits](https://github.com/Kotlin/dokka/compare/v1.6.0...v1.6.10) --- updated-dependencies: - dependency-name: org.jetbrains.dokka:dokka-gradle-plugin dependency-type: direct:production update-type: version-update:semver-patch - dependency-name: org.jetbrains.dokka:dokka-base dependency-type: direct:production update-type: version-update:semver-patch ... Signed-off-by: dependabot[bot] Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com> * Bump mockk from 1.12.1 to 1.12.2 (#327) Bumps [mockk](https://github.com/mockk/mockk) from 1.12.1 to 1.12.2. - [Release notes](https://github.com/mockk/mockk/releases) - [Commits](https://github.com/mockk/mockk/compare/1.12.1...1.12.2) --- updated-dependencies: - dependency-name: io.mockk:mockk dependency-type: direct:production update-type: version-update:semver-patch ... Signed-off-by: dependabot[bot] Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com> * Bump play-services-auth from 20.0.0 to 20.0.1 (#329) Bumps play-services-auth from 20.0.0 to 20.0.1. --- updated-dependencies: - dependency-name: com.google.android.gms:play-services-auth dependency-type: direct:production update-type: version-update:semver-patch ... Signed-off-by: dependabot[bot] Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com> * Bump leakcanary-android from 2.7 to 2.8 (#328) Bumps [leakcanary-android](https://github.com/square/leakcanary) from 2.7 to 2.8. - [Release notes](https://github.com/square/leakcanary/releases) - [Changelog](https://github.com/square/leakcanary/blob/main/docs/changelog.md) - [Commits](https://github.com/square/leakcanary/compare/v2.7...v2.8) --- updated-dependencies: - dependency-name: com.squareup.leakcanary:leakcanary-android dependency-type: direct:production update-type: version-update:semver-minor ... Signed-off-by: dependabot[bot] Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com> * Bump appcompat from 1.4.0 to 1.4.1 (#331) Bumps appcompat from 1.4.0 to 1.4.1. --- updated-dependencies: - dependency-name: androidx.appcompat:appcompat dependency-type: direct:production update-type: version-update:semver-patch ... Signed-off-by: dependabot[bot] Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com> * Bump constraintlayout from 2.1.2 to 2.1.3 (#333) Bumps [constraintlayout](https://github.com/androidx/constraintlayout) from 2.1.2 to 2.1.3. - [Release notes](https://github.com/androidx/constraintlayout/releases) - [Commits](https://github.com/androidx/constraintlayout/commits) --- updated-dependencies: - dependency-name: androidx.constraintlayout:constraintlayout dependency-type: direct:production update-type: version-update:semver-patch ... Signed-off-by: dependabot[bot] Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com> * Bump leakcanary-android from 2.8 to 2.8.1 (#330) Bumps [leakcanary-android](https://github.com/square/leakcanary) from 2.8 to 2.8.1. - [Release notes](https://github.com/square/leakcanary/releases) - [Changelog](https://github.com/square/leakcanary/blob/main/docs/changelog.md) - [Commits](https://github.com/square/leakcanary/compare/v2.8...v2.8.1) --- updated-dependencies: - dependency-name: com.squareup.leakcanary:leakcanary-android dependency-type: direct:production update-type: version-update:semver-patch ... Signed-off-by: dependabot[bot] Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com> * Update docs (#343) * Merge public release 1.6.16 into master (#277) * Release/v1.6.13 to dev (#240) * Bump dokka_version from 1.5.0 to 1.5.30 (#242) Bumps `dokka_version` from 1.5.0 to 1.5.30. Updates `dokka-gradle-plugin` from 1.5.0 to 1.5.30 - [Release notes](https://github.com/Kotlin/dokka/releases) - [Commits](https://github.com/Kotlin/dokka/compare/v1.5.0...v1.5.30) Updates `dokka-base` from 1.5.0 to 1.5.30 - [Release notes](https://github.com/Kotlin/dokka/releases) - [Commits](https://github.com/Kotlin/dokka/compare/v1.5.0...v1.5.30) --- updated-dependencies: - dependency-name: org.jetbrains.dokka:dokka-gradle-plugin dependency-type: direct:production update-type: version-update:semver-patch - dependency-name: org.jetbrains.dokka:dokka-base dependency-type: direct:production update-type: version-update:semver-patch ... Signed-off-by: dependabot[bot] Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com> * Improve default validation (#243) * Update MIGRATING.md (#244) * Release v1.6.14 (#246) * Bump cardscan-ui from 2.1.0011 to 2.1.0012 (#249) Bumps [cardscan-ui](https://github.com/getbouncer/cardscan-android) from 2.1.0011 to 2.1.0012. - [Release notes](https://github.com/getbouncer/cardscan-android/releases) - [Changelog](https://github.com/getbouncer/cardscan-android/blob/master/CHANGELOG.md) - [Commits](https://github.com/getbouncer/cardscan-android/compare/2.1.0011...2.1.0012) --- updated-dependencies: - dependency-name: com.getbouncer:cardscan-ui dependency-type: direct:production update-type: version-update:semver-patch ... Signed-off-by: dependabot[bot] Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com> * Bump kotlin-gradle-plugin from 1.5.30 to 1.5.31 (#253) Bumps [kotlin-gradle-plugin](https://github.com/JetBrains/kotlin) from 1.5.30 to 1.5.31. - [Release notes](https://github.com/JetBrains/kotlin/releases) - [Changelog](https://github.com/JetBrains/kotlin/blob/v1.5.31/ChangeLog.md) - [Commits](https://github.com/JetBrains/kotlin/compare/v1.5.30...v1.5.31) --- updated-dependencies: - dependency-name: org.jetbrains.kotlin:kotlin-gradle-plugin dependency-type: direct:production update-type: version-update:semver-patch ... Signed-off-by: dependabot[bot] Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com> * Bump constraintlayout from 2.1.0 to 2.1.1 (#257) Bumps [constraintlayout](https://github.com/androidx/constraintlayout) from 2.1.0 to 2.1.1. - [Release notes](https://github.com/androidx/constraintlayout/releases) - [Commits](https://github.com/androidx/constraintlayout/commits) --- updated-dependencies: - dependency-name: androidx.constraintlayout:constraintlayout dependency-type: direct:production update-type: version-update:semver-patch ... Signed-off-by: dependabot[bot] Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com> * Improve validation logic, fix tests (#261) * Fix nullable return type (#260) * Bump okhttp from 4.9.1 to 4.9.2 (#258) Bumps [okhttp](https://github.com/square/okhttp) from 4.9.1 to 4.9.2. - [Release notes](https://github.com/square/okhttp/releases) - [Changelog](https://github.com/square/okhttp/blob/master/CHANGELOG.md) - [Commits](https://github.com/square/okhttp/compare/parent-4.9.1...parent-4.9.2) --- updated-dependencies: - dependency-name: com.squareup.okhttp3:okhttp dependency-type: direct:production update-type: version-update:semver-patch ... Signed-off-by: dependabot[bot] Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com> Co-authored-by: Dmytro * Bump dokka_version from 1.5.30 to 1.5.31 (#264) Bumps `dokka_version` from 1.5.30 to 1.5.31. Updates `dokka-gradle-plugin` from 1.5.30 to 1.5.31 - [Release notes](https://github.com/Kotlin/dokka/releases) - [Commits](https://github.com/Kotlin/dokka/compare/v1.5.30...v1.5.31) Updates `dokka-base` from 1.5.30 to 1.5.31 - [Release notes](https://github.com/Kotlin/dokka/releases) - [Commits](https://github.com/Kotlin/dokka/compare/v1.5.30...v1.5.31) --- updated-dependencies: - dependency-name: org.jetbrains.dokka:dokka-gradle-plugin dependency-type: direct:production update-type: version-update:semver-patch - dependency-name: org.jetbrains.dokka:dokka-base dependency-type: direct:production update-type: version-update:semver-patch ... Signed-off-by: dependabot[bot] Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com> Co-authored-by: Dmytro * Public release v1.6.15 (#266) * Version name & code rise * Update docs * Bump firebase-bom from 28.4.1 to 28.4.2 (#270) Bumps firebase-bom from 28.4.1 to 28.4.2. --- updated-dependencies: - dependency-name: com.google.firebase:firebase-bom dependency-type: direct:production update-type: version-update:semver-patch ... Signed-off-by: dependabot[bot] Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com> * Bump mockito_version from 3.12.4 to 4.0.0 (#271) Bumps `mockito_version` from 3.12.4 to 4.0.0. Updates `mockito-core` from 3.12.4 to 4.0.0 - [Release notes](https://github.com/mockito/mockito/releases) - [Commits](https://github.com/mockito/mockito/compare/v3.12.4...v4.0.0) Updates `mockito-inline` from 3.12.4 to 4.0.0 - [Release notes](https://github.com/mockito/mockito/releases) - [Commits](https://github.com/mockito/mockito/compare/v3.12.4...v4.0.0) --- updated-dependencies: - dependency-name: org.mockito:mockito-core dependency-type: direct:production update-type: version-update:semver-major - dependency-name: org.mockito:mockito-inline dependency-type: direct:production update-type: version-update:semver-major ... Signed-off-by: dependabot[bot] Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com> * Bump gradle from 7.0.2 to 7.0.3 (#273) Bumps gradle from 7.0.2 to 7.0.3. --- updated-dependencies: - dependency-name: com.android.tools.build:gradle dependency-type: direct:production update-type: version-update:semver-patch ... Signed-off-by: dependabot[bot] Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com> * Fix submit function response body (#274) * Public release v1.6.16 (#275) * Merge dev into master (#269) * Release/v1.6.13 to dev (#240) * Bump dokka_version from 1.5.0 to 1.5.30 (#242) Bumps `dokka_version` from 1.5.0 to 1.5.30. Updates `dokka-gradle-plugin` from 1.5.0 to 1.5.30 - [Release notes](https://github.com/Kotlin/dokka/releases) - [Commits](https://github.com/Kotlin/dokka/compare/v1.5.0...v1.5.30) Updates `dokka-base` from 1.5.0 to 1.5.30 - [Release notes](https://github.com/Kotlin/dokka/releases) - [Commits](https://github.com/Kotlin/dokka/compare/v1.5.0...v1.5.30) --- updated-dependencies: - dependency-name: org.jetbrains.dokka:dokka-gradle-plugin dependency-type: direct:production update-type: version-update:semver-patch - dependency-name: org.jetbrains.dokka:dokka-base dependency-type: direct:production update-type: version-update:semver-patch ... Signed-off-by: dependabot[bot] Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com> * Improve default validation (#243) * Update MIGRATING.md (#244) * Release v1.6.14 (#246) * Bump cardscan-ui from 2.1.0011 to 2.1.0012 (#249) Bumps [cardscan-ui](https://github.com/getbouncer/cardscan-android) from 2.1.0011 to 2.1.0012. - [Release notes](https://github.com/getbouncer/cardscan-android/releases) - [Changelog](https://github.com/getbouncer/cardscan-android/blob/master/CHANGELOG.md) - [Commits](https://github.com/getbouncer/cardscan-android/compare/2.1.0011...2.1.0012) --- updated-dependencies: - dependency-name: com.getbouncer:cardscan-ui dependency-type: direct:production update-type: version-update:semver-patch ... Signed-off-by: dependabot[bot] Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com> * Bump kotlin-gradle-plugin from 1.5.30 to 1.5.31 (#253) Bumps [kotlin-gradle-plugin](https://github.com/JetBrains/kotlin) from 1.5.30 to 1.5.31. - [Release notes](https://github.com/JetBrains/kotlin/releases) - [Changelog](https://github.com/JetBrains/kotlin/blob/v1.5.31/ChangeLog.md) - [Commits](https://github.com/JetBrains/kotlin/compare/v1.5.30...v1.5.31) --- updated-dependencies: - dependency-name: org.jetbrains.kotlin:kotlin-gradle-plugin dependency-type: direct:production update-type: version-update:semver-patch ... Signed-off-by: dependabot[bot] Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com> * Bump constraintlayout from 2.1.0 to 2.1.1 (#257) Bumps [constraintlayout](https://github.com/androidx/constraintlayout) from 2.1.0 to 2.1.1. - [Release notes](https://github.com/androidx/constraintlayout/releases) - [Commits](https://github.com/androidx/constraintlayout/commits) --- updated-dependencies: - dependency-name: androidx.constraintlayout:constraintlayout dependency-type: direct:production update-type: version-update:semver-patch ... Signed-off-by: dependabot[bot] Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com> * Improve validation logic, fix tests (#261) * Fix nullable return type (#260) * Bump okhttp from 4.9.1 to 4.9.2 (#258) Bumps [okhttp](https://github.com/square/okhttp) from 4.9.1 to 4.9.2. - [Release notes](https://github.com/square/okhttp/releases) - [Changelog](https://github.com/square/okhttp/blob/master/CHANGELOG.md) - [Commits](https://github.com/square/okhttp/compare/parent-4.9.1...parent-4.9.2) --- updated-dependencies: - dependency-name: com.squareup.okhttp3:okhttp dependency-type: direct:production update-type: version-update:semver-patch ... Signed-off-by: dependabot[bot] Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com> Co-authored-by: Dmytro * Bump dokka_version from 1.5.30 to 1.5.31 (#264) Bumps `dokka_version` from 1.5.30 to 1.5.31. Updates `dokka-gradle-plugin` from 1.5.30 to 1.5.31 - [Release notes](https://github.com/Kotlin/dokka/releases) - [Commits](https://github.com/Kotlin/dokka/compare/v1.5.30...v1.5.31) Updates `dokka-base` from 1.5.30 to 1.5.31 - [Release notes](https://github.com/Kotlin/dokka/releases) - [Commits](https://github.com/Kotlin/dokka/compare/v1.5.30...v1.5.31) --- updated-dependencies: - dependency-name: org.jetbrains.dokka:dokka-gradle-plugin dependency-type: direct:production update-type: version-update:semver-patch - dependency-name: org.jetbrains.dokka:dokka-base dependency-type: direct:production update-type: version-update:semver-patch ... Signed-off-by: dependabot[bot] Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com> Co-authored-by: Dmytro * Public release v1.6.15 (#266) * Version name & code rise * Update docs Co-authored-by: Dmytro Kos Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com> * Images patch 1 (#272) * Version name & code rise * Update docs * Update config.yml Co-authored-by: Dmytro Kos Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com> Co-authored-by: Dmytro Kos Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com> * Merge dev into master (#280) * Release/v1.6.13 to dev (#240) * Bump dokka_version from 1.5.0 to 1.5.30 (#242) Bumps `dokka_version` from 1.5.0 to 1.5.30. Updates `dokka-gradle-plugin` from 1.5.0 to 1.5.30 - [Release notes](https://github.com/Kotlin/dokka/releases) - [Commits](https://github.com/Kotlin/dokka/compare/v1.5.0...v1.5.30) Updates `dokka-base` from 1.5.0 to 1.5.30 - [Release notes](https://github.com/Kotlin/dokka/releases) - [Commits](https://github.com/Kotlin/dokka/compare/v1.5.0...v1.5.30) --- updated-dependencies: - dependency-name: org.jetbrains.dokka:dokka-gradle-plugin dependency-type: direct:production update-type: version-update:semver-patch - dependency-name: org.jetbrains.dokka:dokka-base dependency-type: direct:production update-type: version-update:semver-patch ... Signed-off-by: dependabot[bot] Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com> * Improve default validation (#243) * Update MIGRATING.md (#244) * Release v1.6.14 (#246) * Bump cardscan-ui from 2.1.0011 to 2.1.0012 (#249) Bumps [cardscan-ui](https://github.com/getbouncer/cardscan-android) from 2.1.0011 to 2.1.0012. - [Release notes](https://github.com/getbouncer/cardscan-android/releases) - [Changelog](https://github.com/getbouncer/cardscan-android/blob/master/CHANGELOG.md) - [Commits](https://github.com/getbouncer/cardscan-android/compare/2.1.0011...2.1.0012) --- updated-dependencies: - dependency-name: com.getbouncer:cardscan-ui dependency-type: direct:production update-type: version-update:semver-patch ... Signed-off-by: dependabot[bot] Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com> * Bump kotlin-gradle-plugin from 1.5.30 to 1.5.31 (#253) Bumps [kotlin-gradle-plugin](https://github.com/JetBrains/kotlin) from 1.5.30 to 1.5.31. - [Release notes](https://github.com/JetBrains/kotlin/releases) - [Changelog](https://github.com/JetBrains/kotlin/blob/v1.5.31/ChangeLog.md) - [Commits](https://github.com/JetBrains/kotlin/compare/v1.5.30...v1.5.31) --- updated-dependencies: - dependency-name: org.jetbrains.kotlin:kotlin-gradle-plugin dependency-type: direct:production update-type: version-update:semver-patch ... Signed-off-by: dependabot[bot] Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com> * Bump constraintlayout from 2.1.0 to 2.1.1 (#257) Bumps [constraintlayout](https://github.com/androidx/constraintlayout) from 2.1.0 to 2.1.1. - [Release notes](https://github.com/androidx/constraintlayout/releases) - [Commits](https://github.com/androidx/constraintlayout/commits) --- updated-dependencies: - dependency-name: androidx.constraintlayout:constraintlayout dependency-type: direct:production update-type: version-update:semver-patch ... Signed-off-by: dependabot[bot] Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com> * Improve validation logic, fix tests (#261) * Fix nullable return type (#260) * Bump okhttp from 4.9.1 to 4.9.2 (#258) Bumps [okhttp](https://github.com/square/okhttp) from 4.9.1 to 4.9.2. - [Release notes](https://github.com/square/okhttp/releases) - [Changelog](https://github.com/square/okhttp/blob/master/CHANGELOG.md) - [Commits](https://github.com/square/okhttp/compare/parent-4.9.1...parent-4.9.2) --- updated-dependencies: - dependency-name: com.squareup.okhttp3:okhttp dependency-type: direct:production update-type: version-update:semver-patch ... Signed-off-by: dependabot[bot] Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com> Co-authored-by: Dmytro * Bump dokka_version from 1.5.30 to 1.5.31 (#264) Bumps `dokka_version` from 1.5.30 to 1.5.31. Updates `dokka-gradle-plugin` from 1.5.30 to 1.5.31 - [Release notes](https://github.com/Kotlin/dokka/releases) - [Commits](https://github.com/Kotlin/dokka/compare/v1.5.30...v1.5.31) Updates `dokka-base` from 1.5.30 to 1.5.31 - [Release notes](https://github.com/Kotlin/dokka/releases) - [Commits](https://github.com/Kotlin/dokka/compare/v1.5.30...v1.5.31) --- updated-dependencies: - dependency-name: org.jetbrains.dokka:dokka-gradle-plugin dependency-type: direct:production update-type: version-update:semver-patch - dependency-name: org.jetbrains.dokka:dokka-base dependency-type: direct:production update-type: version-update:semver-patch ... Signed-off-by: dependabot[bot] Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com> Co-authored-by: Dmytro * Public release v1.6.15 (#266) * Version name & code rise * Update docs * Bump firebase-bom from 28.4.1 to 28.4.2 (#270) Bumps firebase-bom from 28.4.1 to 28.4.2. --- updated-dependencies: - dependency-name: com.google.firebase:firebase-bom dependency-type: direct:production update-type: version-update:semver-patch ... Signed-off-by: dependabot[bot] Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com> * Bump mockito_version from 3.12.4 to 4.0.0 (#271) Bumps `mockito_version` from 3.12.4 to 4.0.0. Updates `mockito-core` from 3.12.4 to 4.0.0 - [Release notes](https://github.com/mockito/mockito/releases) - [Commits](https://github.com/mockito/mockito/compare/v3.12.4...v4.0.0) Updates `mockito-inline` from 3.12.4 to 4.0.0 - [Release notes](https://github.com/mockito/mockito/releases) - [Commits](https://github.com/mockito/mockito/compare/v3.12.4...v4.0.0) --- updated-dependencies: - dependency-name: org.mockito:mockito-core dependency-type: direct:production update-type: version-update:semver-major - dependency-name: org.mockito:mockito-inline dependency-type: direct:production update-type: version-update:semver-major ... Signed-off-by: dependabot[bot] Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com> * Bump gradle from 7.0.2 to 7.0.3 (#273) Bumps gradle from 7.0.2 to 7.0.3. --- updated-dependencies: - dependency-name: com.android.tools.build:gradle dependency-type: direct:production update-type: version-update:semver-patch ... Signed-off-by: dependabot[bot] Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com> * Fix submit function response body (#274) * Public release v1.6.16 (#275) * Merge dev into master (#269) * Release/v1.6.13 to dev (#240) * Bump dokka_version from 1.5.0 to 1.5.30 (#242) Bumps `dokka_version` from 1.5.0 to 1.5.30. Updates `dokka-gradle-plugin` from 1.5.0 to 1.5.30 - [Release notes](https://github.com/Kotlin/dokka/releases) - [Commits](https://github.com/Kotlin/dokka/compare/v1.5.0...v1.5.30) Updates `dokka-base` from 1.5.0 to 1.5.30 - [Release notes](https://github.com/Kotlin/dokka/releases) - [Commits](https://github.com/Kotlin/dokka/compare/v1.5.0...v1.5.30) --- updated-dependencies: - dependency-name: org.jetbrains.dokka:dokka-gradle-plugin dependency-type: direct:production update-type: version-update:semver-patch - dependency-name: org.jetbrains.dokka:dokka-base dependency-type: direct:production update-type: version-update:semver-patch ... Signed-off-by: dependabot[bot] Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com> * Improve default validation (#243) * Update MIGRATING.md (#244) * Release v1.6.14 (#246) * Bump cardscan-ui from 2.1.0011 to 2.1.0012 (#249) Bumps [cardscan-ui](https://github.com/getbouncer/cardscan-android) from 2.1.0011 to 2.1.0012. - [Release notes](https://github.com/getbouncer/cardscan-android/releases) - [Changelog](https://github.com/getbouncer/cardscan-android/blob/master/CHANGELOG.md) - [Commits](https://github.com/getbouncer/cardscan-android/compare/2.1.0011...2.1.0012) --- updated-dependencies: - dependency-name: com.getbouncer:cardscan-ui dependency-type: direct:production update-type: version-update:semver-patch ... Signed-off-by: dependabot[bot] Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com> * Bump kotlin-gradle-plugin from 1.5.30 to 1.5.31 (#253) Bumps [kotlin-gradle-plugin](https://github.com/JetBrains/kotlin) from 1.5.30 to 1.5.31. - [Release notes](https://github.com/JetBrains/kotlin/releases) - [Changelog](https://github.com/JetBrains/kotlin/blob/v1.5.31/ChangeLog.md) - [Commits](https://github.com/JetBrains/kotlin/compare/v1.5.30...v1.5.31) --- updated-dependencies: - dependency-name: org.jetbrains.kotlin:kotlin-gradle-plugin dependency-type: direct:production update-type: version-update:semver-patch ... Signed-off-by: dependabot[bot] Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com> * Bump constraintlayout from 2.1.0 to 2.1.1 (#257) Bumps [constraintlayout](https://github.com/androidx/constraintlayout) from 2.1.0 to 2.1.1. - [Release notes](https://github.com/androidx/constraintlayout/releases) - [Commits](https://github.com/androidx/constraintlayout/commits) --- updated-dependencies: - dependency-name: androidx.constraintlayout:constraintlayout dependency-type: direct:production update-type: version-update:semver-patch ... Signed-off-by: dependabot[bot] Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com> * Improve validation logic, fix tests (#261) * Fix nullable return type (#260) * Bump okhttp from 4.9.1 to 4.9.2 (#258) Bumps [okhttp](https://github.com/square/okhttp) from 4.9.1 to 4.9.2. - [Release notes](https://github.com/square/okhttp/releases) - [Changelog](https://github.com/square/okhttp/blob/master/CHANGELOG.md) - [Commits](https://github.com/square/okhttp/compare/parent-4.9.1...parent-4.9.2) --- updated-dependencies: - dependency-name: com.squareup.okhttp3:okhttp dependency-type: direct:production update-type: version-update:semver-patch ... Signed-off-by: dependabot[bot] Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com> Co-authored-by: Dmytro * Bump dokka_version from 1.5.30 to 1.5.31 (#264) Bumps `dokka_version` from 1.5.30 to 1.5.31. Updates `dokka-gradle-plugin` from 1.5.30 to 1.5.31 - [Release notes](https://github.com/Kotlin/dokka/releases) - [Commits](https://github.com/Kotlin/dokka/compare/v1.5.30...v1.5.31) Updates `dokka-base` from 1.5.30 to 1.5.31 - [Release notes](https://github.com/Kotlin/dokka/releases) - [Commits](https://github.com/Kotlin/dokka/compare/v1.5.30...v1.5.31) --- updated-dependencies: - dependency-name: org.jetbrains.dokka:dokka-gradle-plugin dependency-type: direct:production update-type: version-update:semver-patch - dependency-name: org.jetbrains.dokka:dokka-base dependency-type: direct:production update-type: version-update:semver-patch ... Signed-off-by: dependabot[bot] Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com> Co-authored-by: Dmytro * Public release v1.6.15 (#266) * Version name & code rise * Update docs Co-authored-by: Dmytro Kos Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com> * Images patch 1 (#272) * Version name & code rise * Update docs * Update config.yml Co-authored-by: Dmytro Kos Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com> * Bump tensorflow-lite from 2.1.0011 to 2.1.0015 (#262) Bumps [tensorflow-lite](https://github.com/getbouncer/cardscan-android) from 2.1.0011 to 2.1.0015. - [Release notes](https://github.com/getbouncer/cardscan-android/releases) - [Changelog](https://github.com/getbouncer/cardscan-android/blob/master/CHANGELOG.md) - [Commits](https://github.com/getbouncer/cardscan-android/compare/2.1.0011...2.1.0015) --- updated-dependencies: - dependency-name: com.getbouncer:tensorflow-lite dependency-type: direct:production update-type: version-update:semver-patch ... Signed-off-by: dependabot[bot] Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com> Co-authored-by: dmytrodmytryshyn * Bump scan-payment-full from 2.1.0011 to 2.1.0015 (#265) Bumps [scan-payment-full](https://github.com/getbouncer/cardscan-android) from 2.1.0011 to 2.1.0015. - [Release notes](https://github.com/getbouncer/cardscan-android/releases) - [Changelog](https://github.com/getbouncer/cardscan-android/blob/master/CHANGELOG.md) - [Commits](https://github.com/getbouncer/cardscan-android/compare/2.1.0011...2.1.0015) --- updated-dependencies: - dependency-name: com.getbouncer:scan-payment-full dependency-type: direct:production update-type: version-update:semver-patch ... Signed-off-by: dependabot[bot] Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com> Co-authored-by: dmytrodmytryshyn * Bump cardscan-ui from 2.1.0012 to 2.1.0015 (#263) Bumps [cardscan-ui](https://github.com/getbouncer/cardscan-android) from 2.1.0012 to 2.1.0015. - [Release notes](https://github.com/getbouncer/cardscan-android/releases) - [Changelog](https://github.com/getbouncer/cardscan-android/blob/master/CHANGELOG.md) - [Commits](https://github.com/getbouncer/cardscan-android/compare/2.1.0012...2.1.0015) --- updated-dependencies: - dependency-name: com.getbouncer:cardscan-ui dependency-type: direct:production update-type: version-update:semver-patch ... Signed-off-by: dependabot[bot] Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com> Co-authored-by: dmytrodmytryshyn * Bump bouncer versions from 2.1.0015 -> 2.1.0016 (#279) * Bouncer adapter version name & code rise (#278) Co-authored-by: Dmytro Kos Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com> * Public release v.1.16.17 (#298) * Release/v1.6.13 to dev (#240) * Bump dokka_version from 1.5.0 to 1.5.30 (#242) Bumps `dokka_version` from 1.5.0 to 1.5.30. Updates `dokka-gradle-plugin` from 1.5.0 to 1.5.30 - [Release notes](https://github.com/Kotlin/dokka/releases) - [Commits](https://github.com/Kotlin/dokka/compare/v1.5.0...v1.5.30) Updates `dokka-base` from 1.5.0 to 1.5.30 - [Release notes](https://github.com/Kotlin/dokka/releases) - [Commits](https://github.com/Kotlin/dokka/compare/v1.5.0...v1.5.30) --- updated-dependencies: - dependency-name: org.jetbrains.dokka:dokka-gradle-plugin dependency-type: direct:production update-type: version-update:semver-patch - dependency-name: org.jetbrains.dokka:dokka-base dependency-type: direct:production update-type: version-update:semver-patch ... Signed-off-by: dependabot[bot] Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com> * Improve default validation (#243) * Update MIGRATING.md (#244) * Release v1.6.14 (#246) * Bump cardscan-ui from 2.1.0011 to 2.1.0012 (#249) Bumps [cardscan-ui](https://github.com/getbouncer/cardscan-android) from 2.1.0011 to 2.1.0012. - [Release notes](https://github.com/getbouncer/cardscan-android/releases) - [Changelog](https://github.com/getbouncer/cardscan-android/blob/master/CHANGELOG.md) - [Commits](https://github.com/getbouncer/cardscan-android/compare/2.1.0011...2.1.0012) --- updated-dependencies: - dependency-name: com.getbouncer:cardscan-ui dependency-type: direct:production update-type: version-update:semver-patch ... Signed-off-by: dependabot[bot] Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com> * Bump kotlin-gradle-plugin from 1.5.30 to 1.5.31 (#253) Bumps [kotlin-gradle-plugin](https://github.com/JetBrains/kotlin) from 1.5.30 to 1.5.31. - [Release notes](https://github.com/JetBrains/kotlin/releases) - [Changelog](https://github.com/JetBrains/kotlin/blob/v1.5.31/ChangeLog.md) - [Commits](https://github.com/JetBrains/kotlin/compare/v1.5.30...v1.5.31) --- updated-dependencies: - dependency-name: org.jetbrains.kotlin:kotlin-gradle-plugin dependency-type: direct:production update-type: version-update:semver-patch ... Signed-off-by: dependabot[bot] Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com> * Bump constraintlayout from 2.1.0 to 2.1.1 (#257) Bumps [constraintlayout](https://github.com/androidx/constraintlayout) from 2.1.0 to 2.1.1. - [Release notes](https://github.com/androidx/constraintlayout/releases) - [Commits](https://github.com/androidx/constraintlayout/commits) --- updated-dependencies: - dependency-name: androidx.constraintlayout:constraintlayout dependency-type: direct:production update-type: version-update:semver-patch ... Signed-off-by: dependabot[bot] Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com> * Improve validation logic, fix tests (#261) * Fix nullable return type (#260) * Bump okhttp from 4.9.1 to 4.9.2 (#258) Bumps [okhttp](https://github.com/square/okhttp) from 4.9.1 to 4.9.2. - [Release notes](https://github.com/square/okhttp/releases) - [Changelog](https://github.com/square/okhttp/blob/master/CHANGELOG.md) - [Commits](https://github.com/square/okhttp/compare/parent-4.9.1...parent-4.9.2) --- updated-dependencies: - dependency-name: com.squareup.okhttp3:okhttp dependency-type: direct:production update-type: version-update:semver-patch ... Signed-off-by: dependabot[bot] Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com> Co-authored-by: Dmytro * Bump dokka_version from 1.5.30 to 1.5.31 (#264) Bumps `dokka_version` from 1.5.30 to 1.5.31. Updates `dokka-gradle-plugin` from 1.5.30 to 1.5.31 - [Release notes](https://github.com/Kotlin/dokka/releases) - [Commits](https://github.com/Kotlin/dokka/compare/v1.5.30...v1.5.31) Updates `dokka-base` from 1.5.30 to 1.5.31 - [Release notes](https://github.com/Kotlin/dokka/releases) - [Commits](https://github.com/Kotlin/dokka/compare/v1.5.30...v1.5.31) --- updated-dependencies: - dependency-name: org.jetbrains.dokka:dokka-gradle-plugin dependency-type: direct:production update-type: version-update:semver-patch - dependency-name: org.jetbrains.dokka:dokka-base dependency-type: direct:production update-type: version-update:semver-patch ... Signed-off-by: dependabot[bot] Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com> Co-authored-by: Dmytro * Public release v1.6.15 (#266) * Version name & code rise * Update docs * Bump firebase-bom from 28.4.1 to 28.4.2 (#270) Bumps firebase-bom from 28.4.1 to 28.4.2. --- updated-dependencies: - dependency-name: com.google.firebase:firebase-bom dependency-type: direct:production update-type: version-update:semver-patch ... Signed-off-by: dependabot[bot] Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com> * Bump mockito_version from 3.12.4 to 4.0.0 (#271) Bumps `mockito_version` from 3.12.4 to 4.0.0. Updates `mockito-core` from 3.12.4 to 4.0.0 - [Release notes](https://github.com/mockito/mockito/releases) - [Commits](https://github.com/mockito/mockito/compare/v3.12.4...v4.0.0) Updates `mockito-inline` from 3.12.4 to 4.0.0 - [Release notes](https://github.com/mockito/mockito/releases) - [Commits](https://github.com/mockito/mockito/compare/v3.12.4...v4.0.0) --- updated-dependencies: - dependency-name: org.mockito:mockito-core dependency-type: direct:production update-type: version-update:semver-major - dependency-name: org.mockito:mockito-inline dependency-type: direct:production update-type: version-update:semver-major ... Signed-off-by: dependabot[bot] Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com> * Bump gradle from 7.0.2 to 7.0.3 (#273) Bumps gradle from 7.0.2 to 7.0.3. --- updated-dependencies: - dependency-name: com.android.tools.build:gradle dependency-type: direct:production update-type: version-update:semver-patch ... Signed-off-by: dependabot[bot] Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com> * Fix submit function response body (#274) * Public release v1.6.16 (#275) * Merge dev into master (#269) * Release/v1.6.13 to dev (#240) * Bump dokka_version from 1.5.0 to 1.5.30 (#242) Bumps `dokka_version` from 1.5.0 to 1.5.30. Updates `dokka-gradle-plugin` from 1.5.0 to 1.5.30 - [Release notes](https://github.com/Kotlin/dokka/releases) - [Commits](https://github.com/Kotlin/dokka/compare/v1.5.0...v1.5.30) Updates `dokka-base` from 1.5.0 to 1.5.30 - [Release notes](https://github.com/Kotlin/dokka/releases) - [Commits](https://github.com/Kotlin/dokka/compare/v1.5.0...v1.5.30) --- updated-dependencies: - dependency-name: org.jetbrains.dokka:dokka-gradle-plugin dependency-type: direct:production update-type: version-update:semver-patch - dependency-name: org.jetbrains.dokka:dokka-base dependency-type: direct:production update-type: version-update:semver-patch ... Signed-off-by: dependabot[bot] Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com> * Improve default validation (#243) * Update MIGRATING.md (#244) * Release v1.6.14 (#246) * Bump cardscan-ui from 2.1.0011 to 2.1.0012 (#249) Bumps [cardscan-ui](https://github.com/getbouncer/cardscan-android) from 2.1.0011 to 2.1.0012. - [Release notes](https://github.com/getbouncer/cardscan-android/releases) - [Changelog](https://github.com/getbouncer/cardscan-android/blob/master/CHANGELOG.md) - [Commits](https://github.com/getbouncer/cardscan-android/compare/2.1.0011...2.1.0012) --- updated-dependencies: - dependency-name: com.getbouncer:cardscan-ui dependency-type: direct:production update-type: version-update:semver-patch ... Signed-off-by: dependabot[bot] Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com> * Bump kotlin-gradle-plugin from 1.5.30 to 1.5.31 (#253) Bumps [kotlin-gradle-plugin](https://github.com/JetBrains/kotlin) from 1.5.30 to 1.5.31. - [Release notes](https://github.com/JetBrains/kotlin/releases) - [Changelog](https://github.com/JetBrains/kotlin/blob/v1.5.31/ChangeLog.md) - [Commits](https://github.com/JetBrains/kotlin/compare/v1.5.30...v1.5.31) --- updated-dependencies: - dependency-name: org.jetbrains.kotlin:kotlin-gradle-plugin dependency-type: direct:production update-type: version-update:semver-patch ... Signed-off-by: dependabot[bot] Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com> * Bump constraintlayout from 2.1.0 to 2.1.1 (#257) Bumps [constraintlayout](https://github.com/androidx/constraintlayout) from 2.1.0 to 2.1.1. - [Release notes](https://github.com/androidx/constraintlayout/releases) - [Commits](https://github.com/androidx/constraintlayout/commits) --- updated-dependencies: - dependency-name: androidx.constraintlayout:constraintlayout dependency-type: direct:production update-type: version-update:semver-patch ... Signed-off-by: dependabot[bot] Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com> * Improve validation logic, fix tests (#261) * Fix nullable return type (#260) * Bump okhttp from 4.9.1 to 4.9.2 (#258) Bumps [okhttp](https://github.com/square/okhttp) from 4.9.1 to 4.9.2. - [Release notes](https://github.com/square/okhttp/releases) - [Changelog](https://github.com/square/okhttp/blob/master/CHANGELOG.md) - [Commits](https://github.com/square/okhttp/compare/parent-4.9.1...parent-4.9.2) --- updated-dependencies: - dependency-name: com.squareup.okhttp3:okhttp dependency-type: direct:production update-type: version-update:semver-patch ... Signed-off-by: dependabot[bot] Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com> Co-authored-by: Dmytro * Bump dokka_version from 1.5.30 to 1.5.31 (#264) Bumps `dokka_version` from 1.5.30 to 1.5.31. Updates `dokka-gradle-plugin` from 1.5.30 to 1.5.31 - [Release notes](https://github.com/Kotlin/dokka/releases) - [Commits](https://github.com/Kotlin/dokka/compare/v1.5.30...v1.5.31) Updates `dokka-base` from 1.5.30 to 1.5.31 - [Release notes](https://github.com/Kotlin/dokka/releases) - [Commits](https://github.com/Kotlin/dokka/compare/v1.5.30...v1.5.31) --- updated-dependencies: - dependency-name: org.jetbrains.dokka:dokka-gradle-plugin dependency-type: direct:production update-type: version-update:semver-patch - dependency-name: org.jetbrains.dokka:dokka-base dependency-type: direct:production update-type: version-update:semver-patch ... Signed-off-by: dependabot[bot] Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com> Co-authored-by: Dmytro * Public release v1.6.15 (#266) * Version name & code rise * Update docs Co-authored-by: Dmytro Kos Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com> * Images patch 1 (#272) * Version name & code rise * Update docs * Update config.yml Co-authored-by: Dmytro Kos Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com> * Bump tensorflow-lite from 2.1.0011 to 2.1.0015 (#262) Bumps [tensorflow-lite](https://github.com/getbouncer/cardscan-android) from 2.1.0011 to 2.1.0015. - [Release notes](https://github.com/getbouncer/cardscan-android/releases) - [Changelog](https://github.com/getbouncer/cardscan-android/blob/master/CHANGELOG.md) - [Commits](https://github.com/getbouncer/cardscan-android/compare/2.1.0011...2.1.0015) --- updated-dependencies: - dependency-name: com.getbouncer:tensorflow-lite dependency-type: direct:production update-type: version-update:semver-patch ... Signed-off-by: dependabot[bot] Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com> Co-authored-by: dmytrodmytryshyn * Bump scan-payment-full from 2.1.0011 to 2.1.0015 (#265) Bumps [scan-payment-full](https://github.com/getbouncer/cardscan-android) from 2.1.0011 to 2.1.0015. - [Release notes](https://github.com/getbouncer/cardscan-android/releases) - [Changelog](https://github.com/getbouncer/cardscan-android/blob/master/CHANGELOG.md) - [Commits](https://github.com/getbouncer/cardscan-android/compare/2.1.0011...2.1.0015) --- updated-dependencies: - dependency-name: com.getbouncer:scan-payment-full dependency-type: direct:production update-type: version-update:semver-patch ... Signed-off-by: dependabot[bot] Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com> Co-authored-by: dmytrodmytryshyn * Bump cardscan-ui from 2.1.0012 to 2.1.0015 (#263) Bumps [cardscan-ui](https://github.com/getbouncer/cardscan-android) from 2.1.0012 to 2.1.0015. - [Release notes](https://github.com/getbouncer/cardscan-android/releases) - [Changelog](https://github.com/getbouncer/cardscan-android/blob/master/CHANGELOG.md) - [Commits](https://github.com/getbouncer/cardscan-android/compare/2.1.0012...2.1.0015) --- updated-dependencies: - dependency-name: com.getbouncer:cardscan-ui dependency-type: direct:production update-type: version-update:semver-patch ... Signed-off-by: dependabot[bot] Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com> Co-authored-by: dmytrodmytryshyn * Bump bouncer versions from 2.1.0015 -> 2.1.0016 (#279) * Bouncer adapter version name & code rise (#278) * Bump core-ktx from 1.6.0 to 1.7.0 (#285) * Bump core-ktx from 1.6.0 to 1.7.0 Bumps core-ktx from 1.6.0 to 1.7.0. --- updated-dependencies: - dependency-name: androidx.core:core-ktx dependency-type: direct:production update-type: version-update:semver-minor ... Signed-off-by: dependabot[bot] * update compileSdkVersion * update cursor.getString Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com> Co-authored-by: Dmytro * Bump firebase-bom from 28.4.2 to 29.0.0 (#286) Bumps firebase-bom from 28.4.2 to 29.0.0. --- updated-dependencies: - dependency-name: com.google.firebase:firebase-bom dependency-type: direct:production update-type: version-update:semver-major ... Signed-off-by: dependabot[bot] Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com> * Bump robolectric from 4.6.1 to 4.7 (#287) Bumps [robolectric](https://github.com/robolectric/robolectric) from 4.6.1 to 4.7. - [Release notes](https://github.com/robolectric/robolectric/releases) - [Commits](https://github.com/robolectric/robolectric/compare/robolectric-4.6.1...robolectric-4.7) --- updated-dependencies: - dependency-name: org.robolectric:robolectric dependency-type: direct:production update-type: version-update:semver-minor ... Signed-off-by: dependabot[bot] Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com> * Bump kotlin-gradle-plugin from 1.5.31 to 1.6.0 (#288) Bumps [kotlin-gradle-plugin](https://github.com/JetBrains/kotlin) from 1.5.31 to 1.6.0. - [Release notes](https://github.com/JetBrains/kotlin/releases) - [Changelog](https://github.com/JetBrains/kotlin/blob/master/ChangeLog.md) - [Commits](https://github.com/JetBrains/kotlin/commits) --- updated-dependencies: - dependency-name: org.jetbrains.kotlin:kotlin-gradle-plugin dependency-type: direct:production update-type: version-update:semver-minor ... Signed-off-by: dependabot[bot] Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com> * add max Length (#289) * Bump mockk from 1.12.0 to 1.12.1 (#290) Bumps [mockk](https://github.com/mockk/mockk) from 1.12.0 to 1.12.1. - [Release notes](https://github.com/mockk/mockk/releases) - [Commits](https://github.com/mockk/mockk/compare/v1.12.0...1.12.1) --- updated-dependencies: - dependency-name: io.mockk:mockk dependency-type: direct:production update-type: version-update:semver-patch ... Signed-off-by: dependabot[bot] Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com> * Bump appcompat from 1.3.1 to 1.4.0 (#291) Bumps appcompat from 1.3.1 to 1.4.0. --- updated-dependencies: - dependency-name: androidx.appcompat:appcompat dependency-type: direct:production update-type: version-update:semver-minor ... Signed-off-by: dependabot[bot] Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com> * Bump robolectric from 4.7 to 4.7.1 (#292) Bumps [robolectric](https://github.com/robolectric/robolectric) from 4.7 to 4.7.1. - [Release notes](https://github.com/robolectric/robolectric/releases) - [Commits](https://github.com/robolectric/robolectric/compare/robolectric-4.7...robolectric-4.7.1) --- updated-dependencies: - dependency-name: org.robolectric:robolectric dependency-type: direct:production update-type: version-update:semver-patch ... Signed-off-by: dependabot[bot] Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com> * Bump constraintlayout from 2.1.1 to 2.1.2 (#293) Bumps [constraintlayout](https://github.com/androidx/constraintlayout) from 2.1.1 to 2.1.2. - [Release notes](https://github.com/androidx/constraintlayout/releases) - [Commits](https://github.com/androidx/constraintlayout/commits) --- updated-dependencies: - dependency-name: androidx.constraintlayout:constraintlayout dependency-type: direct:production update-type: version-update:semver-patch ... Signed-off-by: dependabot[bot] Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com> * Bump okhttp from 4.9.2 to 4.9.3 (#294) Bumps [okhttp](https://github.com/square/okhttp) from 4.9.2 to 4.9.3. - [Release notes](https://github.com/square/okhttp/releases) - [Changelog](https://github.com/square/okhttp/blob/master/CHANGELOG.md) - [Commits](https://github.com/square/okhttp/compare/parent-4.9.2...parent-4.9.3) --- updated-dependencies: - dependency-name: com.squareup.okhttp3:okhttp dependency-type: direct:production update-type: version-update:semver-patch ... Signed-off-by: dependabot[bot] Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com> * Bump mockito_version from 4.0.0 to 4.1.0 (#295) Bumps `mockito_version` from 4.0.0 to 4.1.0. Updates `mockito-core` from 4.0.0 to 4.1.0 - [Release notes](https://github.com/mockito/mockito/releases) - [Commits](https://github.com/mockito/mockito/compare/v4.0.0...v4.1.0) Updates `mockito-inline` from 4.0.0 to 4.1.0 - [Release notes](https://github.com/mockito/mockito/releases) - [Commits](https://github.com/mockito/mockito/compare/v4.0.0...v4.1.0) --- updated-dependencies: - dependency-name: org.mockito:mockito-core dependency-type: direct:production update-type: version-update:semver-minor - dependency-name: org.mockito:mockito-inline dependency-type: direct:production update-type: version-update:semver-minor ... Signed-off-by: dependabot[bot] Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com> * Bump robolectric from 4.7.1 to 4.7.2 (#296) Bumps [robolectric](https://github.com/robolectric/robolectric) from 4.7.1 to 4.7.2. - [Release notes](https://github.com/robolectric/robolectric/releases) - [Commits](https://github.com/robolectric/robolectric/compare/robolectric-4.7.1...robolectric-4.7.2) --- updated-dependencies: - dependency-name: org.robolectric:robolectric dependency-type: direct:production update-type: version-update:semver-patch ... Signed-off-by: dependabot[bot] Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com> * Bump dokka_version from 1.5.31 to 1.6.0 (#297) Bumps `dokka_version` from 1.5.31 to 1.6.0. Updates `dokka-gradle-plugin` from 1.5.31 to 1.6.0 - [Release notes](https://github.com/Kotlin/dokka/releases) - [Commits](https://github.com/Kotlin/dokka/compare/v1.5.31...v1.6.0) Updates `dokka-base` from 1.5.31 to 1.6.0 - [Release notes](https://github.com/Kotlin/dokka/releases) - [Commits](https://github.com/Kotlin/dokka/compare/v1.5.31...v1.6.0) --- updated-dependencies: - dependency-name: org.jetbrains.dokka:dokka-gradle-plugin dependency-type: direct:production update-type: version-update:semver-minor - dependency-name: org.jetbrains.dokka:dokka-base dependency-type: direct:production update-type: version-update:semver-minor ... Signed-off-by: dependabot[bot] Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com> * Version name & code rise * Update docs Co-authored-by: Dmytro Kos Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com> * Public release v1.6.18 (#314) * Release/v1.6.13 to dev (#240) * Bump dokka_version from 1.5.0 to 1.5.30 (#242) Bumps `dokka_version` from 1.5.0 to 1.5.30. Updates `dokka-gradle-plugin` from 1.5.0 to 1.5.30 - [Release notes](https://github.com/Kotlin/dokka/releases) - [Commits](https://github.com/Kotlin/dokka/compare/v1.5.0...v1.5.30) Updates `dokka-base` from 1.5.0 to 1.5.30 - [Release notes](https://github.com/Kotlin/dokka/releases) - [Commits](https://github.com/Kotlin/dokka/compare/v1.5.0...v1.5.30) --- updated-dependencies: - dependency-name: org.jetbrains.dokka:dokka-gradle-plugin dependency-type: direct:production update-type: version-update:semver-patch - dependency-name: org.jetbrains.dokka:dokka-base dependency-type: direct:production update-type: version-update:semver-patch ... Signed-off-by: dependabot[bot] Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com> * Improve default validation (#243) * Update MIGRATING.md (#244) * Release v1.6.14 (#246) * Bump cardscan-ui from 2.1.0011 to 2.1.0012 (#249) Bumps [cardscan-ui](https://github.com/getbouncer/cardscan-android) from 2.1.0011 to 2.1.0012. - [Release notes](https://github.com/getbouncer/cardscan-android/releases) - [Changelog](https://github.com/getbouncer/cardscan-android/blob/master/CHANGELOG.md) - [Commits](https://github.com/getbouncer/cardscan-android/compare/2.1.0011...2.1.0012) --- updated-dependencies: - dependency-name: com.getbouncer:cardscan-ui dependency-type: direct:production update-type: version-update:semver-patch ... Signed-off-by: dependabot[bot] Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com> * Bump kotlin-gradle-plugin from 1.5.30 to 1.5.31 (#253) Bumps [kotlin-gradle-plugin](https://github.com/JetBrains/kotlin) from 1.5.30 to 1.5.31. - [Release notes](https://github.com/JetBrains/kotlin/releases) - [Changelog](https://github.com/JetBrains/kotlin/blob/v1.5.31/ChangeLog.md) - [Commits](https://github.com/JetBrains/kotlin/compare/v1.5.30...v1.5.31) --- updated-dependencies: - dependency-name: org.jetbrains.kotlin:kotlin-gradle-plugin dependency-type: direct:production update-type: version-update:semver-patch ... Signed-off-by: dependabot[bot] Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com> * Bump constraintlayout from 2.1.0 to 2.1.1 (#257) Bumps [constraintlayout](https://github.com/androidx/constraintlayout) from 2.1.0 to 2.1.1. - [Release notes](https://github.com/androidx/constraintlayout/releases) - [Commits](https://github.com/androidx/constraintlayout/commits) --- updated-dependencies: - dependency-name: androidx.constraintlayout:constraintlayout dependency-type: direct:production update-type: version-update:semver-patch ... Signed-off-by: dependabot[bot] Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com> * Improve validation logic, fix tests (#261) * Fix nullable return type (#260) * Bump okhttp from 4.9.1 to 4.9.2 (#258) Bumps [okhttp](https://github.com/square/okhttp) from 4.9.1 to 4.9.2. - [Release notes](https://github.com/square/okhttp/releases) - [Changelog](https://github.com/square/okhttp/blob/master/CHANGELOG.md) - [Commits](https://github.com/square/okhttp/compare/parent-4.9.1...parent-4.9.2) --- updated-dependencies: - dependency-name: com.squareup.okhttp3:okhttp dependency-type: direct:production update-type: version-update:semver-patch ... Signed-off-by: dependabot[bot] Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com> Co-authored-by: Dmytro * Bump dokka_version from 1.5.30 to 1.5.31 (#264) Bumps `dokka_version` from 1.5.30 to 1.5.31. Updates `dokka-gradle-plugin` from 1.5.30 to 1.5.31 - [Release notes](https://github.com/Kotlin/dokka/releases) - [Commits](https://github.com/Kotlin/dokka/compare/v1.5.30...v1.5.31) Updates `dokka-base` from 1.5.30 to 1.5.31 - [Release notes](https://github.com/Kotlin/dokka/releases) - [Commits](https://github.com/Kotlin/dokka/compare/v1.5.30...v1.5.31) --- updated-dependencies: - dependency-name: org.jetbrains.dokka:dokka-gradle-plugin dependency-type: direct:production update-type: version-update:semver-patch - dependency-name: org.jetbrains.dokka:dokka-base dependency-type: direct:production update-type: version-update:semver-patch ... Signed-off-by: dependabot[bot] Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com> Co-authored-by: Dmytro * Public release v1.6.15 (#266) * Version name & code rise * Update docs * Bump firebase-bom from 28.4.1 to 28.4.2 (#270) Bumps firebase-bom from 28.4.1 to 28.4.2. --- updated-dependencies: - dependency-name: com.google.firebase:firebase-bom dependency-type: direct:production update-type: version-update:semver-patch ... Signed-off-by: dependabot[bot] Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com> * Bump mockito_version from 3.12.4 to 4.0.0 (#271) Bumps `mockito_version` from 3.12.4 to 4.0.0. Updates `mockito-core` from 3.12.4 to 4.0.0 - [Release notes](https://github.com/mockito/mockito/releases) - [Commits](https://github.com/mockito/mockito/compare/v3.12.4...v4.0.0) Updates `mockito-inline` from 3.12.4 to 4.0.0 - [Release notes](https://github.com/mockito/mockito/releases) - [Commits](https://github.com/mockito/mockito/compare/v3.12.4...v4.0.0) --- updated-dependencies: - dependency-name: org.mockito:mockito-core dependency-type: direct:production update-type: version-update:semver-major - dependency-name: org.mockito:mockito-inline dependency-type: direct:production update-type: version-update:semver-major ... Signed-off-by: dependabot[bot] Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com> * Bump gradle from 7.0.2 to 7.0.3 (#273) Bumps gradle from 7.0.2 to 7.0.3. --- updated-dependencies: - dependency-name: com.android.tools.build:gradle dependency-type: direct:production update-type: version-update:semver-patch ... Signed-off-by: dependabot[bot] Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com> * Fix submit function response body (#274) * Public release v1.6.16 (#275) * Merge dev into master (#269) * Release/v1.6.13 to dev (#240) * Bump dokka_version from 1.5.0 to 1.5.30 (#242) Bumps `dokka_version` from 1.5.0 to 1.5.30. Updates `dokka-gradle-plugin` from 1.5.0 to 1.5.30 - [Release notes](https://github.com/Kotlin/dokka/releases) - [Commits](https://github.com/Kotlin/dokka/compare/v1.5.0...v1.5.30) Updates `dokka-base` from 1.5.0 to 1.5.30 - [Release notes](https://github.com/Kotlin/dokka/releases) - [Commits](https://github.com/Kotlin/dokka/compare/v1.5.0...v1.5.30) --- updated-dependencies: - dependency-name: org.jetbrains.dokka:dokka-gradle-plugin dependency-type: direct:production update-type: version-update:semver-patch - dependency-name: org.jetbrains.dokka:dokka-base dependency-type: direct:production update-type: version-update:semver-patch ... Signed-off-by: dependabot[bot] Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com> * Improve default validation (#243) * Update MIGRATING.md (#244) * Release v1.6.14 (#246) * Bump cardscan-ui from 2.1.0011 to 2.1.0012 (#249) Bumps [cardscan-ui](https://github.com/getbouncer/cardscan-android) from 2.1.0011 to 2.1.0012. - [Release notes](https://github.com/getbouncer/cardscan-android/releases) - [Changelog](https://github.com/getbouncer/cardscan-android/blob/master/CHANGELOG.md) - [Commits](https://github.com/getbouncer/cardscan-android/compare/2.1.0011...2.1.0012) --- updated-dependencies: - dependency-name: com.getbouncer:cardscan-ui dependency-type: direct:production update-type: version-update:semver-patch ... Signed-off-by: dependabot[bot] Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com> * Bump kotlin-gradle-plugin from 1.5.30 to 1.5.31 (#253) Bumps [kotlin-gradle-plugin](https://github.com/JetBrains/kotlin) from 1.5.30 to 1.5.31. - [Release notes](https://github.com/JetBrains/kotlin/releases) - [Changelog](https://github.com/JetBrains/kotlin/blob/v1.5.31/ChangeLog.md) - [Commits](https://github.com/JetBrains/kotlin/compare/v1.5.30...v1.5.31) --- updated-dependencies: - dependency-name: org.jetbrains.kotlin:kotlin-gradle-plugin dependency-type: direct:production update-type: version-update:semver-patch ... Signed-off-by: dependabot[bot] Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com> * Bump constraintlayout from 2.1.0 to 2.1.1 (#257) Bumps [constraintlayout](https://github.com/androidx/constraintlayout) from 2.1.0 to 2.1.1. - [Release notes](https://github.com/androidx/constraintlayout/releases) - [Commits](https://github.com/androidx/constraintlayout/commits) --- updated-dependencies: - dependency-name: androidx.constraintlayout:constraintlayout dependency-type: direct:production update-type: version-update:semver-patch ... Signed-off-by: dependabot[bot] Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com> * Improve validation logic, fix tests (#261) * Fix nullable return type (#260) * Bump okhttp from 4.9.1 to 4.9.2 (#258) Bumps [okhttp](https://github.com/square/okhttp) from 4.9.1 to 4.9.2. - [Release notes](https://github.com/square/okhttp/releases) - [Changelog](https://github.com/square/okhttp/blob/master/CHANGELOG.md) - [Commits](https://github.com/square/okhttp/compare/parent-4.9.1...parent-4.9.2) --- updated-dependencies: - dependency-name: com.squareup.okhttp3:okhttp dependency-type: direct:production update-type: version-update:semver-patch ... Signed-off-by: dependabot[bot] Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com> Co-authored-by: Dmytro * Bump dokka_version from 1.5.30 to 1.5.31 (#264) Bumps `dokka_version` from 1.5.30 to 1.5.31. Updates `dokka-gradle-plugin` from 1.5.30 to 1.5.31 - [Release notes](https://github.com/Kotlin/dokka/releases) - [Commits](https://github.com/Kotlin/dokka/compare/v1.5.30...v1.5.31) Updates `dokka-base` from 1.5.30 to 1.5.31 - [Release notes](https://github.com/Kotlin/dokka/releases) - [Commits](https://github.com/Kotlin/dokka/compare/v1.5.30...v1.5.31) --- updated-dependencies: - dependency-name: org.jetbrains.dokka:dokka-gradle-plugin dependency-type: direct:production update-type: version-update:semver-patch - dependency-name: org.jetbrains.dokka:dokka-base dependency-type: direct:production update-type: version-update:semver-patch ... Signed-off-by: dependabot[bot] Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com> Co-authored-by: Dmytro * Public release v1.6.15 (#266) * Version name & code rise * Update docs Co-authored-by: Dmytro Kos Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com> * Images patch 1 (#272) * Version name & code rise * Update docs * Update config.yml Co-authored-by: Dmytro Kos Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com> * Bump tensorflow-lite from 2.1.0011 to 2.1.0015 (#262) Bumps [tensorflow-lite](https://github.com/getbouncer/cardscan-android) from 2.1.0011 to 2.1.0015. - [Release notes](https://github.com/getbouncer/cardscan-android/releases) - [Changelog](https://github.com/getbouncer/cardscan-android/blob/master/CHANGELOG.md) - [Commits](https://github.com/getbouncer/cardscan-android/compare/2.1.0011...2.1.0015) --- updated-dependencies: - dependency-name: com.getbouncer:tensorflow-lite dependency-type: direct:production update-type: version-update:semver-patch ... Signed-off-by: dependabot[bot] Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com> Co-authored-by: dmytrodmytryshyn * Bump scan-payment-full from 2.1.0011 to 2.1.0015 (#265) Bumps [scan-payment-full](https://github.com/getbouncer/cardscan-android) from 2.1.0011 to 2.1.0015. - [Release notes](https://github.com/getbouncer/cardscan-android/releases) - [Changelog](https://github.com/getbouncer/cardscan-android/blob/master/CHANGELOG.md) - [Commits](https://github.com/getbouncer/cardscan-android/compare/2.1.0011...2.1.0015) --- updated-dependencies: - dependency-name: com.getbouncer:scan-payment-full dependency-type: direct:production update-type: version-update:semver-patch ... Signed-off-by: dependabot[bot] Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com> Co-authored-by: dmytrodmytryshyn * Bump cardscan-ui from 2.1.0012 to 2.1.0015 (#263) Bumps [cardscan-ui](https://github.com/getbouncer/cardscan-android) from 2.1.0012 to 2.1.0015. - [Release notes](https://github.com/getbouncer/cardscan-android/releases) - [Changelog](https://github.com/getbouncer/cardscan-android/blob/master/CHANGELOG.md) - [Commits](https://github.com/getbouncer/cardscan-android/compare/2.1.0012...2.1.0015) --- updated-dependencies: - dependency-name: com.getbouncer:cardscan-ui dependency-type: direct:production update-type: version-update:semver-patch ... Signed-off-by: dependabot[bot] Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com> Co-authored-by: dmytrodmytryshyn * Bump bouncer versions from 2.1.0015 -> 2.1.0016 (#279) * Bouncer adapter version name & code rise (#278) * Bump core-ktx from 1.6.0 to 1.7.0 (#285) * Bump core-ktx from 1.6.0 to 1.7.0 Bumps core-ktx from 1.6.0 to 1.7.0. --- updated-dependencies: - dependency-name: androidx.core:core-ktx dependency-type: direct:production update-type: version-update:semver-minor ... Signed-off-by: dependabot[bot] * update compileSdkVersion * update cursor.getString Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com> Co-authored-by: Dmytro * Bump firebase-bom from 28.4.2 to 29.0.0 (#286) Bumps firebase-bom from 28.4.2 to 29.0.0. --- updated-dependencies: - dependency-name: com.google.firebase:firebase-bom dependency-type: direct:production update-type: version-update:semver-major ... Signed-off-by: dependabot[bot] Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com> * Bump robolectric from 4.6.1 to 4.7 (#287) Bumps [robolectric](https://github.com/robolectric/robolectric) from 4.6.1 to 4.7. - [Release notes](https://github.com/robolectric/robolectric/releases) - [Commits](https://github.com/robolectric/robolectric/compare/robolectric-4.6.1...robolectric-4.7) --- updated-dependencies: - dependency-name: org.robolectric:robolectric dependency-type: direct:production update-type: version-update:semver-minor ... Signed-off-by: dependabot[bot] Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com> * Bump kotlin-gradle-plugin from 1.5.31 to 1.6.0 (#288) Bumps [kotlin-gradle-plugin](https://github.com/JetBrains/kotlin) from 1.5.31 to 1.6.0. - [Release notes](https://github.com/JetBrains/kotlin/releases) - [Changelog](https://github.com/JetBrains/kotlin/blob/master/ChangeLog.md) - [Commits](https://github.com/JetBrains/kotlin/commits) --- updated-dependencies: - dependency-name: org.je… * Add EXTRA_KEEP_APPLICATION_THEME flag which force card.io to use application theme (#350) * Bump material from 1.4.0 to 1.5.0 (#332) Bumps [material](https://github.com/material-components/material-components-android) from 1.4.0 to 1.5.0. - [Release notes](https://github.com/material-components/material-components-android/releases) - [Commits](https://github.com/material-components/material-components-android/compare/1.4.0...1.5.0) --- updated-dependencies: - dependency-name: com.google.android.material:material dependency-type: direct:production update-type: version-update:semver-minor ... Signed-off-by: dependabot[bot] Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com> * Bump mockito_version from 4.2.0 to 4.3.1 (#348) Bumps `mockito_version` from 4.2.0 to 4.3.1. Updates `mockito-core` from 4.2.0 to 4.3.1 - [Release notes](https://github.com/mockito/mockito/releases) - [Commits](https://github.com/mockito/mockito/compare/v4.2.0...v4.3.1) Updates `mockito-inline` from 4.2.0 to 4.3.1 - [Release notes](https://github.com/mockito/mockito/releases) - [Commits](https://github.com/mockito/mockito/compare/v4.2.0...v4.3.1) --- updated-dependencies: - dependency-name: org.mockito:mockito-core dependency-type: direct:production update-type: version-update:semver-minor - dependency-name: org.mockito:mockito-inline dependency-type: direct:production update-type: version-update:semver-minor ... Signed-off-by: dependabot[bot] Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com> * Bump gradle from 7.0.4 to 7.1.1 (#349) * Bump gradle from 7.0.4 to 7.1.1 Bumps gradle from 7.0.4 to 7.1.1. --- updated-dependencies: - dependency-name: com.android.tools.build:gradle dependency-type: direct:production update-type: version-update:semver-minor ... Signed-off-by: dependabot[bot] * Update gradle version Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com> Co-authored-by: dmytrodmytryshyn * Update compile/target SDK versions (#351) * Update target/compile SDK versions * Update collect README.md and libs versions handling * Revert libs versions * Add Material3 widget styles (#352) * Add Material3 styles * Update styles parent * Update ScanActivity.kt javadoc (#353) * Merge "Public release adapter-cardio v 1.0.3" into development (#354) * Merge public release 1.6.16 into master (#277) * Release/v1.6.13 to dev (#240) * Bump dokka_version from 1.5.0 to 1.5.30 (#242) Bumps `dokka_version` from 1.5.0 to 1.5.30. Updates `dokka-gradle-plugin` from 1.5.0 to 1.5.30 - [Release notes](https://github.com/Kotlin/dokka/releases) - [Commits](https://github.com/Kotlin/dokka/compare/v1.5.0...v1.5.30) Updates `dokka-base` from 1.5.0 to 1.5.30 - [Release notes](https://github.com/Kotlin/dokka/releases) - [Commits](https://github.com/Kotlin/dokka/compare/v1.5.0...v1.5.30) --- updated-dependencies: - dependency-name: org.jetbrains.dokka:dokka-gradle-plugin dependency-type: direct:production update-type: version-update:semver-patch - dependency-name: org.jetbrains.dokka:dokka-base dependency-type: direct:production update-type: version-update:semver-patch ... Signed-off-by: dependabot[bot] Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com> * Improve default validation (#243) * Update MIGRATING.md (#244) * Release v1.6.14 (#246) * Bump cardscan-ui from 2.1.0011 to 2.1.0012 (#249) Bumps [cardscan-ui](https://github.com/getbouncer/cardscan-android) from 2.1.0011 to 2.1.0012. - [Release notes](https://github.com/getbouncer/cardscan-android/releases) - [Changelog](https://github.com/getbouncer/cardscan-android/blob/master/CHANGELOG.md) - [Commits](https://github.com/getbouncer/cardscan-android/compare/2.1.0011...2.1.0012) --- updated-dependencies: - dependency-name: com.getbouncer:cardscan-ui dependency-type: direct:production update-type: version-update:semver-patch ... Signed-off-by: dependabot[bot] Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com> * Bump kotlin-gradle-plugin from 1.5.30 to 1.5.31 (#253) Bumps [kotlin-gradle-plugin](https://github.com/JetBrains/kotlin) from 1.5.30 to 1.5.31. - [Release notes](https://github.com/JetBrains/kotlin/releases) - [Changelog](https://github.com/JetBrains/kotlin/blob/v1.5.31/ChangeLog.md) - [Commits](https://github.com/JetBrains/kotlin/compare/v1.5.30...v1.5.31) --- updated-dependencies: - dependency-name: org.jetbrains.kotlin:kotlin-gradle-plugin dependency-type: direct:production update-type: version-update:semver-patch ... Signed-off-by: dependabot[bot] Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com> * Bump constraintlayout from 2.1.0 to 2.1.1 (#257) Bumps [constraintlayout](https://github.com/androidx/constraintlayout) from 2.1.0 to 2.1.1. - [Release notes](https://github.com/androidx/constraintlayout/releases) - [Commits](https://github.com/androidx/constraintlayout/commits) --- updated-dependencies: - dependency-name: androidx.constraintlayout:constraintlayout dependency-type: direct:production update-type: version-update:semver-patch ... Signed-off-by: dependabot[bot] Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com> * Improve validation logic, fix tests (#261) * Fix nullable return type (#260) * Bump okhttp from 4.9.1 to 4.9.2 (#258) Bumps [okhttp](https://github.com/square/okhttp) from 4.9.1 to 4.9.2. - [Release notes](https://github.com/square/okhttp/releases) - [Changelog](https://github.com/square/okhttp/blob/master/CHANGELOG.md) - [Commits](https://github.com/square/okhttp/compare/parent-4.9.1...parent-4.9.2) --- updated-dependencies: - dependency-name: com.squareup.okhttp3:okhttp dependency-type: direct:production update-type: version-update:semver-patch ... Signed-off-by: dependabot[bot] Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com> Co-authored-by: Dmytro * Bump dokka_version from 1.5.30 to 1.5.31 (#264) Bumps `dokka_version` from 1.5.30 to 1.5.31. Updates `dokka-gradle-plugin` from 1.5.30 to 1.5.31 - [Release notes](https://github.com/Kotlin/dokka/releases) - [Commits](https://github.com/Kotlin/dokka/compare/v1.5.30...v1.5.31) Updates `dokka-base` from 1.5.30 to 1.5.31 - [Release notes](https://github.com/Kotlin/dokka/releases) - [Commits](https://github.com/Kotlin/dokka/compare/v1.5.30...v1.5.31) --- updated-dependencies: - dependency-name: org.jetbrains.dokka:dokka-gradle-plugin dependency-type: direct:production update-type: version-update:semver-patch - dependency-name: org.jetbrains.dokka:dokka-base dependency-type: direct:production update-type: version-update:semver-patch ... Signed-off-by: dependabot[bot] Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com> Co-authored-by: Dmytro * Public release v1.6.15 (#266) * Version name & code rise * Update docs * Bump firebase-bom from 28.4.1 to 28.4.2 (#270) Bumps firebase-bom from 28.4.1 to 28.4.2. --- updated-dependencies: - dependency-name: com.google.firebase:firebase-bom dependency-type: direct:production update-type: version-update:semver-patch ... Signed-off-by: dependabot[bot] Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com> * Bump mockito_version from 3.12.4 to 4.0.0 (#271) Bumps `mockito_version` from 3.12.4 to 4.0.0. Updates `mockito-core` from 3.12.4 to 4.0.0 - [Release notes](https://github.com/mockito/mockito/releases) - [Commits](https://github.com/mockito/mockito/compare/v3.12.4...v4.0.0) Updates `mockito-inline` from 3.12.4 to 4.0.0 - [Release notes](https://github.com/mockito/mockito/releases) - [Commits](https://github.com/mockito/mockito/compare/v3.12.4...v4.0.0) --- updated-dependencies: - dependency-name: org.mockito:mockito-core dependency-type: direct:production update-type: version-update:semver-major - dependency-name: org.mockito:mockito-inline dependency-type: direct:production update-type: version-update:semver-major ... Signed-off-by: dependabot[bot] Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com> * Bump gradle from 7.0.2 to 7.0.3 (#273) Bumps gradle from 7.0.2 to 7.0.3. --- updated-dependencies: - dependency-name: com.android.tools.build:gradle dependency-type: direct:production update-type: version-update:semver-patch ... Signed-off-by: dependabot[bot] Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com> * Fix submit function response body (#274) * Public release v1.6.16 (#275) * Merge dev into master (#269) * Release/v1.6.13 to dev (#240) * Bump dokka_version from 1.5.0 to 1.5.30 (#242) Bumps `dokka_version` from 1.5.0 to 1.5.30. Updates `dokka-gradle-plugin` from 1.5.0 to 1.5.30 - [Release notes](https://github.com/Kotlin/dokka/releases) - [Commits](https://github.com/Kotlin/dokka/compare/v1.5.0...v1.5.30) Updates `dokka-base` from 1.5.0 to 1.5.30 - [Release notes](https://github.com/Kotlin/dokka/releases) - [Commits](https://github.com/Kotlin/dokka/compare/v1.5.0...v1.5.30) --- updated-dependencies: - dependency-name: org.jetbrains.dokka:dokka-gradle-plugin dependency-type: direct:production update-type: version-update:semver-patch - dependency-name: org.jetbrains.dokka:dokka-base dependency-type: direct:production update-type: version-update:semver-patch ... Signed-off-by: dependabot[bot] Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com> * Improve default validation (#243) * Update MIGRATING.md (#244) * Release v1.6.14 (#246) * Bump cardscan-ui from 2.1.0011 to 2.1.0012 (#249) Bumps [cardscan-ui](https://github.com/getbouncer/cardscan-android) from 2.1.0011 to 2.1.0012. - [Release notes](https://github.com/getbouncer/cardscan-android/releases) - [Changelog](https://github.com/getbouncer/cardscan-android/blob/master/CHANGELOG.md) - [Commits](https://github.com/getbouncer/cardscan-android/compare/2.1.0011...2.1.0012) --- updated-dependencies: - dependency-name: com.getbouncer:cardscan-ui dependency-type: direct:production update-type: version-update:semver-patch ... Signed-off-by: dependabot[bot] Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com> * Bump kotlin-gradle-plugin from 1.5.30 to 1.5.31 (#253) Bumps [kotlin-gradle-plugin](https://github.com/JetBrains/kotlin) from 1.5.30 to 1.5.31. - [Release notes](https://github.com/JetBrains/kotlin/releases) - [Changelog](https://github.com/JetBrains/kotlin/blob/v1.5.31/ChangeLog.md) - [Commits](https://github.com/JetBrains/kotlin/compare/v1.5.30...v1.5.31) --- updated-dependencies: - dependency-name: org.jetbrains.kotlin:kotlin-gradle-plugin dependency-type: direct:production update-type: version-update:semver-patch ... Signed-off-by: dependabot[bot] Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com> * Bump constraintlayout from 2.1.0 to 2.1.1 (#257) Bumps [constraintlayout](https://github.com/androidx/constraintlayout) from 2.1.0 to 2.1.1. - [Release notes](https://github.com/androidx/constraintlayout/releases) - [Commits](https://github.com/androidx/constraintlayout/commits) --- updated-dependencies: - dependency-name: androidx.constraintlayout:constraintlayout dependency-type: direct:production update-type: version-update:semver-patch ... Signed-off-by: dependabot[bot] Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com> * Improve validation logic, fix tests (#261) * Fix nullable return type (#260) * Bump okhttp from 4.9.1 to 4.9.2 (#258) Bumps [okhttp](https://github.com/square/okhttp) from 4.9.1 to 4.9.2. - [Release notes](https://github.com/square/okhttp/releases) - [Changelog](https://github.com/square/okhttp/blob/master/CHANGELOG.md) - [Commits](https://github.com/square/okhttp/compare/parent-4.9.1...parent-4.9.2) --- updated-dependencies: - dependency-name: com.squareup.okhttp3:okhttp dependency-type: direct:production update-type: version-update:semver-patch ... Signed-off-by: dependabot[bot] Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com> Co-authored-by: Dmytro * Bump dokka_version from 1.5.30 to 1.5.31 (#264) Bumps `dokka_version` from 1.5.30 to 1.5.31. Updates `dokka-gradle-plugin` from 1.5.30 to 1.5.31 - [Release notes](https://github.com/Kotlin/dokka/releases) - [Commits](https://github.com/Kotlin/dokka/compare/v1.5.30...v1.5.31) Updates `dokka-base` from 1.5.30 to 1.5.31 - [Release notes](https://github.com/Kotlin/dokka/releases) - [Commits](https://github.com/Kotlin/dokka/compare/v1.5.30...v1.5.31) --- updated-dependencies: - dependency-name: org.jetbrains.dokka:dokka-gradle-plugin dependency-type: direct:production update-type: version-update:semver-patch - dependency-name: org.jetbrains.dokka:dokka-base dependency-type: direct:production update-type: version-update:semver-patch ... Signed-off-by: dependabot[bot] Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com> Co-authored-by: Dmytro * Public release v1.6.15 (#266) * Version name & code rise * Update docs Co-authored-by: Dmytro Kos Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com> * Images patch 1 (#272) * Version name & code rise * Update docs * Update config.yml Co-authored-by: Dmytro Kos Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com> Co-authored-by: Dmytro Kos Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com> * Merge dev into master (#280) * Release/v1.6.13 to dev (#240) * Bump dokka_version from 1.5.0 to 1.5.30 (#242) Bumps `dokka_version` from 1.5.0 to 1.5.30. Updates `dokka-gradle-plugin` from 1.5.0 to 1.5.30 - [Release notes](https://github.com/Kotlin/dokka/releases) - [Commits](https://github.com/Kotlin/dokka/compare/v1.5.0...v1.5.30) Updates `dokka-base` from 1.5.0 to 1.5.30 - [Release notes](https://github.com/Kotlin/dokka/releases) - [Commits](https://github.com/Kotlin/dokka/compare/v1.5.0...v1.5.30) --- updated-dependencies: - dependency-name: org.jetbrains.dokka:dokka-gradle-plugin dependency-type: direct:production update-type: version-update:semver-patch - dependency-name: org.jetbrains.dokka:dokka-base dependency-type: direct:production update-type: version-update:semver-patch ... Signed-off-by: dependabot[bot] Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com> * Improve default validation (#243) * Update MIGRATING.md (#244) * Release v1.6.14 (#246) * Bump cardscan-ui from 2.1.0011 to 2.1.0012 (#249) Bumps [cardscan-ui](https://github.com/getbouncer/cardscan-android) from 2.1.0011 to 2.1.0012. - [Release notes](https://github.com/getbouncer/cardscan-android/releases) - [Changelog](https://github.com/getbouncer/cardscan-android/blob/master/CHANGELOG.md) - [Commits](https://github.com/getbouncer/cardscan-android/compare/2.1.0011...2.1.0012) --- updated-dependencies: - dependency-name: com.getbouncer:cardscan-ui dependency-type: direct:production update-type: version-update:semver-patch ... Signed-off-by: dependabot[bot] Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com> * Bump kotlin-gradle-plugin from 1.5.30 to 1.5.31 (#253) Bumps [kotlin-gradle-plugin](https://github.com/JetBrains/kotlin) from 1.5.30 to 1.5.31. - [Release notes](https://github.com/JetBrains/kotlin/releases) - [Changelog](https://github.com/JetBrains/kotlin/blob/v1.5.31/ChangeLog.md) - [Commits](https://github.com/JetBrains/kotlin/compare/v1.5.30...v1.5.31) --- updated-dependencies: - dependency-name: org.jetbrains.kotlin:kotlin-gradle-plugin dependency-type: direct:production update-type: version-update:semver-patch ... Signed-off-by: dependabot[bot] Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com> * Bump constraintlayout from 2.1.0 to 2.1.1 (#257) Bumps [constraintlayout](https://github.com/androidx/constraintlayout) from 2.1.0 to 2.1.1. - [Release notes](https://github.com/androidx/constraintlayout/releases) - [Commits](https://github.com/androidx/constraintlayout/commits) --- updated-dependencies: - dependency-name: androidx.constraintlayout:constraintlayout dependency-type: direct:production update-type: version-update:semver-patch ... Signed-off-by: dependabot[bot] Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com> * Improve validation logic, fix tests (#261) * Fix nullable return type (#260) * Bump okhttp from 4.9.1 to 4.9.2 (#258) Bumps [okhttp](https://github.com/square/okhttp) from 4.9.1 to 4.9.2. - [Release notes](https://github.com/square/okhttp/releases) - [Changelog](https://github.com/square/okhttp/blob/master/CHANGELOG.md) - [Commits](https://github.com/square/okhttp/compare/parent-4.9.1...parent-4.9.2) --- updated-dependencies: - dependency-name: com.squareup.okhttp3:okhttp dependency-type: direct:production update-type: version-update:semver-patch ... Signed-off-by: dependabot[bot] Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com> Co-authored-by: Dmytro * Bump dokka_version from 1.5.30 to 1.5.31 (#264) Bumps `dokka_version` from 1.5.30 to 1.5.31. Updates `dokka-gradle-plugin` from 1.5.30 to 1.5.31 - [Release notes](https://github.com/Kotlin/dokka/releases) - [Commits](https://github.com/Kotlin/dokka/compare/v1.5.30...v1.5.31) Updates `dokka-base` from 1.5.30 to 1.5.31 - [Release notes](https://github.com/Kotlin/dokka/releases) - [Commits](https://github.com/Kotlin/dokka/compare/v1.5.30...v1.5.31) --- updated-dependencies: - dependency-name: org.jetbrains.dokka:dokka-gradle-plugin dependency-type: direct:production update-type: version-update:semver-patch - dependency-name: org.jetbrains.dokka:dokka-base dependency-type: direct:production update-type: version-update:semver-patch ... Signed-off-by: dependabot[bot] Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com> Co-authored-by: Dmytro * Public release v1.6.15 (#266) * Version name & code rise * Update docs * Bump firebase-bom from 28.4.1 to 28.4.2 (#270) Bumps firebase-bom from 28.4.1 to 28.4.2. --- updated-dependencies: - dependency-name: com.google.firebase:firebase-bom dependency-type: direct:production update-type: version-update:semver-patch ... Signed-off-by: dependabot[bot] Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com> * Bump mockito_version from 3.12.4 to 4.0.0 (#271) Bumps `mockito_version` from 3.12.4 to 4.0.0. Updates `mockito-core` from 3.12.4 to 4.0.0 - [Release notes](https://github.com/mockito/mockito/releases) - [Commits](https://github.com/mockito/mockito/compare/v3.12.4...v4.0.0) Updates `mockito-inline` from 3.12.4 to 4.0.0 - [Release notes](https://github.com/mockito/mockito/releases) - [Commits](https://github.com/mockito/mockito/compare/v3.12.4...v4.0.0) --- updated-dependencies: - dependency-name: org.mockito:mockito-core dependency-type: direct:production update-type: version-update:semver-major - dependency-name: org.mockito:mockito-inline dependency-type: direct:production update-type: version-update:semver-major ... Signed-off-by: dependabot[bot] Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com> * Bump gradle from 7.0.2 to 7.0.3 (#273) Bumps gradle from 7.0.2 to 7.0.3. --- updated-dependencies: - dependency-name: com.android.tools.build:gradle dependency-type: direct:production update-type: version-update:semver-patch ... Signed-off-by: dependabot[bot] Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com> * Fix submit function response body (#274) * Public release v1.6.16 (#275) * Merge dev into master (#269) * Release/v1.6.13 to dev (#240) * Bump dokka_version from 1.5.0 to 1.5.30 (#242) Bumps `dokka_version` from 1.5.0 to 1.5.30. Updates `dokka-gradle-plugin` from 1.5.0 to 1.5.30 - [Release notes](https://github.com/Kotlin/dokka/releases) - [Commits](https://github.com/Kotlin/dokka/compare/v1.5.0...v1.5.30) Updates `dokka-base` from 1.5.0 to 1.5.30 - [Release notes](https://github.com/Kotlin/dokka/releases) - [Commits](https://github.com/Kotlin/dokka/compare/v1.5.0...v1.5.30) --- updated-dependencies: - dependency-name: org.jetbrains.dokka:dokka-gradle-plugin dependency-type: direct:production update-type: version-update:semver-patch - dependency-name: org.jetbrains.dokka:dokka-base dependency-type: direct:production update-type: version-update:semver-patch ... Signed-off-by: dependabot[bot] Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com> * Improve default validation (#243) * Update MIGRATING.md (#244) * Release v1.6.14 (#246) * Bump cardscan-ui from 2.1.0011 to 2.1.0012 (#249) Bumps [cardscan-ui](https://github.com/getbouncer/cardscan-android) from 2.1.0011 to 2.1.0012. - [Release notes](https://github.com/getbouncer/cardscan-android/releases) - [Changelog](https://github.com/getbouncer/cardscan-android/blob/master/CHANGELOG.md) - [Commits](https://github.com/getbouncer/cardscan-android/compare/2.1.0011...2.1.0012) --- updated-dependencies: - dependency-name: com.getbouncer:cardscan-ui dependency-type: direct:production update-type: version-update:semver-patch ... Signed-off-by: dependabot[bot] Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com> * Bump kotlin-gradle-plugin from 1.5.30 to 1.5.31 (#253) Bumps [kotlin-gradle-plugin](https://github.com/JetBrains/kotlin) from 1.5.30 to 1.5.31. - [Release notes](https://github.com/JetBrains/kotlin/releases) - [Changelog](https://github.com/JetBrains/kotlin/blob/v1.5.31/ChangeLog.md) - [Commits](https://github.com/JetBrains/kotlin/compare/v1.5.30...v1.5.31) --- updated-dependencies: - dependency-name: org.jetbrains.kotlin:kotlin-gradle-plugin dependency-type: direct:production update-type: version-update:semver-patch ... Signed-off-by: dependabot[bot] Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com> * Bump constraintlayout from 2.1.0 to 2.1.1 (#257) Bumps [constraintlayout](https://github.com/androidx/constraintlayout) from 2.1.0 to 2.1.1. - [Release notes](https://github.com/androidx/constraintlayout/releases) - [Commits](https://github.com/androidx/constraintlayout/commits) --- updated-dependencies: - dependency-name: androidx.constraintlayout:constraintlayout dependency-type: direct:production update-type: version-update:semver-patch ... Signed-off-by: dependabot[bot] Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com> * Improve validation logic, fix tests (#261) * Fix nullable return type (#260) * Bump okhttp from 4.9.1 to 4.9.2 (#258) Bumps [okhttp](https://github.com/square/okhttp) from 4.9.1 to 4.9.2. - [Release notes](https://github.com/square/okhttp/releases) - [Changelog](https://github.com/square/okhttp/blob/master/CHANGELOG.md) - [Commits](https://github.com/square/okhttp/compare/parent-4.9.1...parent-4.9.2) --- updated-dependencies: - dependency-name: com.squareup.okhttp3:okhttp dependency-type: direct:production update-type: version-update:semver-patch ... Signed-off-by: dependabot[bot] Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com> Co-authored-by: Dmytro * Bump dokka_version from 1.5.30 to 1.5.31 (#264) Bumps `dokka_version` from 1.5.30 to 1.5.31. Updates `dokka-gradle-plugin` from 1.5.30 to 1.5.31 - [Release notes](https://github.com/Kotlin/dokka/releases) - [Commits](https://github.com/Kotlin/dokka/compare/v1.5.30...v1.5.31) Updates `dokka-base` from 1.5.30 to 1.5.31 - [Release notes](https://github.com/Kotlin/dokka/releases) - [Commits](https://github.com/Kotlin/dokka/compare/v1.5.30...v1.5.31) --- updated-dependencies: - dependency-name: org.jetbrains.dokka:dokka-gradle-plugin dependency-type: direct:production update-type: version-update:semver-patch - dependency-name: org.jetbrains.dokka:dokka-base dependency-type: direct:production update-type: version-update:semver-patch ... Signed-off-by: dependabot[bot] Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com> Co-authored-by: Dmytro * Public release v1.6.15 (#266) * Version name & code rise * Update docs Co-authored-by: Dmytro Kos Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com> * Images patch 1 (#272) * Version name & code rise * Update docs * Update config.yml Co-authored-by: Dmytro Kos Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com> * Bump tensorflow-lite from 2.1.0011 to 2.1.0015 (#262) Bumps [tensorflow-lite](https://github.com/getbouncer/cardscan-android) from 2.1.0011 to 2.1.0015. - [Release notes](https://github.com/getbouncer/cardscan-android/releases) - [Changelog](https://github.com/getbouncer/cardscan-android/blob/master/CHANGELOG.md) - [Commits](https://github.com/getbouncer/cardscan-android/compare/2.1.0011...2.1.0015) --- updated-dependencies: - dependency-name: com.getbouncer:tensorflow-lite dependency-type: direct:production update-type: version-update:semver-patch ... Signed-off-by: dependabot[bot] Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com> Co-authored-by: dmytrodmytryshyn * Bump scan-payment-full from 2.1.0011 to 2.1.0015 (#265) Bumps [scan-payment-full](https://github.com/getbouncer/cardscan-android) from 2.1.0011 to 2.1.0015. - [Release notes](https://github.com/getbouncer/cardscan-android/releases) - [Changelog](https://github.com/getbouncer/cardscan-android/blob/master/CHANGELOG.md) - [Commits](https://github.com/getbouncer/cardscan-android/compare/2.1.0011...2.1.0015) --- updated-dependencies: - dependency-name: com.getbouncer:scan-payment-full dependency-type: direct:production update-type: version-update:semver-patch ... Signed-off-by: dependabot[bot] Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com> Co-authored-by: dmytrodmytryshyn * Bump cardscan-ui from 2.1.0012 to 2.1.0015 (#263) Bumps [cardscan-ui](https://github.com/getbouncer/cardscan-android) from 2.1.0012 to 2.1.0015. - [Release notes](https://github.com/getbouncer/cardscan-android/releases) - [Changelog](https://github.com/getbouncer/cardscan-android/blob/master/CHANGELOG.md) - [Commits](https://github.com/getbouncer/cardscan-android/compare/2.1.0012...2.1.0015) --- updated-dependencies: - dependency-name: com.getbouncer:cardscan-ui dependency-type: direct:production update-type: version-update:semver-patch ... Signed-off-by: dependabot[bot] Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com> Co-authored-by: dmytrodmytryshyn * Bump bouncer versions from 2.1.0015 -> 2.1.0016 (#279) * Bouncer adapter version name & code rise (#278) Co-authored-by: Dmytro Kos Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com> * Public release v.1.16.17 (#298) * Release/v1.6.13 to dev (#240) * Bump dokka_version from 1.5.0 to 1.5.30 (#242) Bumps `dokka_version` from 1.5.0 to 1.5.30. Updates `dokka-gradle-plugin` from 1.5.0 to 1.5.30 - [Release notes](https://github.com/Kotlin/dokka/releases) - [Commits](https://github.com/Kotlin/dokka/compare/v1.5.0...v1.5.30) Updates `dokka-base` from 1.5.0 to 1.5.30 - [Release notes](https://github.com/Kotlin/dokka/releases) - [Commits](https://github.com/Kotlin/dokka/compare/v1.5.0...v1.5.30) --- updated-dependencies: - dependency-name: org.jetbrains.dokka:dokka-gradle-plugin dependency-type: direct:production update-type: version-update:semver-patch - dependency-name: org.jetbrains.dokka:dokka-base dependency-type: direct:production update-type: version-update:semver-patch ... Signed-off-by: dependabot[bot] Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com> * Improve default validation (#243) * Update MIGRATING.md (#244) * Release v1.6.14 (#246) * Bump cardscan-ui from 2.1.0011 to 2.1.0012 (#249) Bumps [cardscan-ui](https://github.com/getbouncer/cardscan-android) from 2.1.0011 to 2.1.0012. - [Release notes](https://github.com/getbouncer/cardscan-android/releases) - [Changelog](https://github.com/getbouncer/cardscan-android/blob/master/CHANGELOG.md) - [Commits](https://github.com/getbouncer/cardscan-android/compare/2.1.0011...2.1.0012) --- updated-dependencies: - dependency-name: com.getbouncer:cardscan-ui dependency-type: direct:production update-type: version-update:semver-patch ... Signed-off-by: dependabot[bot] Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com> * Bump kotlin-gradle-plugin from 1.5.30 to 1.5.31 (#253) Bumps [kotlin-gradle-plugin](https://github.com/JetBrains/kotlin) from 1.5.30 to 1.5.31. - [Release notes](https://github.com/JetBrains/kotlin/releases) - [Changelog](https://github.com/JetBrains/kotlin/blob/v1.5.31/ChangeLog.md) - [Commits](https://github.com/JetBrains/kotlin/compare/v1.5.30...v1.5.31) --- updated-dependencies: - dependency-name: org.jetbrains.kotlin:kotlin-gradle-plugin dependency-type: direct:production update-type: version-update:semver-patch ... Signed-off-by: dependabot[bot] Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com> * Bump constraintlayout from 2.1.0 to 2.1.1 (#257) Bumps [constraintlayout](https://github.com/androidx/constraintlayout) from 2.1.0 to 2.1.1. - [Release notes](https://github.com/androidx/constraintlayout/releases) - [Commits](https://github.com/androidx/constraintlayout/commits) --- updated-dependencies: - dependency-name: androidx.constraintlayout:constraintlayout dependency-type: direct:production update-type: version-update:semver-patch ... Signed-off-by: dependabot[bot] Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com> * Improve validation logic, fix tests (#261) * Fix nullable return type (#260) * Bump okhttp from 4.9.1 to 4.9.2 (#258) Bumps [okhttp](https://github.com/square/okhttp) from 4.9.1 to 4.9.2. - [Release notes](https://github.com/square/okhttp/releases) - [Changelog](https://github.com/square/okhttp/blob/master/CHANGELOG.md) - [Commits](https://github.com/square/okhttp/compare/parent-4.9.1...parent-4.9.2) --- updated-dependencies: - dependency-name: com.squareup.okhttp3:okhttp dependency-type: direct:production update-type: version-update:semver-patch ... Signed-off-by: dependabot[bot] Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com> Co-authored-by: Dmytro * Bump dokka_version from 1.5.30 to 1.5.31 (#264) Bumps `dokka_version` from 1.5.30 to 1.5.31. Updates `dokka-gradle-plugin` from 1.5.30 to 1.5.31 - [Release notes](https://github.com/Kotlin/dokka/releases) - [Commits](https://github.com/Kotlin/dokka/compare/v1.5.30...v1.5.31) Updates `dokka-base` from 1.5.30 to 1.5.31 - [Release notes](https://github.com/Kotlin/dokka/releases) - [Commits](https://github.com/Kotlin/dokka/compare/v1.5.30...v1.5.31) --- updated-dependencies: - dependency-name: org.jetbrains.dokka:dokka-gradle-plugin dependency-type: direct:production update-type: version-update:semver-patch - dependency-name: org.jetbrains.dokka:dokka-base dependency-type: direct:production update-type: version-update:semver-patch ... Signed-off-by: dependabot[bot] Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com> Co-authored-by: Dmytro * Public release v1.6.15 (#266) * Version name & code rise * Update docs * Bump firebase-bom from 28.4.1 to 28.4.2 (#270) Bumps firebase-bom from 28.4.1 to 28.4.2. --- updated-dependencies: - dependency-name: com.google.firebase:firebase-bom dependency-type: direct:production update-type: version-update:semver-patch ... Signed-off-by: dependabot[bot] Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com> * Bump mockito_version from 3.12.4 to 4.0.0 (#271) Bumps `mockito_version` from 3.12.4 to 4.0.0. Updates `mockito-core` from 3.12.4 to 4.0.0 - [Release notes](https://github.com/mockito/mockito/releases) - [Commits](https://github.com/mockito/mockito/compare/v3.12.4...v4.0.0) Updates `mockito-inline` from 3.12.4 to 4.0.0 - [Release notes](https://github.com/mockito/mockito/releases) - [Commits](https://github.com/mockito/mockito/compare/v3.12.4...v4.0.0) --- updated-dependencies: - dependency-name: org.mockito:mockito-core dependency-type: direct:production update-type: version-update:semver-major - dependency-name: org.mockito:mockito-inline dependency-type: direct:production update-type: version-update:semver-major ... Signed-off-by: dependabot[bot] Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com> * Bump gradle from 7.0.2 to 7.0.3 (#273) Bumps gradle from 7.0.2 to 7.0.3. --- updated-dependencies: - dependency-name: com.android.tools.build:gradle dependency-type: direct:production update-type: version-update:semver-patch ... Signed-off-by: dependabot[bot] Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com> * Fix submit function response body (#274) * Public release v1.6.16 (#275) * Merge dev into master (#269) * Release/v1.6.13 to dev (#240) * Bump dokka_version from 1.5.0 to 1.5.30 (#242) Bumps `dokka_version` from 1.5.0 to 1.5.30. Updates `dokka-gradle-plugin` from 1.5.0 to 1.5.30 - [Release notes](https://github.com/Kotlin/dokka/releases) - [Commits](https://github.com/Kotlin/dokka/compare/v1.5.0...v1.5.30) Updates `dokka-base` from 1.5.0 to 1.5.30 - [Release notes](https://github.com/Kotlin/dokka/releases) - [Commits](https://github.com/Kotlin/dokka/compare/v1.5.0...v1.5.30) --- updated-dependencies: - dependency-name: org.jetbrains.dokka:dokka-gradle-plugin dependency-type: direct:production update-type: version-update:semver-patch - dependency-name: org.jetbrains.dokka:dokka-base dependency-type: direct:production update-type: version-update:semver-patch ... Signed-off-by: dependabot[bot] Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com> * Improve default validation (#243) * Update MIGRATING.md (#244) * Release v1.6.14 (#246) * Bump cardscan-ui from 2.1.0011 to 2.1.0012 (#249) Bumps [cardscan-ui](https://github.com/getbouncer/cardscan-android) from 2.1.0011 to 2.1.0012. - [Release notes](https://github.com/getbouncer/cardscan-android/releases) - [Changelog](https://github.com/getbouncer/cardscan-android/blob/master/CHANGELOG.md) - [Commits](https://github.com/getbouncer/cardscan-android/compare/2.1.0011...2.1.0012) --- updated-dependencies: - dependency-name: com.getbouncer:cardscan-ui dependency-type: direct:production update-type: version-update:semver-patch ... Signed-off-by: dependabot[bot] Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com> * Bump kotlin-gradle-plugin from 1.5.30 to 1.5.31 (#253) Bumps [kotlin-gradle-plugin](https://github.com/JetBrains/kotlin) from 1.5.30 to 1.5.31. - [Release notes](https://github.com/JetBrains/kotlin/releases) - [Changelog](https://github.com/JetBrains/kotlin/blob/v1.5.31/ChangeLog.md) - [Commits](https://github.com/JetBrains/kotlin/compare/v1.5.30...v1.5.31) --- updated-dependencies: - dependency-name: org.jetbrains.kotlin:kotlin-gradle-plugin dependency-type: direct:production update-type: version-update:semver-patch ... Signed-off-by: dependabot[bot] Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com> * Bump constraintlayout from 2.1.0 to 2.1.1 (#257) Bumps [constraintlayout](https://github.com/androidx/constraintlayout) from 2.1.0 to 2.1.1. - [Release notes](https://github.com/androidx/constraintlayout/releases) - [Commits](https://github.com/androidx/constraintlayout/commits) --- updated-dependencies: - dependency-name: androidx.constraintlayout:constraintlayout dependency-type: direct:production update-type: version-update:semver-patch ... Signed-off-by: dependabot[bot] Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com> * Improve validation logic, fix tests (#261) * Fix nullable return type (#260) * Bump okhttp from 4.9.1 to 4.9.2 (#258) Bumps [okhttp](https://github.com/square/okhttp) from 4.9.1 to 4.9.2. - [Release notes](https://github.com/square/okhttp/releases) - [Changelog](https://github.com/square/okhttp/blob/master/CHANGELOG.md) - [Commits](https://github.com/square/okhttp/compare/parent-4.9.1...parent-4.9.2) --- updated-dependencies: - dependency-name: com.squareup.okhttp3:okhttp dependency-type: direct:production update-type: version-update:semver-patch ... Signed-off-by: dependabot[bot] Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com> Co-authored-by: Dmytro * Bump dokka_version from 1.5.30 to 1.5.31 (#264) Bumps `dokka_version` from 1.5.30 to 1.5.31. Updates `dokka-gradle-plugin` from 1.5.30 to 1.5.31 - [Release notes](https://github.com/Kotlin/dokka/releases) - [Commits](https://github.com/Kotlin/dokka/compare/v1.5.30...v1.5.31) Updates `dokka-base` from 1.5.30 to 1.5.31 - [Release notes](https://github.com/Kotlin/dokka/releases) - [Commits](https://github.com/Kotlin/dokka/compare/v1.5.30...v1.5.31) --- updated-dependencies: - dependency-name: org.jetbrains.dokka:dokka-gradle-plugin dependency-type: direct:production update-type: version-update:semver-patch - dependency-name: org.jetbrains.dokka:dokka-base dependency-type: direct:production update-type: version-update:semver-patch ... Signed-off-by: dependabot[bot] Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com> Co-authored-by: Dmytro * Public release v1.6.15 (#266) * Version name & code rise * Update docs Co-authored-by: Dmytro Kos Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com> * Images patch 1 (#272) * Version name & code rise * Update docs * Update config.yml Co-authored-by: Dmytro Kos Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com> * Bump tensorflow-lite from 2.1.0011 to 2.1.0015 (#262) Bumps [tensorflow-lite](https://github.com/getbouncer/cardscan-android) from 2.1.0011 to 2.1.0015. - [Release notes](https://github.com/getbouncer/cardscan-android/releases) - [Changelog](https://github.com/getbouncer/cardscan-android/blob/master/CHANGELOG.md) - [Commits](https://github.com/getbouncer/cardscan-android/compare/2.1.0011...2.1.0015) --- updated-dependencies: - dependency-name: com.getbouncer:tensorflow-lite dependency-type: direct:production update-type: version-update:semver-patch ... Signed-off-by: dependabot[bot] Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com> Co-authored-by: dmytrodmytryshyn * Bump scan-payment-full from 2.1.0011 to 2.1.0015 (#265) Bumps [scan-payment-full](https://github.com/getbouncer/cardscan-android) from 2.1.0011 to 2.1.0015. - [Release notes](https://github.com/getbouncer/cardscan-android/releases) - [Changelog](https://github.com/getbouncer/cardscan-android/blob/master/CHANGELOG.md) - [Commits](https://github.com/getbouncer/cardscan-android/compare/2.1.0011...2.1.0015) --- updated-dependencies: - dependency-name: com.getbouncer:scan-payment-full dependency-type: direct:production update-type: version-update:semver-patch ... Signed-off-by: dependabot[bot] Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com> Co-authored-by: dmytrodmytryshyn * Bump cardscan-ui from 2.1.0012 to 2.1.0015 (#263) Bumps [cardscan-ui](https://github.com/getbouncer/cardscan-android) from 2.1.0012 to 2.1.0015. - [Release notes](https://github.com/getbouncer/cardscan-android/releases) - [Changelog](https://github.com/getbouncer/cardscan-android/blob/master/CHANGELOG.md) - [Commits](https://github.com/getbouncer/cardscan-android/compare/2.1.0012...2.1.0015) --- updated-dependencies: - dependency-name: com.getbouncer:cardscan-ui dependency-type: direct:production update-type: version-update:semver-patch ... Signed-off-by: dependabot[bot] Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com> Co-authored-by: dmytrodmytryshyn * Bump bouncer versions from 2.1.0015 -> 2.1.0016 (#279) * Bouncer adapter version name & code rise (#278) * Bump core-ktx from 1.6.0 to 1.7.0 (#285) * Bump core-ktx from 1.6.0 to 1.7.0 Bumps core-ktx from 1.6.0 to 1.7.0. --- updated-dependencies: - dependency-name: androidx.core:core-ktx dependency-type: direct:production update-type: version-update:semver-minor ... Signed-off-by: dependabot[bot] * update compileSdkVersion * update cursor.getString Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com> Co-authored-by: Dmytro * Bump firebase-bom from 28.4.2 to 29.0.0 (#286) Bumps firebase-bom from 28.4.2 to 29.0.0. --- updated-dependencies: - dependency-name: com.google.firebase:firebase-bom dependency-type: direct:production update-type: version-update:semver-major ... Signed-off-by: dependabot[bot] Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com> * Bump robolectric from 4.6.1 to 4.7 (#287) Bumps [robolectric](https://github.com/robolectric/robolectric) from 4.6.1 to 4.7. - [Release notes](https://github.com/robolectric/robolectric/releases) - [Commits](https://github.com/robolectric/robolectric/compare/robolectric-4.6.1...robolectric-4.7) --- updated-dependencies: - dependency-name: org.robolectric:robolectric dependency-type: direct:production update-type: version-update:semver-minor ... Signed-off-by: dependabot[bot] Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com> * Bump kotlin-gradle-plugin from 1.5.31 to 1.6.0 (#288) Bumps [kotlin-gradle-plugin](https://github.com/JetBrains/kotlin) from 1.5.31 to 1.6.0. - [Release notes](https://github.com/JetBrains/kotlin/releases) - [Changelog](https://github.com/JetBrains/kotlin/blob/master/ChangeLog.md) - [Commits](https://github.com/JetBrains/kotlin/commits) --- updated-dependencies: - dependency-name: org.jetbrains.kotlin:kotlin-gradle-plugin dependency-type: direct:production update-type: version-update:semver-minor ... Signed-off-by: dependabot[bot] Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com> * add max Length (#289) * Bump mockk from 1.12.0 to 1.12.1 (#290) Bumps [mockk](https://github.com/mockk/mockk) from 1.12.0 to 1.12.1. - [Release notes](https://github.com/mockk/mockk/releases) - [Commits](https://github.com/mockk/mockk/compare/v1.12.0...1.12.1) --- updated-dependencies: - dependency-name: io.mockk:mockk dependency-type: direct:production update-type: version-update:semver-patch ... Signed-off-by: dependabot[bot] Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com> * Bump appcompat from 1.3.1 to 1.4.0 (#291) Bumps appcompat from 1.3.1 to 1.4.0. --- updated-dependencies: - dependency-name: androidx.appcompat:appcompat dependency-type: direct:production update-type: version-update:semver-minor ... Signed-off-by: dependabot[bot] Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com> * Bump robolectric from 4.7 to 4.7.1 (#292) Bumps [robolectric](https://github.com/robolectric/robolectric) from 4.7 to 4.7.1. - [Release notes](https://github.com/robolectric/robolectric/releases) - [Commits](https://github.com/robolectric/robolectric/compare/robolectric-4.7...robolectric-4.7.1) --- updated-dependencies: - dependency-name: org.robolectric:robolectric dependency-type: direct:production update-type: version-update:semver-patch ... Signed-off-by: dependabot[bot] Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com> * Bump constraintlayout from 2.1.1 to 2.1.2 (#293) Bumps [constraintlayout](https://github.com/androidx/constraintlayout) from 2.1.1 to 2.1.2. - [Release notes](https://github.com/androidx/constraintlayout/releases) - [Commits](https://github.com/androidx/constraintlayout/commits) --- updated-dependencies: - dependency-name: androidx.constraintlayout:constraintlayout dependency-type: direct:production update-type: version-update:semver-patch ... Signed-off-by: dependabot[bot] Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com> * Bump okhttp from 4.9.2 to 4.9.3 (#294) Bumps [okhttp](https://github.com/square/okhttp) from 4.9.2 to 4.9.3. - [Release notes](https://github.com/square/okhttp/releases) - [Changelog](https://github.com/square/okhttp/blob/master/CHANGELOG.md) - [Commits](https://github.com/square/okhttp/compare/parent-4.9.2...parent-4.9.3) --- updated-dependencies: - dependency-name: com.squareup.okhttp3:okhttp dependency-type: direct:production update-type: version-update:semver-patch ... Signed-off-by: dependabot[bot] Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com> * Bump mockito_version from 4.0.0 to 4.1.0 (#295) Bumps `mockito_version` from 4.0.0 to 4.1.0. Updates `mockito-core` from 4.0.0 to 4.1.0 - [Release notes](https://github.com/mockito/mockito/releases) - [Commits](https://github.com/mockito/mockito/compare/v4.0.0...v4.1.0) Updates `mockito-inline` from 4.0.0 to 4.1.0 - [Release notes](https://github.com/mockito/mockito/releases) - [Commits](https://github.com/mockito/mockito/compare/v4.0.0...v4.1.0) --- updated-dependencies: - dependency-name: org.mockito:mockito-core dependency-type: direct:production update-type: version-update:semver-minor - dependency-name: org.mockito:mockito-inline dependency-type: direct:production update-type: version-update:semver-minor ... Signed-off-by: dependabot[bot] Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com> * Bump robolectric from 4.7.1 to 4.7.2 (#296) Bumps [robolectric](https://github.com/robolectric/robolectric) from 4.7.1 to 4.7.2. - [Release notes](https://github.com/robolectric/robolectric/releases) - [Commits](https://github.com/robolectric/robolectric/compare/robolectric-4.7.1...robolectric-4.7.2) --- updated-dependencies: - dependency-name: org.robolectric:robolectric dependency-type: direct:production update-type: version-update:semver-patch ... Signed-off-by: dependabot[bot] Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com> * Bump dokka_version from 1.5.31 to 1.6.0 (#297) Bumps `dokka_version` from 1.5.31 to 1.6.0. Updates `dokka-gradle-plugin` from 1.5.31 to 1.6.0 - [Release notes](https://github.com/Kotlin/dokka/releases) - [Commits](https://github.com/Kotlin/dokka/compare/v1.5.31...v1.6.0) Updates `dokka-base` from 1.5.31 to 1.6.0 - [Release notes](https://github.com/Kotlin/dokka/releases) - [Commits](https://github.com/Kotlin/dokka/compare/v1.5.31...v1.6.0) --- updated-dependencies: - dependency-name: org.jetbrains.dokka:dokka-gradle-plugin dependency-type: direct:production update-type: version-update:semver-minor - dependency-name: org.jetbrains.dokka:dokka-base dependency-type: direct:production update-type: version-update:semver-minor ... Signed-off-by: dependabot[bot] Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com> * Version name & code rise * Update docs Co-authored-by: Dmytro Kos Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com> * Public release v1.6.18 (#314) * Release/v1.6.13 to dev (#240) * Bump dokka_version from 1.5.0 to 1.5.30 (#242) Bumps `dokka_version` from 1.5.0 to 1.5.30. Updates `dokka-gradle-plugin` from 1.5.0 to 1.5.30 - [Release notes](https://github.com/Kotlin/dokka/releases) - [Commits](https://github.com/Kotlin/dokka/compare/v1.5.0...v1.5.30) Updates `dokka-base` from 1.5.0 to 1.5.30 - [Release notes](https://github.com/Kotlin/dokka/releases) - [Commits](https://github.com/Kotlin/dokka/compare/v1.5.0...v1.5.30) --- updated-dependencies: - dependency-name: org.jetbrains.dokka:dokka-gradle-plugin dependency-type: direct:production update-type: version-update:semver-patch - dependency-name: org.jetbrains.dokka:dokka-base dependency-type: direct:production update-type: version-update:semver-patch ... Signed-off-by: dependabot[bot] Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com> * Improve default validation (#243) * Update MIGRATING.md (#244) * Release v1.6.14 (#246) * Bump cardscan-ui from 2.1.0011 to 2.1.0012 (#249) Bumps [cardscan-ui](https://github.com/getbouncer/cardscan-android) from 2.1.0011 to 2.1.0012. - [Release notes](https://github.com/getbouncer/cardscan-android/releases) - [Changelog](https://github.com/getbouncer/cardscan-android/blob/master/CHANGELOG.md) - [Commits](https://github.com/getbouncer/cardscan-android/compare/2.1.0011...2.1.0012) --- updated-dependencies: - dependency-name: com.getbouncer:cardscan-ui dependency-type: direct:production update-type: version-update:semver-patch ... Signed-off-by: dependabot[bot] Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com> * Bump kotlin-gradle-plugin from 1.5.30 to 1.5.31 (#253) Bumps [kotlin-gradle-plugin](https://github.com/JetBrains/kotlin) from 1.5.30 to 1.5.31. - [Release notes](https://github.com/JetBrains/kotlin/releases) - [Changelog](https://github.com/JetBrains/kotlin/blob/v1.5.31/ChangeLog.md) - [Commits](https://github.com/JetBrains/kotlin/compare/v1.5.30...v1.5.31) --- updated-dependencies: - dependency-name: org.jetbrains.kotlin:kotlin-gradle-plugin dependency-type: direct:production update-type: version-update:semver-patch ... Signed-off-by: dependabot[bot] Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com> * Bump constraintlayout from 2.1.0 to 2.1.1 (#257) Bumps [constraintlayout](https://github.com/androidx/constraintlayout) from 2.1.0 to 2.1.1. - [Release notes](https://github.com/androidx/constraintlayout/releases) - [Commits](https://github.com/androidx/constraintlayout/commits) --- updated-dependencies: - dependency-name: androidx.constraintlayout:constraintlayout dependency-type: direct:production update-type: version-update:semver-patch ... Signed-off-by: dependabot[bot] Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com> * Improve validation logic, fix tests (#261) * Fix nullable return type (#260) * Bump okhttp from 4.9.1 to 4.9.2 (#258) Bumps [okhttp](https://github.com/square/okhttp) from 4.9.1 to 4.9.2. - [Release notes](https://github.com/square/okhttp/releases) - [Changelog](https://github.com/square/okhttp/blob/master/CHANGELOG.md) - [Commits](https://github.com/square/okhttp/compare/parent-4.9.1...parent-4.9.2) --- updated-dependencies: - dependency-name: com.squareup.okhttp3:okhttp dependency-type: direct:production update-type: version-update:semver-patch ... Signed-off-by: dependabot[bot] Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com> Co-authored-by: Dmytro * Bump dokka_version from 1.5.30 to 1.5.31 (#264) Bumps `dokka_version` from 1.5.30 to 1.5.31. Updates `dokka-gradle-plugin` from 1.5.30 to 1.5.31 - [Release notes](https://github.com/Kotlin/dokka/releases) - [Commits](https://github.com/Kotlin/dokka/compare/v1.5.30...v1.5.31) Updates `dokka-base` from 1.5.30 to 1.5.31 - [Release notes](https://github.com/Kotlin/dokka/releases) - [Commits](https://github.com/Kotlin/dokka/compare/v1.5.30...v1.5.31) --- updated-dependencies: - dependency-name: org.jetbrains.dokka:dokka-gradle-plugin dependency-type: direct:production update-type: version-update:semver-patch - dependency-name: org.jetbrains.dokka:dokka-base dependency-type: direct:production update-type: version-update:semver-patch ... Signed-off-by: dependabot[bot] Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com> Co-authored-by: Dmytro * Public release v1.6.15 (#266) * Version name & code rise * Update docs * Bump firebase-bom from 28.4.1 to 28.4.2 (#270) Bumps firebase-bom from 28.4.1 to 28.4.2. --- updated-dependencies: - dependency-name: com.google.firebase:firebase-bom dependency-type: direct:production update-type: version-update:semver-patch ... Signed-off-by: dependabot[bot] Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com> * Bump mockito_version from 3.12.4 to 4.0.0 (#271) Bumps `mockito_version` from 3.12.4 to 4.0.0. Updates `mockito-core` from 3.12.4 to 4.0.0 - [Release notes](https://github.com/mockito/mockito/releases) - [Commits](https://github.com/mockito/mockito/compare/v3.12.4...v4.0.0) Updates `mockito-inline` from 3.12.4 to 4.0.0 - [Release notes](https://github.com/mockito/mockito/releases) - [Commits](https://github.com/mockito/mockito/compare/v3.12.4...v4.0.0) --- updated-dependencies: - dependency-name: org.mockito:mockito-core dependency-type: direct:production update-type: version-update:semver-major - dependency-name: org.mockito:mockito-inline dependency-type: direct:production update-type: version-update:semver-major ... Signed-off-by: dependabot[bot] Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com> * Bump gradle from 7.0.2 to 7.0.3 (#273) Bumps gradle from 7.0.2 to 7.0.3. --- updated-dependencies: - dependency-name: com.android.tools.build:gradle dependency-type: direct:production update-type: version-update:semver-patch ... Signed-off-by: dependabot[bot] Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com> * Fix submit function response body (#274) * Public release v1.6.16 (#275) * Merge dev into master (#269) * Release/v1.6.13 to dev (#240) * Bump dokka_version from 1.5.0 to 1.5.30 (#242) Bumps `dokka_version` from 1.5.0 to 1.5.30. Updates `dokka-gradle-plugin` from 1.5.0 to 1.5.30 - [Release notes](https://github.com/Kotlin/dokka/releases) - [Commits](https://github.com/Kotlin/dokka/compare/v1.5.0...v1.5.30) Updates `dokka-base` from 1.5.0 to 1.5.30 - [Release notes](https://github.com/Kotlin/dokka/releases) - [Commits](https://github.com/Kotlin/dokka/compare/v1.5.0...v1.5.30) --- updated-dependencies: - dependency-name: org.jetbrains.dokka:dokka-gradle-plugin dependency-type: direct:production update-type: version-update:semver-patch - dependency-name: org.jetbrains.dokka:dokka-base dependency-type: direct:production update-type: version-update:semver-patch ... Signed-off-by: dependabot[bot] Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com> * Improve default validation (#243) * Update MIGRATING.md (#244) * Release v1.6.14 (#246) * Bump cardscan-ui from 2.1.0011 to 2.1.0012 (#249) Bumps [cardscan-ui](https://github.com/getbouncer/cardscan-android) from 2.1.0011 to 2.1.0012. - [Release notes](https://github.com/getbouncer/cardscan-android/releases) - [Changelog](https://github.com/getbouncer/cardscan-android/blob/master/CHANGELOG.md) - [Commits](https://github.com/getbouncer/cardscan-android/compare/2.1.0011...2.1.0012) --- updated-dependencies: - dependency-name: com.getbouncer:cardscan-ui dependency-type: direct:production update-type: version-update:semver-patch ... Signed-off-by: dependabot[bot] Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com> * Bump kotlin-gradle-plugin from 1.5.30 to 1.5.31 (#253) Bumps [kotlin-gradle-plugin](https://github.com/JetBrains/kotlin) from 1.5.30 to 1.5.31. - [Release notes](https://github.com/JetBrains/kotlin/releases) - [Changelog](https://github.com/JetBrains/kotlin/blob/v1.5.31/ChangeLog.md) - [Commits](https://github.com/JetBrains/kotlin/compare/v1.5.30...v1.5.31) --- updated-dependencies: - dependency-name: org.jetbrains.kotlin:kotlin-gradle-plugin dependency-type: direct:production update-type: version-update:semver-patch ... Signed-off-by: dependabot[bot] Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com> * Bump constraintlayout from 2.1.0 to 2.1.1 (#257) Bumps [constraintlayout](https://github.com/androidx/constraintlayout) from 2.1.0 to 2.1.1. - [Release notes](https://github.com/androidx/constraintlayout/releases) - [Commits](https://github.com/androidx/constraintlayout/commits) --- updated-dependencies: - dependency-name: androidx.constraintlayout:constraintlayout dependency-type: direct:production update-type: version-update:semver-patch ... Signed-off-by: dependabot[bot] Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com> * Improve validation logic, fix tests (#261) * Fix nullable return type (#260) * Bump okhttp from 4.9.1 to 4.9.2 (#258) Bumps [okhttp](https://github.com/square/okhttp) from 4.9.1 to 4.9.2. - [Release notes](https://github.com/square/okhttp/releases) - [Changelog](https://github.com/square/okhttp/blob/master/CHANGELOG.md) - [Commits](https://github.com/square/okhttp/compare/parent-4.9.1...parent-4.9.2) --- updated-dependencies: - dependency-name: com.squareup.okhttp3:okhttp dependency-type: direct:production update-type: version-update:semver-patch ... Signed-off-by: dependabot[bot] Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com> Co-authored-by: Dmytro * Bump dokka_version from 1.5.30 to 1.5.31 (#264) Bumps `dokka_version` from 1.5.30 to 1.5.31. Updates `dokka-gradle-plugin` from 1.5.30 to 1.5.31 - [Release notes](https://github.com/Kotlin/dokka/releases) - [Commits](https://github.com/Kotlin/dokka/compare/v1.5.30...v1.5.31) Updates `dokka-base` from 1.5.30 to 1.5.31 - [Release notes](https://github.com/Kotlin/dokka/releases) - [Commits](https://github.com/Kotlin/dokka/compare/v1.5.30...v1.5.31) --- updated-dependencies: - dependency-name: org.jetbrains.dokka:dokka-gradle-plugin dependency-type: direct:production update-type: version-update:semver-patch - dependency-name: org.jetbrains.dokka:dokka-base dependency-type: direct:production update-type: version-update:semver-patch ... Signed-off-by: dependabot[bot] Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com> Co-authored-by: Dmytro * Public release v1.6.15 (#266) * Version name & code rise * Update docs Co-authored-by: Dmytro Kos Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com> * Images patch 1 (#272) * Version name & code rise * Update docs * Update config.yml Co-authored-by: Dmytro Kos Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com> * Bump tensorflow-lite from 2.1.0011 to 2.1.0015 (#262) Bumps [tensorflow-lite](https://github.com/getbouncer/cardscan-android) from 2.1.0011 to 2.1.0015. - [Release notes](https://github.com/getbouncer/cardscan-android/releases) - [Changelog](https://github.com/getbouncer/cardscan-android/blob/master/CHANGELOG.md) - [Commits](https://github.com/getbouncer/cardscan-android/compare/2.1.0011...2.1.0015) --- updated-dependencies: - dependency-name: com.getbouncer:tensorflow-lite dependency-type: direct:production update-type: version-update:semver-patch ... Signed-off-by: dependabot[bot] Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com> Co-authored-by: dmytrodmytryshyn * Bump scan-payment-full from 2.1.0011 to 2.1.0015 (#265) Bumps [scan-payment-full](https://github.com/getbouncer/cardscan-android) from 2.1.0011 to 2.1.0015. - [Release notes](https://github.com/getbouncer/cardscan-android/releases) - [Changelog](https://github.com/getbouncer/cardscan-android/blob/master/CHANGELOG.md) - [Commits](https://github.com/getbouncer/cardscan-android/compare/2.1.0011...2.1.0015) --- updated-dependencies: - dependency-name: com.getbouncer:scan-payment-full dependency-type: direct:production update-type: version-update:semver-patch ... Signed-off-by: dependabot[bot] Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com> Co-authored-by: dmytrodmytryshyn * Bump cardscan-ui from 2.1.0012 to 2.1.0015 (#263) Bumps [cardscan-ui](https://github.com/getbouncer/cardscan-android) from 2.1.0012 to 2.1.0015. - [Release notes](https://github.com/getbouncer/cardscan-android/releases) - [Changelog](https://github.com/getbouncer/cardscan-android/blob/master/CHANGELOG.md) - [Commits](https://github.com/getbouncer/cardscan-android/compare/2.1.0012...2.1.0015) --- updated-dependencies: - dependency-name: com.getbouncer:cardscan-ui dependency-type: direct:production update-type: version-update:semver-patch ... Signed-off-by: dependabot[bot] Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com> Co-authored-by: dmytrodmytryshyn * Bump bouncer versions from 2.1.0015 -> 2.1.0016 (#279) * Bouncer adapter version name & code rise (#278) * Bump core-ktx from 1.6.0 to 1.7.0 (#285) * Bump core-ktx from 1.6.0 to 1.7.0 Bumps core-ktx from 1.6.0 to 1.7.0. --- updated-dependencies: - dependency-name: androidx.core:core-ktx dependency-type: direct:production update-type: version-update:semver-minor ... Signed-off-by: dependabot[bot] * update compileSdkVersion * update cursor.getString Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com> Co-authored-by: Dmytro * Bump firebase-bom from 28.4.2 to 29.0.0 (#286) Bumps firebase-bom from 28.4.2 to 29.0.0. --- updated-dependencies: - dependency-name: com.google.firebase:firebase-bom dependency-type: direct:production update-type: version-update:semver-major ... Signed-off-by: dependabot[bot] Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com> * Bump robolectric from 4.6.1 to 4.7 (#287) Bumps [robolectric](https://github.com/robolectric/robolectric) from 4.6.1 to 4.7. - [Release notes](https://github.com/robolectric/robolectric/releases) - [Commits](https://github.com/robolectric/robolectric/compare/robolectric-4.6.1...robolectric-4.7) --- updated-dependencies: - dependency-name: org.robolectric:robolectric dependency-type: direct:production update-type: version-update:semver-minor ... Signed-off-by: dependabot[bot] Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com> * Bump kotlin-gradle-plugin from 1.5.31 to 1.6.0 (#288) Bumps [kotlin-gradle-plugin](https://github.com/JetBrains/kotlin) from 1.5.31 to 1.6.0. - [Release notes](https://github.com/JetBrains/kotlin/releases) - [Changelog](https://github.com/JetBrains/kotlin/blob/master/ChangeLog.md) - [Commits](https://github.com/JetBrains/kotlin/commits) --… * Fix `VGSTextInputLayout` start/end icons (#356) * Fix end icon didn't set in custom mode * Fix card number start/end/brand icons * Remove redundant function * Remove redundant hasRTL boolean * Fix cvc field * Fix ssn and date input fields * Reuse set drawable function * Bump mockk from 1.12.2 to 1.12.3 (#358) Bumps [mockk](https://github.com/mockk/mockk) from 1.12.2 to 1.12.3. - [Release notes](https://github.com/mockk/mockk/releases) - [Commits](https://github.com/mockk/mockk/compare/1.12.2...1.12.3) --- updated-dependencies: - dependency-name: io.mockk:mockk dependency-type: direct:production update-type: version-update:semver-patch ... Signed-off-by: dependabot[bot] Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com> * Bump gradle from 7.1.1 to 7.1.2 (#357) Bumps gradle from 7.1.1 to 7.1.2. --- updated-dependencies: - dependency-name: com.android.tools.build:gradle dependency-type: direct:production update-type: version-update:semver-patch ... Signed-off-by: dependabot[bot] Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com> * Bump gradle-maven-publish-plugin from 0.18.0 to 0.19.0 (#359) Bumps [gradle-maven-publish-plugin](https://github.com/vanniktech/gradle-maven-publish-plugin) from 0.18.0 to 0.19.0. - [Release notes](https://github.com/vanniktech/gradle-maven-publish-plugin/releases) - [Changelog](https://github.com/vanniktech/gradle-maven-publish-plugin/blob/master/CHANGELOG.md) - [Commits](https://github.com/vanniktech/gradle-maven-publish-plugin/compare/0.18.0...0.19.0) --- updated-dependencies: - dependency-name: com.vanniktech:gradle-maven-publish-plugin dependency-type: direct:production update-type: version-update:semver-minor ... Signed-off-by: dependabot[bot] Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com> * Bump mockito_version from 4.3.1 to 4.4.0 (#360) Bumps `mockito_version` from 4.3.1 to 4.4.0. Updates `mockito-core` from 4.3.1 to 4.4.0 - [Release notes](https://github.com/mockito/mockito/releases) - [Commits](https://github.com/mockito/mockito/compare/v4.3.1...v4.4.0) Updates `mockito-inline` from 4.3.1 to 4.4.0 - [Release notes](https://github.com/mockito/mockito/releases) - [Commits](https://github.com/mockito/mockito/compare/v4.3.1...v4.4.0) --- updated-dependencies: - dependency-name: org.mockito:mockito-core dependency-type: direct:production update-type: version-update:semver-minor - dependency-name: org.mockito:mockito-inline dependency-type: direct:production update-type: version-update:semver-minor ... Signed-off-by: dependabot[bot] Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com> * Update gradle files (#361) * Upgrade demo application compileSdkVersion & targetSdkVersion * Update app module gradle & versions * Remove redundant tests dependencies and versions from app module * Update collect module gradle * Update bouncer gradle file * Update bouncer gradle file * Update root gradle file * Remove redundant plugin from bouncer/card-io modules * Update naming * Merge conflicts * Update utils.gradle * Update utils.gradle * Rename versions.gradle to dependancies.gradle, to support dependabot (#363) * bump versions (#365) * update dependencies * fix tests * Remove content triming in validation rules (#366) * update tests * remove content triming * Release VGS Collect v1.6.19 (#369) * Improve dependancy management (#370) * Add versions catalogs * Add dependencyResolutionManagement, update vgscollect module dependecies handling * Update bouncer/cardio/app modules dependencies handling * Update root gradle file, remove redundant dependencies.gradle file * Update naming * Fix bouncer dependency * Update gradle version and remove redundant enableFeaturePreview("VERSION_CATALOGS"), as VERSION_CATALOGS is now stable feature * Remove deprecated alias function from settings.gradle * Tests: update dependabot target branch * Revert commit: "Tests: update dependabot target branch" * Update material * Change dependabot target branch for tests * Remove test code * Bump core-ktx from 1.7.0 to 1.8.0 (#371) Bumps core-ktx from 1.7.0 to 1.8.0. --- updated-dependencies: - dependency-name: androidx.core:core-ktx dependency-type: direct:production update-type: version-update:semver-minor ... Signed-off-by: dependabot[bot] Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com> * Bump okhttp from 4.9.3 to 4.10.0 (#372) Bumps [okhttp](https://github.com/square/okhttp) from 4.9.3 to 4.10.0. - [Release notes](https://github.com/square/okhttp/releases) - [Changelog](https://github.com/square/okhttp/blob/master/CHANGELOG.md) - [Commits](https://github.com/square/okhttp/compare/parent-4.9.3...parent-4.10.0) --- updated-dependencies: - dependency-name: com.squareup.okhttp3:okhttp dependency-type: direct:production update-type: version-update:semver-minor ... Signed-off-by: dependabot[bot] Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com> * Bump mockito-core from 4.4.0 to 4.6.1 (#374) Bumps [mockito-core](https://github.com/mockito/mockito) from 4.4.0 to 4.6.1. - [Release notes](https://github.com/mockito/mockito/releases) - [Commits](https://github.com/mockito/mockito/compare/v4.4.0...v4.6.1) --- updated-dependencies: - dependency-name: org.mockito:mockito-core dependency-type: direct:production update-type: version-update:semver-minor ... Signed-off-by: dependabot[bot] Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com> * Bump appcompat from 1.4.1 to 1.4.2 (#379) Bumps appcompat from 1.4.1 to 1.4.2. --- updated-dependencies: - dependency-name: androidx.appcompat:appcompat dependency-type: direct:production update-type: version-update:semver-patch ... Signed-off-by: dependabot[bot] Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com> * Bump mockito-inline from 4.4.0 to 4.6.1 (#378) Bumps [mockito-inline](https://github.com/mockito/mockito) from 4.4.0 to 4.6.1. - [Release notes](https://github.com/mockito/mockito/releases) - [Commits](https://github.com/mockito/mockito/compare/v4.4.0...v4.6.1) --- updated-dependencies: - dependency-name: org.mockito:mockito-inline dependency-type: direct:production update-type: version-update:semver-minor ... Signed-off-by: dependabot[bot] Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com> * Bump mockk from 1.12.3 to 1.12.4 (#377) Bumps [mockk](https://github.com/mockk/mockk) from 1.12.3 to 1.12.4. - [Release notes](https://github.com/mockk/mockk/releases) - [Commits](https://github.com/mockk/mockk/compare/1.12.3...1.12.4) --- updated-dependencies: - dependency-name: io.mockk:mockk dependency-type: direct:production update-type: version-update:semver-patch ... Signed-off-by: dependabot[bot] Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com> * Add tokenization API (#376) * Bump constraintlayout from 2.1.3 to 2.1.4 (#381) Bumps [constraintlayout](https://github.com/androidx/constraintlayout) from 2.1.3 to 2.1.4. - [Release notes](https://github.com/androidx/constraintlayout/releases) - [Commits](https://github.com/androidx/constraintlayout/compare/2.1.3...2.1.4) --- updated-dependencies: - dependency-name: androidx.constraintlayout:constraintlayout dependency-type: direct:production update-type: version-update:semver-patch ... Signed-off-by: dependabot[bot] Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com> * Bump leakcanary-android from 2.8.1 to 2.9.1 (#380) Bumps [leakcanary-android](https://github.com/square/leakcanary) from 2.8.1 to 2.9.1. - [Release notes](https://github.com/square/leakcanary/releases) - [Changelog](https://github.com/square/leakcanary/blob/main/docs/changelog.md) - [Commits](https://github.com/square/leakcanary/compare/v2.8.1...v2.9.1) --- updated-dependencies: - dependency-name: com.squareup.leakcanary:leakcanary-android dependency-type: direct:production update-type: version-update:semver-minor ... Signed-off-by: dependabot[bot] Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com> * Add tokenization tests (#385) * Add Tokenization.kt tests * Add tokenization request data test * Bump robolectric from 4.7.3 to 4.8.1 (#383) Bumps [robolectric](https://github.com/robolectric/robolectric) from 4.7.3 to 4.8.1. - [Release notes](https://github.com/robolectric/robolectric/releases) - [Commits](https://github.com/robolectric/robolectric/compare/robolectric-4.7.3...robolectric-4.8.1) --- updated-dependencies: - dependency-name: org.robolectric:robolectric dependency-type: direct:production update-type: version-update:semver-minor ... Signed-off-by: dependabot[bot] Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com> * Bump json from 20211205 to 20220320 (#384) Bumps [json](https://github.com/douglascrockford/JSON-java) from 20211205 to 20220320. - [Release notes](https://github.com/douglascrockford/JSON-java/releases) - [Changelog](https://github.com/stleary/JSON-java/blob/master/docs/RELEASES.md) - [Commits](https://github.com/douglascrockford/JSON-java/commits) --- updated-dependencies: - dependency-name: org.json:json dependency-type: direct:production update-type: version-update:semver-major ... Signed-off-by: dependabot[bot] Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com> * update config (#387) * Update minSdkVersion version to 21 (#386) * Update minSdk version to 21, remove redundant sdk version checks * Update scanners target/min/compile sdk versions * Bump jsonassert from 1.5.0 to 1.5.1 (#389) Bumps [jsonassert](https://github.com/skyscreamer/JSONassert) from 1.5.0 to 1.5.1. - [Release notes](https://github.com/skyscreamer/JSONassert/releases) - [Changelog](https://github.com/skyscreamer/JSONassert/blob/master/CHANGELOG.md) - [Commits](https://github.com/skyscreamer/JSONassert/compare/jsonassert-1.5.0...jsonassert-1.5.1) --- updated-dependencies: - dependency-name: org.skyscreamer:jsonassert dependency-type: direct:production update-type: version-update:semver-patch ... Signed-off-by: dependabot[bot] Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com> Co-authored-by: Dmytro Kos * Implement tokenization analytics (#390) * Add tokenization parameter to submit event. * Add tokenization parameter to before submit event. * Fix tests * Add supporting route id (#391) * Tokenization demo (#393) * add setRoutId function * rebuild url * make public tokenize function * add documentation * update tests * Update start screen select flow buttons * Update environment selection handling * Update hint * Update action bar * Update colors * Remove redundant import * Update strings * Add basic UI for tokenization flow * Improve tokenization demo UI * Update start screen inputs * Remove overscroll on main screen * Add reset button * Add field names, test input, snackbar to show error messages * Add ability to copy tokenization response * Show toast when response copied. * Add configureTokenization function * Improve reset button handling * Fix utils.gradle * Add image background for card * Improve loading state * Remove image from card background * Basic implementation of card * Parse tokenization response * Add menu and card scan * Remove hint * Update message * Add progress bar * Add hints * Add collect onDestroy * Add tokenization settings activity * Implement tokenization settings activity * Implement tokenization settings activity * Add code example layout * Fix memory leak * Update json formatting * Update response handling * Update copy code example ripple color * Remove route id * Add collect demo apk * Fix gradle.utils * Rename icon * Not clear inputs when reset view * Code formatt * Update reset/tokenize button positions * Fix animation when reset code example * Remove apk Co-authored-by: Dmytro * Bump dokka-base from 1.6.10 to 1.7.0 (#373) Bumps [dokka-base](https://github.com/Kotlin/dokka) from 1.6.10 to 1.7.0. - [Release notes](https://github.com/Kotlin/dokka/releases) - [Commits](https://github.com/Kotlin/dokka/compare/v1.6.10...v1.7.0) --- updated-dependencies: - dependency-name: org.jetbrains.dokka:dokka-base dependency-type: direct:production update-type: version-update:semver-minor ... Signed-off-by: dependabot[bot] Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com> Co-authored-by: Dmytro Kos * Bump gradle-maven-publish-plugin from 0.19.0 to 0.21.0 (#394) * Bump gradle-maven-publish-plugin from 0.19.0 to 0.21.0 Bumps [gradle-maven-publish-plugin](https://github.com/vanniktech/gradle-maven-publish-plugin) from 0.19.0 to 0.21.0. - [Release notes](https://github.com/vanniktech/gradle-maven-publish-plugin/releases) - [Changelog](https://github.com/vanniktech/gradle-maven-publish-plugin/blob/master/CHANGELOG.md) - [Commits](https://github.com/vanniktech/gradle-maven-publish-plugin/compare/0.19.0...0.21.0) --- updated-dependencies: - dependency-name: com.vanniktech:gradle-maven-publish-plugin dependency-type: direct:production update-type: version-update:semver-minor ... Signed-off-by: dependabot[bot] * Replace deprecated function with new Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com> Co-authored-by: dmytrodmytryshyn * Bump dokka-gradle-plugin from 1.6.10 to 1.7.10 (#395) Bumps [dokka-gradle-plugin](https://github.com/Kotlin/dokka) from 1.6.10 to 1.7.10. - [Release notes](https://github.com/Kotlin/dokka/releases) - [Commits](https://github.com/Kotlin/dokka/commits) --- updated-dependencies: - dependency-name: org.jetbrains.dokka:dokka-gradle-plugin dependency-type: direct:production update-type: version-update:semver-minor ... Signed-off-by: dependabot[bot] Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com> * Bump dokka-base from 1.7.0 to 1.7.10 (#397) Bumps [dokka-base](https://github.com/Kotlin/dokka) from 1.7.0 to 1.7.10. - [Release notes](https://github.com/Kotlin/dokka/releases) - [Commits](https://github.com/Kotlin/dokka/compare/v1.7.0...v1.7.10) --- updated-dependencies: - dependency-name: org.jetbrains.dokka:dokka-base dependency-type: direct:production update-type: version-update:semver-patch ... Signed-off-by: dependabot[bot] Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com> Co-authored-by: dmytrodmytryshyn * Bump kotlin-gradle-plugin from 1.6.10 to 1.7.0 (#382) * Bump kotlin-gradle-plugin from 1.6.10 to 1.7.0 Bumps [kotlin-gradle-plugin](https://github.com/JetBrains/kotlin) from 1.6.10 to 1.7.0. - [Release notes](https://github.com/JetBrains/kotlin/releases) - [Changelog](https://github.com/JetBrains/kotlin/blob/master/ChangeLog.md) - [Commits](https://github.com/JetBrains/kotlin/compare/v1.6.10...v1.7.0) --- updated-dependencies: - dependency-name: org.jetbrains.kotlin:kotlin-gradle-plugin dependency-type: direct:production update-type: version-update:semver-minor ... Signed-off-by: dependabot[bot] * Update 'when' statements Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com> Co-authored-by: Dmytro Co-authored-by: dmytrodmytryshyn * Implement 8 chars bin & update tests (#396) * Implement validation error messages (#400) * Add validation result listener for custom validation rules * Refactor validator creating flow * Fix BaseInputField.kt * Revert test code * Rename LengthValidator.kt to LengthMatchValidator.kt * Add LengthValidator.kt * Refactor public validation rules, add ability to set length validation rule. * Make input connection validator non nullable. * Make content parameter not null * Fix validators code formatting * Fix composite validator functions order * Remove redundant CardCVCCodeValidator.kt * Make validator immutable property in BaseInputConnection.kt * Refactor CheckSumValidator.kt * Fix TimeGapsValidator.kt nullable content * Remove MutableValidator interface * Fix tests * Update PaymentCardNumberRule.kt min/max * Add possibility to set error messages for custom validators * Move state/output to base class * Add errors parameter to FieldState.kt * Return errors to end user * Fix min/max length error message * Fix min/max length optional error message * Remove tests code * Rename function, remove redundant function * Rename composite validator isValid function * Make validators return boolean, fix tests * Rename errors state field to validationErrors * Bump gradle from 7.2.1 to 7.2.2 (#402) Bumps gradle from 7.2.1 to 7.2.2. --- updated-dependencies: - dependency-name: com.android.tools.build:gradle dependency-type: direct:production update-type: version-update:semver-patch ... Signed-off-by: dependabot[bot] Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com> * Bump kotlin-gradle-plugin from 1.7.0 to 1.7.10 (#401) Bumps [kotlin-gradle-plugin](https://github.com/JetBrains/kotlin) from 1.7.0 to 1.7.10. - [Release notes](https://github.com/JetBrains/kotlin/releases) - [Changelog](https://github.com/JetBrains/kotlin/blob/v1.7.10/ChangeLog.md) - [Commits](https://github.com/JetBrains/kotlin/compare/v1.7.0...v1.7.10) --- updated-dependencies: - dependency-name: org.jetbrains.kotlin:kotlin-gradle-plugin dependency-type: direct:production update-type: version-update:semver-patch ... Signed-off-by: dependabot[bot] Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com> Co-authored-by: dmytrodmytryshyn * Add `setRule/setRules/appendRule` functions (#403) * Fix addRule function by adding setRule/setRules/appendRule functions, mark addRule as deprecated * VGSEditTextTest.kt tests update. * Update PersonNameEditTextTest.kt * Update VGSCardNumberEditTextTest.kt * Fix tests * Fix comments. * Public release v1.7.1 (#404) * Version name & code rise * Add @JvmOverloads annotations * Update MIGRATING.md * Update MIGRATING.md * Update docs * Update UI tests * Update docs (#406) * Payopt demo (#410) * Add UI * Implement network requests * add activity to manifest * Improve error handling * Code format * Update start screen. * Update start screen descriptions. * Update start screen descriptions. Co-authored-by: Dmytro * Bump robolectric from 4.8.1 to 4.8.2 (#411) Bumps [robolectric](https://github.com/robolectric/robolectric) from 4.8.1 to 4.8.2. - [Release notes](https://github.com/robolectric/robolectric/releases) - [Commits](https://github.com/robolectric/robolectric/compare/robolectric-4.8.1...robolectric-4.8.2) --- updated-dependencies: - dependency-name: org.robolectric:robolectric dependency-type: direct:production update-type: version-update:semver-patch ... Signed-off-by: dependabot[bot] Signed-off-by: dependabot[bot] Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com> * Bump mockito-core from 4.6.1 to 4.7.0 (#408) Bumps [mockito-core](https://github.com/mockito/mockito) from 4.6.1 to 4.7.0. - [Release notes](https://github.com/mockito/mockito/releases) - [Commits](https://github.com/mockito/mockito/compare/v4.6.1...v4.7.0) --- updated-dependencies: - dependency-name: org.mockito:mockito-core dependency-type: direct:production update-type: version-update:semver-minor ... Signed-off-by: dependabot[bot] Signed-off-by: dependabot[bot] Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com> * Bump mockito-inline from 4.6.1 to 4.7.0 (#409) Bumps [mockito-inline](https://github.com/mockito/mockito) from 4.6.1 to 4.7.0. - [Release notes](https://github.com/mockito/mockito/releases) - [Commits](https://github.com/mockito/mockito/compare/v4.6.1...v4.7.0) --- updated-dependencies: - dependency-name: org.mockito:mockito-inline dependency-type: direct:production update-type: version-update:semver-minor ... Signed-off-by: dependabot[bot] Signed-off-by: dependabot[bot] Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com> Co-authored-by: Dmytro Kos * Update payment demo UI (#412) * Add UI * Implement network requests * add activity to manifest * Improve error handling * Code format * Add adapter * Add margin decorator * Improve UI * Disable item clipping * Update title * Resolve merge conflicts * Fix UI, move requests to separate class * Fix disable loading in collect response * Remove hard coded urls * Update dependencies management Co-authored-by: Dmytro * Bump mockito-core from 4.7.0 to 4.8.0 Bumps [mockito-core](https://github.com/mockito/mockito) from 4.7.0 to 4.8.0. - [Release notes](https://github.com/mockito/mockito/releases) - [Commits](https://github.com/mockito/mockito/compare/v4.7.0...v4.8.0) --- updated-dependencies: - dependency-name: org.mockito:mockito-core dependency-type: direct:production update-type: version-update:semver-minor ... Signed-off-by: dependabot[bot] * Bump mockito-inline from 4.7.0 to 4.8.0 Bumps [mockito-inline](https://github.com/mockito/mockito) from 4.7.0 to 4.8.0. - [Release notes](https://github.com/mockito/mockito/releases) - [Commits](https://github.com/mockito/mockito/compare/v4.7.0...v4.8.0) --- updated-dependencies: - dependency-name: org.mockito:mockito-inline dependency-type: direct:production update-type: version-update:semver-minor ... Signed-off-by: dependabot[bot] * Bump appcompat from 1.4.2 to 1.6.0-rc01 (#416) * Bump appcompat from 1.4.2 to 1.5.1 Bumps appcompat from 1.4.2 to 1.5.1. --- updated-dependencies: - dependency-name: androidx.appcompat:appcompat dependency-type: direct:production update-type: version-update:semver-minor ... Signed-off-by: dependabot[bot] * fix a bug https://issuetracker.google.com/issues/242384116?pli=1 androidx.compat conflicting with androidx.preference:preference-ktx * remove redundant file * increase version Signed-off-by: dependabot[bot] Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com> Co-authored-by: Dmytro * Bump core-ktx from 1.8.0 to 1.9.0 (#417) Bumps core-ktx from 1.8.0 to 1.9.0. --- updated-dependencies: - dependency-name: androidx.core:core-ktx dependency-type: direct:production update-type: version-update:semver-minor ... Signed-off-by: dependabot[bot] Signed-off-by: dependabot[bot] Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com> Co-authored-by: Dmytro Kos * Bump gradle-maven-publish-plugin from 0.21.0 to 0.22.0 (#418) Bumps [gradle-maven-publish-plugin](https://github.com/vanniktech/gradle-maven-publish-plugin) from 0.21.0 to 0.22.0. - [Release notes](https://github.com/vanniktech/gradle-maven-publish-plugin/releases) - [Changelog](https://github.com/vanniktech/gradle-maven-publish-plugin/blob/master/CHANGELOG.md) - [Commits](https://github.com/vanniktech/gradle-maven-publish-plugin/compare/0.21.0...0.22.0) --- updated-dependencies: - dependency-name: com.vanniktech:gradle-maven-publish-plugin dependency-type: direct:production update-type: version-update:semver-minor ... Signed-off-by: dependabot[bot] Signed-off-by: dependabot[bot] Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com> * Merge into dev (#420) * Merge dev into master (#405) * Release/v1.6.13 to dev (#240) * Bump dokka_version from 1.5.0 to 1.5.30 (#242) Bumps `dokka_version` from 1.5.0 to 1.5.30. Updates `dokka-gradle-plugin` from 1.5.0 to 1.5.30 - [Release notes](https://github.com/Kotlin/dokka/releases) - [Commits](https://github.com/Kotlin/dokka/compare/v1.5.0...v1.5.30) Updates `dokka-base` from 1.5.0 to 1.5.30 - [Release notes](https://github.com/Kotlin/dokka/releases) - [Commits](https://github.com/Kotlin/dokka/compare/v1.5.0...v1.5.30) --- updated-dependencies: - dependency-name: org.jetbrains.dokka:dokka-gradle-plugin dependency-type: direct:production update-type: version-update:semver-patch - dependency-name: org.jetbrains.dokka:dokka-base dependency-type: direct:production update-type: version-update:semver-patch ... Signed-off-by: dependabot[bot] Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com> * Improve default validation (#243) * Update MIGRATING.md (#244) * Release v1.6.14 (#246) * Bump cardscan-ui from 2.1.0011 to 2.1.0012 (#249) Bumps [cardscan-ui](https://github.com/getbouncer/cardscan-android) from 2.1.0011 to 2.1.0012. - [Release notes](https://github.com/getbouncer/cardscan-android/releases) - [Changelog](https://github.com/getbouncer/cardscan-android/blob/master/CHANGELOG.md) - [Commits](https://github.com/getbouncer/cardscan-android/compare/2.1.0011...2.1.0012) --- updated-dependencies: - dependency-name: com.getbouncer:cardscan-ui dependency-type: direct:production update-type: version-update:semver-patch ... Signed-off-by: dependabot[bot] Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com> * Bump kotlin-gradle-plugin from 1.5.30 to 1.5.31 (#253) Bumps [kotlin-gradle-plugin](https://github.com/JetBrains/kotlin) from 1.5.30 to 1.5.31. - [Release notes](https://github.com/JetBrains/kotlin/releases) - [Changelog](https://github.com/JetBrains/kotlin/blob/v1.5.31/ChangeLog.md) - [Commits](https://github.com/JetBrains/kotlin/compare/v1.5.30...v1.5.31) --- updated-dependencies: - dependency-name: org.jetbrains.kotlin:kotlin-gradle-plugin dependency-type: direct:production update-type: version-update:semver-patch ... Signed-off-by: dependabot[bot] Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com> * Bump constraintlayout from 2.1.0 to 2.1.1 (#257) Bumps [constraintlayout](https://github.com/androidx/constraintlayout) from 2.1.0 to 2.1.1. - [Release notes](https://github.com/androidx/constraintlayout/releases) - [Commits](https://github.com/androidx/constraintlayout/commits) --- updated-dependencies: - dependency-name: androidx.constraintlayout:constraintlayout dependency-type: direct:production update-type: version-update:semver-patch ... Signed-off-by: dependabot[bot] Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com> * Improve validation logic, fix tests (#261) * Fix nullable return type (#260) * Bump okhttp from 4.9.1 to 4.9.2 (#258) Bumps [okhttp](https://github.com/square/okhttp) from 4.9.1 to 4.9.2. - [Release notes](https://github.com/square/okhttp/releases) - [Changelog](https://github.com/square/okhttp/blob/master/CHANGELOG.md) - [Commits](https://github.com/square/okhttp/compare/parent-4.9.1...parent-4.9.2) --- updated-dependencies: - dependency-name: com.squareup.okhttp3:okhttp dependency-type: direct:production update-type: version-update:semver-patch ... Signed-off-by: dependabot[bot] Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com> Co-authored-by: Dmytro * Bump dokka_version from 1.5.30 to 1.5.31 (#264) Bumps `dokka_version` from 1.5.30 to 1.5.31. Updates `dokka-gradle-plugin` from 1.5.30 to 1.5.31 - [Release notes](https://github.com/Kotlin/dokka/releases) - [Commits](https://github.com/Kotlin/dokka/compare/v1.5.30...v1.5.31) Updates `dokka-base` from 1.5.30 to 1.5.31 - [Release notes](https://github.com/Kotlin/dokka/releases) - [Commits](https://github.com/Kotlin/dokka/compare/v1.5.30...v1.5.31) --- updated-dependencies: - dependency-name: org.jetbrains.dokka:dokka-gradle-plugin dependency-type: direct:production update-type: version-update:semver-patch - dependency-name: org.jetbrains.dokka:dokka-base dependency-type: direct:production update-type: version-update:semver-patch ... Signed-off-by: dependabot[bot] Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com> Co-authored-by: Dmytro * Public release v1.6.15 (#266) * Version name & code rise * Update docs * Bump firebase-bom from 28.4.1 to 28.4.2 (#270) Bumps firebase-bom from 28.4.1 to 28.4.2. --- updated-dependencies: - dependency-name: com.google.firebase:firebase-bom dependency-type: direct:production update-type: version-update:semver-patch ... Signed-off-by: dependabot[bot] Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com> * Bump mockito_version from 3.12.4 to 4.0.0 (#271) Bumps `mockito_version` from 3.12.4 to 4.0.0. Updates `mockito-core` from 3.12.4 to 4.0.0 - [Release notes](https://github.com/mockito/mockito/releases) - [Commits](https://github.com/mockito/mockito/compare/v3.12.4...v4.0.0) Updates `mockito-inline` from 3.12.4 to 4.0.0 - [Release notes](https://github.com/mockito/mockito/releases) - [Commits](https://github.com/mockito/mockito/compare/v3.12.4...v4.0.0) --- updated-dependencies: - dependency-name: org.mockito:mockito-core dependency-type: direct:production update-type: version-update:semver-major - dependency-name: org.mockito:mockito-inline dependency-type: direct:production update-type: version-update:semver-major ... Signed-off-by: dependabot[bot] Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com> * Bump gradle from 7.0.2 to 7.0.3 (#273) Bumps gradle from 7.0.2 to 7.0.3. --- updated-dependencies: - dependency-name: com.android.tools.build:gradle dependency-type: direct:production update-type: version-update:semver-patch ... Signed-off-by: dependabot[bot] Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com> * Fix submit function response body (#274) * Public release v1.6.16 (#275) * Merge dev into master (#269) * Release/v1.6.13 to dev (#240) * Bump dokka_version from 1.5.0 to 1.5.30 (#242) Bumps `dokka_version` from 1.5.0 to 1.5.30. Updates `dokka-gradle-plugin` from 1.5.0 to 1.5.30 - [Release notes](https://github.com/Kotlin/dokka/releases) - [Commits](https://github.com/Kotlin/dokka/compare/v1.5.0...v1.5.30) Updates `dokka-base` from 1.5.0 to 1.5.30 - [Release notes](https://github.com/Kotlin/dokka/releases) - [Commits](https://github.com/Kotlin/dokka/compare/v1.5.0...v1.5.30) --- updated-dependencies: - dependency-name: org.jetbrains.dokka:dokka-gradle-plugin dependency-type: direct:production update-type: version-update:semver-patch - dependency-name: org.jetbrains.dokka:dokka-base dependency-type: direct:production update-type: version-update:semver-patch ... Signed-off-by: dependabot[bot] Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com> * Improve default validation (#243) * Update MIGRATING.md (#244) * Release v1.6.14 (#246) * Bump cardscan-ui from 2.1.0011 to 2.1.0012 (#249) Bumps [cardscan-ui](https://github.com/getbouncer/cardscan-android) from 2.1.0011 to 2.1.0012. - [Release notes](https://github.com/getbouncer/cardscan-android/releases) - [Changelog](https://github.com/getbouncer/cardscan-android/blob/master/CHANGELOG.md) - [Commits](https://github.com/getbouncer/cardscan-android/compare/2.1.0011...2.1.0012) --- updated-dependencies: - dependency-name: com.getbouncer:cardscan-ui dependency-type: direct:production update-type: version-update:semver-patch ... Signed-off-by: dependabot[bot] Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com> * Bump kotlin-gradle-plugin from 1.5.30 to 1.5.31 (#253) Bumps [kotlin-gradle-plugin](https://github.com/JetBrains/kotlin) from 1.5.30 to 1.5.31. - [Release notes](https://github.com/JetBrains/kotlin/releases) - [Changelog](https://github.com/JetBrains/kotlin/blob/v1.5.31/ChangeLog.md) - [Commits](https://github.com/JetBrains/kotlin/compare/v1.5.30...v1.5.31) --- updated-dependencies: - dependency-name: org.jetbrains.kotlin:kotlin-gradle-plugin dependency-type: direct:production update-type: version-update:semver-patch ... Signed-off-by: dependabot[bot] Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com> * Bump constraintlayout from 2.1.0 to 2.1.1 (#257) Bumps [constraintlayout](https://github.com/androidx/constraintlayout) from 2.1.0 to 2.1.1. - [Release notes](https://github.com/androidx/constraintlayout/releases) - [Commits](https://github.com/androidx/constraintlayout/commits) --- updated-dependencies: - dependency-name: androidx.constraintlayout:constraintlayout dependency-type: direct:production update-type: version-update:semver-patch ... Signed-off-by: dependabot[bot] Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com> * Improve validation logic, fix tests (#261) * Fix nullable return type (#260) * Bump okhttp from 4.9.1 to 4.9.2 (#258) Bumps [okhttp](https://github.com/square/okhttp) from 4.9.1 to 4.9.2. - [Release notes](https://github.com/square/okhttp/releases) - [Changelog](https://github.com/square/okhttp/blob/master/CHANGELOG.md) - [Commits](https://github.com/square/okhttp/compare/parent-4.9.1...parent-4.9.2) --- updated-dependencies: - dependency-name: com.squareup.okhttp3:okhttp dependency-type: direct:production update-type: version-update:semver-patch ... Signed-off-by: dependabot[bot] Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com> Co-authored-by: Dmytro * Bump dokka_version from 1.5.30 to 1.5.31 (#264) Bumps `dokka_version` from 1.5.30 to 1.5.31. Updates `dokka-gradle-plugin` from 1.5.30 to 1.5.31 - [Release notes](https://github.com/Kotlin/dokka/releases) - [Commits](https://github.com/Kotlin/dokka/compare/v1.5.30...v1.5.31) Updates `dokka-base` from 1.5.30 to 1.5.31 - [Release notes](https://github.com/Kotlin/dokka/releases) - [Commits](https://github.com/Kotlin/dokka/compare/v1.5.30...v1.5.31) --- updated-dependencies: - dependency-name: org.jetbrains.dokka:dokka-gradle-plugin dependency-type: direct:production update-type: version-update:semver-patch - dependency-name: org.jetbrains.dokka:dokka-base dependency-type: direct:production update-type: version-update:semver-patch ... Signed-off-by: dependabot[bot] Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com> Co-authored-by: Dmytro * Public release v1.6.15 (#266) * Version name & code rise * Update docs Co-authored-by: Dmytro Kos Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com> * Images patch 1 (#272) * Version name & code rise * Update docs * Update config.yml Co-authored-by: Dmytro Kos Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com> * Bump tensorflow-lite from 2.1.0011 to 2.1.0015 (#262) Bumps [tensorflow-lite](https://github.com/getbouncer/cardscan-android) from 2.1.0011 to 2.1.0015. - [Release notes](https://github.com/getbouncer/cardscan-android/releases) - [Changelog](https://github.com/getbouncer/cardscan-android/blob/master/CHANGELOG.md) - [Commits](https://github.com/getbouncer/cardscan-android/compare/2.1.0011...2.1.0015) --- updated-dependencies: - dependency-name: com.getbouncer:tensorflow-lite dependency-type: direct:production update-type: version-update:semver-patch ... Signed-off-by: dependabot[bot] Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com> Co-authored-by: dmytrodmytryshyn * Bump scan-payment-full from 2.1.0011 to 2.1.0015 (#265) Bumps [scan-payment-full](https://github.com/getbouncer/cardscan-android) from 2.1.0011 to 2.1.0015. - [Release notes](https://github.com/getbouncer/cardscan-android/releases) - [Changelog](https://github.com/getbouncer/cardscan-android/blob/master/CHANGELOG.md) - [Commits](https://github.com/getbouncer/cardscan-android/compare/2.1.0011...2.1.0015) --- updated-dependencies: - dependency-name: com.getbouncer:scan-payment-full dependency-type: direct:production update-type: version-update:semver-patch ... Signed-off-by: dependabot[bot] Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com> Co-authored-by: dmytrodmytryshyn * Bump cardscan-ui from 2.1.0012 to 2.1.0015 (#263) Bumps [cardscan-ui](https://github.com/getbouncer/cardscan-android) from 2.1.0012 to 2.1.0015. - [Release notes](https://github.com/getbouncer/cardscan-android/releases) - [Changelog](https://github.com/getbouncer/cardscan-android/blob/master/CHANGELOG.md) - [Commits](https://github.com/getbouncer/cardscan-android/compare/2.1.0012...2.1.0015) --- updated-dependencies: - dependency-name: com.getbouncer:cardscan-ui dependency-type: direct:production update-type: version-update:semver-patch ... Signed-off-by: dependabot[bot] Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com> Co-authored-by: dmytrodmytryshyn * Bump bouncer versions from 2.1.0015 -> 2.1.0016 (#279) * Bouncer adapter version name & code rise (#278) * Bump core-ktx from 1.6.0 to 1.7.0 (#285) * Bump core-ktx from 1.6.0 to 1.7.0 Bumps core-ktx from 1.6.0 to 1.7.0. --- updated-dependencies: - dependency-name: androidx.core:core-ktx dependency-type: direct:production update-type: version-update:semver-minor ... Signed-off-by: dependabot[bot] * update compileSdkVersion * update cursor.getString Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com> Co-authored-by: Dmytro * Bump firebase-bom from 28.4.2 to 29.0.0 (#286) Bumps firebase-bom from 28.4.2 to 29.0.0. --- updated-dependencies: - dependency-name: com.google.firebase:firebase-bom dependency-type: direct:production update-type: version-update:semver-major ... Signed-off-by: dependabot[bot] Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com> * Bump robolectric from 4.6.1 to 4.7 (#287) Bumps [robolectric](https://github.com/robolectric/robolectric) from 4.6.1 to 4.7. - [Release notes](https://github.com/robolectric/robolectric/releases) - [Commits](https://github.com/robolectric/robolectric/compare/robolectric-4.6.1...robolectric-4.7) --- updated-dependencies: - dependency-name: org.robolectric:robolectric dependency-type: direct:production update-type: version-update:semver-minor ... Signed-off-by: dependabot[bot] Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com> * Bump kotlin-gradle-plugin from 1.5.31 to 1.6.0 (#288) Bumps [kotlin-gradle-plugin](https://github.com/JetBrains/kotlin) from 1.5.31 to 1.6.0. - [Release notes](https://github.com/JetBrains/kotlin/releases) - [Changelog](https://github.com/JetBrains/kotlin/blob/master/ChangeLog.md) - [Commits](https://github.com/JetBrains/kotlin/commits) --- updated-dependencies: - dependency-name: org.jetbrains.kotlin:kotlin-gradle-plugin dependency-type: direct:production update-type: version-update:semver-minor ... Signed-off-by: dependabot[bot] Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com> * add max Length (#289) * Bump mockk from 1.12.0 to 1.12.1 (#290) Bumps [mockk](https://github.com/mockk/mockk) from 1.12.0 to 1.12.1. - [Release notes](https://github.com/mockk/mockk/releases) - [Commits](https://github.com/mockk/mockk/compare/v1.12.0...1.12.1) --- updated-dependencies: - dependency-name: io.mockk:mockk dependency-type: direct:production update-type: version-update:semver-patch ... Signed-off-by: dependabot[bot] Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com> * Bump appcompat from 1.3.1 to 1.4.0 (#291) Bumps appcompat from 1.3.1 to 1.4.0. --- updated-dependencies: - dependency-name: androidx.appcompat:appcompat dependency-type: direct:production update-type: version-update:semver-minor ... Signed-off-by: dependabot[bot] Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com> * Bump robolectric from 4.7 to 4.7.1 (#292) Bumps [robolectric](https://github.com/robolectric/robolectric) from 4.7 to 4.7.1. - [Release notes](https://github.com/robolectric/robolectric/releases) - [Commits](https://github.com/robolectric/robolectric/compare/robolectric-4.7...robolectric-4.7.1) --- updated-dependencies: - dependency-name: org.robolectric:robolectric dependency-type: direct:production update-type: version-update:semver-patch ... Signed-off-by: dependabot[bot] Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com> * Bump constraintlayout from 2.1.1 to 2.1.2 (#293) Bumps [constraintlayout](https://github.com/androidx/constraintlayout) from 2.1.1 to 2.1.2. - [Release notes](https://github.com/androidx/constraintlayout/releases) - [Commits](https://github.com/androidx/constraintlayout/commits) --- updated-dependencies: - dependency-name: androidx.constraintlayout:constraintlayout dependency-type: direct:production update-type: version-update:semver-patch ... Signed-off-by: dependabot[bot] Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com> * Bump okhttp from 4.9.2 to 4.9.3 (#294) Bumps [okhttp](https://github.com/square/okhttp) from 4.9.2 to 4.9.3. - [Release notes](https://github.com/square/okhttp/releases) - [Changelog](https://github.com/square/okhttp/blob/master/CHANGELOG.md) - [Commits](https://github.com/square/okhttp/compare/parent-4.9.2...parent-4.9.3) --- updated-dependencies: - dependency-name: com.squareup.okhttp3:okhttp dependency-type: direct:production update-type: version-update:semver-patch ... Signed-off-by: dependabot[bot] Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com> * Bump mockito_version from 4.0.0 to 4.1.0 (#295) Bumps `mockito_version` from 4.0.0 to 4.1.0. Updates `mockito-core` from 4.0.0 to 4.1.0 - [Release notes](https://github.com/mockito/mockito/releases) - [Commits](https://github.com/mockito/mockito/compare/v4.0.0...v4.1.0) Updates `mockito-inline` from 4.0.0 to 4.1.0 - [Release notes](https://github.com/mockito/mockito/releases) - [Commits](https://github.com/mockito/mockito/compare/v4.0.0...v4.1.0) --- updated-dependencies: - dependency-name: org.mockito:mockito-core dependency-type: direct:production update-type: version-update:semver-minor - dependency-name: org.mockito:mockito-inline dependency-type: direct:production update-type: version-update:semver-minor ... Signed-off-by: dependabot[bot] Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com> * Bump robolectric from 4.7.1 to 4.7.2 (#296) Bumps [robolectric](https://github.com/robolectric/robolectric) from 4.7.1 to 4.7.2. - [Release notes](https://github.com/robolectric/robolectric/releases) - [Commits](https://github.com/robolectric/robolectric/compare/robolectric-4.7.1...robolectric-4.7.2) --- updated-dependencies: - dependency-name: org.robolectric:robolectric dependency-type: direct:production update-type: version-update:semver-patch ... Signed-off-by: dependabot[bot] Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com> * Bump dokka_version from 1.5.31 to 1.6.0 (#297) Bumps `dokka_version` from 1.5.31 to 1.6.0. Updates `dokka-gradle-plugin` from 1.5.31 to 1.6.0 - [Release notes](https://github.com/Kotlin/dokka/releases) - [Commits](https://github.com/Kotlin/dokka/compare/v1.5.31...v1.6.0) Updates `dokka-base` from 1.5.31 to 1.6.0 - [Release notes](https://github.com/Kotlin/dokka/releases) - [Commits](https://github.com/Kotlin/dokka/compare/v1.5.31...v1.6.0) --- updated-dependencies: - dependency-name: org.jetbrains.dokka:dokka-gradle-plugin dependency-type: direct:production update-type: version-update:semver-minor - dependency-name: org.jetbrains.dokka:dokka-base dependency-type: direct:production update-type: version-update:semver-minor ... Signed-off-by: dependabot[bot] Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com> * Merge public release v1.16.17 into development (#299) * Merge public release 1.6.16 into master (#277) * Release/v1.6.13 to dev (#240) * Bump dokka_version from 1.5.0 to 1.5.30 (#242) Bumps `dokka_version` from 1.5.0 to 1.5.30. Updates `dokka-gradle-plugin` from 1.5.0 to 1.5.30 - [Release notes](https://github.com/Kotlin/dokka/releases) - [Commits](https://github.com/Kotlin/dokka/compare/v1.5.0...v1.5.30) Updates `dokka-base` from 1.5.0 to 1.5.30 - [Release notes](https://github.com/Kotlin/dokka/releases) - [Commits](https://github.com/Kotlin/dokka/compare/v1.5.0...v1.5.30) --- updated-dependencies: - dependency-name: org.jetbrains.dokka:dokka-gradle-plugin dependency-type: direct:production update-type: version-update:semver-patch - dependency-name: org.jetbrains.dokka:dokka-base dependency-type: direct:production update-type: version-update:semver-patch ... Signed-off-by: dependabot[bot] Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com> * Improve default validation (#243) * Update MIGRATING.md (#244) * Release v1.6.14 (#246) * Bump cardscan-ui from 2.1.0011 to 2.1.0012 (#249) Bumps [cardscan-ui](https://github.com/getbouncer/cardscan-android) from 2.1.0011 to 2.1.0012. - [Release notes](https://github.com/getbouncer/cardscan-android/releases) - [Changelog](https://github.com/getbouncer/cardscan-android/blob/master/CHANGELOG.md) - [Commits](https://github.com/getbouncer/cardscan-android/compare/2.1.0011...2.1.0012) --- updated-dependencies: - dependency-name: com.getbouncer:cardscan-ui dependency-type: direct:production update-type: version-update:semver-patch ... Signed-off-by: dependabot[bot] Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com> * Bump kotlin-gradle-plugin from 1.5.30 to 1.5.31 (#253) Bumps [kotlin-gradle-plugin](https://github.com/JetBrains/kotlin) from 1.5.30 to 1.5.31. - [Release notes](https://github.com/JetBrains/kotlin/releases) - [Changelog](https://github.com/JetBrains/kotlin/blob/v1.5.31/ChangeLog.md) - [Commits](https://github.com/JetBrains/kotlin/compare/v1.5.30...v1.5.31) --- updated-dependencies: - dependency-name: org.jetbrains.kotlin:kotlin-gradle-plugin dependency-type: direct:production update-type: version-update:semver-patch ... Signed-off-by: dependabot[bot] Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com> * Bump constraintlayout from 2.1.0 to 2.1.1 (#257) Bumps [constraintlayout](https://github.com/androidx/constraintlayout) from 2.1.0 to 2.1.1. - [Release notes](https://github.com/androidx/constraintlayout/releases) - [Commits](https://github.com/androidx/constraintlayout/commits) --- updated-dependencies: - dependency-name: androidx.constraintlayout:constraintlayout dependency-type: direct:production update-type: version-update:semver-patch ... Signed-off-by: dependabot[bot] Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com> * Improve validation logic, fix tests (#261) * Fix nullable return type (#260) * Bump okhttp from 4.9.1 to 4.9.2 (#258) Bumps [okhttp](https://github.com/square/okhttp) from 4.9.1 to 4.9.2. - [Release notes](https://github.com/square/okhttp/releases) - [Changelog](https://github.com/square/okhttp/blob/master/CHANGELOG.md) - [Commits](https://github.com/square/okhttp/compare/parent-4.9.1...parent-4.9.2) --- updated-dependencies: - dependency-name: com.squareup.okhttp3:okhttp dependency-type: direct:production update-type: version-update:semver-patch ... Signed-off-by: dependabot[bot] Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com> Co-authored-by: Dmytro * Bump dokka_version from 1.5.30 to 1.5.31 (#264) Bumps `dokka_version` from 1.5.30 to 1.5.31. Updates `dokka-gradle-plugin` from 1.5.30 to 1.5.31 - [Release notes](https://github.com/Kotlin/dokka/releases) - [Commits](https://github.com/Kotlin/dokka/compare/v1.5.30...v1.5.31) Updates `dokka-base` from 1.5.30 to 1.5.31 - [Release notes](https://github.com/Kotlin/dokka/releases) - [Commits](https://github.com/Kotlin/dokka/compare/v1.5.30...v1.5.31) --- updated-dependencies: - dependency-name: org.jetbrains.dokka:dokka-gradle-plugin dependency-type: direct:production update-type: version-update:semver-patch - dependency-name: org.jetbrains.dokka:dokka-base dependency-type: direct:production update-type: version-update:semver-patch ... Signed-off-by: dependabot[bot] Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com> Co-authored-by: Dmytro * Public release v1.6.15 (#266) * Version name & code rise * Update docs * Bump firebase-bom from 28.4.1 to 28.4.2 (#270) Bumps firebase-bom from 28.4.1 to 28.4.2. --- updated-dependencies: - dependency-name: com.google.firebase:firebase-bom dependency-type: direct:production update-type: version-update:semver-patch ... Signed-off-by: dependabot[bot] Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com> * Bump mockito_version from 3.12.4 to 4.0.0 (#271) Bumps `mockito_version` from 3.12.4 to 4.0.0. Updates `mockito-core` from 3.12.4 to 4.0.0 - [Release notes](https://github.com/mockito/mockito/releases) - [Commits](https://github.com/mockito/mockito/compare/v3.12.4...v4.0.0) Updates `mockito-inline` from 3.12.4 to 4.0.0 - [Release notes](https://github.com/mockito/mockito/releases) - [Commits](https://github.com/mockito/mockito/compare/v3.12.4...v4.0.0) --- updated-dependencies: - dependency-name: org.mockito:mockito-core dependency-type: direct:production update-type: version-update:semver-major - dependency-name: org.mockito:mockito-inline dependency-type: direct:production update-type: version-update:semver-major ... Signed-off-by: dependabot[bot] Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com> * Bump gradle from 7.0.2 to 7.0.3 (#273) Bumps gradle from 7.0.2 to 7.0.3. --- updated-dependencies: - dependency-name: com.android.tools.build:gradle dependency-type: direct:production update-type: version-update:semver-patch ... Signed-off-by: dependabot[bot] Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com> * Fix submit function response body (#274) * Public release v1.6.16 (#275) * Merge dev into master (#269) * Release/v1.6.13 to dev (#240) * Bump dokka_version from 1.5.0 to 1.5.30 (#242) Bumps `dokka_version` from 1.5.0 to 1.5.30. Updates `dokka-gradle-plugin` from 1.5.0 to 1.5.30 - [Release notes](https://github.com/Kotlin/dokka/releases) - [Commits](https://github.com/Kotlin/dokka/compare/v1.5.0...v1.5.30) Updates `dokka-base` from 1.5.0 to 1.5.30 - [Release notes](https://github.com/Kotlin/dokka/releases) - [Commits](https://github.com/Kotlin/dokka/compare/v1.5.0...v1.5.30) --- updated-dependencies: - dependency-name: org.jetbrains.dokka:dokka-gradle-plugin dependency-type: direct:production update-type: version-update:semver-patch - dependency-name: org.jetbrains.dokka:dokka-base dependency-type: direct:production update-type: version-update:semver-patch ... Signed-off-by: dependabot[bot] Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com> * Improve default validation (#243) * Update MIGRATING.md (#244) * Release v1.6.14 (#246) * Bump cardscan-ui from 2.1.0011 to 2.1.0012 (#249) Bumps [cardscan-ui](https://github.com/getbouncer/cardscan-android) from 2.1.0011 to 2.1.0012. - [Release notes](https://github.com/getbouncer/cardscan-android/releases) - [Changelog](https://github.com/getbouncer/cardscan-android/blob/master/CHANGELOG.md) - [Commits](https://github.com/getbouncer/cardscan-android/compare/2.1.0011...2.1.0012) --- updated-dependencies: - dependency-name: com.getbouncer:cardscan-ui dependency-type: direct:production update-type: version-update:semver-patch ... Signed-off-by: dependabot[bot] Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com> * Bump kotlin-gradle-plugin from 1.5.30 to 1.5.31 (#253) Bumps [kotlin-gradle-plugin](https://github.com/JetBrains/kotlin) from 1.5.30 to 1.5.31. - [Release notes](https://github.com/JetBrains/kotlin/releases) - [Changelog](https://github.com/JetBrains/kotlin/blob/v1.5.31/ChangeLog.md) - [Commits](https://github.com/JetBrains/kotlin/compare/v1.5.30...v1.5.31) --- updated-dependencies: - dependency-name: org.jetbrains.kotlin:kotlin-gradle-plugin dependency-type: direct:production update-type: version-update:semver-patch ... Signed-off-by: dependabot[bot] Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com> * Bump constraintlayout from 2.1.0 to 2.1.1 (#257) Bumps [constraintlayout](https://github.com/androidx/constraintlayout) from 2.1.0 to 2.1.1. - [Release notes](https://github.com/androidx/constraintlayout/releases) - [Commits](https://github.com/androidx/constraintlayout/commits) --- updated-dependencies: - dependency-name: androidx.constraintlayout:constraintlayout dependency-type: direct:production update-type: version-update:semver-patch ... Signed-off-by: dependabot[bot] Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com> * Improve validation logic, fix tests (#261) * Fix nullable return type (#260) * Bump okhttp from 4.9.1 to 4.9.2 (#258) Bumps [okhttp](https://github.com/square/okhttp) from 4.9.1 to 4.9.2. - [Release notes](https://github.com/square/okhttp/releases) - [Changelog](https://github.com/square/okhttp/blob/master/CHANGELOG.md) - [Commits](https://github.com/square/okhttp/compare/parent-4.9.1...parent-4.9.2) --- updated-dependencies: - dependency-name: com.squareup.okhttp3:okhttp dependency-type: direct:production update-type: version-update:semver-patch ... Signed-off-by: dependabot[bot] Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com> Co-authored-by: Dmytro * Bump dokka_version from 1.5.30 to 1.5.31 (#264) Bumps `dokka_version` from 1.5.30 to 1.5.31. Updates `dokka-gradle-plugin` from 1.5.30 to 1.5.31 - [Release notes](https://github.com/Kotlin/dokka/releases) - [Commits](https://github.com/Kotlin/dokka/compare/v1.5.30...v1.5.31) Updates `dokka-base` from 1.5.30 to 1.5.31 - [Release notes](https://github.com/Kotlin/dokka/releases) - [Commits](https://github.com/Kotlin/dokka/compare/v1.5.30...v1.5.31) --- updated-dependencies: - dependency-name: org.jetbrains.dokka:dokka-gradle-plugin dependency-type: direct:production update-type: version-update:semver-patch - dependency-name: org.jetbrains.dokka:dokka-base dependency-type: direct:production update-type: version-update:semver-patch ... Signed-off-by: dependabot[bot] Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com> Co-authored-by: Dmytro * Public release v1.6.15 (#266) * Version name & code rise * Update docs Co-authored-by: Dmytro Kos Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com> * Images patch 1 (#272) * Version name & code rise * Update docs * Update config.yml Co-authored-by: Dmytro Kos Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com> Co-authored-by: Dmytro Kos Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com> * Merge dev into master (#280) * Release/v1.6.13 to dev (#240) * Bump dokka_version from 1.5.0 to 1.5.30 (#242) Bumps `dokka_version` from 1.5.0 to 1.5.30. Updates `dokka-gradle-plugin` from 1.5.0 to 1.5.30 - [Release notes](https://github.com/Kotlin/dokka/releases) - [Commits](https://github.com/Kotlin/dokka/compare/v1.5.0...v1.5.30) Updates `dokka-base` from 1.5.0 to 1.5.30 - [Release notes](https://github.com/Kotlin/dokka/releases) - [Commits](https://github.com/Kotlin/dokka/compare/v1.5.0...v1.5.30) --- updated-dependencies: - dependency-name: org.jetbrains.dokka:dokka-gradle-plugin dependency-type: direct:production update-type: version-update:semver-patch - dependency-name: org.jetbrains.dokka:dokka-base dependency-type: direct:production update-type: version-update:semver-patch ... Signed-off-by: dependabot[bot] Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com> * Improve default validation (#243) * Update MIGRATING.md (#244) * Release v1.6.14 (#246) * Bump cardscan-ui from 2.1.0011 to 2.1.0012 (#249) Bumps [cardscan-ui](https://github.com/getbouncer/cardscan-android) from 2.1.0011 to 2.1.0012. - [Release notes](https://github.com/getbouncer/cardscan-android/releases) - [Changelog](https://github.com/getbouncer/cardscan-android/blob/master/CHANGELOG.md) - [Commits](https://github.com/getbouncer/cardscan-android/compare/2.1.0011...2.1.0012) --- updated-dependencies: - dependency-name: com.getbouncer:cardscan-ui dependency-type: direct:production update-type: version-update:semver-patch ... Signed-off-by: dependabot[bot] Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com> * Bump kotlin-gradle-plugin from 1.5.30 to 1.5.31 (#253) Bumps [kotlin-gradle-plugin](https://github.com/JetBrains/kotlin) from 1.5.30 to 1.5.31. - [Release notes](https://github.com/JetBrains/kotlin/releases) - [Changelog](https://github.com/JetBrains/kotlin/blob/v1.5.31/ChangeLog.md) - [Commits](https://github.com/JetBrains/kotlin/compare/v1.5.30...v1.5.31) --- updated-dependencies: - dependency-name: org.jetbrains.kotlin:kotlin-gradle-plugin dependency-type: direct:production update-type: version-update:semver-patch ... Signed-off-by: dependabot[bot] Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com> * Bump constraintlayout from 2.1.0 to 2.1.1 (#257) Bumps [constraintlayout](https://github.com/androidx/constraintlayout) from 2.1.0 to 2.1.1. - [Release notes](https://github.com/androidx/constraintlayout/releases) - [Commits](https://github.com/androidx/constraintlayout/commits) --- updated-dependencies: - dependency-name: androidx.constraintlayout:constraintlayout dependency-type: direct:production update-type: version-update:semver-patch ... Signed-off-by: dependabot[bot] Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com> * Improve validation logic, fix tests (#261) * Fix nullable return type (#260) * Bump okhttp from 4.9.1 to 4.9.2 (#258) Bumps [okhttp](https://github.com/square/okhttp) from 4.9.1 to 4.9.2. - [Release notes](https://github.com/square/okhttp/releases) - [Changelog](https://github.com/square/okhttp/blob/master/CHANGELOG.md) - [Commits](https://github.com/square/okhttp/compare/parent-4.9.1...parent-4.9.2) --- updated-dependencies: - dependency-name: com.squareup.okhttp3:okhttp dependency-type: direct:production update-type: version-update:semver-patch ... Signed-off-by: dependabot[bot] Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com> Co-authored-by: Dmytro * Bump dokka_version from 1.5.30 to 1.5.31 (#264) Bumps `dokka_version` from 1.5.30 to 1.5.31. Updates `dokka-gradle-plugin` from 1.5.30 to 1.5.31 - [Release notes](https://github.com/Kotlin/dokka/releases) - [Commits](https://github.com/Kotlin/dokka/compare/v1.5.30...v1.5.31) Updates `dokka-base` from 1.5.30 to 1.5.31 - [Release notes](https://github.com/Kotlin/dokka/releases) - [Commits](https://github.com/Kotlin/dokka/compare/v1.5.30...v1.5.31) --- updated-dependencies: - dependency-name: org.jetbrains.dokka:dokka-gradle-plugin dependency-type: direct:production update-type: version-update:semver-patch - dependency-name: org.jetbrains.dokka:dokka-base dependency-type: direct:production update-type: version-update:semver-patch ... Signed-off-by: dependabot[bot] Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com> Co-authored-by: Dmytro * Public release v1.6.15 (#266) * Version name & code rise * Update docs * Bump firebase-bom from 28.4.1 to 28.4.2 (#270) Bumps firebase-bom from 28.4.1 to 28.4.2. --- updated-dependencies: - dependency-name: com.google.firebase:firebase-bom dependency-type: direct:production update-type: version-update:semver-patch ... Signed-off-by: dependabot[bot] Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com> * Bump mockito_version from 3.12.4 to 4.0.0 (#271) Bumps `mockito_version` from 3.12.4 to 4.0.0. Updates `mockito-core` from 3.12.4 to 4.0.0 - [Release notes](https://github.com/mockito/mockito/releases) - [Commits](https://github.com/mockito/mockito/compare/v3.12.4...v4.0.0) Updates `mockito-inline` from 3.12.4 to 4.0.0 - [Release notes](https://github.com/mockito/mockito/releases) - [Commits](https://github.com/mockito/mockito/compare/v3.12.4...v4.0.0) --- updated-dependencies: - dependency-name: org.mockito:mockito-core dependency-type: direct:production update-type: version-update:semver-major - dependency-name: org.mockito:mockito-inline dependency-type: direct:production update-type: version-update:semver-major ... Signed-off-by: dependabot[bot] Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com> * Bump gradle from 7.0.2 to 7.0.3 (#273) Bumps gradle from 7.0.2 to 7.0.3. --- updated-dependencies: - dependency-name: com.android.tools.build:gradle dependency-type: direct:production update-type: version-update:semver-patch ... Signed-off-by: dependabot[bot] Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com> * Fix submit function response body (#274) * Public release v1.6.16 (#275) * Merge dev into master (#269) * Release/v1.6.13 to dev (#240) * Bump dokka_version from 1.5.0 to 1.5.30 (#242) Bumps `dokka_version` from 1.5.0 to 1.5.30. Updates `dokka-gradle-plugin` from 1.5.0 to 1.5.30 - [Release notes](https://github.com/Kotlin/dokka/releases) - [Commits](https://github.com/Kotlin/dokka/compare/v1.5.0...v1.5.30) Updates `dokka-base` from 1.5.0 to 1.5.30 - [Release notes](https://github.com/Kotlin/dokka/releases) - [Commits](https://github.com/Kotlin/dokka/compare/v1.5.0...v1.5.30) --- updated-dependencies: - dependency-name: org.jetbrains.dokka:dokka-gradle-plugin dependency-type: direct:production update-type: version-update:semver-patch - dependency-name: org.jetbrains.dokka:dokka-base dependency-type: direct:production update-type: version-update:semver-patch ... Signed-off-by: dependabot[bot] Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com> * Improve default validation (#243) * Update MIGRATING.md (#244) * Release v1.6.14 (#246) * Bump cardscan-ui from 2.1.0011 to 2.1.0012 (#249) Bumps [cardscan-ui](https://github.com/getbouncer/cardscan-android) from 2.1.0011 to 2.1.0012. - [Release notes](https://github.com/getbouncer/cardscan-android/releases) - [Changelog](https://github.com/getbouncer/cardscan-android/blob/master/CHANGELOG.md) - [Commits](https://github.com/getbouncer/cardscan-android/compare/2.1.0011...2.1.0012) --- updated-dependencies: - dependency-name: com.getbouncer:cardscan-ui dependency-type: direct:production update-type: version-update:semver-patch ... Signed-off-by: dependabot[bot] Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com> * Bump kotlin-gradle-plugin from 1.5.30 to 1.5.31 (#253) Bumps [kotlin-gradle-plugin](https://github.com/JetBrains/kotlin) from 1.5.30 to 1.5.31. - [Release notes](https://github.com/JetBrains/kotlin/releases) - [Changelog](https://github.com/JetBrains/kotlin/blob/v1.5.31/ChangeLog.md) - [Commits](https://github.com/JetBrains/kotlin/compare/v1.5.30...v1.5.31) --- updated-dependencies: - dependency-name: org.jetbrains.kotlin:kotlin-gradle-plugin dependency-type: direct:production update-type: version-update:semver-patch ... Signed-off-by: dependabot[bot] Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com> * Bump constraintlayout from 2.1.0 to 2.1.1 (#257) Bumps [constraintlayout](https://github.com/androidx/constraintlayout) from 2.1.0 to 2.1.1. - [Release notes](https://github.com/androidx/constraintlayout/releases) - [Commits](https://github.com/androidx/constraintlayout/commits) --- updated-dependencies: - dependency-name: androidx.constraintlayout:constraintlayout dependency-type: direct:production update-type: version-update:semver-patch ... Signed-off-by: dependabot[bot] Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com> * Improve validation logic, fix tests (#261) * Fix nullable return type (#260) * Bump okhttp from 4.9.1 to 4.9.2 (#258) Bumps [okhttp](https://github.com/square/okhttp) from 4.9.1 to 4.9.2. - [Release notes](https://github.com/square/okhttp/releases) - [Changelog](https://github.com/square/okhttp/blob/master/CHANGELOG.md) - [Commits](https://github.com/square/okhttp/compare/parent-4.9.1...parent-4.9.2) --- updated-dependencies: - dependency-name: com.squareup.okhttp3:okhttp dependency-type: direct:production update-type: version-update:semver-patch ... Signed-off-by: dependabot[bot] Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com> Co-authored-by: Dmytro * Bump dokka_version from 1.5.30 to 1.5.31 (#264) Bumps `dokka_version` from 1.5.30 to 1.5.31. Updates `dokka-gradle-plugin` from 1.5.30 to 1.5.31 - [Release notes](https://github.com/Kotlin/dokka/releases) - [Commits](https://github.com/Kotlin/dokka/compare/v1.5.30...v1.5.31) Updates `dokka-base` from 1.5.30 to 1.5.31 - [Release notes](https://github.com/Kotlin/dokka/releases) - [Commits](https://github.com/Kotlin/dokka/compare/v1.5.30...v1.5.31) --- updated-dependencies: - dependency-name: org.jetbrains.dokka:dokka-gradle-plugin dependency-type: direct:production update-type: version-update:semver-patch - dependency-name: org.jetbrains.dokka:dokka-base dependency-type: direct:production update-type: version-update:semver-patch ... Signed-off-by: dependabot[bot] Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com> Co-authored-by: Dmytro * Public release v1.6.15 (#266) * Version name & code rise * Update docs Co-authored-by: Dmytro Kos Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com> * Images patch 1 (#272) * Version name & code rise * Update docs * Update config.yml Co-authored-by: Dmytro Kos Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com> * Bump tensorflow-lite from 2.1.0011 to 2.1.0015 (#262) Bumps [tensorflow-lite](https://github.com/getbouncer/cardscan-android) from 2.1.0011 to 2.1.0015. - [Release notes](https://github.com/getbouncer/cardscan-android/releases) - [Changelog](https://github.com/getbouncer/cardscan-android/blob/master/CHANGELOG.md) - [Commits](https://github.com/getbouncer/cardscan-android/compare/2.1.0011...2.1.0015) --- updated-dependencies: - dependency-name: com.getbouncer:tensorflow-lite dependency-type: direct:production update-type: version-update:semver-patch ... Signed-off-by: dependabot[bot] Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com> Co-authored-by: dmytrodmytryshyn * Bump scan-payment-full from 2.1.0011 to 2.1.0015 (#265) Bumps [scan-payment-full](https://github.com/getbouncer/cardscan-android) from 2.1.0011 to 2.1.0015. - [Release notes](https://github.com/getbouncer/cardscan-android/releases) - [Changelog](https://github.com/getbouncer/cardscan-android/blob/master/CHANGELOG.md) - [Commits](https://github.com/getbouncer/cardscan-android/compare/2.1.0011...2.1.0015) --- updated-dependencies: - dependency-name: com.getbouncer:scan-payment-full dependency-type: direct:production update-type: version-update:semver-patch ... Signed-off-by: dependabot[bot] Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com> Co-authored-by: dmytrodmytryshyn * Bump cardscan-ui from 2.1.0012 to 2.1.0015 (#263) Bumps [cardscan-ui](https://github.com/getbouncer/cardscan-android) from 2.1.0012 to 2.1.0015. - [Release notes](https://github.com/getbouncer/cardscan-android/releases) - [Changelog](https://github.com/getbouncer/cardscan-android/blob/master/CHANGELOG.md) - [Commits](https://github.com/getbouncer/cardscan-android/compare/2.1.0012...2.1.0015) --- updated-dependencies: - dependency-name: com.getbouncer:cardscan-ui dependency-type: direct:production update-type: version-update:semver-patch ... Signed-off-by: dependabot[bot] Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com> Co-authored-by: dmytrodmytryshyn * Bump bouncer versions from 2.1.0015 -> 2.1.0016 (#279) * Bouncer adapter version name & code rise (#278) Co-authored-by: Dmytro Kos Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com> * Version name & code rise * Update docs Co-authored-by: Dmytro Kos Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com> * Bump firebase-bom from 29.0.0 to 29.0.1 (#302) Bumps firebase-bom from 29.0.0 to 29.0.1. --- updated-dependencies: - dependency-name: com.google.firebase:firebase-bom dependency-type: direct:production update-type: version-update:semver-patch ... Signed-off-by: dependabot[bot] Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com> * Bump robolectric from 4.7.2 to 4.7.3 (#303) Bumps [robolectric](https://github.com/robolectric/robolectric) from 4.7.2 to 4.7.3. - [Release notes](https://github.com/robolectric/robolectric/releases) - [Commits](https://github.com/robolectric/robolectric/compare/robolectric-4.7.2...robolectric-4.7.3) --- updated-dependencies: - dependency-name: org.robolectric:robolectric dependency-type: direct:production update-type: version-update:semver-patch ... Signed-off-by: dependabot[bot] Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com> * Bump json from 20210307 to 20211205 (#304) Bumps [json](https://github.com/douglascrockford/JSON-java) from 20210307 to 20211205. - [Release notes](https://github.com/douglascrockford/JSON-java/releases) - [Changelog](https://github.com/stleary/JSON-java/blob/master/docs/RELEASES.md) - [Commits](https://github.com/douglascrockford/JSON-java/commits) --- updated-dependencies: - dependency-name: org.json:json dependency-type: direct:production update-type: version-update:semver-major ... Signed-off-by: dependabot[bot] Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com> * Bump play-services-auth from 19.2.0 to 20.0.0 (#306) Bumps play-services-auth from 19.2.0 to 20.0.0. --- updated-dependencies: - dependency-name: com.google.android.gms:play-services-auth dependency-type: direct:production update-type: version-update:semver-major ... Signed-off-by: dependabot[bot] Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com> * Bump firebase-bom from 29.0.1 to 29.0.2 (#311) Bumps firebase-bom from 29.0.1 to 29.0.2. --- updated-dependencies: - dependency-name: com.google.firebase:firebase-bom dependency-type: direct:production update-type: version-update:semver-patch ... Signed-off-by: dependabot[bot] Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com> * Move google-services.json to ci (#307) * Remove google-services.json. Update ci config. Add test code for check file creation. * Remove tests code. * Fix TextInputFieldLayout.kt error restore after screen rotation (#312) * Bump kotlin-gradle-plugin from 1.6.0 to 1.6.10 (#313) Bumps [kotlin-gradle-plugin](https://github.com/JetBrains/kotlin) from 1.6.0 to 1.6.10. - [Release notes](https://github.com/JetBrains/kotlin/releases) - [Changelog](https://github.com/JetBrains/kotlin/blob/v1.6.10/ChangeLog.md) - [Commits](https://github.com/JetBrains/kotlin/compare/v1.6.0...v1.6.10) --- updated-dependencies: - dependency-name: org.jetbrains.kotlin:kotlin-gradle-plugin dependency-type: direct:production update-type: version-update:semver-patch ... Signed-off-by: dependabot[bot] Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com> * Bump gradle from 7.0.3 to 7.0.4 (#305) Bumps gradle from 7.0.3 to 7.0.4. --- updated-dependencies: - dependency-name: com.android.tools.build:gradle dependency-type: direct:production update-type: version-update:semver-patch ... Signed-off-by: dependabot[bot] Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com> * Merge public release v1.6.18 into dev (#315) * Merge public release 1.6.16 into master (#277) * Release/v1.6.13 to dev (#240) * Bump dokka_version from 1.5.0 to 1.5.30 (#242) Bumps `dokka_version` from 1.5.0 to 1.5.30. Updates `dokka-gradle-plugin` from 1.5.0 to 1.5.30 - [Release notes](https://github.com/Kotlin/dokka/releases) - [Commits](https://github.com/Kotlin/dokka/compare/v1.5.0...v1.5.30) Updates `dokka-base` from 1.5.0 to 1.5.30 - [Release notes](https://github.com/Kotlin/dokka/releases) - [Commits](https://github.com/Kotlin/dokka/compare/v1.5.0...v1.5.30) --- updated-dependencies: - dependency-name: org.jetbrains.dokka:dokka-gradle-plugin dependency-type: direct:production update-type: version-update:semver-patch - dependency-name: org.jetbrains.dokka:dokka-base dependency-type: direct:production update-type: version-update:semver-patch ... Signed-off-by: dependabot[bot] Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com> * Improve default validation (#243) * Update MIGRATING.md (#244) * Release v1.6.14 (#246) * Bump cardscan-ui from 2.1.0011 to 2.1.0012 (#249) Bumps [cardscan-ui](https://github.com/getbouncer/cardscan-android) from 2.1.0011 to 2.1.0012. - [Release notes](https://github.com/getbouncer/cardscan-android/releases) - [Changelog](https://github.com/getbouncer/cardscan-android/blob/master/CHANGELOG.md) - [Commits](https://github.com/getbouncer/cardscan-android/compare/2.1.0011...2.1.0012) --- updated-dependencies: - dependency-name: com.getbouncer:cardscan-ui dependency-type: direct:production update-type: version-update:semver-patch ... Signed-off-by: dependabot[bot] Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com> * Bump kotlin-gradle-plugin from 1.5.30 to 1.5.31 (#253) Bumps [kotlin-gradle-plugin](https://github.com/JetBrains/kotlin) from 1.5.30 to 1.5.31. - [Release notes](https://github.com/JetBrains/kotlin/releases) - [Changelog](https://github.com/JetBrains/kotlin/blob/v1.5.31/ChangeLog.md) - [Commits](https://github.com/JetBrains/kotlin/compare/v1.5.30...v1.5.31) --- updated-dependencies: - dependency-name: org.jetbrains.kotlin:kotlin-gradle-plugin dependency-type: direct:production update-type: version-update:semver-patch ... Signed-off-by: dependabot[bot] Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com> * Bump constraintlayout from 2.1.0 to 2.1.1 (#257) Bumps [constraintlayout](https://github.com/androidx/constraintlayout) from 2.1.0 to 2.1.1. - [Release notes](https://github.com/androidx/constraintlayout/releases) - [Commits](https://github.com/androidx/constraintlayout/commits) --- updated-dependencies: - dependency-name: androidx.constraintlayout:constraintlayout dependency-type: direct:production update-type: version-update:semver-patch ... Signed-off-by: dependabot[bot] Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com> * Improve validation logic, fix tests (#261) * Fix nullable return type (#260) * Bump okhttp from 4.9.1 to 4.9.2 (#258) Bumps [okhttp](https://github.com/square/okhttp) from 4.9.1 to 4.9.2. - [Release notes](https://github.com/square/okhttp/releases) - [Changelog](https://github.com/square/okhttp/blob/master/CHANGELOG.md) - [Commits](https://github.com/square/okhttp/compare/parent-4.9.1...parent-4.9.2) --- updated-dependencies: - dependency-name: com.squareup.okhttp3:okhttp dependency-type: direct:production update-type: version-update:semver-patch ... Signed-off-by: dependabot[bot] Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com> Co-authored-by: Dmytro * Bump dokka_version from 1.5.30 to 1.5.31 (#264) Bumps `dokka_version` from 1.5.30 to 1.5.31. Updates `dokka-gradle-plugin` from 1.5.30 to 1.5.31 - [Release notes](https://github.com/Kotlin/dokka/releases) - [Commits](https://github.com/Kotlin/dokka/compare/v1.5.30...v1.5.31) Updates `dokka-base` from 1.5.30 to 1.5.31 - [Release notes](https://github.com/Kotlin/dokka/releases) - [Commits](https://github.com/Kotlin/dokka/compare/v1.5.30...v1.5.31) --- updated-dependencies: - dependency-name: org.jetbrains.dokka:dokka-gradle-plugin dependency-type: direct:production update-type: version-update:semver-patch - dependency-name: org.jetbrains.dokka:dokka-base dependency-type: direct:production update-type: version-update:semver-patch ... Signed-off-by: dependabot[bot] Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com> Co-authored-by: Dmytro * Public release v1.6.15 (#266) * Version name & code rise * Update docs * Bump firebase-bom from 28.4.1 to 28.4.2 (#270) Bumps firebase-bom from 28.4.1 to 28.4.2. --- updated-dependencies: - dependency-name: com.google.firebase:firebase-bom dependency-type: direct:production update-type: version-update:semver-patch ... Signed-off-by: dependabot[bot] Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com> * Bump mockito_version from 3.12.4 to 4.0.0 (#271) Bumps `mockito_version` from 3.12.4 to 4.0.0. Updates `mockito-core` from 3.12.4 to 4.0.0 - [Release notes](https://github.com/mockito/mockito/releases) - [Commits](https://github.com/mockito/mockito/compare/v3.12.4...v4.0.0) Updates `mockito-inline` from 3.12.4 to 4.0.0 - [Release notes](https://github.com/mockito/mockito/releases) - [Commits](https://github.com/mockito/mockito/compare/v3.12.4...v4.0.0) --- updated-dependencies: - dependency-name: org.mockito:mockito-core dependency-type: direct:production update-type: version-update:semver-major - dependency-name: org.mockito:mockito-inline dependency-type: direct:production update-type: version-update:semver-major ... Signed-off-by: dependabot[bot] Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com> * Bump gradle from 7.0.2 to 7.0.3 (#273) Bumps gradle from 7.0.2 to 7.0.3. --- updated-dependencies: - dependency-name: com.android.tools.build:gradle dependency-type: direct:production update-type: version-update:semver-patch ... Signed-off-by: dependabot[bot] Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com> * Fix submit function response body (#274) * Public release v1.6.16 (#275) * Merge dev into master (#269) * Release/v1.6.13 to dev (#240) * Bump dokka_version from 1.5.0 to 1.5.30 (#242) Bumps `dokka_version` from 1.5.0 to 1.5.30. Updates `dokka-gradle-plugin` from 1.5.0 to 1.5.30 - [Release notes](https://github.com/Kotlin/dokka/releases) - [Commits](https://github.com/Kotlin/dokka/compare/v1.5.0...v1.5.30) Updates `dokka-base` from 1.5.0 to 1.5.30 - [Release notes](https://github.com/Kotlin/dokka/releases) - [Commits](https://github.com/Kotlin/dokka/compare/v1.5.0...v1.5.30) --- updated-dependencies: - dependency-name: org.jetbrains.dokka:dokka-gradle-plugin dependency-type: direct:production update-type: version-update:semver-patch - dependency-name: org.jetbrains.dokka:dokka-base dependency-type: direct:production update-type: version-update:semver-patch ... Signed-off-by: dependabot[bot] Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com> * Improve default validation (#243) * Update MIGRATING.md (#244) * Release v1.6.14 (#246) * Bump cardscan-ui from 2.1.0011 to 2.1.0012 (#249) Bumps [cardscan-ui](https://github.com/getbouncer/cardscan-android) from 2.1.0011 to 2.1.0012. - [Release notes](https://github.com/getbouncer/cardscan-android/releases) - [Changelog](https://github.com/getbouncer/cardscan-android/blob/master/CHANGELOG.md) - [Commits](https://github.com/getbouncer/cardscan-android/compare/2.1.0011...2.1.0012) --- updated-dependencies: - dependency-name: com.getbouncer:cardscan-ui dependency-type: direct:production update-type: version-update:semver-patch ... Signed-off-by: dependabot[bot] Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com> * Bump kotlin-gradle-plugin from 1.5.30 to 1.5.31 (#253) Bumps [kotlin-gradle-plugin](https://github.com/JetBrains/kotlin) from 1.5.30 to 1.5.31. - [Release notes](https://github.com/JetBrains/kotlin/releases) - [Changelog](https://github.com/JetBrains/kotlin/blob/v1.5.31/ChangeLog.md) - [Commits](https://github.com/JetBrains/kotlin/compare/v1.5.30...v1.5.31) --- updated-dependencies: - dependency-name: org.jetbrains.kotlin:kotlin-gradle-plugin dependency-type: direct:production update-type: version-update:semver-patch ... Signed-off-by: dependabot[bot] Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com> * Bump constraintlayout from 2.1.0 to 2.1.1 (#257) Bumps [constraintlayout](https://github.com/androidx/constraintlayout) from 2.1.0 to 2.1.1. - [Release notes](https://github.com/androidx/constraintlayout/releases) - [Commits](https://github.com/androidx/constraintlayout/commits) --- updated-dependencies: - dependency-name: androidx.constraintlayout:constraintlayout dependency-type: direct:production update-type: version-update:semver-patch ... Signed-off-by: dependabot[bot] Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com> * Improve validation logic, fix tests (#261) * Fix nullable return type (#260) * Bump okhttp from 4.9.1 to 4.9.2 (#258) Bumps [okhttp](https://github.com/square/okhttp) from 4.9.1 to 4.9.2. - [Release notes](https://github.com/square/okhttp/releases) - [Changelog](https://github.com/square/okhttp/blob/master/CHANGELOG.md) - [Commits](https://github.com/square/okhttp/compare/parent-4.9.1...parent-4.9.2) --- updated-dependencies: - dependency-name: com.squareup.okhttp3:okhttp dependency-type: direct:production update-type: version-update:semver-patch ... Signed-off-by: dependabot[bot] Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com> Co-authored-by: Dmytro * Bump dokka_version from 1.5.30 to 1.5.31 (#264) Bumps `dokka_version` from 1.5.30 to 1.5.31. Updates `dokka-gradle-plugin` from 1.5.30 to 1.5.31 - [Release notes](https://github.com/Kotlin/dokka/releases) - [Commits](https://github.com/Kotlin/dokka/compare/v1.5.30...v1.5.31) Updates `dokka-base` from 1.5.30 to 1.5.31 - [Release notes](https://github.com/Kotlin/dokka/releases) - [Commits](https://github.com/Kotlin/dokka/compare/v1.5.30...v1.5.31) --- updated-dependencies: - dependency-name: org.jetbrains.dokka:dokka-gradle-plugin dependency-type: direct:production update-type: version-update:semver-patch - dependency-name: org.jetbrains.dokka:dokka-base dependency-type: direct:production update-type: version-update:semver-patch ... Signed-off-by: dependabot[bot] Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com> Co-authored-by: Dmytro * Public release v1.6.15 (#266) * Version name & code rise * Update docs Co-authored-by: Dmytro Kos Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com> * Images patch 1 (#272) * Version name & code rise * Update docs * Update config.yml Co-authored-by: Dmytro Kos Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com> Co-authored-by: Dmytro Kos Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com> * Merge dev into master (#280) * Release/v1.6.13 to dev (#240) * Bump dokka_version from 1.5.0 to 1.5.30 (#242) Bumps `dokka_version` from 1.5.0 to 1.5.30. Updates `dokka-gradle-plugin` from 1.5.0 to 1.5.30 - [Release notes](https://github.com/Kotlin/dokka/releases) - [Commits](https://github.com/Kotli… * Remove context class cast (#426) * Add overloaded attachFile function with activity parameter (#427) * Add overloaded attachFile function with activity parameter. Mark old attachFunction as deprecated * Update example * Update example * Update tests * Bump gradle from 7.2.2 to 7.3.0 (#424) Bumps gradle from 7.2.2 to 7.3.0. --- updated-dependencies: - dependency-name: com.android.tools.build:gradle dependency-type: direct:production update-type: version-update:semver-minor ... Signed-off-by: dependabot[bot] Signed-off-by: dependabot[bot] Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com> * Fixed ConcurrentModificationException during notifying field state (#428) * Bump gradle-maven-publish-plugin from 0.20.0 to 0.22.0 (#421) * Bump gradle-maven-publish-plugin from 0.20.0 to 0.22.0 Bumps [gradle-maven-publish-plugin](https://github.com/vanniktech/gradle-maven-publish-plugin) from 0.20.0 to 0.22.0. - [Release notes](https://github.com/vanniktech/gradle-maven-publish-plugin/releases) - [Changelog](https://github.com/vanniktech/gradle-maven-publish-plugin/blob/master/CHANGELOG.md) - [Commits](https://github.com/vanniktech/gradle-maven-publish-plugin/compare/0.20.0...0.22.0) --- updated-dependencies: - dependency-name: com.vanniktech:gradle-maven-publish-plugin dependency-type: direct:production update-type: version-update:semver-minor ... Signed-off-by: dependabot[bot] * Update publish plugin config Signed-off-by: dependabot[bot] Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com> Co-authored-by: dmytrodmytryshyn * Bump dokka-base from 1.6.10 to 1.7.10 (#422) Bumps [dokka-base](https://github.com/Kotlin/dokka) from 1.6.10 to 1.7.10. - [Release notes](https://github.com/Kotlin/dokka/releases) - [Commits](https://github.com/Kotlin/dokka/compare/v1.6.10...v1.7.10) --- updated-dependencies: - dependency-name: org.jetbrains.dokka:dokka-base dependency-type: direct:production update-type: version-update:semver-minor ... Signed-off-by: dependabot[bot] Signed-off-by: dependabot[bot] Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com> Co-authored-by: dmytrodmytryshyn * Bump dokka-gradle-plugin from 1.6.10 to 1.7.10 (#423) Bumps [dokka-gradle-plugin](https://github.com/Kotlin/dokka) from 1.6.10 to 1.7.10. - [Release notes](https://github.com/Kotlin/dokka/releases) - [Commits](https://github.com/Kotlin/dokka/compare/v1.6.10...v1.7.10) --- updated-dependencies: - dependency-name: org.jetbrains.dokka:dokka-gradle-plugin dependency-type: direct:production update-type: version-update:semver-minor ... Signed-off-by: dependabot[bot] Signed-off-by: dependabot[bot] Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com> Co-authored-by: dmytrodmytryshyn * Bump json from 20220320 to 20220924 (#429) Bumps [json](https://github.com/douglascrockford/JSON-java) from 20220320 to 20220924. - [Release notes](https://github.com/douglascrockford/JSON-java/releases) - [Changelog](https://github.com/stleary/JSON-java/blob/master/docs/RELEASES.md) - [Commits](https://github.com/douglascrockford/JSON-java/commits) --- updated-dependencies: - dependency-name: org.json:json dependency-type: direct:production update-type: version-update:semver-major ... Signed-off-by: dependabot[bot] Signed-off-by: dependabot[bot] Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com> * Merge public release v1.7.3 into develop (#431) * Merge dev into master (#405) * Release/v1.6.13 to dev (#240) * Bump dokka_version from 1.5.0 to 1.5.30 (#242) Bumps `dokka_version` from 1.5.0 to 1.5.30. Updates `dokka-gradle-plugin` from 1.5.0 to 1.5.30 - [Release notes](https://github.com/Kotlin/dokka/releases) - [Commits](https://github.com/Kotlin/dokka/compare/v1.5.0...v1.5.30) Updates `dokka-base` from 1.5.0 to 1.5.30 - [Release notes](https://github.com/Kotlin/dokka/releases) - [Commits](https://github.com/Kotlin/dokka/compare/v1.5.0...v1.5.30) --- updated-dependencies: - dependency-name: org.jetbrains.dokka:dokka-gradle-plugin dependency-type: direct:production update-type: version-update:semver-patch - dependency-name: org.jetbrains.dokka:dokka-base dependency-type: direct:production update-type: version-update:semver-patch ... Signed-off-by: dependabot[bot] Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com> * Improve default validation (#243) * Update MIGRATING.md (#244) * Release v1.6.14 (#246) * Bump cardscan-ui from 2.1.0011 to 2.1.0012 (#249) Bumps [cardscan-ui](https://github.com/getbouncer/cardscan-android) from 2.1.0011 to 2.1.0012. - [Release notes](https://github.com/getbouncer/cardscan-android/releases) - [Changelog](https://github.com/getbouncer/cardscan-android/blob/master/CHANGELOG.md) - [Commits](https://github.com/getbouncer/cardscan-android/compare/2.1.0011...2.1.0012) --- updated-dependencies: - dependency-name: com.getbouncer:cardscan-ui dependency-type: direct:production update-type: version-update:semver-patch ... Signed-off-by: dependabot[bot] Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com> * Bump kotlin-gradle-plugin from 1.5.30 to 1.5.31 (#253) Bumps [kotlin-gradle-plugin](https://github.com/JetBrains/kotlin) from 1.5.30 to 1.5.31. - [Release notes](https://github.com/JetBrains/kotlin/releases) - [Changelog](https://github.com/JetBrains/kotlin/blob/v1.5.31/ChangeLog.md) - [Commits](https://github.com/JetBrains/kotlin/compare/v1.5.30...v1.5.31) --- updated-dependencies: - dependency-name: org.jetbrains.kotlin:kotlin-gradle-plugin dependency-type: direct:production update-type: version-update:semver-patch ... Signed-off-by: dependabot[bot] Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com> * Bump constraintlayout from 2.1.0 to 2.1.1 (#257) Bumps [constraintlayout](https://github.com/androidx/constraintlayout) from 2.1.0 to 2.1.1. - [Release notes](https://github.com/androidx/constraintlayout/releases) - [Commits](https://github.com/androidx/constraintlayout/commits) --- updated-dependencies: - dependency-name: androidx.constraintlayout:constraintlayout dependency-type: direct:production update-type: version-update:semver-patch ... Signed-off-by: dependabot[bot] Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com> * Improve validation logic, fix tests (#261) * Fix nullable return type (#260) * Bump okhttp from 4.9.1 to 4.9.2 (#258) Bumps [okhttp](https://github.com/square/okhttp) from 4.9.1 to 4.9.2. - [Release notes](https://github.com/square/okhttp/releases) - [Changelog](https://github.com/square/okhttp/blob/master/CHANGELOG.md) - [Commits](https://github.com/square/okhttp/compare/parent-4.9.1...parent-4.9.2) --- updated-dependencies: - dependency-name: com.squareup.okhttp3:okhttp dependency-type: direct:production update-type: version-update:semver-patch ... Signed-off-by: dependabot[bot] Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com> Co-authored-by: Dmytro * Bump dokka_version from 1.5.30 to 1.5.31 (#264) Bumps `dokka_version` from 1.5.30 to 1.5.31. Updates `dokka-gradle-plugin` from 1.5.30 to 1.5.31 - [Release notes](https://github.com/Kotlin/dokka/releases) - [Commits](https://github.com/Kotlin/dokka/compare/v1.5.30...v1.5.31) Updates `dokka-base` from 1.5.30 to 1.5.31 - [Release notes](https://github.com/Kotlin/dokka/releases) - [Commits](https://github.com/Kotlin/dokka/compare/v1.5.30...v1.5.31) --- updated-dependencies: - dependency-name: org.jetbrains.dokka:dokka-gradle-plugin dependency-type: direct:production update-type: version-update:semver-patch - dependency-name: org.jetbrains.dokka:dokka-base dependency-type: direct:production update-type: version-update:semver-patch ... Signed-off-by: dependabot[bot] Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com> Co-authored-by: Dmytro * Public release v1.6.15 (#266) * Version name & code rise * Update docs * Bump firebase-bom from 28.4.1 to 28.4.2 (#270) Bumps firebase-bom from 28.4.1 to 28.4.2. --- updated-dependencies: - dependency-name: com.google.firebase:firebase-bom dependency-type: direct:production update-type: version-update:semver-patch ... Signed-off-by: dependabot[bot] Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com> * Bump mockito_version from 3.12.4 to 4.0.0 (#271) Bumps `mockito_version` from 3.12.4 to 4.0.0. Updates `mockito-core` from 3.12.4 to 4.0.0 - [Release notes](https://github.com/mockito/mockito/releases) - [Commits](https://github.com/mockito/mockito/compare/v3.12.4...v4.0.0) Updates `mockito-inline` from 3.12.4 to 4.0.0 - [Release notes](https://github.com/mockito/mockito/releases) - [Commits](https://github.com/mockito/mockito/compare/v3.12.4...v4.0.0) --- updated-dependencies: - dependency-name: org.mockito:mockito-core dependency-type: direct:production update-type: version-update:semver-major - dependency-name: org.mockito:mockito-inline dependency-type: direct:production update-type: version-update:semver-major ... Signed-off-by: dependabot[bot] Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com> * Bump gradle from 7.0.2 to 7.0.3 (#273) Bumps gradle from 7.0.2 to 7.0.3. --- updated-dependencies: - dependency-name: com.android.tools.build:gradle dependency-type: direct:production update-type: version-update:semver-patch ... Signed-off-by: dependabot[bot] Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com> * Fix submit function response body (#274) * Public release v1.6.16 (#275) * Merge dev into master (#269) * Release/v1.6.13 to dev (#240) * Bump dokka_version from 1.5.0 to 1.5.30 (#242) Bumps `dokka_version` from 1.5.0 to 1.5.30. Updates `dokka-gradle-plugin` from 1.5.0 to 1.5.30 - [Release notes](https://github.com/Kotlin/dokka/releases) - [Commits](https://github.com/Kotlin/dokka/compare/v1.5.0...v1.5.30) Updates `dokka-base` from 1.5.0 to 1.5.30 - [Release notes](https://github.com/Kotlin/dokka/releases) - [Commits](https://github.com/Kotlin/dokka/compare/v1.5.0...v1.5.30) --- updated-dependencies: - dependency-name: org.jetbrains.dokka:dokka-gradle-plugin dependency-type: direct:production update-type: version-update:semver-patch - dependency-name: org.jetbrains.dokka:dokka-base dependency-type: direct:production update-type: version-update:semver-patch ... Signed-off-by: dependabot[bot] Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com> * Improve default validation (#243) * Update MIGRATING.md (#244) * Release v1.6.14 (#246) * Bump cardscan-ui from 2.1.0011 to 2.1.0012 (#249) Bumps [cardscan-ui](https://github.com/getbouncer/cardscan-android) from 2.1.0011 to 2.1.0012. - [Release notes](https://github.com/getbouncer/cardscan-android/releases) - [Changelog](https://github.com/getbouncer/cardscan-android/blob/master/CHANGELOG.md) - [Commits](https://github.com/getbouncer/cardscan-android/compare/2.1.0011...2.1.0012) --- updated-dependencies: - dependency-name: com.getbouncer:cardscan-ui dependency-type: direct:production update-type: version-update:semver-patch ... Signed-off-by: dependabot[bot] Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com> * Bump kotlin-gradle-plugin from 1.5.30 to 1.5.31 (#253) Bumps [kotlin-gradle-plugin](https://github.com/JetBrains/kotlin) from 1.5.30 to 1.5.31. - [Release notes](https://github.com/JetBrains/kotlin/releases) - [Changelog](https://github.com/JetBrains/kotlin/blob/v1.5.31/ChangeLog.md) - [Commits](https://github.com/JetBrains/kotlin/compare/v1.5.30...v1.5.31) --- updated-dependencies: - dependency-name: org.jetbrains.kotlin:kotlin-gradle-plugin dependency-type: direct:production update-type: version-update:semver-patch ... Signed-off-by: dependabot[bot] Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com> * Bump constraintlayout from 2.1.0 to 2.1.1 (#257) Bumps [constraintlayout](https://github.com/androidx/constraintlayout) from 2.1.0 to 2.1.1. - [Release notes](https://github.com/androidx/constraintlayout/releases) - [Commits](https://github.com/androidx/constraintlayout/commits) --- updated-dependencies: - dependency-name: androidx.constraintlayout:constraintlayout dependency-type: direct:production update-type: version-update:semver-patch ... Signed-off-by: dependabot[bot] Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com> * Improve validation logic, fix tests (#261) * Fix nullable return type (#260) * Bump okhttp from 4.9.1 to 4.9.2 (#258) Bumps [okhttp](https://github.com/square/okhttp) from 4.9.1 to 4.9.2. - [Release notes](https://github.com/square/okhttp/releases) - [Changelog](https://github.com/square/okhttp/blob/master/CHANGELOG.md) - [Commits](https://github.com/square/okhttp/compare/parent-4.9.1...parent-4.9.2) --- updated-dependencies: - dependency-name: com.squareup.okhttp3:okhttp dependency-type: direct:production update-type: version-update:semver-patch ... Signed-off-by: dependabot[bot] Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com> Co-authored-by: Dmytro * Bump dokka_version from 1.5.30 to 1.5.31 (#264) Bumps `dokka_version` from 1.5.30 to 1.5.31. Updates `dokka-gradle-plugin` from 1.5.30 to 1.5.31 - [Release notes](https://github.com/Kotlin/dokka/releases) - [Commits](https://github.com/Kotlin/dokka/compare/v1.5.30...v1.5.31) Updates `dokka-base` from 1.5.30 to 1.5.31 - [Release notes](https://github.com/Kotlin/dokka/releases) - [Commits](https://github.com/Kotlin/dokka/compare/v1.5.30...v1.5.31) --- updated-dependencies: - dependency-name: org.jetbrains.dokka:dokka-gradle-plugin dependency-type: direct:production update-type: version-update:semver-patch - dependency-name: org.jetbrains.dokka:dokka-base dependency-type: direct:production update-type: version-update:semver-patch ... Signed-off-by: dependabot[bot] Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com> Co-authored-by: Dmytro * Public release v1.6.15 (#266) * Version name & code rise * Update docs Co-authored-by: Dmytro Kos Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com> * Images patch 1 (#272) * Version name & code rise * Update docs * Update config.yml Co-authored-by: Dmytro Kos Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com> * Bump tensorflow-lite from 2.1.0011 to 2.1.0015 (#262) Bumps [tensorflow-lite](https://github.com/getbouncer/cardscan-android) from 2.1.0011 to 2.1.0015. - [Release notes](https://github.com/getbouncer/cardscan-android/releases) - [Changelog](https://github.com/getbouncer/cardscan-android/blob/master/CHANGELOG.md) - [Commits](https://github.com/getbouncer/cardscan-android/compare/2.1.0011...2.1.0015) --- updated-dependencies: - dependency-name: com.getbouncer:tensorflow-lite dependency-type: direct:production update-type: version-update:semver-patch ... Signed-off-by: dependabot[bot] Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com> Co-authored-by: dmytrodmytryshyn * Bump scan-payment-full from 2.1.0011 to 2.1.0015 (#265) Bumps [scan-payment-full](https://github.com/getbouncer/cardscan-android) from 2.1.0011 to 2.1.0015. - [Release notes](https://github.com/getbouncer/cardscan-android/releases) - [Changelog](https://github.com/getbouncer/cardscan-android/blob/master/CHANGELOG.md) - [Commits](https://github.com/getbouncer/cardscan-android/compare/2.1.0011...2.1.0015) --- updated-dependencies: - dependency-name: com.getbouncer:scan-payment-full dependency-type: direct:production update-type: version-update:semver-patch ... Signed-off-by: dependabot[bot] Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com> Co-authored-by: dmytrodmytryshyn * Bump cardscan-ui from 2.1.0012 to 2.1.0015 (#263) Bumps [cardscan-ui](https://github.com/getbouncer/cardscan-android) from 2.1.0012 to 2.1.0015. - [Release notes](https://github.com/getbouncer/cardscan-android/releases) - [Changelog](https://github.com/getbouncer/cardscan-android/blob/master/CHANGELOG.md) - [Commits](https://github.com/getbouncer/cardscan-android/compare/2.1.0012...2.1.0015) --- updated-dependencies: - dependency-name: com.getbouncer:cardscan-ui dependency-type: direct:production update-type: version-update:semver-patch ... Signed-off-by: dependabot[bot] Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com> Co-authored-by: dmytrodmytryshyn * Bump bouncer versions from 2.1.0015 -> 2.1.0016 (#279) * Bouncer adapter version name & code rise (#278) * Bump core-ktx from 1.6.0 to 1.7.0 (#285) * Bump core-ktx from 1.6.0 to 1.7.0 Bumps core-ktx from 1.6.0 to 1.7.0. --- updated-dependencies: - dependency-name: androidx.core:core-ktx dependency-type: direct:production update-type: version-update:semver-minor ... Signed-off-by: dependabot[bot] * update compileSdkVersion * update cursor.getString Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com> Co-authored-by: Dmytro * Bump firebase-bom from 28.4.2 to 29.0.0 (#286) Bumps firebase-bom from 28.4.2 to 29.0.0. --- updated-dependencies: - dependency-name: com.google.firebase:firebase-bom dependency-type: direct:production update-type: version-update:semver-major ... Signed-off-by: dependabot[bot] Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com> * Bump robolectric from 4.6.1 to 4.7 (#287) Bumps [robolectric](https://github.com/robolectric/robolectric) from 4.6.1 to 4.7. - [Release notes](https://github.com/robolectric/robolectric/releases) - [Commits](https://github.com/robolectric/robolectric/compare/robolectric-4.6.1...robolectric-4.7) --- updated-dependencies: - dependency-name: org.robolectric:robolectric dependency-type: direct:production update-type: version-update:semver-minor ... Signed-off-by: dependabot[bot] Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com> * Bump kotlin-gradle-plugin from 1.5.31 to 1.6.0 (#288) Bumps [kotlin-gradle-plugin](https://github.com/JetBrains/kotlin) from 1.5.31 to 1.6.0. - [Release notes](https://github.com/JetBrains/kotlin/releases) - [Changelog](https://github.com/JetBrains/kotlin/blob/master/ChangeLog.md) - [Commits](https://github.com/JetBrains/kotlin/commits) --- updated-dependencies: - dependency-name: org.jetbrains.kotlin:kotlin-gradle-plugin dependency-type: direct:production update-type: version-update:semver-minor ... Signed-off-by: dependabot[bot] Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com> * add max Length (#289) * Bump mockk from 1.12.0 to 1.12.1 (#290) Bumps [mockk](https://github.com/mockk/mockk) from 1.12.0 to 1.12.1. - [Release notes](https://github.com/mockk/mockk/releases) - [Commits](https://github.com/mockk/mockk/compare/v1.12.0...1.12.1) --- updated-dependencies: - dependency-name: io.mockk:mockk dependency-type: direct:production update-type: version-update:semver-patch ... Signed-off-by: dependabot[bot] Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com> * Bump appcompat from 1.3.1 to 1.4.0 (#291) Bumps appcompat from 1.3.1 to 1.4.0. --- updated-dependencies: - dependency-name: androidx.appcompat:appcompat dependency-type: direct:production update-type: version-update:semver-minor ... Signed-off-by: dependabot[bot] Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com> * Bump robolectric from 4.7 to 4.7.1 (#292) Bumps [robolectric](https://github.com/robolectric/robolectric) from 4.7 to 4.7.1. - [Release notes](https://github.com/robolectric/robolectric/releases) - [Commits](https://github.com/robolectric/robolectric/compare/robolectric-4.7...robolectric-4.7.1) --- updated-dependencies: - dependency-name: org.robolectric:robolectric dependency-type: direct:production update-type: version-update:semver-patch ... Signed-off-by: dependabot[bot] Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com> * Bump constraintlayout from 2.1.1 to 2.1.2 (#293) Bumps [constraintlayout](https://github.com/androidx/constraintlayout) from 2.1.1 to 2.1.2. - [Release notes](https://github.com/androidx/constraintlayout/releases) - [Commits](https://github.com/androidx/constraintlayout/commits) --- updated-dependencies: - dependency-name: androidx.constraintlayout:constraintlayout dependency-type: direct:production update-type: version-update:semver-patch ... Signed-off-by: dependabot[bot] Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com> * Bump okhttp from 4.9.2 to 4.9.3 (#294) Bumps [okhttp](https://github.com/square/okhttp) from 4.9.2 to 4.9.3. - [Release notes](https://github.com/square/okhttp/releases) - [Changelog](https://github.com/square/okhttp/blob/master/CHANGELOG.md) - [Commits](https://github.com/square/okhttp/compare/parent-4.9.2...parent-4.9.3) --- updated-dependencies: - dependency-name: com.squareup.okhttp3:okhttp dependency-type: direct:production update-type: version-update:semver-patch ... Signed-off-by: dependabot[bot] Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com> * Bump mockito_version from 4.0.0 to 4.1.0 (#295) Bumps `mockito_version` from 4.0.0 to 4.1.0. Updates `mockito-core` from 4.0.0 to 4.1.0 - [Release notes](https://github.com/mockito/mockito/releases) - [Commits](https://github.com/mockito/mockito/compare/v4.0.0...v4.1.0) Updates `mockito-inline` from 4.0.0 to 4.1.0 - [Release notes](https://github.com/mockito/mockito/releases) - [Commits](https://github.com/mockito/mockito/compare/v4.0.0...v4.1.0) --- updated-dependencies: - dependency-name: org.mockito:mockito-core dependency-type: direct:production update-type: version-update:semver-minor - dependency-name: org.mockito:mockito-inline dependency-type: direct:production update-type: version-update:semver-minor ... Signed-off-by: dependabot[bot] Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com> * Bump robolectric from 4.7.1 to 4.7.2 (#296) Bumps [robolectric](https://github.com/robolectric/robolectric) from 4.7.1 to 4.7.2. - [Release notes](https://github.com/robolectric/robolectric/releases) - [Commits](https://github.com/robolectric/robolectric/compare/robolectric-4.7.1...robolectric-4.7.2) --- updated-dependencies: - dependency-name: org.robolectric:robolectric dependency-type: direct:production update-type: version-update:semver-patch ... Signed-off-by: dependabot[bot] Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com> * Bump dokka_version from 1.5.31 to 1.6.0 (#297) Bumps `dokka_version` from 1.5.31 to 1.6.0. Updates `dokka-gradle-plugin` from 1.5.31 to 1.6.0 - [Release notes](https://github.com/Kotlin/dokka/releases) - [Commits](https://github.com/Kotlin/dokka/compare/v1.5.31...v1.6.0) Updates `dokka-base` from 1.5.31 to 1.6.0 - [Release notes](https://github.com/Kotlin/dokka/releases) - [Commits](https://github.com/Kotlin/dokka/compare/v1.5.31...v1.6.0) --- updated-dependencies: - dependency-name: org.jetbrains.dokka:dokka-gradle-plugin dependency-type: direct:production update-type: version-update:semver-minor - dependency-name: org.jetbrains.dokka:dokka-base dependency-type: direct:production update-type: version-update:semver-minor ... Signed-off-by: dependabot[bot] Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com> * Merge public release v1.16.17 into development (#299) * Merge public release 1.6.16 into master (#277) * Release/v1.6.13 to dev (#240) * Bump dokka_version from 1.5.0 to 1.5.30 (#242) Bumps `dokka_version` from 1.5.0 to 1.5.30. Updates `dokka-gradle-plugin` from 1.5.0 to 1.5.30 - [Release notes](https://github.com/Kotlin/dokka/releases) - [Commits](https://github.com/Kotlin/dokka/compare/v1.5.0...v1.5.30) Updates `dokka-base` from 1.5.0 to 1.5.30 - [Release notes](https://github.com/Kotlin/dokka/releases) - [Commits](https://github.com/Kotlin/dokka/compare/v1.5.0...v1.5.30) --- updated-dependencies: - dependency-name: org.jetbrains.dokka:dokka-gradle-plugin dependency-type: direct:production update-type: version-update:semver-patch - dependency-name: org.jetbrains.dokka:dokka-base dependency-type: direct:production update-type: version-update:semver-patch ... Signed-off-by: dependabot[bot] Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com> * Improve default validation (#243) * Update MIGRATING.md (#244) * Release v1.6.14 (#246) * Bump cardscan-ui from 2.1.0011 to 2.1.0012 (#249) Bumps [cardscan-ui](https://github.com/getbouncer/cardscan-android) from 2.1.0011 to 2.1.0012. - [Release notes](https://github.com/getbouncer/cardscan-android/releases) - [Changelog](https://github.com/getbouncer/cardscan-android/blob/master/CHANGELOG.md) - [Commits](https://github.com/getbouncer/cardscan-android/compare/2.1.0011...2.1.0012) --- updated-dependencies: - dependency-name: com.getbouncer:cardscan-ui dependency-type: direct:production update-type: version-update:semver-patch ... Signed-off-by: dependabot[bot] Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com> * Bump kotlin-gradle-plugin from 1.5.30 to 1.5.31 (#253) Bumps [kotlin-gradle-plugin](https://github.com/JetBrains/kotlin) from 1.5.30 to 1.5.31. - [Release notes](https://github.com/JetBrains/kotlin/releases) - [Changelog](https://github.com/JetBrains/kotlin/blob/v1.5.31/ChangeLog.md) - [Commits](https://github.com/JetBrains/kotlin/compare/v1.5.30...v1.5.31) --- updated-dependencies: - dependency-name: org.jetbrains.kotlin:kotlin-gradle-plugin dependency-type: direct:production update-type: version-update:semver-patch ... Signed-off-by: dependabot[bot] Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com> * Bump constraintlayout from 2.1.0 to 2.1.1 (#257) Bumps [constraintlayout](https://github.com/androidx/constraintlayout) from 2.1.0 to 2.1.1. - [Release notes](https://github.com/androidx/constraintlayout/releases) - [Commits](https://github.com/androidx/constraintlayout/commits) --- updated-dependencies: - dependency-name: androidx.constraintlayout:constraintlayout dependency-type: direct:production update-type: version-update:semver-patch ... Signed-off-by: dependabot[bot] Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com> * Improve validation logic, fix tests (#261) * Fix nullable return type (#260) * Bump okhttp from 4.9.1 to 4.9.2 (#258) Bumps [okhttp](https://github.com/square/okhttp) from 4.9.1 to 4.9.2. - [Release notes](https://github.com/square/okhttp/releases) - [Changelog](https://github.com/square/okhttp/blob/master/CHANGELOG.md) - [Commits](https://github.com/square/okhttp/compare/parent-4.9.1...parent-4.9.2) --- updated-dependencies: - dependency-name: com.squareup.okhttp3:okhttp dependency-type: direct:production update-type: version-update:semver-patch ... Signed-off-by: dependabot[bot] Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com> Co-authored-by: Dmytro * Bump dokka_version from 1.5.30 to 1.5.31 (#264) Bumps `dokka_version` from 1.5.30 to 1.5.31. Updates `dokka-gradle-plugin` from 1.5.30 to 1.5.31 - [Release notes](https://github.com/Kotlin/dokka/releases) - [Commits](https://github.com/Kotlin/dokka/compare/v1.5.30...v1.5.31) Updates `dokka-base` from 1.5.30 to 1.5.31 - [Release notes](https://github.com/Kotlin/dokka/releases) - [Commits](https://github.com/Kotlin/dokka/compare/v1.5.30...v1.5.31) --- updated-dependencies: - dependency-name: org.jetbrains.dokka:dokka-gradle-plugin dependency-type: direct:production update-type: version-update:semver-patch - dependency-name: org.jetbrains.dokka:dokka-base dependency-type: direct:production update-type: version-update:semver-patch ... Signed-off-by: dependabot[bot] Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com> Co-authored-by: Dmytro * Public release v1.6.15 (#266) * Version name & code rise * Update docs * Bump firebase-bom from 28.4.1 to 28.4.2 (#270) Bumps firebase-bom from 28.4.1 to 28.4.2. --- updated-dependencies: - dependency-name: com.google.firebase:firebase-bom dependency-type: direct:production update-type: version-update:semver-patch ... Signed-off-by: dependabot[bot] Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com> * Bump mockito_version from 3.12.4 to 4.0.0 (#271) Bumps `mockito_version` from 3.12.4 to 4.0.0. Updates `mockito-core` from 3.12.4 to 4.0.0 - [Release notes](https://github.com/mockito/mockito/releases) - [Commits](https://github.com/mockito/mockito/compare/v3.12.4...v4.0.0) Updates `mockito-inline` from 3.12.4 to 4.0.0 - [Release notes](https://github.com/mockito/mockito/releases) - [Commits](https://github.com/mockito/mockito/compare/v3.12.4...v4.0.0) --- updated-dependencies: - dependency-name: org.mockito:mockito-core dependency-type: direct:production update-type: version-update:semver-major - dependency-name: org.mockito:mockito-inline dependency-type: direct:production update-type: version-update:semver-major ... Signed-off-by: dependabot[bot] Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com> * Bump gradle from 7.0.2 to 7.0.3 (#273) Bumps gradle from 7.0.2 to 7.0.3. --- updated-dependencies: - dependency-name: com.android.tools.build:gradle dependency-type: direct:production update-type: version-update:semver-patch ... Signed-off-by: dependabot[bot] Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com> * Fix submit function response body (#274) * Public release v1.6.16 (#275) * Merge dev into master (#269) * Release/v1.6.13 to dev (#240) * Bump dokka_version from 1.5.0 to 1.5.30 (#242) Bumps `dokka_version` from 1.5.0 to 1.5.30. Updates `dokka-gradle-plugin` from 1.5.0 to 1.5.30 - [Release notes](https://github.com/Kotlin/dokka/releases) - [Commits](https://github.com/Kotlin/dokka/compare/v1.5.0...v1.5.30) Updates `dokka-base` from 1.5.0 to 1.5.30 - [Release notes](https://github.com/Kotlin/dokka/releases) - [Commits](https://github.com/Kotlin/dokka/compare/v1.5.0...v1.5.30) --- updated-dependencies: - dependency-name: org.jetbrains.dokka:dokka-gradle-plugin dependency-type: direct:production update-type: version-update:semver-patch - dependency-name: org.jetbrains.dokka:dokka-base dependency-type: direct:production update-type: version-update:semver-patch ... Signed-off-by: dependabot[bot] Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com> * Improve default validation (#243) * Update MIGRATING.md (#244) * Release v1.6.14 (#246) * Bump cardscan-ui from 2.1.0011 to 2.1.0012 (#249) Bumps [cardscan-ui](https://github.com/getbouncer/cardscan-android) from 2.1.0011 to 2.1.0012. - [Release notes](https://github.com/getbouncer/cardscan-android/releases) - [Changelog](https://github.com/getbouncer/cardscan-android/blob/master/CHANGELOG.md) - [Commits](https://github.com/getbouncer/cardscan-android/compare/2.1.0011...2.1.0012) --- updated-dependencies: - dependency-name: com.getbouncer:cardscan-ui dependency-type: direct:production update-type: version-update:semver-patch ... Signed-off-by: dependabot[bot] Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com> * Bump kotlin-gradle-plugin from 1.5.30 to 1.5.31 (#253) Bumps [kotlin-gradle-plugin](https://github.com/JetBrains/kotlin) from 1.5.30 to 1.5.31. - [Release notes](https://github.com/JetBrains/kotlin/releases) - [Changelog](https://github.com/JetBrains/kotlin/blob/v1.5.31/ChangeLog.md) - [Commits](https://github.com/JetBrains/kotlin/compare/v1.5.30...v1.5.31) --- updated-dependencies: - dependency-name: org.jetbrains.kotlin:kotlin-gradle-plugin dependency-type: direct:production update-type: version-update:semver-patch ... Signed-off-by: dependabot[bot] Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com> * Bump constraintlayout from 2.1.0 to 2.1.1 (#257) Bumps [constraintlayout](https://github.com/androidx/constraintlayout) from 2.1.0 to 2.1.1. - [Release notes](https://github.com/androidx/constraintlayout/releases) - [Commits](https://github.com/androidx/constraintlayout/commits) --- updated-dependencies: - dependency-name: androidx.constraintlayout:constraintlayout dependency-type: direct:production update-type: version-update:semver-patch ... Signed-off-by: dependabot[bot] Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com> * Improve validation logic, fix tests (#261) * Fix nullable return type (#260) * Bump okhttp from 4.9.1 to 4.9.2 (#258) Bumps [okhttp](https://github.com/square/okhttp) from 4.9.1 to 4.9.2. - [Release notes](https://github.com/square/okhttp/releases) - [Changelog](https://github.com/square/okhttp/blob/master/CHANGELOG.md) - [Commits](https://github.com/square/okhttp/compare/parent-4.9.1...parent-4.9.2) --- updated-dependencies: - dependency-name: com.squareup.okhttp3:okhttp dependency-type: direct:production update-type: version-update:semver-patch ... Signed-off-by: dependabot[bot] Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com> Co-authored-by: Dmytro * Bump dokka_version from 1.5.30 to 1.5.31 (#264) Bumps `dokka_version` from 1.5.30 to 1.5.31. Updates `dokka-gradle-plugin` from 1.5.30 to 1.5.31 - [Release notes](https://github.com/Kotlin/dokka/releases) - [Commits](https://github.com/Kotlin/dokka/compare/v1.5.30...v1.5.31) Updates `dokka-base` from 1.5.30 to 1.5.31 - [Release notes](https://github.com/Kotlin/dokka/releases) - [Commits](https://github.com/Kotlin/dokka/compare/v1.5.30...v1.5.31) --- updated-dependencies: - dependency-name: org.jetbrains.dokka:dokka-gradle-plugin dependency-type: direct:production update-type: version-update:semver-patch - dependency-name: org.jetbrains.dokka:dokka-base dependency-type: direct:production update-type: version-update:semver-patch ... Signed-off-by: dependabot[bot] Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com> Co-authored-by: Dmytro * Public release v1.6.15 (#266) * Version name & code rise * Update docs Co-authored-by: Dmytro Kos Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com> * Images patch 1 (#272) * Version name & code rise * Update docs * Update config.yml Co-authored-by: Dmytro Kos Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com> Co-authored-by: Dmytro Kos Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com> * Merge dev into master (#280) * Release/v1.6.13 to dev (#240) * Bump dokka_version from 1.5.0 to 1.5.30 (#242) Bumps `dokka_version` from 1.5.0 to 1.5.30. Updates `dokka-gradle-plugin` from 1.5.0 to 1.5.30 - [Release notes](https://github.com/Kotlin/dokka/releases) - [Commits](https://github.com/Kotlin/dokka/compare/v1.5.0...v1.5.30) Updates `dokka-base` from 1.5.0 to 1.5.30 - [Release notes](https://github.com/Kotlin/dokka/releases) - [Commits](https://github.com/Kotlin/dokka/compare/v1.5.0...v1.5.30) --- updated-dependencies: - dependency-name: org.jetbrains.dokka:dokka-gradle-plugin dependency-type: direct:production update-type: version-update:semver-patch - dependency-name: org.jetbrains.dokka:dokka-base dependency-type: direct:production update-type: version-update:semver-patch ... Signed-off-by: dependabot[bot] Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com> * Improve default validation (#243) * Update MIGRATING.md (#244) * Release v1.6.14 (#246) * Bump cardscan-ui from 2.1.0011 to 2.1.0012 (#249) Bumps [cardscan-ui](https://github.com/getbouncer/cardscan-android) from 2.1.0011 to 2.1.0012. - [Release notes](https://github.com/getbouncer/cardscan-android/releases) - [Changelog](https://github.com/getbouncer/cardscan-android/blob/master/CHANGELOG.md) - [Commits](https://github.com/getbouncer/cardscan-android/compare/2.1.0011...2.1.0012) --- updated-dependencies: - dependency-name: com.getbouncer:cardscan-ui dependency-type: direct:production update-type: version-update:semver-patch ... Signed-off-by: dependabot[bot] Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com> * Bump kotlin-gradle-plugin from 1.5.30 to 1.5.31 (#253) Bumps [kotlin-gradle-plugin](https://github.com/JetBrains/kotlin) from 1.5.30 to 1.5.31. - [Release notes](https://github.com/JetBrains/kotlin/releases) - [Changelog](https://github.com/JetBrains/kotlin/blob/v1.5.31/ChangeLog.md) - [Commits](https://github.com/JetBrains/kotlin/compare/v1.5.30...v1.5.31) --- updated-dependencies: - dependency-name: org.jetbrains.kotlin:kotlin-gradle-plugin dependency-type: direct:production update-type: version-update:semver-patch ... Signed-off-by: dependabot[bot] Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com> * Bump constraintlayout from 2.1.0 to 2.1.1 (#257) Bumps [constraintlayout](https://github.com/androidx/constraintlayout) from 2.1.0 to 2.1.1. - [Release notes](https://github.com/androidx/constraintlayout/releases) - [Commits](https://github.com/androidx/constraintlayout/commits) --- updated-dependencies: - dependency-name: androidx.constraintlayout:constraintlayout dependency-type: direct:production update-type: version-update:semver-patch ... Signed-off-by: dependabot[bot] Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com> * Improve validation logic, fix tests (#261) * Fix nullable return type (#260) * Bump okhttp from 4.9.1 to 4.9.2 (#258) Bumps [okhttp](https://github.com/square/okhttp) from 4.9.1 to 4.9.2. - [Release notes](https://github.com/square/okhttp/releases) - [Changelog](https://github.com/square/okhttp/blob/master/CHANGELOG.md) - [Commits](https://github.com/square/okhttp/compare/parent-4.9.1...parent-4.9.2) --- updated-dependencies: - dependency-name: com.squareup.okhttp3:okhttp dependency-type: direct:production update-type: version-update:semver-patch ... Signed-off-by: dependabot[bot] Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com> Co-authored-by: Dmytro * Bump dokka_version from 1.5.30 to 1.5.31 (#264) Bumps `dokka_version` from 1.5.30 to 1.5.31. Updates `dokka-gradle-plugin` from 1.5.30 to 1.5.31 - [Release notes](https://github.com/Kotlin/dokka/releases) - [Commits](https://github.com/Kotlin/dokka/compare/v1.5.30...v1.5.31) Updates `dokka-base` from 1.5.30 to 1.5.31 - [Release notes](https://github.com/Kotlin/dokka/releases) - [Commits](https://github.com/Kotlin/dokka/compare/v1.5.30...v1.5.31) --- updated-dependencies: - dependency-name: org.jetbrains.dokka:dokka-gradle-plugin dependency-type: direct:production update-type: version-update:semver-patch - dependency-name: org.jetbrains.dokka:dokka-base dependency-type: direct:production update-type: version-update:semver-patch ... Signed-off-by: dependabot[bot] Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com> Co-authored-by: Dmytro * Public release v1.6.15 (#266) * Version name & code rise * Update docs * Bump firebase-bom from 28.4.1 to 28.4.2 (#270) Bumps firebase-bom from 28.4.1 to 28.4.2. --- updated-dependencies: - dependency-name: com.google.firebase:firebase-bom dependency-type: direct:production update-type: version-update:semver-patch ... Signed-off-by: dependabot[bot] Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com> * Bump mockito_version from 3.12.4 to 4.0.0 (#271) Bumps `mockito_version` from 3.12.4 to 4.0.0. Updates `mockito-core` from 3.12.4 to 4.0.0 - [Release notes](https://github.com/mockito/mockito/releases) - [Commits](https://github.com/mockito/mockito/compare/v3.12.4...v4.0.0) Updates `mockito-inline` from 3.12.4 to 4.0.0 - [Release notes](https://github.com/mockito/mockito/releases) - [Commits](https://github.com/mockito/mockito/compare/v3.12.4...v4.0.0) --- updated-dependencies: - dependency-name: org.mockito:mockito-core dependency-type: direct:production update-type: version-update:semver-major - dependency-name: org.mockito:mockito-inline dependency-type: direct:production update-type: version-update:semver-major ... Signed-off-by: dependabot[bot] Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com> * Bump gradle from 7.0.2 to 7.0.3 (#273) Bumps gradle from 7.0.2 to 7.0.3. --- updated-dependencies: - dependency-name: com.android.tools.build:gradle dependency-type: direct:production update-type: version-update:semver-patch ... Signed-off-by: dependabot[bot] Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com> * Fix submit function response body (#274) * Public release v1.6.16 (#275) * Merge dev into master (#269) * Release/v1.6.13 to dev (#240) * Bump dokka_version from 1.5.0 to 1.5.30 (#242) Bumps `dokka_version` from 1.5.0 to 1.5.30. Updates `dokka-gradle-plugin` from 1.5.0 to 1.5.30 - [Release notes](https://github.com/Kotlin/dokka/releases) - [Commits](https://github.com/Kotlin/dokka/compare/v1.5.0...v1.5.30) Updates `dokka-base` from 1.5.0 to 1.5.30 - [Release notes](https://github.com/Kotlin/dokka/releases) - [Commits](https://github.com/Kotlin/dokka/compare/v1.5.0...v1.5.30) --- updated-dependencies: - dependency-name: org.jetbrains.dokka:dokka-gradle-plugin dependency-type: direct:production update-type: version-update:semver-patch - dependency-name: org.jetbrains.dokka:dokka-base dependency-type: direct:production update-type: version-update:semver-patch ... Signed-off-by: dependabot[bot] Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com> * Improve default validation (#243) * Update MIGRATING.md (#244) * Release v1.6.14 (#246) * Bump cardscan-ui from 2.1.0011 to 2.1.0012 (#249) Bumps [cardscan-ui](https://github.com/getbouncer/cardscan-android) from 2.1.0011 to 2.1.0012. - [Release notes](https://github.com/getbouncer/cardscan-android/releases) - [Changelog](https://github.com/getbouncer/cardscan-android/blob/master/CHANGELOG.md) - [Commits](https://github.com/getbouncer/cardscan-android/compare/2.1.0011...2.1.0012) --- updated-dependencies: - dependency-name: com.getbouncer:cardscan-ui dependency-type: direct:production update-type: version-update:semver-patch ... Signed-off-by: dependabot[bot] Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com> * Bump kotlin-gradle-plugin from 1.5.30 to 1.5.31 (#253) Bumps [kotlin-gradle-plugin](https://github.com/JetBrains/kotlin) from 1.5.30 to 1.5.31. - [Release notes](https://github.com/JetBrains/kotlin/releases) - [Changelog](https://github.com/JetBrains/kotlin/blob/v1.5.31/ChangeLog.md) - [Commits](https://github.com/JetBrains/kotlin/compare/v1.5.30...v1.5.31) --- updated-dependencies: - dependency-name: org.jetbrains.kotlin:kotlin-gradle-plugin dependency-type: direct:production update-type: version-update:semver-patch ... Signed-off-by: dependabot[bot] Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com> * Bump constraintlayout from 2.1.0 to 2.1.1 (#257) Bumps [constraintlayout](https://github.com/androidx/constraintlayout) from 2.1.0 to 2.1.1. - [Release notes](https://github.com/androidx/constraintlayout/releases) - [Commits](https://github.com/androidx/constraintlayout/commits) --- updated-dependencies: - dependency-name: androidx.constraintlayout:constraintlayout dependency-type: direct:production update-type: version-update:semver-patch ... Signed-off-by: dependabot[bot] Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com> * Improve validation logic, fix tests (#261) * Fix nullable return type (#260) * Bump okhttp from 4.9.1 to 4.9.2 (#258) Bumps [okhttp](https://github.com/square/okhttp) from 4.9.1 to 4.9.2. - [Release notes](https://github.com/square/okhttp/releases) - [Changelog](https://github.com/square/okhttp/blob/master/CHANGELOG.md) - [Commits](https://github.com/square/okhttp/compare/parent-4.9.1...parent-4.9.2) --- updated-dependencies: - dependency-name: com.squareup.okhttp3:okhttp dependency-type: direct:production update-type: version-update:semver-patch ... Signed-off-by: dependabot[bot] Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com> Co-authored-by: Dmytro * Bump dokka_version from 1.5.30 to 1.5.31 (#264) Bumps `dokka_version` from 1.5.30 to 1.5.31. Updates `dokka-gradle-plugin` from 1.5.30 to 1.5.31 - [Release notes](https://github.com/Kotlin/dokka/releases) - [Commits](https://github.com/Kotlin/dokka/compare/v1.5.30...v1.5.31) Updates `dokka-base` from 1.5.30 to 1.5.31 - [Release notes](https://github.com/Kotlin/dokka/releases) - [Commits](https://github.com/Kotlin/dokka/compare/v1.5.30...v1.5.31) --- updated-dependencies: - dependency-name: org.jetbrains.dokka:dokka-gradle-plugin dependency-type: direct:production update-type: version-update:semver-patch - dependency-name: org.jetbrains.dokka:dokka-base dependency-type: direct:production update-type: version-update:semver-patch ... Signed-off-by: dependabot[bot] Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com> Co-authored-by: Dmytro * Public release v1.6.15 (#266) * Version name & code rise * Update docs Co-authored-by: Dmytro Kos Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com> * Images patch 1 (#272) * Version name & code rise * Update docs * Update config.yml Co-authored-by: Dmytro Kos Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com> * Bump tensorflow-lite from 2.1.0011 to 2.1.0015 (#262) Bumps [tensorflow-lite](https://github.com/getbouncer/cardscan-android) from 2.1.0011 to 2.1.0015. - [Release notes](https://github.com/getbouncer/cardscan-android/releases) - [Changelog](https://github.com/getbouncer/cardscan-android/blob/master/CHANGELOG.md) - [Commits](https://github.com/getbouncer/cardscan-android/compare/2.1.0011...2.1.0015) --- updated-dependencies: - dependency-name: com.getbouncer:tensorflow-lite dependency-type: direct:production update-type: version-update:semver-patch ... Signed-off-by: dependabot[bot] Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com> Co-authored-by: dmytrodmytryshyn * Bump scan-payment-full from 2.1.0011 to 2.1.0015 (#265) Bumps [scan-payment-full](https://github.com/getbouncer/cardscan-android) from 2.1.0011 to 2.1.0015. - [Release notes](https://github.com/getbouncer/cardscan-android/releases) - [Changelog](https://github.com/getbouncer/cardscan-android/blob/master/CHANGELOG.md) - [Commits](https://github.com/getbouncer/cardscan-android/compare/2.1.0011...2.1.0015) --- updated-dependencies: - dependency-name: com.getbouncer:scan-payment-full dependency-type: direct:production update-type: version-update:semver-patch ... Signed-off-by: dependabot[bot] Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com> Co-authored-by: dmytrodmytryshyn * Bump cardscan-ui from 2.1.0012 to 2.1.0015 (#263) Bumps [cardscan-ui](https://github.com/getbouncer/cardscan-android) from 2.1.0012 to 2.1.0015. - [Release notes](https://github.com/getbouncer/cardscan-android/releases) - [Changelog](https://github.com/getbouncer/cardscan-android/blob/master/CHANGELOG.md) - [Commits](https://github.com/getbouncer/cardscan-android/compare/2.1.0012...2.1.0015) --- updated-dependencies: - dependency-name: com.getbouncer:cardscan-ui dependency-type: direct:production update-type: version-update:semver-patch ... Signed-off-by: dependabot[bot] Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com> Co-authored-by: dmytrodmytryshyn * Bump bouncer versions from 2.1.0015 -> 2.1.0016 (#279) * Bouncer adapter version name & code rise (#278) Co-authored-by: Dmytro Kos Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com> * Version name & code rise * Update docs Co-authored-by: Dmytro Kos Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com> * Bump firebase-bom from 29.0.0 to 29.0.1 (#302) Bumps firebase-bom from 29.0.0 to 29.0.1. --- updated-dependencies: - dependency-name: com.google.firebase:firebase-bom dependency-type: direct:production update-type: version-update:semver-patch ... Signed-off-by: dependabot[bot] Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com> * Bump robolectric from 4.7.2 to 4.7.3 (#303) Bumps [robolectric](https://github.com/robolectric/robolectric) from 4.7.2 to 4.7.3. - [Release notes](https://github.com/robolectric/robolectric/releases) - [Commits](https://github.com/robolectric/robolectric/compare/robolectric-4.7.2...robolectric-4.7.3) --- updated-dependencies: - dependency-name: org.robolectric:robolectric dependency-type: direct:production update-type: version-update:semver-patch ... Signed-off-by: dependabot[bot] Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com> * Bump json from 20210307 to 20211205 (#304) Bumps [json](https://github.com/douglascrockford/JSON-java) from 20210307 to 20211205. - [Release notes](https://github.com/douglascrockford/JSON-java/releases) - [Changelog](https://github.com/stleary/JSON-java/blob/master/docs/RELEASES.md) - [Commits](https://github.com/douglascrockford/JSON-java/commits) --- updated-dependencies: - dependency-name: org.json:json dependency-type: direct:production update-type: version-update:semver-major ... Signed-off-by: dependabot[bot] Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com> * Bump play-services-auth from 19.2.0 to 20.0.0 (#306) Bumps play-services-auth from 19.2.0 to 20.0.0. --- updated-dependencies: - dependency-name: com.google.android.gms:play-services-auth dependency-type: direct:production update-type: version-update:semver-major ... Signed-off-by: dependabot[bot] Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com> * Bump firebase-bom from 29.0.1 to 29.0.2 (#311) Bumps firebase-bom from 29.0.1 to 29.0.2. --- updated-dependencies: - dependency-name: com.google.firebase:firebase-bom dependency-type: direct:production update-type: version-update:semver-patch ... Signed-off-by: dependabot[bot] Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com> * Move google-services.json to ci (#307) * Remove google-services.json. Update ci config. Add test code for check file creation. * Remove tests code. * Fix TextInputFieldLayout.kt error restore after screen rotation (#312) * Bump kotlin-gradle-plugin from 1.6.0 to 1.6.10 (#313) Bumps [kotlin-gradle-plugin](https://github.com/JetBrains/kotlin) from 1.6.0 to 1.6.10. - [Release notes](https://github.com/JetBrains/kotlin/releases) - [Changelog](https://github.com/JetBrains/kotlin/blob/v1.6.10/ChangeLog.md) - [Commits](https://github.com/JetBrains/kotlin/compare/v1.6.0...v1.6.10) --- updated-dependencies: - dependency-name: org.jetbrains.kotlin:kotlin-gradle-plugin dependency-type: direct:production update-type: version-update:semver-patch ... Signed-off-by: dependabot[bot] Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com> * Bump gradle from 7.0.3 to 7.0.4 (#305) Bumps gradle from 7.0.3 to 7.0.4. --- updated-dependencies: - dependency-name: com.android.tools.build:gradle dependency-type: direct:production update-type: version-update:semver-patch ... Signed-off-by: dependabot[bot] Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com> * Merge public release v1.6.18 into dev (#315) * Merge public release 1.6.16 into master (#277) * Release/v1.6.13 to dev (#240) * Bump dokka_version from 1.5.0 to 1.5.30 (#242) Bumps `dokka_version` from 1.5.0 to 1.5.30. Updates `dokka-gradle-plugin` from 1.5.0 to 1.5.30 - [Release notes](https://github.com/Kotlin/dokka/releases) - [Commits](https://github.com/Kotlin/dokka/compare/v1.5.0...v1.5.30) Updates `dokka-base` from 1.5.0 to 1.5.30 - [Release notes](https://github.com/Kotlin/dokka/releases) - [Commits](https://github.com/Kotlin/dokka/compare/v1.5.0...v1.5.30) --- updated-dependencies: - dependency-name: org.jetbrains.dokka:dokka-gradle-plugin dependency-type: direct:production update-type: version-update:semver-patch - dependency-name: org.jetbrains.dokka:dokka-base dependency-type: direct:production update-type: version-update:semver-patch ... Signed-off-by: dependabot[bot] Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com> * Improve default validation (#243) * Update MIGRATING.md (#244) * Release v1.6.14 (#246) * Bump cardscan-ui from 2.1.0011 to 2.1.0012 (#249) Bumps [cardscan-ui](https://github.com/getbouncer/cardscan-android) from 2.1.0011 to 2.1.0012. - [Release notes](https://github.com/getbouncer/cardscan-android/releases) - [Changelog](https://github.com/getbouncer/cardscan-android/blob/master/CHANGELOG.md) - [Commits](https://github.com/getbouncer/cardscan-android/compare/2.1.0011...2.1.0012) --- updated-dependencies: - dependency-name: com.getbouncer:cardscan-ui dependency-type: direct:production update-type: version-update:semver-patch ... Signed-off-by: dependabot[bot] Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com> * Bump kotlin-gradle-plugin from 1.5.30 to 1.5.31 (#253) Bumps [kotlin-gradle-plugin](https://github.com/JetBrains/kotlin) from 1.5.30 to 1.5.31. - [Release notes](https://github.com/JetBrains/kotlin/releases) - [Changelog](https://github.com/JetBrains/kotlin/blob/v1.5.31/ChangeLog.md) - [Commits](https://github.com/JetBrains/kotlin/compare/v1.5.30...v1.5.31) --- updated-dependencies: - dependency-name: org.jetbrains.kotlin:kotlin-gradle-plugin dependency-type: direct:production update-type: version-update:semver-patch ... Signed-off-by: dependabot[bot] Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com> * Bump constraintlayout from 2.1.0 to 2.1.1 (#257) Bumps [constraintlayout](https://github.com/androidx/constraintlayout) from 2.1.0 to 2.1.1. - [Release notes](https://github.com/androidx/constraintlayout/releases) - [Commits](https://github.com/androidx/constraintlayout/commits) --- updated-dependencies: - dependency-name: androidx.constraintlayout:constraintlayout dependency-type: direct:production update-type: version-update:semver-patch ... Signed-off-by: dependabot[bot] Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com> * Improve validation logic, fix tests (#261) * Fix nullable return type (#260) * Bump okhttp from 4.9.1 to 4.9.2 (#258) Bumps [okhttp](https://github.com/square/okhttp) from 4.9.1 to 4.9.2. - [Release notes](https://github.com/square/okhttp/releases) - [Changelog](https://github.com/square/okhttp/blob/master/CHANGELOG.md) - [Commits](https://github.com/square/okhttp/compare/parent-4.9.1...parent-4.9.2) --- updated-dependencies: - dependency-name: com.squareup.okhttp3:okhttp dependency-type: direct:production update-type: version-update:semver-patch ... Signed-off-by: dependabot[bot] Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com> Co-authored-by: Dmytro * Bump dokka_version from 1.5.30 to 1.5.31 (#264) Bumps `dokka_version` from 1.5.30 to 1.5.31. Updates `dokka-gradle-plugin` from 1.5.30 to 1.5.31 - [Release notes](https://github.com/Kotlin/dokka/releases) - [Commits](https://github.com/Kotlin/dokka/compare/v1.5.30...v1.5.31) Updates `dokka-base` from 1.5.30 to 1.5.31 - [Release notes](https://github.com/Kotlin/dokka/releases) - [Commits](https://github.com/Kotlin/dokka/compare/v1.5.30...v1.5.31) --- updated-dependencies: - dependency-name: org.jetbrains.dokka:dokka-gradle-plugin dependency-type: direct:production update-type: version-update:semver-patch - dependency-name: org.jetbrains.dokka:dokka-base dependency-type: direct:production update-type: version-update:semver-patch ... Signed-off-by: dependabot[bot] Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com> Co-authored-by: Dmytro * Public release v1.6.15 (#266) * Version name & code rise * Update docs * Bump firebase-bom from 28.4.1 to 28.4.2 (#270) Bumps firebase-bom from 28.4.1 to 28.4.2. --- updated-dependencies: - dependency-name: com.google.firebase:firebase-bom dependency-type: direct:production update-type: version-update:semver-patch ... Signed-off-by: dependabot[bot] Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com> * Bump mockito_version from 3.12.4 to 4.0.0 (#271) Bumps `mockito_version` from 3.12.4 to 4.0.0. Updates `mockito-core` from 3.12.4 to 4.0.0 - [Release notes](https://github.com/mockito/mockito/releases) - [Commits](https://github.com/mockito/mockito/compare/v3.12.4...v4.0.0) Updates `mockito-inline` from 3.12.4 to 4.0.0 - [Release notes](https://github.com/mockito/mockito/releases) - [Commits](https://github.com/mockito/mockito/compare/v3.12.4...v4.0.0) --- updated-dependencies: - dependency-name: org.mockito:mockito-core dependency-type: direct:production update-type: version-update:semver-major - dependency-name: org.mockito:mockito-inline dependency-type: direct:production update-type: version-update:semver-major ... Signed-off-by: dependabot[bot] Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com> * Bump gradle from 7.0.2 to 7.0.3 (#273) Bumps gradle from 7.0.2 to 7.0.3. --- updated-dependencies: - dependency-name: com.android.tools.build:gradle dependency-type: direct:production update-type: version-update:semver-patch ... Signed-off-by: dependabot[bot] Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com> * Fix submit function response body (#274) * Public release v1.6.16 (#275) * Merge dev into master (#269) * Release/v1.6.13 to dev (#240) * Bump dokka_version from 1.5.0 to 1.5.30 (#242) Bumps `dokka_version` from 1.5.0 to 1.5.30. Updates `dokka-gradle-plugin` from 1.5.0 to 1.5.30 - [Release notes](https://github.com/Kotlin/dokka/releases) - [Commits](https://github.com/Kotlin/dokka/compare/v1.5.0...v1.5.30) Updates `dokka-base` from 1.5.0 to 1.5.30 - [Release notes](https://github.com/Kotlin/dokka/releases) - [Commits](https://github.com/Kotlin/dokka/compare/v1.5.0...v1.5.30) --- updated-dependencies: - dependency-name: org.jetbrains.dokka:dokka-gradle-plugin dependency-type: direct:production update-type: version-update:semver-patch - dependency-name: org.jetbrains.dokka:dokka-base dependency-type: direct:production update-type: version-update:semver-patch ... Signed-off-by: dependabot[bot] Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com> * Improve default validation (#243) * Update MIGRATING.md (#244) * Release v1.6.14 (#246) * Bump cardscan-ui from 2.1.0011 to 2.1.0012 (#249) Bumps [cardscan-ui](https://github.com/getbouncer/cardscan-android) from 2.1.0011 to 2.1.0012. - [Release notes](https://github.com/getbouncer/cardscan-android/releases) - [Changelog](https://github.com/getbouncer/cardscan-android/blob/master/CHANGELOG.md) - [Commits](https://github.com/getbouncer/cardscan-android/compare/2.1.0011...2.1.0012) --- updated-dependencies: - dependency-name: com.getbouncer:cardscan-ui dependency-type: direct:production update-type: version-update:semver-patch ... Signed-off-by: dependabot[bot] Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com> * Bump kotlin-gradle-plugin from 1.5.30 to 1.5.31 (#253) Bumps [kotlin-gradle-plugin](https://github.com/JetBrains/kotlin) from 1.5.30 to 1.5.31. - [Release notes](https://github.com/JetBrains/kotlin/releases) - [Changelog](https://github.com/JetBrains/kotlin/blob/v1.5.31/ChangeLog.md) - [Commits](https://github.com/JetBrains/kotlin/compare/v1.5.30...v1.5.31) --- updated-dependencies: - dependency-name: org.jetbrains.kotlin:kotlin-gradle-plugin dependency-type: direct:production update-type: version-update:semver-patch ... Signed-off-by: dependabot[bot] Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com> * Bump constraintlayout from 2.1.0 to 2.1.1 (#257) Bumps [constraintlayout](https://github.com/androidx/constraintlayout) from 2.1.0 to 2.1.1. - [Release notes](https://github.com/androidx/constraintlayout/releases) - [Commits](https://github.com/androidx/constraintlayout/commits) --- updated-dependencies: - dependency-name: androidx.constraintlayout:constraintlayout dependency-type: direct:production update-type: version-update:semver-patch ... Signed-off-by: dependabot[bot] Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com> * Improve validation logic, fix tests (#261) * Fix nullable return type (#260) * Bump okhttp from 4.9.1 to 4.9.2 (#258) Bumps [okhttp](https://github.com/square/okhttp) from 4.9.1 to 4.9.2. - [Release notes](https://github.com/square/okhttp/releases) - [Changelog](https://github.com/square/okhttp/blob/master/CHANGELOG.md) - [Commits](https://github.com/square/okhttp/compare/parent-4.9.1...parent-4.9.2) --- updated-dependencies: - dependency-name: com.squareup.okhttp3:okhttp dependency-type: direct:production update-type: version-update:semver-patch ... Signed-off-by: dependabot[bot] Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com> Co-authored-by: Dmytro * Bump dokka_version from 1.5.30 to 1.5.31 (#264) Bumps `dokka_version` from 1.5.30 to 1.5.31. Updates `dokka-gradle-plugin` from 1.5.30 to 1.5.31 - [Release notes](https://github.com/Kotlin/dokka/releases) - [Commits](https://github.com/Kotlin/dokka/compare/v1.5.30...v1.5.31) Updates `dokka-base` from 1.5.30 to 1.5.31 - [Release notes](https://github.com/Kotlin/dokka/releases) - [Commits](https://github.com/Kotlin/dokka/compare/v1.5.30...v1.5.31) --- updated-dependencies: - dependency-name: org.jetbrains.dokka:dokka-gradle-plugin dependency-type: direct:production update-type: version-update:semver-patch - dependency-name: org.jetbrains.dokka:dokka-base dependency-type: direct:production update-type: version-update:semver-patch ... Signed-off-by: dependabot[bot] Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com> Co-authored-by: Dmytro * Public release v1.6.15 (#266) * Version name & code rise * Update docs Co-authored-by: Dmytro Kos Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com> * Images patch 1 (#272) * Version name & code rise * Update docs * Update config.yml Co-authored-by: Dmytro Kos Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com> Co-authored-by: Dmytro Kos Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com> * Merge dev into master (#280) * Release/v1.6.13 to dev (#240) * Bump dokka_version from 1.5.0 to 1.5.30 (#242) Bumps `dokka_version` from 1.5.0 to 1.5.30. Updates `dokka-gradle-plugin` from 1.5.0 to 1.5.30 - [Release notes](https://github.com/Kotlin/dokka/releases) - [Commits… * Bump robolectric from 4.8.2 to 4.9 (#433) Bumps [robolectric](https://github.com/robolectric/robolectric) from 4.8.2 to 4.9. - [Release notes](https://github.com/robolectric/robolectric/releases) - [Commits](https://github.com/robolectric/robolectric/compare/robolectric-4.8.2...robolectric-4.9) --- updated-dependencies: - dependency-name: org.robolectric:robolectric dependency-type: direct:production update-type: version-update:semver-minor ... Signed-off-by: dependabot[bot] Signed-off-by: dependabot[bot] Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com> * fix message (#434) * Add Result API (#436) * onActivityResult is deprecated * add user api * remove onActivityResult from sample * update documentation * update parseResult * update FileContract * update VGSFileProvider * update VGSColect * update sample activity * Remove deprecated scan module (#440) * remove scan module * update dependencies * Bump gradle from 7.3.0 to 7.3.1 (#439) Bumps gradle from 7.3.0 to 7.3.1. --- updated-dependencies: - dependency-name: com.android.tools.build:gradle dependency-type: direct:production update-type: version-update:semver-patch ... Signed-off-by: dependabot[bot] Signed-off-by: dependabot[bot] Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com> * Bump kotlin-gradle-plugin from 1.7.10 to 1.7.20 (#432) Bumps [kotlin-gradle-plugin](https://github.com/JetBrains/kotlin) from 1.7.10 to 1.7.20. - [Release notes](https://github.com/JetBrains/kotlin/releases) - [Changelog](https://github.com/JetBrains/kotlin/blob/v1.7.20/ChangeLog.md) - [Commits](https://github.com/JetBrains/kotlin/compare/v1.7.10...v1.7.20) --- updated-dependencies: - dependency-name: org.jetbrains.kotlin:kotlin-gradle-plugin dependency-type: direct:production update-type: version-update:semver-patch ... Signed-off-by: dependabot[bot] Signed-off-by: dependabot[bot] Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com> Co-authored-by: Dmytro Kos * Bump mockito-inline from 4.8.0 to 4.8.1 (#442) Bumps [mockito-inline](https://github.com/mockito/mockito) from 4.8.0 to 4.8.1. - [Release notes](https://github.com/mockito/mockito/releases) - [Commits](https://github.com/mockito/mockito/compare/v4.8.0...v4.8.1) --- updated-dependencies: - dependency-name: org.mockito:mockito-inline dependency-type: direct:production update-type: version-update:semver-patch ... Signed-off-by: dependabot[bot] Signed-off-by: dependabot[bot] Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com> * Update tests (#441) * Update TimeGapsValidatorTest.kt tests and date generating logics * Update TimeGapsValidatorTest.kt forward years * Revert "Add Result API (#436)" This reverts commit 88fc0ff1f0cfa5998c1910e47011362bfcf8f626. * Add exp date serializer for tokenization config (#445) * Implement serialization in tokenization * Remove test logs * Refactor tokenization serialization. Fix and add tests * Remove redundant function * Update nullability check * Bump mockito-core from 4.8.0 to 4.8.1 (#444) Bumps [mockito-core](https://github.com/mockito/mockito) from 4.8.0 to 4.8.1. - [Release notes](https://github.com/mockito/mockito/releases) - [Commits](https://github.com/mockito/mockito/compare/v4.8.0...v4.8.1) --- updated-dependencies: - dependency-name: org.mockito:mockito-core dependency-type: direct:production update-type: version-update:semver-patch ... Signed-off-by: dependabot[bot] Signed-off-by: dependabot[bot] Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com> * Demo refoactoring (#446) * Replace android:drawableStar with app:drawableStartCompat * Refactor demo RemoteDataSource.kt errors handling * Bump dokka-base from 1.7.10 to 1.7.20 (#438) Bumps [dokka-base](https://github.com/Kotlin/dokka) from 1.7.10 to 1.7.20. - [Release notes](https://github.com/Kotlin/dokka/releases) - [Commits](https://github.com/Kotlin/dokka/compare/v1.7.10...v1.7.20) --- updated-dependencies: - dependency-name: org.jetbrains.dokka:dokka-base dependency-type: direct:production update-type: version-update:semver-patch ... Signed-off-by: dependabot[bot] Signed-off-by: dependabot[bot] Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com> * Bump dokka-gradle-plugin from 1.7.10 to 1.7.20 (#437) Bumps [dokka-gradle-plugin](https://github.com/Kotlin/dokka) from 1.7.10 to 1.7.20. - [Release notes](https://github.com/Kotlin/dokka/releases) - [Commits](https://github.com/Kotlin/dokka/compare/v1.7.10...v1.7.20) --- updated-dependencies: - dependency-name: org.jetbrains.dokka:dokka-gradle-plugin dependency-type: direct:production update-type: version-update:semver-patch ... Signed-off-by: dependabot[bot] Signed-off-by: dependabot[bot] Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com> * Update collect/tokenization demo UI (#447) * Add viewBinding for demo project, remove Koltin synthetic from tokenization activity * Remove redundant style * Refactor default card input layout, remove redundant layouts * Add address section * Add basic collect screen implementation * Add code examle view * Handle response code example * Show states as json * Remove import of VGSCollectActivity from TokenizationActivity * Remove improts to VGSCollectActivity from StartActivity * Add card number setup with examples * Add holder/expiry/cvc setup with examples * Remove portrait lock * Remove VGSCollectActivity.kt, rename package, fix tests * Fix typo * Remove redundant import * Refactor tokenization demo screen to support landscape * Add ability to override default icon bounds function * Revert "Add ability to override default icon bounds function" This reverts commit 93b5ddae1f7eac51cbc7e1e651aa1414da5be485. * Add possibility to specify icon bounds in icon adapter (#448) * Add ability to override default icon bounds function * Fix CVCIconAdapter.kt links * Bump rules from 1.4.0 to 1.5.0 (#453) * Bump rules from 1.4.0 to 1.5.0 Bumps rules from 1.4.0 to 1.5.0. --- updated-dependencies: - dependency-name: androidx.test:rules dependency-type: direct:production update-type: version-update:semver-minor ... Signed-off-by: dependabot[bot] * Add core library dependancy to fix BootstrapActivity issue on Android 13 Signed-off-by: dependabot[bot] Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com> Co-authored-by: dmytrodmytryshyn * Bump junit-ktx from 1.1.3 to 1.1.4 (#452) Bumps junit-ktx from 1.1.3 to 1.1.4. --- updated-dependencies: - dependency-name: androidx.test.ext:junit-ktx dependency-type: direct:production update-type: version-update:semver-patch ... Signed-off-by: dependabot[bot] Signed-off-by: dependabot[bot] Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com> Co-authored-by: dmytrodmytryshyn * Bump espresso-intents from 3.4.0 to 3.5.0 (#451) Bumps espresso-intents from 3.4.0 to 3.5.0. --- updated-dependencies: - dependency-name: androidx.test.espresso:espresso-intents dependency-type: direct:production update-type: version-update:semver-minor ... Signed-off-by: dependabot[bot] Signed-off-by: dependabot[bot] Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com> Co-authored-by: dmytrodmytryshyn * Bump kotlin-gradle-plugin from 1.7.20 to 1.7.21 (#449) Bumps [kotlin-gradle-plugin](https://github.com/JetBrains/kotlin) from 1.7.20 to 1.7.21. - [Release notes](https://github.com/JetBrains/kotlin/releases) - [Changelog](https://github.com/JetBrains/kotlin/blob/master/ChangeLog.md) - [Commits](https://github.com/JetBrains/kotlin/commits) --- updated-dependencies: - dependency-name: org.jetbrains.kotlin:kotlin-gradle-plugin dependency-type: direct:production update-type: version-update:semver-patch ... Signed-off-by: dependabot[bot] Signed-off-by: dependabot[bot] Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com> Co-authored-by: dmytrodmytryshyn * Bump material from 1.6.1 to 1.7.0 (#443) Bumps [material](https://github.com/material-components/material-components-android) from 1.6.1 to 1.7.0. - [Release notes](https://github.com/material-components/material-components-android/releases) - [Commits](https://github.com/material-components/material-components-android/compare/1.6.1...1.7.0) --- updated-dependencies: - dependency-name: com.google.android.material:material dependency-type: direct:production update-type: version-update:semver-minor ... Signed-off-by: dependabot[bot] Signed-off-by: dependabot[bot] Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com> Co-authored-by: dmytrodmytryshyn * Bump mockito-core from 4.8.1 to 4.9.0 (#456) Bumps [mockito-core](https://github.com/mockito/mockito) from 4.8.1 to 4.9.0. - [Release notes](https://github.com/mockito/mockito/releases) - [Commits](https://github.com/mockito/mockito/compare/v4.8.1...v4.9.0) --- updated-dependencies: - dependency-name: org.mockito:mockito-core dependency-type: direct:production update-type: version-update:semver-minor ... Signed-off-by: dependabot[bot] Signed-off-by: dependabot[bot] Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com> * Bump mockito-inline from 4.8.1 to 4.9.0 (#458) Bumps [mockito-inline](https://github.com/mockito/mockito) from 4.8.1 to 4.9.0. - [Release notes](https://github.com/mockito/mockito/releases) - [Commits](https://github.com/mockito/mockito/compare/v4.8.1...v4.9.0) --- updated-dependencies: - dependency-name: org.mockito:mockito-inline dependency-type: direct:production update-type: version-update:semver-minor ... Signed-off-by: dependabot[bot] Signed-off-by: dependabot[bot] Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com> Co-authored-by: dmytrodmytryshyn * Bump espresso-core from 3.4.0 to 3.5.0 (#455) Bumps espresso-core from 3.4.0 to 3.5.0. --- updated-dependencies: - dependency-name: androidx.test.espresso:espresso-core dependency-type: direct:production update-type: version-update:semver-minor ... Signed-off-by: dependabot[bot] Signed-off-by: dependabot[bot] Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com> Co-authored-by: dmytrodmytryshyn * Bump junit from 1.1.3 to 1.1.4 (#457) Bumps junit from 1.1.3 to 1.1.4. --- updated-dependencies: - dependency-name: androidx.test.ext:junit dependency-type: direct:production update-type: version-update:semver-patch ... Signed-off-by: dependabot[bot] Signed-off-by: dependabot[bot] Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com> Co-authored-by: dmytrodmytryshyn * Bump runner from 1.4.0 to 1.5.1 (#459) Bumps runner from 1.4.0 to 1.5.1. --- updated-dependencies: - dependency-name: androidx.test:runner dependency-type: direct:production update-type: version-update:semver-minor ... Signed-off-by: dependabot[bot] Signed-off-by: dependabot[bot] Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com> Co-authored-by: dmytrodmytryshyn * Fix ExpirationDateEditText text reset in date picker mode (#454) * Bump leakcanary-android from 2.9.1 to 2.10 (#460) Bumps [leakcanary-android](https://github.com/square/leakcanary) from 2.9.1 to 2.10. - [Release notes](https://github.com/square/leakcanary/releases) - [Changelog](https://github.com/square/leakcanary/blob/main/docs/changelog.md) - [Commits](https://github.com/square/leakcanary/compare/v2.9.1...v2.10) --- updated-dependencies: - dependency-name: com.squareup.leakcanary:leakcanary-android dependency-type: direct:production update-type: version-update:semver-minor ... Signed-off-by: dependabot[bot] Signed-off-by: dependabot[bot] Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com> * Merge release branch into development (#462) * Merge dev into master (#405) * Release/v1.6.13 to dev (#240) * Bump dokka_version from 1.5.0 to 1.5.30 (#242) Bumps `dokka_version` from 1.5.0 to 1.5.30. Updates `dokka-gradle-plugin` from 1.5.0 to 1.5.30 - [Release notes](https://github.com/Kotlin/dokka/releases) - [Commits](https://github.com/Kotlin/dokka/compare/v1.5.0...v1.5.30) Updates `dokka-base` from 1.5.0 to 1.5.30 - [Release notes](https://github.com/Kotlin/dokka/releases) - [Commits](https://github.com/Kotlin/dokka/compare/v1.5.0...v1.5.30) --- updated-dependencies: - dependency-name: org.jetbrains.dokka:dokka-gradle-plugin dependency-type: direct:production update-type: version-update:semver-patch - dependency-name: org.jetbrains.dokka:dokka-base dependency-type: direct:production update-type: version-update:semver-patch ... Signed-off-by: dependabot[bot] Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com> * Improve default validation (#243) * Update MIGRATING.md (#244) * Release v1.6.14 (#246) * Bump cardscan-ui from 2.1.0011 to 2.1.0012 (#249) Bumps [cardscan-ui](https://github.com/getbouncer/cardscan-android) from 2.1.0011 to 2.1.0012. - [Release notes](https://github.com/getbouncer/cardscan-android/releases) - [Changelog](https://github.com/getbouncer/cardscan-android/blob/master/CHANGELOG.md) - [Commits](https://github.com/getbouncer/cardscan-android/compare/2.1.0011...2.1.0012) --- updated-dependencies: - dependency-name: com.getbouncer:cardscan-ui dependency-type: direct:production update-type: version-update:semver-patch ... Signed-off-by: dependabot[bot] Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com> * Bump kotlin-gradle-plugin from 1.5.30 to 1.5.31 (#253) Bumps [kotlin-gradle-plugin](https://github.com/JetBrains/kotlin) from 1.5.30 to 1.5.31. - [Release notes](https://github.com/JetBrains/kotlin/releases) - [Changelog](https://github.com/JetBrains/kotlin/blob/v1.5.31/ChangeLog.md) - [Commits](https://github.com/JetBrains/kotlin/compare/v1.5.30...v1.5.31) --- updated-dependencies: - dependency-name: org.jetbrains.kotlin:kotlin-gradle-plugin dependency-type: direct:production update-type: version-update:semver-patch ... Signed-off-by: dependabot[bot] Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com> * Bump constraintlayout from 2.1.0 to 2.1.1 (#257) Bumps [constraintlayout](https://github.com/androidx/constraintlayout) from 2.1.0 to 2.1.1. - [Release notes](https://github.com/androidx/constraintlayout/releases) - [Commits](https://github.com/androidx/constraintlayout/commits) --- updated-dependencies: - dependency-name: androidx.constraintlayout:constraintlayout dependency-type: direct:production update-type: version-update:semver-patch ... Signed-off-by: dependabot[bot] Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com> * Improve validation logic, fix tests (#261) * Fix nullable return type (#260) * Bump okhttp from 4.9.1 to 4.9.2 (#258) Bumps [okhttp](https://github.com/square/okhttp) from 4.9.1 to 4.9.2. - [Release notes](https://github.com/square/okhttp/releases) - [Changelog](https://github.com/square/okhttp/blob/master/CHANGELOG.md) - [Commits](https://github.com/square/okhttp/compare/parent-4.9.1...parent-4.9.2) --- updated-dependencies: - dependency-name: com.squareup.okhttp3:okhttp dependency-type: direct:production update-type: version-update:semver-patch ... Signed-off-by: dependabot[bot] Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com> Co-authored-by: Dmytro * Bump dokka_version from 1.5.30 to 1.5.31 (#264) Bumps `dokka_version` from 1.5.30 to 1.5.31. Updates `dokka-gradle-plugin` from 1.5.30 to 1.5.31 - [Release notes](https://github.com/Kotlin/dokka/releases) - [Commits](https://github.com/Kotlin/dokka/compare/v1.5.30...v1.5.31) Updates `dokka-base` from 1.5.30 to 1.5.31 - [Release notes](https://github.com/Kotlin/dokka/releases) - [Commits](https://github.com/Kotlin/dokka/compare/v1.5.30...v1.5.31) --- updated-dependencies: - dependency-name: org.jetbrains.dokka:dokka-gradle-plugin dependency-type: direct:production update-type: version-update:semver-patch - dependency-name: org.jetbrains.dokka:dokka-base dependency-type: direct:production update-type: version-update:semver-patch ... Signed-off-by: dependabot[bot] Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com> Co-authored-by: Dmytro * Public release v1.6.15 (#266) * Version name & code rise * Update docs * Bump firebase-bom from 28.4.1 to 28.4.2 (#270) Bumps firebase-bom from 28.4.1 to 28.4.2. --- updated-dependencies: - dependency-name: com.google.firebase:firebase-bom dependency-type: direct:production update-type: version-update:semver-patch ... Signed-off-by: dependabot[bot] Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com> * Bump mockito_version from 3.12.4 to 4.0.0 (#271) Bumps `mockito_version` from 3.12.4 to 4.0.0. Updates `mockito-core` from 3.12.4 to 4.0.0 - [Release notes](https://github.com/mockito/mockito/releases) - [Commits](https://github.com/mockito/mockito/compare/v3.12.4...v4.0.0) Updates `mockito-inline` from 3.12.4 to 4.0.0 - [Release notes](https://github.com/mockito/mockito/releases) - [Commits](https://github.com/mockito/mockito/compare/v3.12.4...v4.0.0) --- updated-dependencies: - dependency-name: org.mockito:mockito-core dependency-type: direct:production update-type: version-update:semver-major - dependency-name: org.mockito:mockito-inline dependency-type: direct:production update-type: version-update:semver-major ... Signed-off-by: dependabot[bot] Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com> * Bump gradle from 7.0.2 to 7.0.3 (#273) Bumps gradle from 7.0.2 to 7.0.3. --- updated-dependencies: - dependency-name: com.android.tools.build:gradle dependency-type: direct:production update-type: version-update:semver-patch ... Signed-off-by: dependabot[bot] Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com> * Fix submit function response body (#274) * Public release v1.6.16 (#275) * Merge dev into master (#269) * Release/v1.6.13 to dev (#240) * Bump dokka_version from 1.5.0 to 1.5.30 (#242) Bumps `dokka_version` from 1.5.0 to 1.5.30. Updates `dokka-gradle-plugin` from 1.5.0 to 1.5.30 - [Release notes](https://github.com/Kotlin/dokka/releases) - [Commits](https://github.com/Kotlin/dokka/compare/v1.5.0...v1.5.30) Updates `dokka-base` from 1.5.0 to 1.5.30 - [Release notes](https://github.com/Kotlin/dokka/releases) - [Commits](https://github.com/Kotlin/dokka/compare/v1.5.0...v1.5.30) --- updated-dependencies: - dependency-name: org.jetbrains.dokka:dokka-gradle-plugin dependency-type: direct:production update-type: version-update:semver-patch - dependency-name: org.jetbrains.dokka:dokka-base dependency-type: direct:production update-type: version-update:semver-patch ... Signed-off-by: dependabot[bot] Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com> * Improve default validation (#243) * Update MIGRATING.md (#244) * Release v1.6.14 (#246) * Bump cardscan-ui from 2.1.0011 to 2.1.0012 (#249) Bumps [cardscan-ui](https://github.com/getbouncer/cardscan-android) from 2.1.0011 to 2.1.0012. - [Release notes](https://github.com/getbouncer/cardscan-android/releases) - [Changelog](https://github.com/getbouncer/cardscan-android/blob/master/CHANGELOG.md) - [Commits](https://github.com/getbouncer/cardscan-android/compare/2.1.0011...2.1.0012) --- updated-dependencies: - dependency-name: com.getbouncer:cardscan-ui dependency-type: direct:production update-type: version-update:semver-patch ... Signed-off-by: dependabot[bot] Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com> * Bump kotlin-gradle-plugin from 1.5.30 to 1.5.31 (#253) Bumps [kotlin-gradle-plugin](https://github.com/JetBrains/kotlin) from 1.5.30 to 1.5.31. - [Release notes](https://github.com/JetBrains/kotlin/releases) - [Changelog](https://github.com/JetBrains/kotlin/blob/v1.5.31/ChangeLog.md) - [Commits](https://github.com/JetBrains/kotlin/compare/v1.5.30...v1.5.31) --- updated-dependencies: - dependency-name: org.jetbrains.kotlin:kotlin-gradle-plugin dependency-type: direct:production update-type: version-update:semver-patch ... Signed-off-by: dependabot[bot] Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com> * Bump constraintlayout from 2.1.0 to 2.1.1 (#257) Bumps [constraintlayout](https://github.com/androidx/constraintlayout) from 2.1.0 to 2.1.1. - [Release notes](https://github.com/androidx/constraintlayout/releases) - [Commits](https://github.com/androidx/constraintlayout/commits) --- updated-dependencies: - dependency-name: androidx.constraintlayout:constraintlayout dependency-type: direct:production update-type: version-update:semver-patch ... Signed-off-by: dependabot[bot] Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com> * Improve validation logic, fix tests (#261) * Fix nullable return type (#260) * Bump okhttp from 4.9.1 to 4.9.2 (#258) Bumps [okhttp](https://github.com/square/okhttp) from 4.9.1 to 4.9.2. - [Release notes](https://github.com/square/okhttp/releases) - [Changelog](https://github.com/square/okhttp/blob/master/CHANGELOG.md) - [Commits](https://github.com/square/okhttp/compare/parent-4.9.1...parent-4.9.2) --- updated-dependencies: - dependency-name: com.squareup.okhttp3:okhttp dependency-type: direct:production update-type: version-update:semver-patch ... Signed-off-by: dependabot[bot] Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com> Co-authored-by: Dmytro * Bump dokka_version from 1.5.30 to 1.5.31 (#264) Bumps `dokka_version` from 1.5.30 to 1.5.31. Updates `dokka-gradle-plugin` from 1.5.30 to 1.5.31 - [Release notes](https://github.com/Kotlin/dokka/releases) - [Commits](https://github.com/Kotlin/dokka/compare/v1.5.30...v1.5.31) Updates `dokka-base` from 1.5.30 to 1.5.31 - [Release notes](https://github.com/Kotlin/dokka/releases) - [Commits](https://github.com/Kotlin/dokka/compare/v1.5.30...v1.5.31) --- updated-dependencies: - dependency-name: org.jetbrains.dokka:dokka-gradle-plugin dependency-type: direct:production update-type: version-update:semver-patch - dependency-name: org.jetbrains.dokka:dokka-base dependency-type: direct:production update-type: version-update:semver-patch ... Signed-off-by: dependabot[bot] Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com> Co-authored-by: Dmytro * Public release v1.6.15 (#266) * Version name & code rise * Update docs Co-authored-by: Dmytro Kos Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com> * Images patch 1 (#272) * Version name & code rise * Update docs * Update config.yml Co-authored-by: Dmytro Kos Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com> * Bump tensorflow-lite from 2.1.0011 to 2.1.0015 (#262) Bumps [tensorflow-lite](https://github.com/getbouncer/cardscan-android) from 2.1.0011 to 2.1.0015. - [Release notes](https://github.com/getbouncer/cardscan-android/releases) - [Changelog](https://github.com/getbouncer/cardscan-android/blob/master/CHANGELOG.md) - [Commits](https://github.com/getbouncer/cardscan-android/compare/2.1.0011...2.1.0015) --- updated-dependencies: - dependency-name: com.getbouncer:tensorflow-lite dependency-type: direct:production update-type: version-update:semver-patch ... Signed-off-by: dependabot[bot] Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com> Co-authored-by: dmytrodmytryshyn * Bump scan-payment-full from 2.1.0011 to 2.1.0015 (#265) Bumps [scan-payment-full](https://github.com/getbouncer/cardscan-android) from 2.1.0011 to 2.1.0015. - [Release notes](https://github.com/getbouncer/cardscan-android/releases) - [Changelog](https://github.com/getbouncer/cardscan-android/blob/master/CHANGELOG.md) - [Commits](https://github.com/getbouncer/cardscan-android/compare/2.1.0011...2.1.0015) --- updated-dependencies: - dependency-name: com.getbouncer:scan-payment-full dependency-type: direct:production update-type: version-update:semver-patch ... Signed-off-by: dependabot[bot] Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com> Co-authored-by: dmytrodmytryshyn * Bump cardscan-ui from 2.1.0012 to 2.1.0015 (#263) Bumps [cardscan-ui](https://github.com/getbouncer/cardscan-android) from 2.1.0012 to 2.1.0015. - [Release notes](https://github.com/getbouncer/cardscan-android/releases) - [Changelog](https://github.com/getbouncer/cardscan-android/blob/master/CHANGELOG.md) - [Commits](https://github.com/getbouncer/cardscan-android/compare/2.1.0012...2.1.0015) --- updated-dependencies: - dependency-name: com.getbouncer:cardscan-ui dependency-type: direct:production update-type: version-update:semver-patch ... Signed-off-by: dependabot[bot] Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com> Co-authored-by: dmytrodmytryshyn * Bump bouncer versions from 2.1.0015 -> 2.1.0016 (#279) * Bouncer adapter version name & code rise (#278) * Bump core-ktx from 1.6.0 to 1.7.0 (#285) * Bump core-ktx from 1.6.0 to 1.7.0 Bumps core-ktx from 1.6.0 to 1.7.0. --- updated-dependencies: - dependency-name: androidx.core:core-ktx dependency-type: direct:production update-type: version-update:semver-minor ... Signed-off-by: dependabot[bot] * update compileSdkVersion * update cursor.getString Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com> Co-authored-by: Dmytro * Bump firebase-bom from 28.4.2 to 29.0.0 (#286) Bumps firebase-bom from 28.4.2 to 29.0.0. --- updated-dependencies: - dependency-name: com.google.firebase:firebase-bom dependency-type: direct:production update-type: version-update:semver-major ... Signed-off-by: dependabot[bot] Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com> * Bump robolectric from 4.6.1 to 4.7 (#287) Bumps [robolectric](https://github.com/robolectric/robolectric) from 4.6.1 to 4.7. - [Release notes](https://github.com/robolectric/robolectric/releases) - [Commits](https://github.com/robolectric/robolectric/compare/robolectric-4.6.1...robolectric-4.7) --- updated-dependencies: - dependency-name: org.robolectric:robolectric dependency-type: direct:production update-type: version-update:semver-minor ... Signed-off-by: dependabot[bot] Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com> * Bump kotlin-gradle-plugin from 1.5.31 to 1.6.0 (#288) Bumps [kotlin-gradle-plugin](https://github.com/JetBrains/kotlin) from 1.5.31 to 1.6.0. - [Release notes](https://github.com/JetBrains/kotlin/releases) - [Changelog](https://github.com/JetBrains/kotlin/blob/master/ChangeLog.md) - [Commits](https://github.com/JetBrains/kotlin/commits) --- updated-dependencies: - dependency-name: org.jetbrains.kotlin:kotlin-gradle-plugin dependency-type: direct:production update-type: version-update:semver-minor ... Signed-off-by: dependabot[bot] Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com> * add max Length (#289) * Bump mockk from 1.12.0 to 1.12.1 (#290) Bumps [mockk](https://github.com/mockk/mockk) from 1.12.0 to 1.12.1. - [Release notes](https://github.com/mockk/mockk/releases) - [Commits](https://github.com/mockk/mockk/compare/v1.12.0...1.12.1) --- updated-dependencies: - dependency-name: io.mockk:mockk dependency-type: direct:production update-type: version-update:semver-patch ... Signed-off-by: dependabot[bot] Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com> * Bump appcompat from 1.3.1 to 1.4.0 (#291) Bumps appcompat from 1.3.1 to 1.4.0. --- updated-dependencies: - dependency-name: androidx.appcompat:appcompat dependency-type: direct:production update-type: version-update:semver-minor ... Signed-off-by: dependabot[bot] Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com> * Bump robolectric from 4.7 to 4.7.1 (#292) Bumps [robolectric](https://github.com/robolectric/robolectric) from 4.7 to 4.7.1. - [Release notes](https://github.com/robolectric/robolectric/releases) - [Commits](https://github.com/robolectric/robolectric/compare/robolectric-4.7...robolectric-4.7.1) --- updated-dependencies: - dependency-name: org.robolectric:robolectric dependency-type: direct:production update-type: version-update:semver-patch ... Signed-off-by: dependabot[bot] Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com> * Bump constraintlayout from 2.1.1 to 2.1.2 (#293) Bumps [constraintlayout](https://github.com/androidx/constraintlayout) from 2.1.1 to 2.1.2. - [Release notes](https://github.com/androidx/constraintlayout/releases) - [Commits](https://github.com/androidx/constraintlayout/commits) --- updated-dependencies: - dependency-name: androidx.constraintlayout:constraintlayout dependency-type: direct:production update-type: version-update:semver-patch ... Signed-off-by: dependabot[bot] Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com> * Bump okhttp from 4.9.2 to 4.9.3 (#294) Bumps [okhttp](https://github.com/square/okhttp) from 4.9.2 to 4.9.3. - [Release notes](https://github.com/square/okhttp/releases) - [Changelog](https://github.com/square/okhttp/blob/master/CHANGELOG.md) - [Commits](https://github.com/square/okhttp/compare/parent-4.9.2...parent-4.9.3) --- updated-dependencies: - dependency-name: com.squareup.okhttp3:okhttp dependency-type: direct:production update-type: version-update:semver-patch ... Signed-off-by: dependabot[bot] Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com> * Bump mockito_version from 4.0.0 to 4.1.0 (#295) Bumps `mockito_version` from 4.0.0 to 4.1.0. Updates `mockito-core` from 4.0.0 to 4.1.0 - [Release notes](https://github.com/mockito/mockito/releases) - [Commits](https://github.com/mockito/mockito/compare/v4.0.0...v4.1.0) Updates `mockito-inline` from 4.0.0 to 4.1.0 - [Release notes](https://github.com/mockito/mockito/releases) - [Commits](https://github.com/mockito/mockito/compare/v4.0.0...v4.1.0) --- updated-dependencies: - dependency-name: org.mockito:mockito-core dependency-type: direct:production update-type: version-update:semver-minor - dependency-name: org.mockito:mockito-inline dependency-type: direct:production update-type: version-update:semver-minor ... Signed-off-by: dependabot[bot] Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com> * Bump robolectric from 4.7.1 to 4.7.2 (#296) Bumps [robolectric](https://github.com/robolectric/robolectric) from 4.7.1 to 4.7.2. - [Release notes](https://github.com/robolectric/robolectric/releases) - [Commits](https://github.com/robolectric/robolectric/compare/robolectric-4.7.1...robolectric-4.7.2) --- updated-dependencies: - dependency-name: org.robolectric:robolectric dependency-type: direct:production update-type: version-update:semver-patch ... Signed-off-by: dependabot[bot] Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com> * Bump dokka_version from 1.5.31 to 1.6.0 (#297) Bumps `dokka_version` from 1.5.31 to 1.6.0. Updates `dokka-gradle-plugin` from 1.5.31 to 1.6.0 - [Release notes](https://github.com/Kotlin/dokka/releases) - [Commits](https://github.com/Kotlin/dokka/compare/v1.5.31...v1.6.0) Updates `dokka-base` from 1.5.31 to 1.6.0 - [Release notes](https://github.com/Kotlin/dokka/releases) - [Commits](https://github.com/Kotlin/dokka/compare/v1.5.31...v1.6.0) --- updated-dependencies: - dependency-name: org.jetbrains.dokka:dokka-gradle-plugin dependency-type: direct:production update-type: version-update:semver-minor - dependency-name: org.jetbrains.dokka:dokka-base dependency-type: direct:production update-type: version-update:semver-minor ... Signed-off-by: dependabot[bot] Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com> * Merge public release v1.16.17 into development (#299) * Merge public release 1.6.16 into master (#277) * Release/v1.6.13 to dev (#240) * Bump dokka_version from 1.5.0 to 1.5.30 (#242) Bumps `dokka_version` from 1.5.0 to 1.5.30. Updates `dokka-gradle-plugin` from 1.5.0 to 1.5.30 - [Release notes](https://github.com/Kotlin/dokka/releases) - [Commits](https://github.com/Kotlin/dokka/compare/v1.5.0...v1.5.30) Updates `dokka-base` from 1.5.0 to 1.5.30 - [Release notes](https://github.com/Kotlin/dokka/releases) - [Commits](https://github.com/Kotlin/dokka/compare/v1.5.0...v1.5.30) --- updated-dependencies: - dependency-name: org.jetbrains.dokka:dokka-gradle-plugin dependency-type: direct:production update-type: version-update:semver-patch - dependency-name: org.jetbrains.dokka:dokka-base dependency-type: direct:production update-type: version-update:semver-patch ... Signed-off-by: dependabot[bot] Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com> * Improve default validation (#243) * Update MIGRATING.md (#244) * Release v1.6.14 (#246) * Bump cardscan-ui from 2.1.0011 to 2.1.0012 (#249) Bumps [cardscan-ui](https://github.com/getbouncer/cardscan-android) from 2.1.0011 to 2.1.0012. - [Release notes](https://github.com/getbouncer/cardscan-android/releases) - [Changelog](https://github.com/getbouncer/cardscan-android/blob/master/CHANGELOG.md) - [Commits](https://github.com/getbouncer/cardscan-android/compare/2.1.0011...2.1.0012) --- updated-dependencies: - dependency-name: com.getbouncer:cardscan-ui dependency-type: direct:production update-type: version-update:semver-patch ... Signed-off-by: dependabot[bot] Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com> * Bump kotlin-gradle-plugin from 1.5.30 to 1.5.31 (#253) Bumps [kotlin-gradle-plugin](https://github.com/JetBrains/kotlin) from 1.5.30 to 1.5.31. - [Release notes](https://github.com/JetBrains/kotlin/releases) - [Changelog](https://github.com/JetBrains/kotlin/blob/v1.5.31/ChangeLog.md) - [Commits](https://github.com/JetBrains/kotlin/compare/v1.5.30...v1.5.31) --- updated-dependencies: - dependency-name: org.jetbrains.kotlin:kotlin-gradle-plugin dependency-type: direct:production update-type: version-update:semver-patch ... Signed-off-by: dependabot[bot] Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com> * Bump constraintlayout from 2.1.0 to 2.1.1 (#257) Bumps [constraintlayout](https://github.com/androidx/constraintlayout) from 2.1.0 to 2.1.1. - [Release notes](https://github.com/androidx/constraintlayout/releases) - [Commits](https://github.com/androidx/constraintlayout/commits) --- updated-dependencies: - dependency-name: androidx.constraintlayout:constraintlayout dependency-type: direct:production update-type: version-update:semver-patch ... Signed-off-by: dependabot[bot] Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com> * Improve validation logic, fix tests (#261) * Fix nullable return type (#260) * Bump okhttp from 4.9.1 to 4.9.2 (#258) Bumps [okhttp](https://github.com/square/okhttp) from 4.9.1 to 4.9.2. - [Release notes](https://github.com/square/okhttp/releases) - [Changelog](https://github.com/square/okhttp/blob/master/CHANGELOG.md) - [Commits](https://github.com/square/okhttp/compare/parent-4.9.1...parent-4.9.2) --- updated-dependencies: - dependency-name: com.squareup.okhttp3:okhttp dependency-type: direct:production update-type: version-update:semver-patch ... Signed-off-by: dependabot[bot] Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com> Co-authored-by: Dmytro * Bump dokka_version from 1.5.30 to 1.5.31 (#264) Bumps `dokka_version` from 1.5.30 to 1.5.31. Updates `dokka-gradle-plugin` from 1.5.30 to 1.5.31 - [Release notes](https://github.com/Kotlin/dokka/releases) - [Commits](https://github.com/Kotlin/dokka/compare/v1.5.30...v1.5.31) Updates `dokka-base` from 1.5.30 to 1.5.31 - [Release notes](https://github.com/Kotlin/dokka/releases) - [Commits](https://github.com/Kotlin/dokka/compare/v1.5.30...v1.5.31) --- updated-dependencies: - dependency-name: org.jetbrains.dokka:dokka-gradle-plugin dependency-type: direct:production update-type: version-update:semver-patch - dependency-name: org.jetbrains.dokka:dokka-base dependency-type: direct:production update-type: version-update:semver-patch ... Signed-off-by: dependabot[bot] Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com> Co-authored-by: Dmytro * Public release v1.6.15 (#266) * Version name & code rise * Update docs * Bump firebase-bom from 28.4.1 to 28.4.2 (#270) Bumps firebase-bom from 28.4.1 to 28.4.2. --- updated-dependencies: - dependency-name: com.google.firebase:firebase-bom dependency-type: direct:production update-type: version-update:semver-patch ... Signed-off-by: dependabot[bot] Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com> * Bump mockito_version from 3.12.4 to 4.0.0 (#271) Bumps `mockito_version` from 3.12.4 to 4.0.0. Updates `mockito-core` from 3.12.4 to 4.0.0 - [Release notes](https://github.com/mockito/mockito/releases) - [Commits](https://github.com/mockito/mockito/compare/v3.12.4...v4.0.0) Updates `mockito-inline` from 3.12.4 to 4.0.0 - [Release notes](https://github.com/mockito/mockito/releases) - [Commits](https://github.com/mockito/mockito/compare/v3.12.4...v4.0.0) --- updated-dependencies: - dependency-name: org.mockito:mockito-core dependency-type: direct:production update-type: version-update:semver-major - dependency-name: org.mockito:mockito-inline dependency-type: direct:production update-type: version-update:semver-major ... Signed-off-by: dependabot[bot] Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com> * Bump gradle from 7.0.2 to 7.0.3 (#273) Bumps gradle from 7.0.2 to 7.0.3. --- updated-dependencies: - dependency-name: com.android.tools.build:gradle dependency-type: direct:production update-type: version-update:semver-patch ... Signed-off-by: dependabot[bot] Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com> * Fix submit function response body (#274) * Public release v1.6.16 (#275) * Merge dev into master (#269) * Release/v1.6.13 to dev (#240) * Bump dokka_version from 1.5.0 to 1.5.30 (#242) Bumps `dokka_version` from 1.5.0 to 1.5.30. Updates `dokka-gradle-plugin` from 1.5.0 to 1.5.30 - [Release notes](https://github.com/Kotlin/dokka/releases) - [Commits](https://github.com/Kotlin/dokka/compare/v1.5.0...v1.5.30) Updates `dokka-base` from 1.5.0 to 1.5.30 - [Release notes](https://github.com/Kotlin/dokka/releases) - [Commits](https://github.com/Kotlin/dokka/compare/v1.5.0...v1.5.30) --- updated-dependencies: - dependency-name: org.jetbrains.dokka:dokka-gradle-plugin dependency-type: direct:production update-type: version-update:semver-patch - dependency-name: org.jetbrains.dokka:dokka-base dependency-type: direct:production update-type: version-update:semver-patch ... Signed-off-by: dependabot[bot] Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com> * Improve default validation (#243) * Update MIGRATING.md (#244) * Release v1.6.14 (#246) * Bump cardscan-ui from 2.1.0011 to 2.1.0012 (#249) Bumps [cardscan-ui](https://github.com/getbouncer/cardscan-android) from 2.1.0011 to 2.1.0012. - [Release notes](https://github.com/getbouncer/cardscan-android/releases) - [Changelog](https://github.com/getbouncer/cardscan-android/blob/master/CHANGELOG.md) - [Commits](https://github.com/getbouncer/cardscan-android/compare/2.1.0011...2.1.0012) --- updated-dependencies: - dependency-name: com.getbouncer:cardscan-ui dependency-type: direct:production update-type: version-update:semver-patch ... Signed-off-by: dependabot[bot] Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com> * Bump kotlin-gradle-plugin from 1.5.30 to 1.5.31 (#253) Bumps [kotlin-gradle-plugin](https://github.com/JetBrains/kotlin) from 1.5.30 to 1.5.31. - [Release notes](https://github.com/JetBrains/kotlin/releases) - [Changelog](https://github.com/JetBrains/kotlin/blob/v1.5.31/ChangeLog.md) - [Commits](https://github.com/JetBrains/kotlin/compare/v1.5.30...v1.5.31) --- updated-dependencies: - dependency-name: org.jetbrains.kotlin:kotlin-gradle-plugin dependency-type: direct:production update-type: version-update:semver-patch ... Signed-off-by: dependabot[bot] Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com> * Bump constraintlayout from 2.1.0 to 2.1.1 (#257) Bumps [constraintlayout](https://github.com/androidx/constraintlayout) from 2.1.0 to 2.1.1. - [Release notes](https://github.com/androidx/constraintlayout/releases) - [Commits](https://github.com/androidx/constraintlayout/commits) --- updated-dependencies: - dependency-name: androidx.constraintlayout:constraintlayout dependency-type: direct:production update-type: version-update:semver-patch ... Signed-off-by: dependabot[bot] Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com> * Improve validation logic, fix tests (#261) * Fix nullable return type (#260) * Bump okhttp from 4.9.1 to 4.9.2 (#258) Bumps [okhttp](https://github.com/square/okhttp) from 4.9.1 to 4.9.2. - [Release notes](https://github.com/square/okhttp/releases) - [Changelog](https://github.com/square/okhttp/blob/master/CHANGELOG.md) - [Commits](https://github.com/square/okhttp/compare/parent-4.9.1...parent-4.9.2) --- updated-dependencies: - dependency-name: com.squareup.okhttp3:okhttp dependency-type: direct:production update-type: version-update:semver-patch ... Signed-off-by: dependabot[bot] Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com> Co-authored-by: Dmytro * Bump dokka_version from 1.5.30 to 1.5.31 (#264) Bumps `dokka_version` from 1.5.30 to 1.5.31. Updates `dokka-gradle-plugin` from 1.5.30 to 1.5.31 - [Release notes](https://github.com/Kotlin/dokka/releases) - [Commits](https://github.com/Kotlin/dokka/compare/v1.5.30...v1.5.31) Updates `dokka-base` from 1.5.30 to 1.5.31 - [Release notes](https://github.com/Kotlin/dokka/releases) - [Commits](https://github.com/Kotlin/dokka/compare/v1.5.30...v1.5.31) --- updated-dependencies: - dependency-name: org.jetbrains.dokka:dokka-gradle-plugin dependency-type: direct:production update-type: version-update:semver-patch - dependency-name: org.jetbrains.dokka:dokka-base dependency-type: direct:production update-type: version-update:semver-patch ... Signed-off-by: dependabot[bot] Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com> Co-authored-by: Dmytro * Public release v1.6.15 (#266) * Version name & code rise * Update docs Co-authored-by: Dmytro Kos Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com> * Images patch 1 (#272) * Version name & code rise * Update docs * Update config.yml Co-authored-by: Dmytro Kos Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com> Co-authored-by: Dmytro Kos Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com> * Merge dev into master (#280) * Release/v1.6.13 to dev (#240) * Bump dokka_version from 1.5.0 to 1.5.30 (#242) Bumps `dokka_version` from 1.5.0 to 1.5.30. Updates `dokka-gradle-plugin` from 1.5.0 to 1.5.30 - [Release notes](https://github.com/Kotlin/dokka/releases) - [Commits](https://github.com/Kotlin/dokka/compare/v1.5.0...v1.5.30) Updates `dokka-base` from 1.5.0 to 1.5.30 - [Release notes](https://github.com/Kotlin/dokka/releases) - [Commits](https://github.com/Kotlin/dokka/compare/v1.5.0...v1.5.30) --- updated-dependencies: - dependency-name: org.jetbrains.dokka:dokka-gradle-plugin dependency-type: direct:production update-type: version-update:semver-patch - dependency-name: org.jetbrains.dokka:dokka-base dependency-type: direct:production update-type: version-update:semver-patch ... Signed-off-by: dependabot[bot] Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com> * Improve default validation (#243) * Update MIGRATING.md (#244) * Release v1.6.14 (#246) * Bump cardscan-ui from 2.1.0011 to 2.1.0012 (#249) Bumps [cardscan-ui](https://github.com/getbouncer/cardscan-android) from 2.1.0011 to 2.1.0012. - [Release notes](https://github.com/getbouncer/cardscan-android/releases) - [Changelog](https://github.com/getbouncer/cardscan-android/blob/master/CHANGELOG.md) - [Commits](https://github.com/getbouncer/cardscan-android/compare/2.1.0011...2.1.0012) --- updated-dependencies: - dependency-name: com.getbouncer:cardscan-ui dependency-type: direct:production update-type: version-update:semver-patch ... Signed-off-by: dependabot[bot] Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com> * Bump kotlin-gradle-plugin from 1.5.30 to 1.5.31 (#253) Bumps [kotlin-gradle-plugin](https://github.com/JetBrains/kotlin) from 1.5.30 to 1.5.31. - [Release notes](https://github.com/JetBrains/kotlin/releases) - [Changelog](https://github.com/JetBrains/kotlin/blob/v1.5.31/ChangeLog.md) - [Commits](https://github.com/JetBrains/kotlin/compare/v1.5.30...v1.5.31) --- updated-dependencies: - dependency-name: org.jetbrains.kotlin:kotlin-gradle-plugin dependency-type: direct:production update-type: version-update:semver-patch ... Signed-off-by: dependabot[bot] Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com> * Bump constraintlayout from 2.1.0 to 2.1.1 (#257) Bumps [constraintlayout](https://github.com/androidx/constraintlayout) from 2.1.0 to 2.1.1. - [Release notes](https://github.com/androidx/constraintlayout/releases) - [Commits](https://github.com/androidx/constraintlayout/commits) --- updated-dependencies: - dependency-name: androidx.constraintlayout:constraintlayout dependency-type: direct:production update-type: version-update:semver-patch ... Signed-off-by: dependabot[bot] Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com> * Improve validation logic, fix tests (#261) * Fix nullable return type (#260) * Bump okhttp from 4.9.1 to 4.9.2 (#258) Bumps [okhttp](https://github.com/square/okhttp) from 4.9.1 to 4.9.2. - [Release notes](https://github.com/square/okhttp/releases) - [Changelog](https://github.com/square/okhttp/blob/master/CHANGELOG.md) - [Commits](https://github.com/square/okhttp/compare/parent-4.9.1...parent-4.9.2) --- updated-dependencies: - dependency-name: com.squareup.okhttp3:okhttp dependency-type: direct:production update-type: version-update:semver-patch ... Signed-off-by: dependabot[bot] Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com> Co-authored-by: Dmytro * Bump dokka_version from 1.5.30 to 1.5.31 (#264) Bumps `dokka_version` from 1.5.30 to 1.5.31. Updates `dokka-gradle-plugin` from 1.5.30 to 1.5.31 - [Release notes](https://github.com/Kotlin/dokka/releases) - [Commits](https://github.com/Kotlin/dokka/compare/v1.5.30...v1.5.31) Updates `dokka-base` from 1.5.30 to 1.5.31 - [Release notes](https://github.com/Kotlin/dokka/releases) - [Commits](https://github.com/Kotlin/dokka/compare/v1.5.30...v1.5.31) --- updated-dependencies: - dependency-name: org.jetbrains.dokka:dokka-gradle-plugin dependency-type: direct:production update-type: version-update:semver-patch - dependency-name: org.jetbrains.dokka:dokka-base dependency-type: direct:production update-type: version-update:semver-patch ... Signed-off-by: dependabot[bot] Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com> Co-authored-by: Dmytro * Public release v1.6.15 (#266) * Version name & code rise * Update docs * Bump firebase-bom from 28.4.1 to 28.4.2 (#270) Bumps firebase-bom from 28.4.1 to 28.4.2. --- updated-dependencies: - dependency-name: com.google.firebase:firebase-bom dependency-type: direct:production update-type: version-update:semver-patch ... Signed-off-by: dependabot[bot] Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com> * Bump mockito_version from 3.12.4 to 4.0.0 (#271) Bumps `mockito_version` from 3.12.4 to 4.0.0. Updates `mockito-core` from 3.12.4 to 4.0.0 - [Release notes](https://github.com/mockito/mockito/releases) - [Commits](https://github.com/mockito/mockito/compare/v3.12.4...v4.0.0) Updates `mockito-inline` from 3.12.4 to 4.0.0 - [Release notes](https://github.com/mockito/mockito/releases) - [Commits](https://github.com/mockito/mockito/compare/v3.12.4...v4.0.0) --- updated-dependencies: - dependency-name: org.mockito:mockito-core dependency-type: direct:production update-type: version-update:semver-major - dependency-name: org.mockito:mockito-inline dependency-type: direct:production update-type: version-update:semver-major ... Signed-off-by: dependabot[bot] Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com> * Bump gradle from 7.0.2 to 7.0.3 (#273) Bumps gradle from 7.0.2 to 7.0.3. --- updated-dependencies: - dependency-name: com.android.tools.build:gradle dependency-type: direct:production update-type: version-update:semver-patch ... Signed-off-by: dependabot[bot] Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com> * Fix submit function response body (#274) * Public release v1.6.16 (#275) * Merge dev into master (#269) * Release/v1.6.13 to dev (#240) * Bump dokka_version from 1.5.0 to 1.5.30 (#242) Bumps `dokka_version` from 1.5.0 to 1.5.30. Updates `dokka-gradle-plugin` from 1.5.0 to 1.5.30 - [Release notes](https://github.com/Kotlin/dokka/releases) - [Commits](https://github.com/Kotlin/dokka/compare/v1.5.0...v1.5.30) Updates `dokka-base` from 1.5.0 to 1.5.30 - [Release notes](https://github.com/Kotlin/dokka/releases) - [Commits](https://github.com/Kotlin/dokka/compare/v1.5.0...v1.5.30) --- updated-dependencies: - dependency-name: org.jetbrains.dokka:dokka-gradle-plugin dependency-type: direct:production update-type: version-update:semver-patch - dependency-name: org.jetbrains.dokka:dokka-base dependency-type: direct:production update-type: version-update:semver-patch ... Signed-off-by: dependabot[bot] Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com> * Improve default validation (#243) * Update MIGRATING.md (#244) * Release v1.6.14 (#246) * Bump cardscan-ui from 2.1.0011 to 2.1.0012 (#249) Bumps [cardscan-ui](https://github.com/getbouncer/cardscan-android) from 2.1.0011 to 2.1.0012. - [Release notes](https://github.com/getbouncer/cardscan-android/releases) - [Changelog](https://github.com/getbouncer/cardscan-android/blob/master/CHANGELOG.md) - [Commits](https://github.com/getbouncer/cardscan-android/compare/2.1.0011...2.1.0012) --- updated-dependencies: - dependency-name: com.getbouncer:cardscan-ui dependency-type: direct:production update-type: version-update:semver-patch ... Signed-off-by: dependabot[bot] Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com> * Bump kotlin-gradle-plugin from 1.5.30 to 1.5.31 (#253) Bumps [kotlin-gradle-plugin](https://github.com/JetBrains/kotlin) from 1.5.30 to 1.5.31. - [Release notes](https://github.com/JetBrains/kotlin/releases) - [Changelog](https://github.com/JetBrains/kotlin/blob/v1.5.31/ChangeLog.md) - [Commits](https://github.com/JetBrains/kotlin/compare/v1.5.30...v1.5.31) --- updated-dependencies: - dependency-name: org.jetbrains.kotlin:kotlin-gradle-plugin dependency-type: direct:production update-type: version-update:semver-patch ... Signed-off-by: dependabot[bot] Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com> * Bump constraintlayout from 2.1.0 to 2.1.1 (#257) Bumps [constraintlayout](https://github.com/androidx/constraintlayout) from 2.1.0 to 2.1.1. - [Release notes](https://github.com/androidx/constraintlayout/releases) - [Commits](https://github.com/androidx/constraintlayout/commits) --- updated-dependencies: - dependency-name: androidx.constraintlayout:constraintlayout dependency-type: direct:production update-type: version-update:semver-patch ... Signed-off-by: dependabot[bot] Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com> * Improve validation logic, fix tests (#261) * Fix nullable return type (#260) * Bump okhttp from 4.9.1 to 4.9.2 (#258) Bumps [okhttp](https://github.com/square/okhttp) from 4.9.1 to 4.9.2. - [Release notes](https://github.com/square/okhttp/releases) - [Changelog](https://github.com/square/okhttp/blob/master/CHANGELOG.md) - [Commits](https://github.com/square/okhttp/compare/parent-4.9.1...parent-4.9.2) --- updated-dependencies: - dependency-name: com.squareup.okhttp3:okhttp dependency-type: direct:production update-type: version-update:semver-patch ... Signed-off-by: dependabot[bot] Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com> Co-authored-by: Dmytro * Bump dokka_version from 1.5.30 to 1.5.31 (#264) Bumps `dokka_version` from 1.5.30 to 1.5.31. Updates `dokka-gradle-plugin` from 1.5.30 to 1.5.31 - [Release notes](https://github.com/Kotlin/dokka/releases) - [Commits](https://github.com/Kotlin/dokka/compare/v1.5.30...v1.5.31) Updates `dokka-base` from 1.5.30 to 1.5.31 - [Release notes](https://github.com/Kotlin/dokka/releases) - [Commits](https://github.com/Kotlin/dokka/compare/v1.5.30...v1.5.31) --- updated-dependencies: - dependency-name: org.jetbrains.dokka:dokka-gradle-plugin dependency-type: direct:production update-type: version-update:semver-patch - dependency-name: org.jetbrains.dokka:dokka-base dependency-type: direct:production update-type: version-update:semver-patch ... Signed-off-by: dependabot[bot] Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com> Co-authored-by: Dmytro * Public release v1.6.15 (#266) * Version name & code rise * Update docs Co-authored-by: Dmytro Kos Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com> * Images patch 1 (#272) * Version name & code rise * Update docs * Update config.yml Co-authored-by: Dmytro Kos Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com> * Bump tensorflow-lite from 2.1.0011 to 2.1.0015 (#262) Bumps [tensorflow-lite](https://github.com/getbouncer/cardscan-android) from 2.1.0011 to 2.1.0015. - [Release notes](https://github.com/getbouncer/cardscan-android/releases) - [Changelog](https://github.com/getbouncer/cardscan-android/blob/master/CHANGELOG.md) - [Commits](https://github.com/getbouncer/cardscan-android/compare/2.1.0011...2.1.0015) --- updated-dependencies: - dependency-name: com.getbouncer:tensorflow-lite dependency-type: direct:production update-type: version-update:semver-patch ... Signed-off-by: dependabot[bot] Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com> Co-authored-by: dmytrodmytryshyn * Bump scan-payment-full from 2.1.0011 to 2.1.0015 (#265) Bumps [scan-payment-full](https://github.com/getbouncer/cardscan-android) from 2.1.0011 to 2.1.0015. - [Release notes](https://github.com/getbouncer/cardscan-android/releases) - [Changelog](https://github.com/getbouncer/cardscan-android/blob/master/CHANGELOG.md) - [Commits](https://github.com/getbouncer/cardscan-android/compare/2.1.0011...2.1.0015) --- updated-dependencies: - dependency-name: com.getbouncer:scan-payment-full dependency-type: direct:production update-type: version-update:semver-patch ... Signed-off-by: dependabot[bot] Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com> Co-authored-by: dmytrodmytryshyn * Bump cardscan-ui from 2.1.0012 to 2.1.0015 (#263) Bumps [cardscan-ui](https://github.com/getbouncer/cardscan-android) from 2.1.0012 to 2.1.0015. - [Release notes](https://github.com/getbouncer/cardscan-android/releases) - [Changelog](https://github.com/getbouncer/cardscan-android/blob/master/CHANGELOG.md) - [Commits](https://github.com/getbouncer/cardscan-android/compare/2.1.0012...2.1.0015) --- updated-dependencies: - dependency-name: com.getbouncer:cardscan-ui dependency-type: direct:production update-type: version-update:semver-patch ... Signed-off-by: dependabot[bot] Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com> Co-authored-by: dmytrodmytryshyn * Bump bouncer versions from 2.1.0015 -> 2.1.0016 (#279) * Bouncer adapter version name & code rise (#278) Co-authored-by: Dmytro Kos Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com> * Version name & code rise * Update docs Co-authored-by: Dmytro Kos Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com> * Bump firebase-bom from 29.0.0 to 29.0.1 (#302) Bumps firebase-bom from 29.0.0 to 29.0.1. --- updated-dependencies: - dependency-name: com.google.firebase:firebase-bom dependency-type: direct:production update-type: version-update:semver-patch ... Signed-off-by: dependabot[bot] Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com> * Bump robolectric from 4.7.2 to 4.7.3 (#303) Bumps [robolectric](https://github.com/robolectric/robolectric) from 4.7.2 to 4.7.3. - [Release notes](https://github.com/robolectric/robolectric/releases) - [Commits](https://github.com/robolectric/robolectric/compare/robolectric-4.7.2...robolectric-4.7.3) --- updated-dependencies: - dependency-name: org.robolectric:robolectric dependency-type: direct:production update-type: version-update:semver-patch ... Signed-off-by: dependabot[bot] Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com> * Bump json from 20210307 to 20211205 (#304) Bumps [json](https://github.com/douglascrockford/JSON-java) from 20210307 to 20211205. - [Release notes](https://github.com/douglascrockford/JSON-java/releases) - [Changelog](https://github.com/stleary/JSON-java/blob/master/docs/RELEASES.md) - [Commits](https://github.com/douglascrockford/JSON-java/commits) --- updated-dependencies: - dependency-name: org.json:json dependency-type: direct:production update-type: version-update:semver-major ... Signed-off-by: dependabot[bot] Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com> * Bump play-services-auth from 19.2.0 to 20.0.0 (#306) Bumps play-services-auth from 19.2.0 to 20.0.0. --- updated-dependencies: - dependency-name: com.google.android.gms:play-services-auth dependency-type: direct:production update-type: version-update:semver-major ... Signed-off-by: dependabot[bot] Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com> * Bump firebase-bom from 29.0.1 to 29.0.2 (#311) Bumps firebase-bom from 29.0.1 to 29.0.2. --- updated-dependencies: - dependency-name: com.google.firebase:firebase-bom dependency-type: direct:production update-type: version-update:semver-patch ... Signed-off-by: dependabot[bot] Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com> * Move google-services.json to ci (#307) * Remove google-services.json. Update ci config. Add test code for check file creation. * Remove tests code. * Fix TextInputFieldLayout.kt error restore after screen rotation (#312) * Bump kotlin-gradle-plugin from 1.6.0 to 1.6.10 (#313) Bumps [kotlin-gradle-plugin](https://github.com/JetBrains/kotlin) from 1.6.0 to 1.6.10. - [Release notes](https://github.com/JetBrains/kotlin/releases) - [Changelog](https://github.com/JetBrains/kotlin/blob/v1.6.10/ChangeLog.md) - [Commits](https://github.com/JetBrains/kotlin/compare/v1.6.0...v1.6.10) --- updated-dependencies: - dependency-name: org.jetbrains.kotlin:kotlin-gradle-plugin dependency-type: direct:production update-type: version-update:semver-patch ... Signed-off-by: dependabot[bot] Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com> * Bump gradle from 7.0.3 to 7.0.4 (#305) Bumps gradle from 7.0.3 to 7.0.4. --- updated-dependencies: - dependency-name: com.android.tools.build:gradle dependency-type: direct:production update-type: version-update:semver-patch ... Signed-off-by: dependabot[bot] Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com> * Merge public release v1.6.18 into dev (#315) * Merge public release 1.6.16 into master (#277) * Release/v1.6.13 to dev (#240) * Bump dokka_version from 1.5.0 to 1.5.30 (#242) Bumps `dokka_version` from 1.5.0 to 1.5.30. Updates `dokka-gradle-plugin` from 1.5.0 to 1.5.30 - [Release notes](https://github.com/Kotlin/dokka/releases) - [Commits](https://github.com/Kotlin/dokka/compare/v1.5.0...v1.5.30) Updates `dokka-base` from 1.5.0 to 1.5.30 - [Release notes](https://github.com/Kotlin/dokka/releases) - [Commits](https://github.com/Kotlin/dokka/compare/v1.5.0...v1.5.30) --- updated-dependencies: - dependency-name: org.jetbrains.dokka:dokka-gradle-plugin dependency-type: direct:production update-type: version-update:semver-patch - dependency-name: org.jetbrains.dokka:dokka-base dependency-type: direct:production update-type: version-update:semver-patch ... Signed-off-by: dependabot[bot] Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com> * Improve default validation (#243) * Update MIGRATING.md (#244) * Release v1.6.14 (#246) * Bump cardscan-ui from 2.1.0011 to 2.1.0012 (#249) Bumps [cardscan-ui](https://github.com/getbouncer/cardscan-android) from 2.1.0011 to 2.1.0012. - [Release notes](https://github.com/getbouncer/cardscan-android/releases) - [Changelog](https://github.com/getbouncer/cardscan-android/blob/master/CHANGELOG.md) - [Commits](https://github.com/getbouncer/cardscan-android/compare/2.1.0011...2.1.0012) --- updated-dependencies: - dependency-name: com.getbouncer:cardscan-ui dependency-type: direct:production update-type: version-update:semver-patch ... Signed-off-by: dependabot[bot] Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com> * Bump kotlin-gradle-plugin from 1.5.30 to 1.5.31 (#253) Bumps [kotlin-gradle-plugin](https://github.com/JetBrains/kotlin) from 1.5.30 to 1.5.31. - [Release notes](https://github.com/JetBrains/kotlin/releases) - [Changelog](https://github.com/JetBrains/kotlin/blob/v1.5.31/ChangeLog.md) - [Commits](https://github.com/JetBrains/kotlin/compare/v1.5.30...v1.5.31) --- updated-dependencies: - dependency-name: org.jetbrains.kotlin:kotlin-gradle-plugin dependency-type: direct:production update-type: version-update:semver-patch ... Signed-off-by: dependabot[bot] Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com> * Bump constraintlayout from 2.1.0 to 2.1.1 (#257) Bumps [constraintlayout](https://github.com/androidx/constraintlayout) from 2.1.0 to 2.1.1. - [Release notes](https://github.com/androidx/constraintlayout/releases) - [Commits](https://github.com/androidx/constraintlayout/commits) --- updated-dependencies: - dependency-name: androidx.constraintlayout:constraintlayout dependency-type: direct:production update-type: version-update:semver-patch ... Signed-off-by: dependabot[bot] Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com> * Improve validation logic, fix tests (#261) * Fix nullable return type (#260) * Bump okhttp from 4.9.1 to 4.9.2 (#258) Bumps [okhttp](https://github.com/square/okhttp) from 4.9.1 to 4.9.2. - [Release notes](https://github.com/square/okhttp/releases) - [Changelog](https://github.com/square/okhttp/blob/master/CHANGELOG.md) - [Commits](https://github.com/square/okhttp/compare/parent-4.9.1...parent-4.9.2) --- updated-dependencies: - dependency-name: com.squareup.okhttp3:okhttp dependency-type: direct:production update-type: version-update:semver-patch ... Signed-off-by: dependabot[bot] Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com> Co-authored-by: Dmytro * Bump dokka_version from 1.5.30 to 1.5.31 (#264) Bumps `dokka_version` from 1.5.30 to 1.5.31. Updates `dokka-gradle-plugin` from 1.5.30 to 1.5.31 - [Release notes](https://github.com/Kotlin/dokka/releases) - [Commits](https://github.com/Kotlin/dokka/compare/v1.5.30...v1.5.31) Updates `dokka-base` from 1.5.30 to 1.5.31 - [Release notes](https://github.com/Kotlin/dokka/releases) - [Commits](https://github.com/Kotlin/dokka/compare/v1.5.30...v1.5.31) --- updated-dependencies: - dependency-name: org.jetbrains.dokka:dokka-gradle-plugin dependency-type: direct:production update-type: version-update:semver-patch - dependency-name: org.jetbrains.dokka:dokka-base dependency-type: direct:production update-type: version-update:semver-patch ... Signed-off-by: dependabot[bot] Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com> Co-authored-by: Dmytro * Public release v1.6.15 (#266) * Version name & code rise * Update docs * Bump firebase-bom from 28.4.1 to 28.4.2 (#270) Bumps firebase-bom from 28.4.1 to 28.4.2. --- updated-dependencies: - dependency-name: com.google.firebase:firebase-bom dependency-type: direct:production update-type: version-update:semver-patch ... Signed-off-by: dependabot[bot] Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com> * Bump mockito_version from 3.12.4 to 4.0.0 (#271) Bumps `mockito_version` from 3.12.4 to 4.0.0. Updates `mockito-core` from 3.12.4 to 4.0.0 - [Release notes](https://github.com/mockito/mockito/releases) - [Commits](https://github.com/mockito/mockito/compare/v3.12.4...v4.0.0) Updates `mockito-inline` from 3.12.4 to 4.0.0 - [Release notes](https://github.com/mockito/mockito/releases) - [Commits](https://github.com/mockito/mockito/compare/v3.12.4...v4.0.0) --- updated-dependencies: - dependency-name: org.mockito:mockito-core dependency-type: direct:production update-type: version-update:semver-major - dependency-name: org.mockito:mockito-inline dependency-type: direct:production update-type: version-update:semver-major ... Signed-off-by: dependabot[bot] Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com> * Bump gradle from 7.0.2 to 7.0.3 (#273) Bumps gradle from 7.0.2 to 7.0.3. --- updated-dependencies: - dependency-name: com.android.tools.build:gradle dependency-type: direct:production update-type: version-update:semver-patch ... Signed-off-by: dependabot[bot] Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com> * Fix submit function response body (#274) * Public release v1.6.16 (#275) * Merge dev into master (#269) * Release/v1.6.13 to dev (#240) * Bump dokka_version from 1.5.0 to 1.5.30 (#242) Bumps `dokka_version` from 1.5.0 to 1.5.30. Updates `dokka-gradle-plugin` from 1.5.0 to 1.5.30 - [Release notes](https://github.com/Kotlin/dokka/releases) - [Commits](https://github.com/Kotlin/dokka/compare/v1.5.0...v1.5.30) Updates `dokka-base` from 1.5.0 to 1.5.30 - [Release notes](https://github.com/Kotlin/dokka/releases) - [Commits](https://github.com/Kotlin/dokka/compare/v1.5.0...v1.5.30) --- updated-dependencies: - dependency-name: org.jetbrains.dokka:dokka-gradle-plugin dependency-type: direct:production update-type: version-update:semver-patch - dependency-name: org.jetbrains.dokka:dokka-base dependency-type: direct:production update-type: version-update:semver-patch ... Signed-off-by: dependabot[bot] Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com> * Improve default validation (#243) * Update MIGRATING.md (#244) * Release v1.6.14 (#246) * Bump cardscan-ui from 2.1.0011 to 2.1.0012 (#249) Bumps [cardscan-ui](https://github.com/getbouncer/cardscan-android) from 2.1.0011 to 2.1.0012. - [Release notes](https://github.com/getbouncer/cardscan-android/releases) - [Changelog](https://github.com/getbouncer/cardscan-android/blob/master/CHANGELOG.md) - [Commits](https://github.com/getbouncer/cardscan-android/compare/2.1.0011...2.1.0012) --- updated-dependencies: - dependency-name: com.getbouncer:cardscan-ui dependency-type: direct:production update-type: version-update:semver-patch ... Signed-off-by: dependabot[bot] Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com> * Bump kotlin-gradle-plugin from 1.5.30 to 1.5.31 (#253) Bumps [kotlin-gradle-plugin](https://github.com/JetBrains/kotlin) from 1.5.30 to 1.5.31. - [Release notes](https://github.com/JetBrains/kotlin/releases) - [Changelog](https://github.com/JetBrains/kotlin/blob/v1.5.31/ChangeLog.md) - [Commits](https://github.com/JetBrains/kotlin/compare/v1.5.30...v1.5.31) --- updated-dependencies: - dependency-name: org.jetbrains.kotlin:kotlin-gradle-plugin dependency-type: direct:production update-type: version-update:semver-patch ... Signed-off-by: dependabot[bot] Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com> * Bump constraintlayout from 2.1.0 to 2.1.1 (#257) Bumps [constraintlayout](https://github.com/androidx/constraintlayout) from 2.1.0 to 2.1.1. - [Release notes](https://github.com/androidx/constraintlayout/releases) - [Commits](https://github.com/androidx/constraintlayout/commits) --- updated-dependencies: - dependency-name: androidx.constraintlayout:constraintlayout dependency-type: direct:production update-type: version-update:semver-patch ... Signed-off-by: dependabot[bot] Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com> * Improve validation logic, fix tests (#261) * Fix nullable return type (#260) * Bump okhttp from 4.9.1 to 4.9.2 (#258) Bumps [okhttp](https://github.com/square/okhttp) from 4.9.1 to 4.9.2. - [Release notes](https://github.com/square/okhttp/releases) - [Changelog](https://github.com/square/okhttp/blob/master/CHANGELOG.md) - [Commits](https://github.com/square/okhttp/compare/parent-4.9.1...parent-4.9.2) --- updated-dependencies: - dependency-name: com.squareup.okhttp3:okhttp dependency-type: direct:production update-type: version-update:semver-patch ... Signed-off-by: dependabot[bot] Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com> Co-authored-by: Dmytro * Bump dokka_version from 1.5.30 to 1.5.31 (#264) Bumps `dokka_version` from 1.5.30 to 1.5.31. Updates `dokka-gradle-plugin` from 1.5.30 to 1.5.31 - [Release notes](https://github.com/Kotlin/dokka/releases) - [Commits](https://github.com/Kotlin/dokka/compare/v1.5.30...v1.5.31) Updates `dokka-base` from 1.5.30 to 1.5.31 - [Release notes](https://github.com/Kotlin/dokka/releases) - [Commits](https://github.com/Kotlin/dokka/compare/v1.5.30...v1.5.31) --- updated-dependencies: - dependency-name: org.jetbrains.dokka:dokka-gradle-plugin dependency-type: direct:production update-type: version-update:semver-patch - dependency-name: org.jetbrains.dokka:dokka-base dependency-type: direct:production update-type: version-update:semver-patch ... Signed-off-by: dependabot[bot] Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com> Co-authored-by: Dmytro * Public release v1.6.15 (#266) * Version name & code rise * Update docs Co-authored-by: Dmytro Kos Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com> * Images patch 1 (#272) * Version name & code rise * Update docs * Update config.yml Co-authored-by: Dmytro Kos Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com> Co-authored-by: Dmytro Kos Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com> * Merge dev into master (#280) * Release/v1.6.13 to dev (#240) * Bump dokka_version from 1.5.0 to 1.5.30 (#242) Bumps `dokka_version` from 1.5.0 to 1.5.30. Updates `dokka-gradle-plugin` from 1.5.0 to 1.5.30 - [Release notes](https://github.com/Kotlin/dokka/releases) - [Commits](h… * Bump kotlin-gradle-plugin from 1.7.21 to 1.7.22 (#463) Bumps [kotlin-gradle-plugin](https://github.com/JetBrains/kotlin) from 1.7.21 to 1.7.22. - [Release notes](https://github.com/JetBrains/kotlin/releases) - [Changelog](https://github.com/JetBrains/kotlin/blob/master/ChangeLog.md) - [Commits](https://github.com/JetBrains/kotlin/compare/v1.7.21...v1.7.22) --- updated-dependencies: - dependency-name: org.jetbrains.kotlin:kotlin-gradle-plugin dependency-type: direct:production update-type: version-update:semver-patch ... Signed-off-by: dependabot[bot] Signed-off-by: dependabot[bot] Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com> * Apply detect (#465) * configure detect * run detect on ci * update yml * test rules * test rules * fix typo * create detekt dir * Google pay demo (#464) * Add google pay payment token fetch * Add token parse logic * Update gpay token parse * Decrypt google pay token * Add google pay flow start button on start screen * Refactor google pay activity * Add google pay button style * Remove redundant lib * Read vault and env from intent extras * Add payment utils * Move payment token logic to util class * Update CI test devices (#466) * Test pixel 1 device * Test pixel 1 device * Test pixel 1 device * Test Nexus 5, Marshmallow. Check when condition * Test Nexus 5, Marshmallow. Check when condition * Test Nexus 5, Marshmallow. Check when condition * Test Nexus 5, Marshmallow. Check when condition * Test Pixel 2, Quince Tart * Test Pixel 7, Tiramisu * Test Pixel 7, Tiramisu * Test Nexus 6, Lollipop, virtual * Test Nexus 6, Lollipop, virtual * Fix regex * Remove virtual device due incorrect behaviour * Update config.yml * Update config.yml * Update config.yml * Update config.yml * Update test devices * Update test devices * Update test devices * Update test devices * Update tests * Remove test code * Fix config yaml * Bump gradle-maven-publish-plugin from 0.22.0 to 0.23.1 (#475) Bumps [gradle-maven-publish-plugin](https://github.com/vanniktech/gradle-maven-publish-plugin) from 0.22.0 to 0.23.1. - [Release notes](https://github.com/vanniktech/gradle-maven-publish-plugin/releases) - [Changelog](https://github.com/vanniktech/gradle-maven-publish-plugin/blob/main/CHANGELOG.md) - [Commits](https://github.com/vanniktech/gradle-maven-publish-plugin/compare/0.22.0...0.23.1) --- updated-dependencies: - dependency-name: com.vanniktech:gradle-maven-publish-plugin dependency-type: direct:production update-type: version-update:semver-minor ... Signed-off-by: dependabot[bot] Signed-off-by: dependabot[bot] Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com> * Bump robolectric from 4.9 to 4.9.2 (#473) Bumps [robolectric](https://github.com/robolectric/robolectric) from 4.9 to 4.9.2. - [Release notes](https://github.com/robolectric/robolectric/releases) - [Commits](https://github.com/robolectric/robolectric/compare/robolectric-4.9...robolectric-4.9.2) --- updated-dependencies: - dependency-name: org.robolectric:robolectric dependency-type: direct:production update-type: version-update:semver-patch ... Signed-off-by: dependabot[bot] Signed-off-by: dependabot[bot] Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com> Co-authored-by: dmytrodmytryshyn * Bump mockito-core from 4.9.0 to 4.11.0 (#471) Bumps [mockito-core](https://github.com/mockito/mockito) from 4.9.0 to 4.11.0. - [Release notes](https://github.com/mockito/mockito/releases) - [Commits](https://github.com/mockito/mockito/compare/v4.9.0...v4.11.0) --- updated-dependencies: - dependency-name: org.mockito:mockito-core dependency-type: direct:production update-type: version-update:semver-minor ... Signed-off-by: dependabot[bot] Signed-off-by: dependabot[bot] Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com> * Bump mockito-inline from 4.9.0 to 4.11.0 (#470) Bumps [mockito-inline](https://github.com/mockito/mockito) from 4.9.0 to 4.11.0. - [Release notes](https://github.com/mockito/mockito/releases) - [Commits](https://github.com/mockito/mockito/compare/v4.9.0...v4.11.0) --- updated-dependencies: - dependency-name: org.mockito:mockito-inline dependency-type: direct:production update-type: version-update:semver-minor ... Signed-off-by: dependabot[bot] Signed-off-by: dependabot[bot] Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com> Co-authored-by: dmytrodmytryshyn * Remove `kotlin-android-extensions` plugin (#480) * Remove kotlin synthetic from VGSViewPagerActivity.kt * Use binding * Remove kotlin synthetic from PaymentFragment.kt * Remove kotlin synthetic from PaymentOptimizationActivity.kt * Remove kotlin synthetic from other places * Remove 'kotlin-android-extensions' plugin * Remove 'kotlin-android-extensions' plugin from vgs-collect module * Bump kotlin-gradle-plugin from 1.7.22 to 1.8.0 (#472) * Bump kotlin-gradle-plugin from 1.7.22 to 1.8.0 Bumps [kotlin-gradle-plugin](https://github.com/JetBrains/kotlin) from 1.7.22 to 1.8.0. - [Release notes](https://github.com/JetBrains/kotlin/releases) - [Changelog](https://github.com/JetBrains/kotlin/blob/master/ChangeLog.md) - [Commits](https://github.com/JetBrains/kotlin/compare/v1.7.22...v1.8.0) --- updated-dependencies: - dependency-name: org.jetbrains.kotlin:kotlin-gradle-plugin dependency-type: direct:production update-type: version-update:semver-minor ... Signed-off-by: dependabot[bot] * Remove kotlin synthetic from VGSViewPagerActivity.kt * Use binding * Remove kotlin synthetic from PaymentFragment.kt * Remove kotlin synthetic from PaymentOptimizationActivity.kt * Remove kotlin synthetic from other places * Remove 'kotlin-android-extensions' plugin * Remove 'kotlin-android-extensions' plugin from vgs-collect module Signed-off-by: dependabot[bot] Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com> Co-authored-by: dmytrodmytryshyn * Bump runner from 1.5.1 to 1.5.2 (#479) Bumps runner from 1.5.1 to 1.5.2. --- updated-dependencies: - dependency-name: androidx.test:runner dependency-type: direct:production update-type: version-update:semver-patch ... Signed-off-by: dependabot[bot] Signed-off-by: dependabot[bot] Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com> Co-authored-by: dmytrodmytryshyn * Bump espresso-intents from 3.5.0 to 3.5.1 (#478) Bumps espresso-intents from 3.5.0 to 3.5.1. --- updated-dependencies: - dependency-name: androidx.test.espresso:espresso-intents dependency-type: direct:production update-type: version-update:semver-patch ... Signed-off-by: dependabot[bot] Signed-off-by: dependabot[bot] Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com> Co-authored-by: dmytrodmytryshyn * Bump junit from 1.1.4 to 1.1.5 (#476) Bumps junit from 1.1.4 to 1.1.5. --- updated-dependencies: - dependency-name: androidx.test.ext:junit dependency-type: direct:production update-type: version-update:semver-patch ... Signed-off-by: dependabot[bot] Signed-off-by: dependabot[bot] Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com> Co-authored-by: dmytrodmytryshyn * Bump junit-ktx from 1.1.4 to 1.1.5 (#477) Bumps junit-ktx from 1.1.4 to 1.1.5. --- updated-dependencies: - dependency-name: androidx.test.ext:junit-ktx dependency-type: direct:production update-type: version-update:semver-patch ... Signed-off-by: dependabot[bot] Signed-off-by: dependabot[bot] Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com> Co-authored-by: dmytrodmytryshyn * Bump espresso-core from 3.5.0 to 3.5.1 (#481) Bumps espresso-core from 3.5.0 to 3.5.1. --- updated-dependencies: - dependency-name: androidx.test.espresso:espresso-core dependency-type: direct:production update-type: version-update:semver-patch ... Signed-off-by: dependabot[bot] Signed-off-by: dependabot[bot] Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com> * Bump gradle from 7.3.1 to 7.4.0 (#482) * Bump gradle from 7.3.1 to 7.4.0 Bumps gradle from 7.3.1 to 7.4.0. --- updated-dependencies: - dependency-name: com.android.tools.build:gradle dependency-type: direct:production update-type: version-update:semver-minor ... Signed-off-by: dependabot[bot] * Update gradle wrapper Signed-off-by: dependabot[bot] Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com> Co-authored-by: dmytrodmytryshyn * Update tests (#483) * Fix robolectric tests with coverage issue * Add ByteArray extension unit tests * Cover analytic events and utils with tests * Cover Environment.kt extension functions with tests * Bump mockito-inline from 4.11.0 to 5.0.0 (#484) Bumps [mockito-inline](https://github.com/mockito/mockito) from 4.11.0 to 5.0.0. - [Release notes](https://github.com/mockito/mockito/releases) - [Commits](https://github.com/mockito/mockito/compare/v4.11.0...v5.0.0) --- updated-dependencies: - dependency-name: org.mockito:mockito-inline dependency-type: direct:production update-type: version-update:semver-major ... Signed-off-by: dependabot[bot] Signed-off-by: dependabot[bot] Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com> * Bump mockito-core from 4.11.0 to 5.0.0 (#485) Bumps [mockito-core](https://github.com/mockito/mockito) from 4.11.0 to 5.0.0. - [Release notes](https://github.com/mockito/mockito/releases) - [Commits](https://github.com/mockito/mockito/compare/v4.11.0...v5.0.0) --- updated-dependencies: - dependency-name: org.mockito:mockito-core dependency-type: direct:production update-type: version-update:semver-major ... Signed-off-by: dependabot[bot] Signed-off-by: dependabot[bot] Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com> Co-authored-by: dmytrodmytryshyn * MicroBlink card scanner integration (#486) * add scan module * add sample * set orientation * add checks before running scanner * add analytic * apply scanner module * add ability to configure styles * deny extracting fields if fieldName param is not configured * update date * move checks on activity level * update dependency * remove keys. make activity internal * remove keys, path * integrate scanner into demo * remove String literals * update builder * update sample * update blinkCard result API * update error * Add documentation to code (#450) * update documentation * supress unused method warning * fix texts * refactor scan activity * print error * Update microblink dependancy version, resolve issues * Remove redundant dependency Co-authored-by: Dmytro * Add README.md (#487) * Add CODEOWNERS (#488) * Merge Blinkcard public release into dev (#490) * Merge dev into master (#405) * Release/v1.6.13 to dev (#240) * Bump dokka_version from 1.5.0 to 1.5.30 (#242) Bumps `dokka_version` from 1.5.0 to 1.5.30. Updates `dokka-gradle-plugin` from 1.5.0 to 1.5.30 - [Release notes](https://github.com/Kotlin/dokka/releases) - [Commits](https://github.com/Kotlin/dokka/compare/v1.5.0...v1.5.30) Updates `dokka-base` from 1.5.0 to 1.5.30 - [Release notes](https://github.com/Kotlin/dokka/releases) - [Commits](https://github.com/Kotlin/dokka/compare/v1.5.0...v1.5.30) --- updated-dependencies: - dependency-name: org.jetbrains.dokka:dokka-gradle-plugin dependency-type: direct:production update-type: version-update:semver-patch - dependency-name: org.jetbrains.dokka:dokka-base dependency-type: direct:production update-type: version-update:semver-patch ... Signed-off-by: dependabot[bot] Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com> * Improve default validation (#243) * Update MIGRATING.md (#244) * Release v1.6.14 (#246) * Bump cardscan-ui from 2.1.0011 to 2.1.0012 (#249) Bumps [cardscan-ui](https://github.com/getbouncer/cardscan-android) from 2.1.0011 to 2.1.0012. - [Release notes](https://github.com/getbouncer/cardscan-android/releases) - [Changelog](https://github.com/getbouncer/cardscan-android/blob/master/CHANGELOG.md) - [Commits](https://github.com/getbouncer/cardscan-android/compare/2.1.0011...2.1.0012) --- updated-dependencies: - dependency-name: com.getbouncer:cardscan-ui dependency-type: direct:production update-type: version-update:semver-patch ... Signed-off-by: dependabot[bot] Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com> * Bump kotlin-gradle-plugin from 1.5.30 to 1.5.31 (#253) Bumps [kotlin-gradle-plugin](https://github.com/JetBrains/kotlin) from 1.5.30 to 1.5.31. - [Release notes](https://github.com/JetBrains/kotlin/releases) - [Changelog](https://github.com/JetBrains/kotlin/blob/v1.5.31/ChangeLog.md) - [Commits](https://github.com/JetBrains/kotlin/compare/v1.5.30...v1.5.31) --- updated-dependencies: - dependency-name: org.jetbrains.kotlin:kotlin-gradle-plugin dependency-type: direct:production update-type: version-update:semver-patch ... Signed-off-by: dependabot[bot] Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com> * Bump constraintlayout from 2.1.0 to 2.1.1 (#257) Bumps [constraintlayout](https://github.com/androidx/constraintlayout) from 2.1.0 to 2.1.1. - [Release notes](https://github.com/androidx/constraintlayout/releases) - [Commits](https://github.com/androidx/constraintlayout/commits) --- updated-dependencies: - dependency-name: androidx.constraintlayout:constraintlayout dependency-type: direct:production update-type: version-update:semver-patch ... Signed-off-by: dependabot[bot] Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com> * Improve validation logic, fix tests (#261) * Fix nullable return type (#260) * Bump okhttp from 4.9.1 to 4.9.2 (#258) Bumps [okhttp](https://github.com/square/okhttp) from 4.9.1 to 4.9.2. - [Release notes](https://github.com/square/okhttp/releases) - [Changelog](https://github.com/square/okhttp/blob/master/CHANGELOG.md) - [Commits](https://github.com/square/okhttp/compare/parent-4.9.1...parent-4.9.2) --- updated-dependencies: - dependency-name: com.squareup.okhttp3:okhttp dependency-type: direct:production update-type: version-update:semver-patch ... Signed-off-by: dependabot[bot] Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com> Co-authored-by: Dmytro * Bump dokka_version from 1.5.30 to 1.5.31 (#264) Bumps `dokka_version` from 1.5.30 to 1.5.31. Updates `dokka-gradle-plugin` from 1.5.30 to 1.5.31 - [Release notes](https://github.com/Kotlin/dokka/releases) - [Commits](https://github.com/Kotlin/dokka/compare/v1.5.30...v1.5.31) Updates `dokka-base` from 1.5.30 to 1.5.31 - [Release notes](https://github.com/Kotlin/dokka/releases) - [Commits](https://github.com/Kotlin/dokka/compare/v1.5.30...v1.5.31) --- updated-dependencies: - dependency-name: org.jetbrains.dokka:dokka-gradle-plugin dependency-type: direct:production update-type: version-update:semver-patch - dependency-name: org.jetbrains.dokka:dokka-base dependency-type: direct:production update-type: version-update:semver-patch ... Signed-off-by: dependabot[bot] Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com> Co-authored-by: Dmytro * Public release v1.6.15 (#266) * Version name & code rise * Update docs * Bump firebase-bom from 28.4.1 to 28.4.2 (#270) Bumps firebase-bom from 28.4.1 to 28.4.2. --- updated-dependencies: - dependency-name: com.google.firebase:firebase-bom dependency-type: direct:production update-type: version-update:semver-patch ... Signed-off-by: dependabot[bot] Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com> * Bump mockito_version from 3.12.4 to 4.0.0 (#271) Bumps `mockito_version` from 3.12.4 to 4.0.0. Updates `mockito-core` from 3.12.4 to 4.0.0 - [Release notes](https://github.com/mockito/mockito/releases) - [Commits](https://github.com/mockito/mockito/compare/v3.12.4...v4.0.0) Updates `mockito-inline` from 3.12.4 to 4.0.0 - [Release notes](https://github.com/mockito/mockito/releases) - [Commits](https://github.com/mockito/mockito/compare/v3.12.4...v4.0.0) --- updated-dependencies: - dependency-name: org.mockito:mockito-core dependency-type: direct:production update-type: version-update:semver-major - dependency-name: org.mockito:mockito-inline dependency-type: direct:production update-type: version-update:semver-major ... Signed-off-by: dependabot[bot] Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com> * Bump gradle from 7.0.2 to 7.0.3 (#273) Bumps gradle from 7.0.2 to 7.0.3. --- updated-dependencies: - dependency-name: com.android.tools.build:gradle dependency-type: direct:production update-type: version-update:semver-patch ... Signed-off-by: dependabot[bot] Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com> * Fix submit function response body (#274) * Public release v1.6.16 (#275) * Merge dev into master (#269) * Release/v1.6.13 to dev (#240) * Bump dokka_version from 1.5.0 to 1.5.30 (#242) Bumps `dokka_version` from 1.5.0 to 1.5.30. Updates `dokka-gradle-plugin` from 1.5.0 to 1.5.30 - [Release notes](https://github.com/Kotlin/dokka/releases) - [Commits](https://github.com/Kotlin/dokka/compare/v1.5.0...v1.5.30) Updates `dokka-base` from 1.5.0 to 1.5.30 - [Release notes](https://github.com/Kotlin/dokka/releases) - [Commits](https://github.com/Kotlin/dokka/compare/v1.5.0...v1.5.30) --- updated-dependencies: - dependency-name: org.jetbrains.dokka:dokka-gradle-plugin dependency-type: direct:production update-type: version-update:semver-patch - dependency-name: org.jetbrains.dokka:dokka-base dependency-type: direct:production update-type: version-update:semver-patch ... Signed-off-by: dependabot[bot] Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com> * Improve default validation (#243) * Update MIGRATING.md (#244) * Release v1.6.14 (#246) * Bump cardscan-ui from 2.1.0011 to 2.1.0012 (#249) Bumps [cardscan-ui](https://github.com/getbouncer/cardscan-android) from 2.1.0011 to 2.1.0012. - [Release notes](https://github.com/getbouncer/cardscan-android/releases) - [Changelog](https://github.com/getbouncer/cardscan-android/blob/master/CHANGELOG.md) - [Commits](https://github.com/getbouncer/cardscan-android/compare/2.1.0011...2.1.0012) --- updated-dependencies: - dependency-name: com.getbouncer:cardscan-ui dependency-type: direct:production update-type: version-update:semver-patch ... Signed-off-by: dependabot[bot] Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com> * Bump kotlin-gradle-plugin from 1.5.30 to 1.5.31 (#253) Bumps [kotlin-gradle-plugin](https://github.com/JetBrains/kotlin) from 1.5.30 to 1.5.31. - [Release notes](https://github.com/JetBrains/kotlin/releases) - [Changelog](https://github.com/JetBrains/kotlin/blob/v1.5.31/ChangeLog.md) - [Commits](https://github.com/JetBrains/kotlin/compare/v1.5.30...v1.5.31) --- updated-dependencies: - dependency-name: org.jetbrains.kotlin:kotlin-gradle-plugin dependency-type: direct:production update-type: version-update:semver-patch ... Signed-off-by: dependabot[bot] Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com> * Bump constraintlayout from 2.1.0 to 2.1.1 (#257) Bumps [constraintlayout](https://github.com/androidx/constraintlayout) from 2.1.0 to 2.1.1. - [Release notes](https://github.com/androidx/constraintlayout/releases) - [Commits](https://github.com/androidx/constraintlayout/commits) --- updated-dependencies: - dependency-name: androidx.constraintlayout:constraintlayout dependency-type: direct:production update-type: version-update:semver-patch ... Signed-off-by: dependabot[bot] Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com> * Improve validation logic, fix tests (#261) * Fix nullable return type (#260) * Bump okhttp from 4.9.1 to 4.9.2 (#258) Bumps [okhttp](https://github.com/square/okhttp) from 4.9.1 to 4.9.2. - [Release notes](https://github.com/square/okhttp/releases) - [Changelog](https://github.com/square/okhttp/blob/master/CHANGELOG.md) - [Commits](https://github.com/square/okhttp/compare/parent-4.9.1...parent-4.9.2) --- updated-dependencies: - dependency-name: com.squareup.okhttp3:okhttp dependency-type: direct:production update-type: version-update:semver-patch ... Signed-off-by: dependabot[bot] Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com> Co-authored-by: Dmytro * Bump dokka_version from 1.5.30 to 1.5.31 (#264) Bumps `dokka_version` from 1.5.30 to 1.5.31. Updates `dokka-gradle-plugin` from 1.5.30 to 1.5.31 - [Release notes](https://github.com/Kotlin/dokka/releases) - [Commits](https://github.com/Kotlin/dokka/compare/v1.5.30...v1.5.31) Updates `dokka-base` from 1.5.30 to 1.5.31 - [Release notes](https://github.com/Kotlin/dokka/releases) - [Commits](https://github.com/Kotlin/dokka/compare/v1.5.30...v1.5.31) --- updated-dependencies: - dependency-name: org.jetbrains.dokka:dokka-gradle-plugin dependency-type: direct:production update-type: version-update:semver-patch - dependency-name: org.jetbrains.dokka:dokka-base dependency-type: direct:production update-type: version-update:semver-patch ... Signed-off-by: dependabot[bot] Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com> Co-authored-by: Dmytro * Public release v1.6.15 (#266) * Version name & code rise * Update docs Co-authored-by: Dmytro Kos Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com> * Images patch 1 (#272) * Version name & code rise * Update docs * Update config.yml Co-authored-by: Dmytro Kos Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com> * Bump tensorflow-lite from 2.1.0011 to 2.1.0015 (#262) Bumps [tensorflow-lite](https://github.com/getbouncer/cardscan-android) from 2.1.0011 to 2.1.0015. - [Release notes](https://github.com/getbouncer/cardscan-android/releases) - [Changelog](https://github.com/getbouncer/cardscan-android/blob/master/CHANGELOG.md) - [Commits](https://github.com/getbouncer/cardscan-android/compare/2.1.0011...2.1.0015) --- updated-dependencies: - dependency-name: com.getbouncer:tensorflow-lite dependency-type: direct:production update-type: version-update:semver-patch ... Signed-off-by: dependabot[bot] Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com> Co-authored-by: dmytrodmytryshyn * Bump scan-payment-full from 2.1.0011 to 2.1.0015 (#265) Bumps [scan-payment-full](https://github.com/getbouncer/cardscan-android) from 2.1.0011 to 2.1.0015. - [Release notes](https://github.com/getbouncer/cardscan-android/releases) - [Changelog](https://github.com/getbouncer/cardscan-android/blob/master/CHANGELOG.md) - [Commits](https://github.com/getbouncer/cardscan-android/compare/2.1.0011...2.1.0015) --- updated-dependencies: - dependency-name: com.getbouncer:scan-payment-full dependency-type: direct:production update-type: version-update:semver-patch ... Signed-off-by: dependabot[bot] Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com> Co-authored-by: dmytrodmytryshyn * Bump cardscan-ui from 2.1.0012 to 2.1.0015 (#263) Bumps [cardscan-ui](https://github.com/getbouncer/cardscan-android) from 2.1.0012 to 2.1.0015. - [Release notes](https://github.com/getbouncer/cardscan-android/releases) - [Changelog](https://github.com/getbouncer/cardscan-android/blob/master/CHANGELOG.md) - [Commits](https://github.com/getbouncer/cardscan-android/compare/2.1.0012...2.1.0015) --- updated-dependencies: - dependency-name: com.getbouncer:cardscan-ui dependency-type: direct:production update-type: version-update:semver-patch ... Signed-off-by: dependabot[bot] Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com> Co-authored-by: dmytrodmytryshyn * Bump bouncer versions from 2.1.0015 -> 2.1.0016 (#279) * Bouncer adapter version name & code rise (#278) * Bump core-ktx from 1.6.0 to 1.7.0 (#285) * Bump core-ktx from 1.6.0 to 1.7.0 Bumps core-ktx from 1.6.0 to 1.7.0. --- updated-dependencies: - dependency-name: androidx.core:core-ktx dependency-type: direct:production update-type: version-update:semver-minor ... Signed-off-by: dependabot[bot] * update compileSdkVersion * update cursor.getString Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com> Co-authored-by: Dmytro * Bump firebase-bom from 28.4.2 to 29.0.0 (#286) Bumps firebase-bom from 28.4.2 to 29.0.0. --- updated-dependencies: - dependency-name: com.google.firebase:firebase-bom dependency-type: direct:production update-type: version-update:semver-major ... Signed-off-by: dependabot[bot] Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com> * Bump robolectric from 4.6.1 to 4.7 (#287) Bumps [robolectric](https://github.com/robolectric/robolectric) from 4.6.1 to 4.7. - [Release notes](https://github.com/robolectric/robolectric/releases) - [Commits](https://github.com/robolectric/robolectric/compare/robolectric-4.6.1...robolectric-4.7) --- updated-dependencies: - dependency-name: org.robolectric:robolectric dependency-type: direct:production update-type: version-update:semver-minor ... Signed-off-by: dependabot[bot] Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com> * Bump kotlin-gradle-plugin from 1.5.31 to 1.6.0 (#288) Bumps [kotlin-gradle-plugin](https://github.com/JetBrains/kotlin) from 1.5.31 to 1.6.0. - [Release notes](https://github.com/JetBrains/kotlin/releases) - [Changelog](https://github.com/JetBrains/kotlin/blob/master/ChangeLog.md) - [Commits](https://github.com/JetBrains/kotlin/commits) --- updated-dependencies: - dependency-name: org.jetbrains.kotlin:kotlin-gradle-plugin dependency-type: direct:production update-type: version-update:semver-minor ... Signed-off-by: dependabot[bot] Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com> * add max Length (#289) * Bump mockk from 1.12.0 to 1.12.1 (#290) Bumps [mockk](https://github.com/mockk/mockk) from 1.12.0 to 1.12.1. - [Release notes](https://github.com/mockk/mockk/releases) - [Commits](https://github.com/mockk/mockk/compare/v1.12.0...1.12.1) --- updated-dependencies: - dependency-name: io.mockk:mockk dependency-type: direct:production update-type: version-update:semver-patch ... Signed-off-by: dependabot[bot] Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com> * Bump appcompat from 1.3.1 to 1.4.0 (#291) Bumps appcompat from 1.3.1 to 1.4.0. --- updated-dependencies: - dependency-name: androidx.appcompat:appcompat dependency-type: direct:production update-type: version-update:semver-minor ... Signed-off-by: dependabot[bot] Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com> * Bump robolectric from 4.7 to 4.7.1 (#292) Bumps [robolectric](https://github.com/robolectric/robolectric) from 4.7 to 4.7.1. - [Release notes](https://github.com/robolectric/robolectric/releases) - [Commits](https://github.com/robolectric/robolectric/compare/robolectric-4.7...robolectric-4.7.1) --- updated-dependencies: - dependency-name: org.robolectric:robolectric dependency-type: direct:production update-type: version-update:semver-patch ... Signed-off-by: dependabot[bot] Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com> * Bump constraintlayout from 2.1.1 to 2.1.2 (#293) Bumps [constraintlayout](https://github.com/androidx/constraintlayout) from 2.1.1 to 2.1.2. - [Release notes](https://github.com/androidx/constraintlayout/releases) - [Commits](https://github.com/androidx/constraintlayout/commits) --- updated-dependencies: - dependency-name: androidx.constraintlayout:constraintlayout dependency-type: direct:production update-type: version-update:semver-patch ... Signed-off-by: dependabot[bot] Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com> * Bump okhttp from 4.9.2 to 4.9.3 (#294) Bumps [okhttp](https://github.com/square/okhttp) from 4.9.2 to 4.9.3. - [Release notes](https://github.com/square/okhttp/releases) - [Changelog](https://github.com/square/okhttp/blob/master/CHANGELOG.md) - [Commits](https://github.com/square/okhttp/compare/parent-4.9.2...parent-4.9.3) --- updated-dependencies: - dependency-name: com.squareup.okhttp3:okhttp dependency-type: direct:production update-type: version-update:semver-patch ... Signed-off-by: dependabot[bot] Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com> * Bump mockito_version from 4.0.0 to 4.1.0 (#295) Bumps `mockito_version` from 4.0.0 to 4.1.0. Updates `mockito-core` from 4.0.0 to 4.1.0 - [Release notes](https://github.com/mockito/mockito/releases) - [Commits](https://github.com/mockito/mockito/compare/v4.0.0...v4.1.0) Updates `mockito-inline` from 4.0.0 to 4.1.0 - [Release notes](https://github.com/mockito/mockito/releases) - [Commits](https://github.com/mockito/mockito/compare/v4.0.0...v4.1.0) --- updated-dependencies: - dependency-name: org.mockito:mockito-core dependency-type: direct:production update-type: version-update:semver-minor - dependency-name: org.mockito:mockito-inline dependency-type: direct:production update-type: version-update:semver-minor ... Signed-off-by: dependabot[bot] Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com> * Bump robolectric from 4.7.1 to 4.7.2 (#296) Bumps [robolectric](https://github.com/robolectric/robolectric) from 4.7.1 to 4.7.2. - [Release notes](https://github.com/robolectric/robolectric/releases) - [Commits](https://github.com/robolectric/robolectric/compare/robolectric-4.7.1...robolectric-4.7.2) --- updated-dependencies: - dependency-name: org.robolectric:robolectric dependency-type: direct:production update-type: version-update:semver-patch ... Signed-off-by: dependabot[bot] Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com> * Bump dokka_version from 1.5.31 to 1.6.0 (#297) Bumps `dokka_version` from 1.5.31 to 1.6.0. Updates `dokka-gradle-plugin` from 1.5.31 to 1.6.0 - [Release notes](https://github.com/Kotlin/dokka/releases) - [Commits](https://github.com/Kotlin/dokka/compare/v1.5.31...v1.6.0) Updates `dokka-base` from 1.5.31 to 1.6.0 - [Release notes](https://github.com/Kotlin/dokka/releases) - [Commits](https://github.com/Kotlin/dokka/compare/v1.5.31...v1.6.0) --- updated-dependencies: - dependency-name: org.jetbrains.dokka:dokka-gradle-plugin dependency-type: direct:production update-type: version-update:semver-minor - dependency-name: org.jetbrains.dokka:dokka-base dependency-type: direct:production update-type: version-update:semver-minor ... Signed-off-by: dependabot[bot] Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com> * Merge public release v1.16.17 into development (#299) * Merge public release 1.6.16 into master (#277) * Release/v1.6.13 to dev (#240) * Bump dokka_version from 1.5.0 to 1.5.30 (#242) Bumps `dokka_version` from 1.5.0 to 1.5.30. Updates `dokka-gradle-plugin` from 1.5.0 to 1.5.30 - [Release notes](https://github.com/Kotlin/dokka/releases) - [Commits](https://github.com/Kotlin/dokka/compare/v1.5.0...v1.5.30) Updates `dokka-base` from 1.5.0 to 1.5.30 - [Release notes](https://github.com/Kotlin/dokka/releases) - [Commits](https://github.com/Kotlin/dokka/compare/v1.5.0...v1.5.30) --- updated-dependencies: - dependency-name: org.jetbrains.dokka:dokka-gradle-plugin dependency-type: direct:production update-type: version-update:semver-patch - dependency-name: org.jetbrains.dokka:dokka-base dependency-type: direct:production update-type: version-update:semver-patch ... Signed-off-by: dependabot[bot] Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com> * Improve default validation (#243) * Update MIGRATING.md (#244) * Release v1.6.14 (#246) * Bump cardscan-ui from 2.1.0011 to 2.1.0012 (#249) Bumps [cardscan-ui](https://github.com/getbouncer/cardscan-android) from 2.1.0011 to 2.1.0012. - [Release notes](https://github.com/getbouncer/cardscan-android/releases) - [Changelog](https://github.com/getbouncer/cardscan-android/blob/master/CHANGELOG.md) - [Commits](https://github.com/getbouncer/cardscan-android/compare/2.1.0011...2.1.0012) --- updated-dependencies: - dependency-name: com.getbouncer:cardscan-ui dependency-type: direct:production update-type: version-update:semver-patch ... Signed-off-by: dependabot[bot] Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com> * Bump kotlin-gradle-plugin from 1.5.30 to 1.5.31 (#253) Bumps [kotlin-gradle-plugin](https://github.com/JetBrains/kotlin) from 1.5.30 to 1.5.31. - [Release notes](https://github.com/JetBrains/kotlin/releases) - [Changelog](https://github.com/JetBrains/kotlin/blob/v1.5.31/ChangeLog.md) - [Commits](https://github.com/JetBrains/kotlin/compare/v1.5.30...v1.5.31) --- updated-dependencies: - dependency-name: org.jetbrains.kotlin:kotlin-gradle-plugin dependency-type: direct:production update-type: version-update:semver-patch ... Signed-off-by: dependabot[bot] Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com> * Bump constraintlayout from 2.1.0 to 2.1.1 (#257) Bumps [constraintlayout](https://github.com/androidx/constraintlayout) from 2.1.0 to 2.1.1. - [Release notes](https://github.com/androidx/constraintlayout/releases) - [Commits](https://github.com/androidx/constraintlayout/commits) --- updated-dependencies: - dependency-name: androidx.constraintlayout:constraintlayout dependency-type: direct:production update-type: version-update:semver-patch ... Signed-off-by: dependabot[bot] Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com> * Improve validation logic, fix tests (#261) * Fix nullable return type (#260) * Bump okhttp from 4.9.1 to 4.9.2 (#258) Bumps [okhttp](https://github.com/square/okhttp) from 4.9.1 to 4.9.2. - [Release notes](https://github.com/square/okhttp/releases) - [Changelog](https://github.com/square/okhttp/blob/master/CHANGELOG.md) - [Commits](https://github.com/square/okhttp/compare/parent-4.9.1...parent-4.9.2) --- updated-dependencies: - dependency-name: com.squareup.okhttp3:okhttp dependency-type: direct:production update-type: version-update:semver-patch ... Signed-off-by: dependabot[bot] Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com> Co-authored-by: Dmytro * Bump dokka_version from 1.5.30 to 1.5.31 (#264) Bumps `dokka_version` from 1.5.30 to 1.5.31. Updates `dokka-gradle-plugin` from 1.5.30 to 1.5.31 - [Release notes](https://github.com/Kotlin/dokka/releases) - [Commits](https://github.com/Kotlin/dokka/compare/v1.5.30...v1.5.31) Updates `dokka-base` from 1.5.30 to 1.5.31 - [Release notes](https://github.com/Kotlin/dokka/releases) - [Commits](https://github.com/Kotlin/dokka/compare/v1.5.30...v1.5.31) --- updated-dependencies: - dependency-name: org.jetbrains.dokka:dokka-gradle-plugin dependency-type: direct:production update-type: version-update:semver-patch - dependency-name: org.jetbrains.dokka:dokka-base dependency-type: direct:production update-type: version-update:semver-patch ... Signed-off-by: dependabot[bot] Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com> Co-authored-by: Dmytro * Public release v1.6.15 (#266) * Version name & code rise * Update docs * Bump firebase-bom from 28.4.1 to 28.4.2 (#270) Bumps firebase-bom from 28.4.1 to 28.4.2. --- updated-dependencies: - dependency-name: com.google.firebase:firebase-bom dependency-type: direct:production update-type: version-update:semver-patch ... Signed-off-by: dependabot[bot] Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com> * Bump mockito_version from 3.12.4 to 4.0.0 (#271) Bumps `mockito_version` from 3.12.4 to 4.0.0. Updates `mockito-core` from 3.12.4 to 4.0.0 - [Release notes](https://github.com/mockito/mockito/releases) - [Commits](https://github.com/mockito/mockito/compare/v3.12.4...v4.0.0) Updates `mockito-inline` from 3.12.4 to 4.0.0 - [Release notes](https://github.com/mockito/mockito/releases) - [Commits](https://github.com/mockito/mockito/compare/v3.12.4...v4.0.0) --- updated-dependencies: - dependency-name: org.mockito:mockito-core dependency-type: direct:production update-type: version-update:semver-major - dependency-name: org.mockito:mockito-inline dependency-type: direct:production update-type: version-update:semver-major ... Signed-off-by: dependabot[bot] Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com> * Bump gradle from 7.0.2 to 7.0.3 (#273) Bumps gradle from 7.0.2 to 7.0.3. --- updated-dependencies: - dependency-name: com.android.tools.build:gradle dependency-type: direct:production update-type: version-update:semver-patch ... Signed-off-by: dependabot[bot] Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com> * Fix submit function response body (#274) * Public release v1.6.16 (#275) * Merge dev into master (#269) * Release/v1.6.13 to dev (#240) * Bump dokka_version from 1.5.0 to 1.5.30 (#242) Bumps `dokka_version` from 1.5.0 to 1.5.30. Updates `dokka-gradle-plugin` from 1.5.0 to 1.5.30 - [Release notes](https://github.com/Kotlin/dokka/releases) - [Commits](https://github.com/Kotlin/dokka/compare/v1.5.0...v1.5.30) Updates `dokka-base` from 1.5.0 to 1.5.30 - [Release notes](https://github.com/Kotlin/dokka/releases) - [Commits](https://github.com/Kotlin/dokka/compare/v1.5.0...v1.5.30) --- updated-dependencies: - dependency-name: org.jetbrains.dokka:dokka-gradle-plugin dependency-type: direct:production update-type: version-update:semver-patch - dependency-name: org.jetbrains.dokka:dokka-base dependency-type: direct:production update-type: version-update:semver-patch ... Signed-off-by: dependabot[bot] Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com> * Improve default validation (#243) * Update MIGRATING.md (#244) * Release v1.6.14 (#246) * Bump cardscan-ui from 2.1.0011 to 2.1.0012 (#249) Bumps [cardscan-ui](https://github.com/getbouncer/cardscan-android) from 2.1.0011 to 2.1.0012. - [Release notes](https://github.com/getbouncer/cardscan-android/releases) - [Changelog](https://github.com/getbouncer/cardscan-android/blob/master/CHANGELOG.md) - [Commits](https://github.com/getbouncer/cardscan-android/compare/2.1.0011...2.1.0012) --- updated-dependencies: - dependency-name: com.getbouncer:cardscan-ui dependency-type: direct:production update-type: version-update:semver-patch ... Signed-off-by: dependabot[bot] Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com> * Bump kotlin-gradle-plugin from 1.5.30 to 1.5.31 (#253) Bumps [kotlin-gradle-plugin](https://github.com/JetBrains/kotlin) from 1.5.30 to 1.5.31. - [Release notes](https://github.com/JetBrains/kotlin/releases) - [Changelog](https://github.com/JetBrains/kotlin/blob/v1.5.31/ChangeLog.md) - [Commits](https://github.com/JetBrains/kotlin/compare/v1.5.30...v1.5.31) --- updated-dependencies: - dependency-name: org.jetbrains.kotlin:kotlin-gradle-plugin dependency-type: direct:production update-type: version-update:semver-patch ... Signed-off-by: dependabot[bot] Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com> * Bump constraintlayout from 2.1.0 to 2.1.1 (#257) Bumps [constraintlayout](https://github.com/androidx/constraintlayout) from 2.1.0 to 2.1.1. - [Release notes](https://github.com/androidx/constraintlayout/releases) - [Commits](https://github.com/androidx/constraintlayout/commits) --- updated-dependencies: - dependency-name: androidx.constraintlayout:constraintlayout dependency-type: direct:production update-type: version-update:semver-patch ... Signed-off-by: dependabot[bot] Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com> * Improve validation logic, fix tests (#261) * Fix nullable return type (#260) * Bump okhttp from 4.9.1 to 4.9.2 (#258) Bumps [okhttp](https://github.com/square/okhttp) from 4.9.1 to 4.9.2. - [Release notes](https://github.com/square/okhttp/releases) - [Changelog](https://github.com/square/okhttp/blob/master/CHANGELOG.md) - [Commits](https://github.com/square/okhttp/compare/parent-4.9.1...parent-4.9.2) --- updated-dependencies: - dependency-name: com.squareup.okhttp3:okhttp dependency-type: direct:production update-type: version-update:semver-patch ... Signed-off-by: dependabot[bot] Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com> Co-authored-by: Dmytro * Bump dokka_version from 1.5.30 to 1.5.31 (#264) Bumps `dokka_version` from 1.5.30 to 1.5.31. Updates `dokka-gradle-plugin` from 1.5.30 to 1.5.31 - [Release notes](https://github.com/Kotlin/dokka/releases) - [Commits](https://github.com/Kotlin/dokka/compare/v1.5.30...v1.5.31) Updates `dokka-base` from 1.5.30 to 1.5.31 - [Release notes](https://github.com/Kotlin/dokka/releases) - [Commits](https://github.com/Kotlin/dokka/compare/v1.5.30...v1.5.31) --- updated-dependencies: - dependency-name: org.jetbrains.dokka:dokka-gradle-plugin dependency-type: direct:production update-type: version-update:semver-patch - dependency-name: org.jetbrains.dokka:dokka-base dependency-type: direct:production update-type: version-update:semver-patch ... Signed-off-by: dependabot[bot] Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com> Co-authored-by: Dmytro * Public release v1.6.15 (#266) * Version name & code rise * Update docs Co-authored-by: Dmytro Kos Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com> * Images patch 1 (#272) * Version name & code rise * Update docs * Update config.yml Co-authored-by: Dmytro Kos Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com> Co-authored-by: Dmytro Kos Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com> * Merge dev into master (#280) * Release/v1.6.13 to dev (#240) * Bump dokka_version from 1.5.0 to 1.5.30 (#242) Bumps `dokka_version` from 1.5.0 to 1.5.30. Updates `dokka-gradle-plugin` from 1.5.0 to 1.5.30 - [Release notes](https://github.com/Kotlin/dokka/releases) - [Commits](https://github.com/Kotlin/dokka/compare/v1.5.0...v1.5.30) Updates `dokka-base` from 1.5.0 to 1.5.30 - [Release notes](https://github.com/Kotlin/dokka/releases) - [Commits](https://github.com/Kotlin/dokka/compare/v1.5.0...v1.5.30) --- updated-dependencies: - dependency-name: org.jetbrains.dokka:dokka-gradle-plugin dependency-type: direct:production update-type: version-update:semver-patch - dependency-name: org.jetbrains.dokka:dokka-base dependency-type: direct:production update-type: version-update:semver-patch ... Signed-off-by: dependabot[bot] Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com> * Improve default validation (#243) * Update MIGRATING.md (#244) * Release v1.6.14 (#246) * Bump cardscan-ui from 2.1.0011 to 2.1.0012 (#249) Bumps [cardscan-ui](https://github.com/getbouncer/cardscan-android) from 2.1.0011 to 2.1.0012. - [Release notes](https://github.com/getbouncer/cardscan-android/releases) - [Changelog](https://github.com/getbouncer/cardscan-android/blob/master/CHANGELOG.md) - [Commits](https://github.com/getbouncer/cardscan-android/compare/2.1.0011...2.1.0012) --- updated-dependencies: - dependency-name: com.getbouncer:cardscan-ui dependency-type: direct:production update-type: version-update:semver-patch ... Signed-off-by: dependabot[bot] Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com> * Bump kotlin-gradle-plugin from 1.5.30 to 1.5.31 (#253) Bumps [kotlin-gradle-plugin](https://github.com/JetBrains/kotlin) from 1.5.30 to 1.5.31. - [Release notes](https://github.com/JetBrains/kotlin/releases) - [Changelog](https://github.com/JetBrains/kotlin/blob/v1.5.31/ChangeLog.md) - [Commits](https://github.com/JetBrains/kotlin/compare/v1.5.30...v1.5.31) --- updated-dependencies: - dependency-name: org.jetbrains.kotlin:kotlin-gradle-plugin dependency-type: direct:production update-type: version-update:semver-patch ... Signed-off-by: dependabot[bot] Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com> * Bump constraintlayout from 2.1.0 to 2.1.1 (#257) Bumps [constraintlayout](https://github.com/androidx/constraintlayout) from 2.1.0 to 2.1.1. - [Release notes](https://github.com/androidx/constraintlayout/releases) - [Commits](https://github.com/androidx/constraintlayout/commits) --- updated-dependencies: - dependency-name: androidx.constraintlayout:constraintlayout dependency-type: direct:production update-type: version-update:semver-patch ... Signed-off-by: dependabot[bot] Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com> * Improve validation logic, fix tests (#261) * Fix nullable return type (#260) * Bump okhttp from 4.9.1 to 4.9.2 (#258) Bumps [okhttp](https://github.com/square/okhttp) from 4.9.1 to 4.9.2. - [Release notes](https://github.com/square/okhttp/releases) - [Changelog](https://github.com/square/okhttp/blob/master/CHANGELOG.md) - [Commits](https://github.com/square/okhttp/compare/parent-4.9.1...parent-4.9.2) --- updated-dependencies: - dependency-name: com.squareup.okhttp3:okhttp dependency-type: direct:production update-type: version-update:semver-patch ... Signed-off-by: dependabot[bot] Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com> Co-authored-by: Dmytro * Bump dokka_version from 1.5.30 to 1.5.31 (#264) Bumps `dokka_version` from 1.5.30 to 1.5.31. Updates `dokka-gradle-plugin` from 1.5.30 to 1.5.31 - [Release notes](https://github.com/Kotlin/dokka/releases) - [Commits](https://github.com/Kotlin/dokka/compare/v1.5.30...v1.5.31) Updates `dokka-base` from 1.5.30 to 1.5.31 - [Release notes](https://github.com/Kotlin/dokka/releases) - [Commits](https://github.com/Kotlin/dokka/compare/v1.5.30...v1.5.31) --- updated-dependencies: - dependency-name: org.jetbrains.dokka:dokka-gradle-plugin dependency-type: direct:production update-type: version-update:semver-patch - dependency-name: org.jetbrains.dokka:dokka-base dependency-type: direct:production update-type: version-update:semver-patch ... Signed-off-by: dependabot[bot] Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com> Co-authored-by: Dmytro * Public release v1.6.15 (#266) * Version name & code rise * Update docs * Bump firebase-bom from 28.4.1 to 28.4.2 (#270) Bumps firebase-bom from 28.4.1 to 28.4.2. --- updated-dependencies: - dependency-name: com.google.firebase:firebase-bom dependency-type: direct:production update-type: version-update:semver-patch ... Signed-off-by: dependabot[bot] Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com> * Bump mockito_version from 3.12.4 to 4.0.0 (#271) Bumps `mockito_version` from 3.12.4 to 4.0.0. Updates `mockito-core` from 3.12.4 to 4.0.0 - [Release notes](https://github.com/mockito/mockito/releases) - [Commits](https://github.com/mockito/mockito/compare/v3.12.4...v4.0.0) Updates `mockito-inline` from 3.12.4 to 4.0.0 - [Release notes](https://github.com/mockito/mockito/releases) - [Commits](https://github.com/mockito/mockito/compare/v3.12.4...v4.0.0) --- updated-dependencies: - dependency-name: org.mockito:mockito-core dependency-type: direct:production update-type: version-update:semver-major - dependency-name: org.mockito:mockito-inline dependency-type: direct:production update-type: version-update:semver-major ... Signed-off-by: dependabot[bot] Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com> * Bump gradle from 7.0.2 to 7.0.3 (#273) Bumps gradle from 7.0.2 to 7.0.3. --- updated-dependencies: - dependency-name: com.android.tools.build:gradle dependency-type: direct:production update-type: version-update:semver-patch ... Signed-off-by: dependabot[bot] Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com> * Fix submit function response body (#274) * Public release v1.6.16 (#275) * Merge dev into master (#269) * Release/v1.6.13 to dev (#240) * Bump dokka_version from 1.5.0 to 1.5.30 (#242) Bumps `dokka_version` from 1.5.0 to 1.5.30. Updates `dokka-gradle-plugin` from 1.5.0 to 1.5.30 - [Release notes](https://github.com/Kotlin/dokka/releases) - [Commits](https://github.com/Kotlin/dokka/compare/v1.5.0...v1.5.30) Updates `dokka-base` from 1.5.0 to 1.5.30 - [Release notes](https://github.com/Kotlin/dokka/releases) - [Commits](https://github.com/Kotlin/dokka/compare/v1.5.0...v1.5.30) --- updated-dependencies: - dependency-name: org.jetbrains.dokka:dokka-gradle-plugin dependency-type: direct:production update-type: version-update:semver-patch - dependency-name: org.jetbrains.dokka:dokka-base dependency-type: direct:production update-type: version-update:semver-patch ... Signed-off-by: dependabot[bot] Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com> * Improve default validation (#243) * Update MIGRATING.md (#244) * Release v1.6.14 (#246) * Bump cardscan-ui from 2.1.0011 to 2.1.0012 (#249) Bumps [cardscan-ui](https://github.com/getbouncer/cardscan-android) from 2.1.0011 to 2.1.0012. - [Release notes](https://github.com/getbouncer/cardscan-android/releases) - [Changelog](https://github.com/getbouncer/cardscan-android/blob/master/CHANGELOG.md) - [Commits](https://github.com/getbouncer/cardscan-android/compare/2.1.0011...2.1.0012) --- updated-dependencies: - dependency-name: com.getbouncer:cardscan-ui dependency-type: direct:production update-type: version-update:semver-patch ... Signed-off-by: dependabot[bot] Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com> * Bump kotlin-gradle-plugin from 1.5.30 to 1.5.31 (#253) Bumps [kotlin-gradle-plugin](https://github.com/JetBrains/kotlin) from 1.5.30 to 1.5.31. - [Release notes](https://github.com/JetBrains/kotlin/releases) - [Changelog](https://github.com/JetBrains/kotlin/blob/v1.5.31/ChangeLog.md) - [Commits](https://github.com/JetBrains/kotlin/compare/v1.5.30...v1.5.31) --- updated-dependencies: - dependency-name: org.jetbrains.kotlin:kotlin-gradle-plugin dependency-type: direct:production update-type: version-update:semver-patch ... Signed-off-by: dependabot[bot] Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com> * Bump constraintlayout from 2.1.0 to 2.1.1 (#257) Bumps [constraintlayout](https://github.com/androidx/constraintlayout) from 2.1.0 to 2.1.1. - [Release notes](https://github.com/androidx/constraintlayout/releases) - [Commits](https://github.com/androidx/constraintlayout/commits) --- updated-dependencies: - dependency-name: androidx.constraintlayout:constraintlayout dependency-type: direct:production update-type: version-update:semver-patch ... Signed-off-by: dependabot[bot] Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com> * Improve validation logic, fix tests (#261) * Fix nullable return type (#260) * Bump okhttp from 4.9.1 to 4.9.2 (#258) Bumps [okhttp](https://github.com/square/okhttp) from 4.9.1 to 4.9.2. - [Release notes](https://github.com/square/okhttp/releases) - [Changelog](https://github.com/square/okhttp/blob/master/CHANGELOG.md) - [Commits](https://github.com/square/okhttp/compare/parent-4.9.1...parent-4.9.2) --- updated-dependencies: - dependency-name: com.squareup.okhttp3:okhttp dependency-type: direct:production update-type: version-update:semver-patch ... Signed-off-by: dependabot[bot] Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com> Co-authored-by: Dmytro * Bump dokka_version from 1.5.30 to 1.5.31 (#264) Bumps `dokka_version` from 1.5.30 to 1.5.31. Updates `dokka-gradle-plugin` from 1.5.30 to 1.5.31 - [Release notes](https://github.com/Kotlin/dokka/releases) - [Commits](https://github.com/Kotlin/dokka/compare/v1.5.30...v1.5.31) Updates `dokka-base` from 1.5.30 to 1.5.31 - [Release notes](https://github.com/Kotlin/dokka/releases) - [Commits](https://github.com/Kotlin/dokka/compare/v1.5.30...v1.5.31) --- updated-dependencies: - dependency-name: org.jetbrains.dokka:dokka-gradle-plugin dependency-type: direct:production update-type: version-update:semver-patch - dependency-name: org.jetbrains.dokka:dokka-base dependency-type: direct:production update-type: version-update:semver-patch ... Signed-off-by: dependabot[bot] Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com> Co-authored-by: Dmytro * Public release v1.6.15 (#266) * Version name & code rise * Update docs Co-authored-by: Dmytro Kos Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com> * Images patch 1 (#272) * Version name & code rise * Update docs * Update config.yml Co-authored-by: Dmytro Kos Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com> * Bump tensorflow-lite from 2.1.0011 to 2.1.0015 (#262) Bumps [tensorflow-lite](https://github.com/getbouncer/cardscan-android) from 2.1.0011 to 2.1.0015. - [Release notes](https://github.com/getbouncer/cardscan-android/releases) - [Changelog](https://github.com/getbouncer/cardscan-android/blob/master/CHANGELOG.md) - [Commits](https://github.com/getbouncer/cardscan-android/compare/2.1.0011...2.1.0015) --- updated-dependencies: - dependency-name: com.getbouncer:tensorflow-lite dependency-type: direct:production update-type: version-update:semver-patch ... Signed-off-by: dependabot[bot] Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com> Co-authored-by: dmytrodmytryshyn * Bump scan-payment-full from 2.1.0011 to 2.1.0015 (#265) Bumps [scan-payment-full](https://github.com/getbouncer/cardscan-android) from 2.1.0011 to 2.1.0015. - [Release notes](https://github.com/getbouncer/cardscan-android/releases) - [Changelog](https://github.com/getbouncer/cardscan-android/blob/master/CHANGELOG.md) - [Commits](https://github.com/getbouncer/cardscan-android/compare/2.1.0011...2.1.0015) --- updated-dependencies: - dependency-name: com.getbouncer:scan-payment-full dependency-type: direct:production update-type: version-update:semver-patch ... Signed-off-by: dependabot[bot] Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com> Co-authored-by: dmytrodmytryshyn * Bump cardscan-ui from 2.1.0012 to 2.1.0015 (#263) Bumps [cardscan-ui](https://github.com/getbouncer/cardscan-android) from 2.1.0012 to 2.1.0015. - [Release notes](https://github.com/getbouncer/cardscan-android/releases) - [Changelog](https://github.com/getbouncer/cardscan-android/blob/master/CHANGELOG.md) - [Commits](https://github.com/getbouncer/cardscan-android/compare/2.1.0012...2.1.0015) --- updated-dependencies: - dependency-name: com.getbouncer:cardscan-ui dependency-type: direct:production update-type: version-update:semver-patch ... Signed-off-by: dependabot[bot] Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com> Co-authored-by: dmytrodmytryshyn * Bump bouncer versions from 2.1.0015 -> 2.1.0016 (#279) * Bouncer adapter version name & code rise (#278) Co-authored-by: Dmytro Kos Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com> * Version name & code rise * Update docs Co-authored-by: Dmytro Kos Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com> * Bump firebase-bom from 29.0.0 to 29.0.1 (#302) Bumps firebase-bom from 29.0.0 to 29.0.1. --- updated-dependencies: - dependency-name: com.google.firebase:firebase-bom dependency-type: direct:production update-type: version-update:semver-patch ... Signed-off-by: dependabot[bot] Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com> * Bump robolectric from 4.7.2 to 4.7.3 (#303) Bumps [robolectric](https://github.com/robolectric/robolectric) from 4.7.2 to 4.7.3. - [Release notes](https://github.com/robolectric/robolectric/releases) - [Commits](https://github.com/robolectric/robolectric/compare/robolectric-4.7.2...robolectric-4.7.3) --- updated-dependencies: - dependency-name: org.robolectric:robolectric dependency-type: direct:production update-type: version-update:semver-patch ... Signed-off-by: dependabot[bot] Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com> * Bump json from 20210307 to 20211205 (#304) Bumps [json](https://github.com/douglascrockford/JSON-java) from 20210307 to 20211205. - [Release notes](https://github.com/douglascrockford/JSON-java/releases) - [Changelog](https://github.com/stleary/JSON-java/blob/master/docs/RELEASES.md) - [Commits](https://github.com/douglascrockford/JSON-java/commits) --- updated-dependencies: - dependency-name: org.json:json dependency-type: direct:production update-type: version-update:semver-major ... Signed-off-by: dependabot[bot] Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com> * Bump play-services-auth from 19.2.0 to 20.0.0 (#306) Bumps play-services-auth from 19.2.0 to 20.0.0. --- updated-dependencies: - dependency-name: com.google.android.gms:play-services-auth dependency-type: direct:production update-type: version-update:semver-major ... Signed-off-by: dependabot[bot] Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com> * Bump firebase-bom from 29.0.1 to 29.0.2 (#311) Bumps firebase-bom from 29.0.1 to 29.0.2. --- updated-dependencies: - dependency-name: com.google.firebase:firebase-bom dependency-type: direct:production update-type: version-update:semver-patch ... Signed-off-by: dependabot[bot] Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com> * Move google-services.json to ci (#307) * Remove google-services.json. Update ci config. Add test code for check file creation. * Remove tests code. * Fix TextInputFieldLayout.kt error restore after screen rotation (#312) * Bump kotlin-gradle-plugin from 1.6.0 to 1.6.10 (#313) Bumps [kotlin-gradle-plugin](https://github.com/JetBrains/kotlin) from 1.6.0 to 1.6.10. - [Release notes](https://github.com/JetBrains/kotlin/releases) - [Changelog](https://github.com/JetBrains/kotlin/blob/v1.6.10/ChangeLog.md) - [Commits](https://github.com/JetBrains/kotlin/compare/v1.6.0...v1.6.10) --- updated-dependencies: - dependency-name: org.jetbrains.kotlin:kotlin-gradle-plugin dependency-type: direct:production update-type: version-update:semver-patch ... Signed-off-by: dependabot[bot] Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com> * Bump gradle from 7.0.3 to 7.0.4 (#305) Bumps gradle from 7.0.3 to 7.0.4. --- updated-dependencies: - dependency-name: com.android.tools.build:gradle dependency-type: direct:production update-type: version-update:semver-patch ... Signed-off-by: dependabot[bot] Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com> * Merge public release v1.6.18 into dev (#315) * Merge public release 1.6.16 into master (#277) * Release/v1.6.13 to dev (#240) * Bump dokka_version from 1.5.0 to 1.5.30 (#242) Bumps `dokka_version` from 1.5.0 to 1.5.30. Updates `dokka-gradle-plugin` from 1.5.0 to 1.5.30 - [Release notes](https://github.com/Kotlin/dokka/releases) - [Commits](https://github.com/Kotlin/dokka/compare/v1.5.0...v1.5.30) Updates `dokka-base` from 1.5.0 to 1.5.30 - [Release notes](https://github.com/Kotlin/dokka/releases) - [Commits](https://github.com/Kotlin/dokka/compare/v1.5.0...v1.5.30) --- updated-dependencies: - dependency-name: org.jetbrains.dokka:dokka-gradle-plugin dependency-type: direct:production update-type: version-update:semver-patch - dependency-name: org.jetbrains.dokka:dokka-base dependency-type: direct:production update-type: version-update:semver-patch ... Signed-off-by: dependabot[bot] Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com> * Improve default validation (#243) * Update MIGRATING.md (#244) * Release v1.6.14 (#246) * Bump cardscan-ui from 2.1.0011 to 2.1.0012 (#249) Bumps [cardscan-ui](https://github.com/getbouncer/cardscan-android) from 2.1.0011 to 2.1.0012. - [Release notes](https://github.com/getbouncer/cardscan-android/releases) - [Changelog](https://github.com/getbouncer/cardscan-android/blob/master/CHANGELOG.md) - [Commits](https://github.com/getbouncer/cardscan-android/compare/2.1.0011...2.1.0012) --- updated-dependencies: - dependency-name: com.getbouncer:cardscan-ui dependency-type: direct:production update-type: version-update:semver-patch ... Signed-off-by: dependabot[bot] Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com> * Bump kotlin-gradle-plugin from 1.5.30 to 1.5.31 (#253) Bumps [kotlin-gradle-plugin](https://github.com/JetBrains/kotlin) from 1.5.30 to 1.5.31. - [Release notes](https://github.com/JetBrains/kotlin/releases) - [Changelog](https://github.com/JetBrains/kotlin/blob/v1.5.31/ChangeLog.md) - [Commits](https://github.com/JetBrains/kotlin/compare/v1.5.30...v1.5.31) --- updated-dependencies: - dependency-name: org.jetbrains.kotlin:kotlin-gradle-plugin dependency-type: direct:production update-type: version-update:semver-patch ... Signed-off-by: dependabot[bot] Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com> * Bump constraintlayout from 2.1.0 to 2.1.1 (#257) Bumps [constraintlayout](https://github.com/androidx/constraintlayout) from 2.1.0 to 2.1.1. - [Release notes](https://github.com/androidx/constraintlayout/releases) - [Commits](https://github.com/androidx/constraintlayout/commits) --- updated-dependencies: - dependency-name: androidx.constraintlayout:constraintlayout dependency-type: direct:production update-type: version-update:semver-patch ... Signed-off-by: dependabot[bot] Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com> * Improve validation logic, fix tests (#261) * Fix nullable return type (#260) * Bump okhttp from 4.9.1 to 4.9.2 (#258) Bumps [okhttp](https://github.com/square/okhttp) from 4.9.1 to 4.9.2. - [Release notes](https://github.com/square/okhttp/releases) - [Changelog](https://github.com/square/okhttp/blob/master/CHANGELOG.md) - [Commits](https://github.com/square/okhttp/compare/parent-4.9.1...parent-4.9.2) --- updated-dependencies: - dependency-name: com.squareup.okhttp3:okhttp dependency-type: direct:production update-type: version-update:semver-patch ... Signed-off-by: dependabot[bot] Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com> Co-authored-by: Dmytro * Bump dokka_version from 1.5.30 to 1.5.31 (#264) Bumps `dokka_version` from 1.5.30 to 1.5.31. Updates `dokka-gradle-plugin` from 1.5.30 to 1.5.31 - [Release notes](https://github.com/Kotlin/dokka/releases) - [Commits](https://github.com/Kotlin/dokka/compare/v1.5.30...v1.5.31) Updates `dokka-base` from 1.5.30 to 1.5.31 - [Release notes](https://github.com/Kotlin/dokka/releases) - [Commits](https://github.com/Kotlin/dokka/compare/v1.5.30...v1.5.31) --- updated-dependencies: - dependency-name: org.jetbrains.dokka:dokka-gradle-plugin dependency-type: direct:production update-type: version-update:semver-patch - dependency-name: org.jetbrains.dokka:dokka-base dependency-type: direct:production update-type: version-update:semver-patch ... Signed-off-by: dependabot[bot] Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com> Co-authored-by: Dmytro * Public release v1.6.15 (#266) * Version name & code rise * Update docs * Bump firebase-bom from 28.4.1 to 28.4.2 (#270) Bumps firebase-bom from 28.4.1 to 28.4.2. --- updated-dependencies: - dependency-name: com.google.firebase:firebase-bom dependency-type: direct:production update-type: version-update:semver-patch ... Signed-off-by: dependabot[bot] Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com> * Bump mockito_version from 3.12.4 to 4.0.0 (#271) Bumps `mockito_version` from 3.12.4 to 4.0.0. Updates `mockito-core` from 3.12.4 to 4.0.0 - [Release notes](https://github.com/mockito/mockito/releases) - [Commits](https://github.com/mockito/mockito/compare/v3.12.4...v4.0.0) Updates `mockito-inline` from 3.12.4 to 4.0.0 - [Release notes](https://github.com/mockito/mockito/releases) - [Commits](https://github.com/mockito/mockito/compare/v3.12.4...v4.0.0) --- updated-dependencies: - dependency-name: org.mockito:mockito-core dependency-type: direct:production update-type: version-update:semver-major - dependency-name: org.mockito:mockito-inline dependency-type: direct:production update-type: version-update:semver-major ... Signed-off-by: dependabot[bot] Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com> * Bump gradle from 7.0.2 to 7.0.3 (#273) Bumps gradle from 7.0.2 to 7.0.3. --- updated-dependencies: - dependency-name: com.android.tools.build:gradle dependency-type: direct:production update-type: version-update:semver-patch ... Signed-off-by: dependabot[bot] Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com> * Fix submit function response body (#274) * Public release v1.6.16 (#275) * Merge dev into master (#269) * Release/v1.6.13 to dev (#240) * Bump dokka_version from 1.5.0 to 1.5.30 (#242) Bumps `dokka_version` from 1.5.0 to 1.5.30. Updates `dokka-gradle-plugin` from 1.5.0 to 1.5.30 - [Release notes](https://github.com/Kotlin/dokka/releases) - [Commits](https://github.com/Kotlin/dokka/compare/v1.5.0...v1.5.30) Updates `dokka-base` from 1.5.0 to 1.5.30 - [Release notes](https://github.com/Kotlin/dokka/releases) - [Commits](https://github.com/Kotlin/dokka/compare/v1.5.0...v1.5.30) --- updated-dependencies: - dependency-name: org.jetbrains.dokka:dokka-gradle-plugin dependency-type: direct:production update-type: version-update:semver-patch - dependency-name: org.jetbrains.dokka:dokka-base dependency-type: direct:production update-type: version-update:semver-patch ... Signed-off-by: dependabot[bot] Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com> * Improve default validation (#243) * Update MIGRATING.md (#244) * Release v1.6.14 (#246) * Bump cardscan-ui from 2.1.0011 to 2.1.0012 (#249) Bumps [cardscan-ui](https://github.com/getbouncer/cardscan-android) from 2.1.0011 to 2.1.0012. - [Release notes](https://github.com/getbouncer/cardscan-android/releases) - [Changelog](https://github.com/getbouncer/cardscan-android/blob/master/CHANGELOG.md) - [Commits](https://github.com/getbouncer/cardscan-android/compare/2.1.0011...2.1.0012) --- updated-dependencies: - dependency-name: com.getbouncer:cardscan-ui dependency-type: direct:production update-type: version-update:semver-patch ... Signed-off-by: dependabot[bot] Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com> * Bump kotlin-gradle-plugin from 1.5.30 to 1.5.31 (#253) Bumps [kotlin-gradle-plugin](https://github.com/JetBrains/kotlin) from 1.5.30 to 1.5.31. - [Release notes](https://github.com/JetBrains/kotlin/releases) - [Changelog](https://github.com/JetBrains/kotlin/blob/v1.5.31/ChangeLog.md) - [Commits](https://github.com/JetBrains/kotlin/compare/v1.5.30...v1.5.31) --- updated-dependencies: - dependency-name: org.jetbrains.kotlin:kotlin-gradle-plugin dependency-type: direct:production update-type: version-update:semver-patch ... Signed-off-by: dependabot[bot] Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com> * Bump constraintlayout from 2.1.0 to 2.1.1 (#257) Bumps [constraintlayout](https://github.com/androidx/constraintlayout) from 2.1.0 to 2.1.1. - [Release notes](https://github.com/androidx/constraintlayout/releases) - [Commits](https://github.com/androidx/constraintlayout/commits) --- updated-dependencies: - dependency-name: androidx.constraintlayout:constraintlayout dependency-type: direct:production update-type: version-update:semver-patch ... Signed-off-by: dependabot[bot] Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com> * Improve validation logic, fix tests (#261) * Fix nullable return type (#260) * Bump okhttp from 4.9.1 to 4.9.2 (#258) Bumps [okhttp](https://github.com/square/okhttp) from 4.9.1 to 4.9.2. - [Release notes](https://github.com/square/okhttp/releases) - [Changelog](https://github.com/square/okhttp/blob/master/CHANGELOG.md) - [Commits](https://github.com/square/okhttp/compare/parent-4.9.1...parent-4.9.2) --- updated-dependencies: - dependency-name: com.squareup.okhttp3:okhttp dependency-type: direct:production update-type: version-update:semver-patch ... Signed-off-by: dependabot[bot] Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com> Co-authored-by: Dmytro * Bump dokka_version from 1.5.30 to 1.5.31 (#264) Bumps `dokka_version` from 1.5.30 to 1.5.31. Updates `dokka-gradle-plugin` from 1.5.30 to 1.5.31 - [Release notes](https://github.com/Kotlin/dokka/releases) - [Commits](https://github.com/Kotlin/dokka/compare/v1.5.30...v1.5.31) Updates `dokka-base` from 1.5.30 to 1.5.31 - [Release notes](https://github.com/Kotlin/dokka/releases) - [Commits](https://github.com/Kotlin/dokka/compare/v1.5.30...v1.5.31) --- updated-dependencies: - dependency-name: org.jetbrains.dokka:dokka-gradle-plugin dependency-type: direct:production update-type: version-update:semver-patch - dependency-name: org.jetbrains.dokka:dokka-base dependency-type: direct:production update-type: version-update:semver-patch ... Signed-off-by: dependabot[bot] Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com> Co-authored-by: Dmytro * Public release v1.6.15 (#266) * Version name & code rise * Update docs Co-authored-by: Dmytro Kos Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com> * Images patch 1 (#272) * Version name & code rise * Update docs * Update config.yml Co-authored-by: Dmytro Kos Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com> Co-authored-by: Dmytro Kos Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com> * Merge dev into master (#280) * Release/v1.6.13 to dev (#240) * Bump dokka_version from 1.5.0 to 1.5.30 (#242) Bumps `dokka_version` from 1.5.0 to 1.5.30. Updates `dokka-gradle-plugin` from 1.5.0 to 1.5.30 - [Release notes](https://github.com/Kotlin/dokka/releases) - [Commits]… * Merge public release v1.7.5 into dev (#492) * Merge dev into master (#405) * Release/v1.6.13 to dev (#240) * Bump dokka_version from 1.5.0 to 1.5.30 (#242) Bumps `dokka_version` from 1.5.0 to 1.5.30. Updates `dokka-gradle-plugin` from 1.5.0 to 1.5.30 - [Release notes](https://github.com/Kotlin/dokka/releases) - [Commits](https://github.com/Kotlin/dokka/compare/v1.5.0...v1.5.30) Updates `dokka-base` from 1.5.0 to 1.5.30 - [Release notes](https://github.com/Kotlin/dokka/releases) - [Commits](https://github.com/Kotlin/dokka/compare/v1.5.0...v1.5.30) --- updated-dependencies: - dependency-name: org.jetbrains.dokka:dokka-gradle-plugin dependency-type: direct:production update-type: version-update:semver-patch - dependency-name: org.jetbrains.dokka:dokka-base dependency-type: direct:production update-type: version-update:semver-patch ... Signed-off-by: dependabot[bot] Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com> * Improve default validation (#243) * Update MIGRATING.md (#244) * Release v1.6.14 (#246) * Bump cardscan-ui from 2.1.0011 to 2.1.0012 (#249) Bumps [cardscan-ui](https://github.com/getbouncer/cardscan-android) from 2.1.0011 to 2.1.0012. - [Release notes](https://github.com/getbouncer/cardscan-android/releases) - [Changelog](https://github.com/getbouncer/cardscan-android/blob/master/CHANGELOG.md) - [Commits](https://github.com/getbouncer/cardscan-android/compare/2.1.0011...2.1.0012) --- updated-dependencies: - dependency-name: com.getbouncer:cardscan-ui dependency-type: direct:production update-type: version-update:semver-patch ... Signed-off-by: dependabot[bot] Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com> * Bump kotlin-gradle-plugin from 1.5.30 to 1.5.31 (#253) Bumps [kotlin-gradle-plugin](https://github.com/JetBrains/kotlin) from 1.5.30 to 1.5.31. - [Release notes](https://github.com/JetBrains/kotlin/releases) - [Changelog](https://github.com/JetBrains/kotlin/blob/v1.5.31/ChangeLog.md) - [Commits](https://github.com/JetBrains/kotlin/compare/v1.5.30...v1.5.31) --- updated-dependencies: - dependency-name: org.jetbrains.kotlin:kotlin-gradle-plugin dependency-type: direct:production update-type: version-update:semver-patch ... Signed-off-by: dependabot[bot] Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com> * Bump constraintlayout from 2.1.0 to 2.1.1 (#257) Bumps [constraintlayout](https://github.com/androidx/constraintlayout) from 2.1.0 to 2.1.1. - [Release notes](https://github.com/androidx/constraintlayout/releases) - [Commits](https://github.com/androidx/constraintlayout/commits) --- updated-dependencies: - dependency-name: androidx.constraintlayout:constraintlayout dependency-type: direct:production update-type: version-update:semver-patch ... Signed-off-by: dependabot[bot] Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com> * Improve validation logic, fix tests (#261) * Fix nullable return type (#260) * Bump okhttp from 4.9.1 to 4.9.2 (#258) Bumps [okhttp](https://github.com/square/okhttp) from 4.9.1 to 4.9.2. - [Release notes](https://github.com/square/okhttp/releases) - [Changelog](https://github.com/square/okhttp/blob/master/CHANGELOG.md) - [Commits](https://github.com/square/okhttp/compare/parent-4.9.1...parent-4.9.2) --- updated-dependencies: - dependency-name: com.squareup.okhttp3:okhttp dependency-type: direct:production update-type: version-update:semver-patch ... Signed-off-by: dependabot[bot] Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com> Co-authored-by: Dmytro * Bump dokka_version from 1.5.30 to 1.5.31 (#264) Bumps `dokka_version` from 1.5.30 to 1.5.31. Updates `dokka-gradle-plugin` from 1.5.30 to 1.5.31 - [Release notes](https://github.com/Kotlin/dokka/releases) - [Commits](https://github.com/Kotlin/dokka/compare/v1.5.30...v1.5.31) Updates `dokka-base` from 1.5.30 to 1.5.31 - [Release notes](https://github.com/Kotlin/dokka/releases) - [Commits](https://github.com/Kotlin/dokka/compare/v1.5.30...v1.5.31) --- updated-dependencies: - dependency-name: org.jetbrains.dokka:dokka-gradle-plugin dependency-type: direct:production update-type: version-update:semver-patch - dependency-name: org.jetbrains.dokka:dokka-base dependency-type: direct:production update-type: version-update:semver-patch ... Signed-off-by: dependabot[bot] Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com> Co-authored-by: Dmytro * Public release v1.6.15 (#266) * Version name & code rise * Update docs * Bump firebase-bom from 28.4.1 to 28.4.2 (#270) Bumps firebase-bom from 28.4.1 to 28.4.2. --- updated-dependencies: - dependency-name: com.google.firebase:firebase-bom dependency-type: direct:production update-type: version-update:semver-patch ... Signed-off-by: dependabot[bot] Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com> * Bump mockito_version from 3.12.4 to 4.0.0 (#271) Bumps `mockito_version` from 3.12.4 to 4.0.0. Updates `mockito-core` from 3.12.4 to 4.0.0 - [Release notes](https://github.com/mockito/mockito/releases) - [Commits](https://github.com/mockito/mockito/compare/v3.12.4...v4.0.0) Updates `mockito-inline` from 3.12.4 to 4.0.0 - [Release notes](https://github.com/mockito/mockito/releases) - [Commits](https://github.com/mockito/mockito/compare/v3.12.4...v4.0.0) --- updated-dependencies: - dependency-name: org.mockito:mockito-core dependency-type: direct:production update-type: version-update:semver-major - dependency-name: org.mockito:mockito-inline dependency-type: direct:production update-type: version-update:semver-major ... Signed-off-by: dependabot[bot] Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com> * Bump gradle from 7.0.2 to 7.0.3 (#273) Bumps gradle from 7.0.2 to 7.0.3. --- updated-dependencies: - dependency-name: com.android.tools.build:gradle dependency-type: direct:production update-type: version-update:semver-patch ... Signed-off-by: dependabot[bot] Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com> * Fix submit function response body (#274) * Public release v1.6.16 (#275) * Merge dev into master (#269) * Release/v1.6.13 to dev (#240) * Bump dokka_version from 1.5.0 to 1.5.30 (#242) Bumps `dokka_version` from 1.5.0 to 1.5.30. Updates `dokka-gradle-plugin` from 1.5.0 to 1.5.30 - [Release notes](https://github.com/Kotlin/dokka/releases) - [Commits](https://github.com/Kotlin/dokka/compare/v1.5.0...v1.5.30) Updates `dokka-base` from 1.5.0 to 1.5.30 - [Release notes](https://github.com/Kotlin/dokka/releases) - [Commits](https://github.com/Kotlin/dokka/compare/v1.5.0...v1.5.30) --- updated-dependencies: - dependency-name: org.jetbrains.dokka:dokka-gradle-plugin dependency-type: direct:production update-type: version-update:semver-patch - dependency-name: org.jetbrains.dokka:dokka-base dependency-type: direct:production update-type: version-update:semver-patch ... Signed-off-by: dependabot[bot] Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com> * Improve default validation (#243) * Update MIGRATING.md (#244) * Release v1.6.14 (#246) * Bump cardscan-ui from 2.1.0011 to 2.1.0012 (#249) Bumps [cardscan-ui](https://github.com/getbouncer/cardscan-android) from 2.1.0011 to 2.1.0012. - [Release notes](https://github.com/getbouncer/cardscan-android/releases) - [Changelog](https://github.com/getbouncer/cardscan-android/blob/master/CHANGELOG.md) - [Commits](https://github.com/getbouncer/cardscan-android/compare/2.1.0011...2.1.0012) --- updated-dependencies: - dependency-name: com.getbouncer:cardscan-ui dependency-type: direct:production update-type: version-update:semver-patch ... Signed-off-by: dependabot[bot] Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com> * Bump kotlin-gradle-plugin from 1.5.30 to 1.5.31 (#253) Bumps [kotlin-gradle-plugin](https://github.com/JetBrains/kotlin) from 1.5.30 to 1.5.31. - [Release notes](https://github.com/JetBrains/kotlin/releases) - [Changelog](https://github.com/JetBrains/kotlin/blob/v1.5.31/ChangeLog.md) - [Commits](https://github.com/JetBrains/kotlin/compare/v1.5.30...v1.5.31) --- updated-dependencies: - dependency-name: org.jetbrains.kotlin:kotlin-gradle-plugin dependency-type: direct:production update-type: version-update:semver-patch ... Signed-off-by: dependabot[bot] Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com> * Bump constraintlayout from 2.1.0 to 2.1.1 (#257) Bumps [constraintlayout](https://github.com/androidx/constraintlayout) from 2.1.0 to 2.1.1. - [Release notes](https://github.com/androidx/constraintlayout/releases) - [Commits](https://github.com/androidx/constraintlayout/commits) --- updated-dependencies: - dependency-name: androidx.constraintlayout:constraintlayout dependency-type: direct:production update-type: version-update:semver-patch ... Signed-off-by: dependabot[bot] Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com> * Improve validation logic, fix tests (#261) * Fix nullable return type (#260) * Bump okhttp from 4.9.1 to 4.9.2 (#258) Bumps [okhttp](https://github.com/square/okhttp) from 4.9.1 to 4.9.2. - [Release notes](https://github.com/square/okhttp/releases) - [Changelog](https://github.com/square/okhttp/blob/master/CHANGELOG.md) - [Commits](https://github.com/square/okhttp/compare/parent-4.9.1...parent-4.9.2) --- updated-dependencies: - dependency-name: com.squareup.okhttp3:okhttp dependency-type: direct:production update-type: version-update:semver-patch ... Signed-off-by: dependabot[bot] Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com> Co-authored-by: Dmytro * Bump dokka_version from 1.5.30 to 1.5.31 (#264) Bumps `dokka_version` from 1.5.30 to 1.5.31. Updates `dokka-gradle-plugin` from 1.5.30 to 1.5.31 - [Release notes](https://github.com/Kotlin/dokka/releases) - [Commits](https://github.com/Kotlin/dokka/compare/v1.5.30...v1.5.31) Updates `dokka-base` from 1.5.30 to 1.5.31 - [Release notes](https://github.com/Kotlin/dokka/releases) - [Commits](https://github.com/Kotlin/dokka/compare/v1.5.30...v1.5.31) --- updated-dependencies: - dependency-name: org.jetbrains.dokka:dokka-gradle-plugin dependency-type: direct:production update-type: version-update:semver-patch - dependency-name: org.jetbrains.dokka:dokka-base dependency-type: direct:production update-type: version-update:semver-patch ... Signed-off-by: dependabot[bot] Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com> Co-authored-by: Dmytro * Public release v1.6.15 (#266) * Version name & code rise * Update docs Co-authored-by: Dmytro Kos Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com> * Images patch 1 (#272) * Version name & code rise * Update docs * Update config.yml Co-authored-by: Dmytro Kos Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com> * Bump tensorflow-lite from 2.1.0011 to 2.1.0015 (#262) Bumps [tensorflow-lite](https://github.com/getbouncer/cardscan-android) from 2.1.0011 to 2.1.0015. - [Release notes](https://github.com/getbouncer/cardscan-android/releases) - [Changelog](https://github.com/getbouncer/cardscan-android/blob/master/CHANGELOG.md) - [Commits](https://github.com/getbouncer/cardscan-android/compare/2.1.0011...2.1.0015) --- updated-dependencies: - dependency-name: com.getbouncer:tensorflow-lite dependency-type: direct:production update-type: version-update:semver-patch ... Signed-off-by: dependabot[bot] Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com> Co-authored-by: dmytrodmytryshyn * Bump scan-payment-full from 2.1.0011 to 2.1.0015 (#265) Bumps [scan-payment-full](https://github.com/getbouncer/cardscan-android) from 2.1.0011 to 2.1.0015. - [Release notes](https://github.com/getbouncer/cardscan-android/releases) - [Changelog](https://github.com/getbouncer/cardscan-android/blob/master/CHANGELOG.md) - [Commits](https://github.com/getbouncer/cardscan-android/compare/2.1.0011...2.1.0015) --- updated-dependencies: - dependency-name: com.getbouncer:scan-payment-full dependency-type: direct:production update-type: version-update:semver-patch ... Signed-off-by: dependabot[bot] Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com> Co-authored-by: dmytrodmytryshyn * Bump cardscan-ui from 2.1.0012 to 2.1.0015 (#263) Bumps [cardscan-ui](https://github.com/getbouncer/cardscan-android) from 2.1.0012 to 2.1.0015. - [Release notes](https://github.com/getbouncer/cardscan-android/releases) - [Changelog](https://github.com/getbouncer/cardscan-android/blob/master/CHANGELOG.md) - [Commits](https://github.com/getbouncer/cardscan-android/compare/2.1.0012...2.1.0015) --- updated-dependencies: - dependency-name: com.getbouncer:cardscan-ui dependency-type: direct:production update-type: version-update:semver-patch ... Signed-off-by: dependabot[bot] Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com> Co-authored-by: dmytrodmytryshyn * Bump bouncer versions from 2.1.0015 -> 2.1.0016 (#279) * Bouncer adapter version name & code rise (#278) * Bump core-ktx from 1.6.0 to 1.7.0 (#285) * Bump core-ktx from 1.6.0 to 1.7.0 Bumps core-ktx from 1.6.0 to 1.7.0. --- updated-dependencies: - dependency-name: androidx.core:core-ktx dependency-type: direct:production update-type: version-update:semver-minor ... Signed-off-by: dependabot[bot] * update compileSdkVersion * update cursor.getString Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com> Co-authored-by: Dmytro * Bump firebase-bom from 28.4.2 to 29.0.0 (#286) Bumps firebase-bom from 28.4.2 to 29.0.0. --- updated-dependencies: - dependency-name: com.google.firebase:firebase-bom dependency-type: direct:production update-type: version-update:semver-major ... Signed-off-by: dependabot[bot] Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com> * Bump robolectric from 4.6.1 to 4.7 (#287) Bumps [robolectric](https://github.com/robolectric/robolectric) from 4.6.1 to 4.7. - [Release notes](https://github.com/robolectric/robolectric/releases) - [Commits](https://github.com/robolectric/robolectric/compare/robolectric-4.6.1...robolectric-4.7) --- updated-dependencies: - dependency-name: org.robolectric:robolectric dependency-type: direct:production update-type: version-update:semver-minor ... Signed-off-by: dependabot[bot] Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com> * Bump kotlin-gradle-plugin from 1.5.31 to 1.6.0 (#288) Bumps [kotlin-gradle-plugin](https://github.com/JetBrains/kotlin) from 1.5.31 to 1.6.0. - [Release notes](https://github.com/JetBrains/kotlin/releases) - [Changelog](https://github.com/JetBrains/kotlin/blob/master/ChangeLog.md) - [Commits](https://github.com/JetBrains/kotlin/commits) --- updated-dependencies: - dependency-name: org.jetbrains.kotlin:kotlin-gradle-plugin dependency-type: direct:production update-type: version-update:semver-minor ... Signed-off-by: dependabot[bot] Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com> * add max Length (#289) * Bump mockk from 1.12.0 to 1.12.1 (#290) Bumps [mockk](https://github.com/mockk/mockk) from 1.12.0 to 1.12.1. - [Release notes](https://github.com/mockk/mockk/releases) - [Commits](https://github.com/mockk/mockk/compare/v1.12.0...1.12.1) --- updated-dependencies: - dependency-name: io.mockk:mockk dependency-type: direct:production update-type: version-update:semver-patch ... Signed-off-by: dependabot[bot] Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com> * Bump appcompat from 1.3.1 to 1.4.0 (#291) Bumps appcompat from 1.3.1 to 1.4.0. --- updated-dependencies: - dependency-name: androidx.appcompat:appcompat dependency-type: direct:production update-type: version-update:semver-minor ... Signed-off-by: dependabot[bot] Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com> * Bump robolectric from 4.7 to 4.7.1 (#292) Bumps [robolectric](https://github.com/robolectric/robolectric) from 4.7 to 4.7.1. - [Release notes](https://github.com/robolectric/robolectric/releases) - [Commits](https://github.com/robolectric/robolectric/compare/robolectric-4.7...robolectric-4.7.1) --- updated-dependencies: - dependency-name: org.robolectric:robolectric dependency-type: direct:production update-type: version-update:semver-patch ... Signed-off-by: dependabot[bot] Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com> * Bump constraintlayout from 2.1.1 to 2.1.2 (#293) Bumps [constraintlayout](https://github.com/androidx/constraintlayout) from 2.1.1 to 2.1.2. - [Release notes](https://github.com/androidx/constraintlayout/releases) - [Commits](https://github.com/androidx/constraintlayout/commits) --- updated-dependencies: - dependency-name: androidx.constraintlayout:constraintlayout dependency-type: direct:production update-type: version-update:semver-patch ... Signed-off-by: dependabot[bot] Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com> * Bump okhttp from 4.9.2 to 4.9.3 (#294) Bumps [okhttp](https://github.com/square/okhttp) from 4.9.2 to 4.9.3. - [Release notes](https://github.com/square/okhttp/releases) - [Changelog](https://github.com/square/okhttp/blob/master/CHANGELOG.md) - [Commits](https://github.com/square/okhttp/compare/parent-4.9.2...parent-4.9.3) --- updated-dependencies: - dependency-name: com.squareup.okhttp3:okhttp dependency-type: direct:production update-type: version-update:semver-patch ... Signed-off-by: dependabot[bot] Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com> * Bump mockito_version from 4.0.0 to 4.1.0 (#295) Bumps `mockito_version` from 4.0.0 to 4.1.0. Updates `mockito-core` from 4.0.0 to 4.1.0 - [Release notes](https://github.com/mockito/mockito/releases) - [Commits](https://github.com/mockito/mockito/compare/v4.0.0...v4.1.0) Updates `mockito-inline` from 4.0.0 to 4.1.0 - [Release notes](https://github.com/mockito/mockito/releases) - [Commits](https://github.com/mockito/mockito/compare/v4.0.0...v4.1.0) --- updated-dependencies: - dependency-name: org.mockito:mockito-core dependency-type: direct:production update-type: version-update:semver-minor - dependency-name: org.mockito:mockito-inline dependency-type: direct:production update-type: version-update:semver-minor ... Signed-off-by: dependabot[bot] Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com> * Bump robolectric from 4.7.1 to 4.7.2 (#296) Bumps [robolectric](https://github.com/robolectric/robolectric) from 4.7.1 to 4.7.2. - [Release notes](https://github.com/robolectric/robolectric/releases) - [Commits](https://github.com/robolectric/robolectric/compare/robolectric-4.7.1...robolectric-4.7.2) --- updated-dependencies: - dependency-name: org.robolectric:robolectric dependency-type: direct:production update-type: version-update:semver-patch ... Signed-off-by: dependabot[bot] Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com> * Bump dokka_version from 1.5.31 to 1.6.0 (#297) Bumps `dokka_version` from 1.5.31 to 1.6.0. Updates `dokka-gradle-plugin` from 1.5.31 to 1.6.0 - [Release notes](https://github.com/Kotlin/dokka/releases) - [Commits](https://github.com/Kotlin/dokka/compare/v1.5.31...v1.6.0) Updates `dokka-base` from 1.5.31 to 1.6.0 - [Release notes](https://github.com/Kotlin/dokka/releases) - [Commits](https://github.com/Kotlin/dokka/compare/v1.5.31...v1.6.0) --- updated-dependencies: - dependency-name: org.jetbrains.dokka:dokka-gradle-plugin dependency-type: direct:production update-type: version-update:semver-minor - dependency-name: org.jetbrains.dokka:dokka-base dependency-type: direct:production update-type: version-update:semver-minor ... Signed-off-by: dependabot[bot] Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com> * Merge public release v1.16.17 into development (#299) * Merge public release 1.6.16 into master (#277) * Release/v1.6.13 to dev (#240) * Bump dokka_version from 1.5.0 to 1.5.30 (#242) Bumps `dokka_version` from 1.5.0 to 1.5.30. Updates `dokka-gradle-plugin` from 1.5.0 to 1.5.30 - [Release notes](https://github.com/Kotlin/dokka/releases) - [Commits](https://github.com/Kotlin/dokka/compare/v1.5.0...v1.5.30) Updates `dokka-base` from 1.5.0 to 1.5.30 - [Release notes](https://github.com/Kotlin/dokka/releases) - [Commits](https://github.com/Kotlin/dokka/compare/v1.5.0...v1.5.30) --- updated-dependencies: - dependency-name: org.jetbrains.dokka:dokka-gradle-plugin dependency-type: direct:production update-type: version-update:semver-patch - dependency-name: org.jetbrains.dokka:dokka-base dependency-type: direct:production update-type: version-update:semver-patch ... Signed-off-by: dependabot[bot] Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com> * Improve default validation (#243) * Update MIGRATING.md (#244) * Release v1.6.14 (#246) * Bump cardscan-ui from 2.1.0011 to 2.1.0012 (#249) Bumps [cardscan-ui](https://github.com/getbouncer/cardscan-android) from 2.1.0011 to 2.1.0012. - [Release notes](https://github.com/getbouncer/cardscan-android/releases) - [Changelog](https://github.com/getbouncer/cardscan-android/blob/master/CHANGELOG.md) - [Commits](https://github.com/getbouncer/cardscan-android/compare/2.1.0011...2.1.0012) --- updated-dependencies: - dependency-name: com.getbouncer:cardscan-ui dependency-type: direct:production update-type: version-update:semver-patch ... Signed-off-by: dependabot[bot] Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com> * Bump kotlin-gradle-plugin from 1.5.30 to 1.5.31 (#253) Bumps [kotlin-gradle-plugin](https://github.com/JetBrains/kotlin) from 1.5.30 to 1.5.31. - [Release notes](https://github.com/JetBrains/kotlin/releases) - [Changelog](https://github.com/JetBrains/kotlin/blob/v1.5.31/ChangeLog.md) - [Commits](https://github.com/JetBrains/kotlin/compare/v1.5.30...v1.5.31) --- updated-dependencies: - dependency-name: org.jetbrains.kotlin:kotlin-gradle-plugin dependency-type: direct:production update-type: version-update:semver-patch ... Signed-off-by: dependabot[bot] Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com> * Bump constraintlayout from 2.1.0 to 2.1.1 (#257) Bumps [constraintlayout](https://github.com/androidx/constraintlayout) from 2.1.0 to 2.1.1. - [Release notes](https://github.com/androidx/constraintlayout/releases) - [Commits](https://github.com/androidx/constraintlayout/commits) --- updated-dependencies: - dependency-name: androidx.constraintlayout:constraintlayout dependency-type: direct:production update-type: version-update:semver-patch ... Signed-off-by: dependabot[bot] Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com> * Improve validation logic, fix tests (#261) * Fix nullable return type (#260) * Bump okhttp from 4.9.1 to 4.9.2 (#258) Bumps [okhttp](https://github.com/square/okhttp) from 4.9.1 to 4.9.2. - [Release notes](https://github.com/square/okhttp/releases) - [Changelog](https://github.com/square/okhttp/blob/master/CHANGELOG.md) - [Commits](https://github.com/square/okhttp/compare/parent-4.9.1...parent-4.9.2) --- updated-dependencies: - dependency-name: com.squareup.okhttp3:okhttp dependency-type: direct:production update-type: version-update:semver-patch ... Signed-off-by: dependabot[bot] Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com> Co-authored-by: Dmytro * Bump dokka_version from 1.5.30 to 1.5.31 (#264) Bumps `dokka_version` from 1.5.30 to 1.5.31. Updates `dokka-gradle-plugin` from 1.5.30 to 1.5.31 - [Release notes](https://github.com/Kotlin/dokka/releases) - [Commits](https://github.com/Kotlin/dokka/compare/v1.5.30...v1.5.31) Updates `dokka-base` from 1.5.30 to 1.5.31 - [Release notes](https://github.com/Kotlin/dokka/releases) - [Commits](https://github.com/Kotlin/dokka/compare/v1.5.30...v1.5.31) --- updated-dependencies: - dependency-name: org.jetbrains.dokka:dokka-gradle-plugin dependency-type: direct:production update-type: version-update:semver-patch - dependency-name: org.jetbrains.dokka:dokka-base dependency-type: direct:production update-type: version-update:semver-patch ... Signed-off-by: dependabot[bot] Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com> Co-authored-by: Dmytro * Public release v1.6.15 (#266) * Version name & code rise * Update docs * Bump firebase-bom from 28.4.1 to 28.4.2 (#270) Bumps firebase-bom from 28.4.1 to 28.4.2. --- updated-dependencies: - dependency-name: com.google.firebase:firebase-bom dependency-type: direct:production update-type: version-update:semver-patch ... Signed-off-by: dependabot[bot] Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com> * Bump mockito_version from 3.12.4 to 4.0.0 (#271) Bumps `mockito_version` from 3.12.4 to 4.0.0. Updates `mockito-core` from 3.12.4 to 4.0.0 - [Release notes](https://github.com/mockito/mockito/releases) - [Commits](https://github.com/mockito/mockito/compare/v3.12.4...v4.0.0) Updates `mockito-inline` from 3.12.4 to 4.0.0 - [Release notes](https://github.com/mockito/mockito/releases) - [Commits](https://github.com/mockito/mockito/compare/v3.12.4...v4.0.0) --- updated-dependencies: - dependency-name: org.mockito:mockito-core dependency-type: direct:production update-type: version-update:semver-major - dependency-name: org.mockito:mockito-inline dependency-type: direct:production update-type: version-update:semver-major ... Signed-off-by: dependabot[bot] Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com> * Bump gradle from 7.0.2 to 7.0.3 (#273) Bumps gradle from 7.0.2 to 7.0.3. --- updated-dependencies: - dependency-name: com.android.tools.build:gradle dependency-type: direct:production update-type: version-update:semver-patch ... Signed-off-by: dependabot[bot] Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com> * Fix submit function response body (#274) * Public release v1.6.16 (#275) * Merge dev into master (#269) * Release/v1.6.13 to dev (#240) * Bump dokka_version from 1.5.0 to 1.5.30 (#242) Bumps `dokka_version` from 1.5.0 to 1.5.30. Updates `dokka-gradle-plugin` from 1.5.0 to 1.5.30 - [Release notes](https://github.com/Kotlin/dokka/releases) - [Commits](https://github.com/Kotlin/dokka/compare/v1.5.0...v1.5.30) Updates `dokka-base` from 1.5.0 to 1.5.30 - [Release notes](https://github.com/Kotlin/dokka/releases) - [Commits](https://github.com/Kotlin/dokka/compare/v1.5.0...v1.5.30) --- updated-dependencies: - dependency-name: org.jetbrains.dokka:dokka-gradle-plugin dependency-type: direct:production update-type: version-update:semver-patch - dependency-name: org.jetbrains.dokka:dokka-base dependency-type: direct:production update-type: version-update:semver-patch ... Signed-off-by: dependabot[bot] Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com> * Improve default validation (#243) * Update MIGRATING.md (#244) * Release v1.6.14 (#246) * Bump cardscan-ui from 2.1.0011 to 2.1.0012 (#249) Bumps [cardscan-ui](https://github.com/getbouncer/cardscan-android) from 2.1.0011 to 2.1.0012. - [Release notes](https://github.com/getbouncer/cardscan-android/releases) - [Changelog](https://github.com/getbouncer/cardscan-android/blob/master/CHANGELOG.md) - [Commits](https://github.com/getbouncer/cardscan-android/compare/2.1.0011...2.1.0012) --- updated-dependencies: - dependency-name: com.getbouncer:cardscan-ui dependency-type: direct:production update-type: version-update:semver-patch ... Signed-off-by: dependabot[bot] Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com> * Bump kotlin-gradle-plugin from 1.5.30 to 1.5.31 (#253) Bumps [kotlin-gradle-plugin](https://github.com/JetBrains/kotlin) from 1.5.30 to 1.5.31. - [Release notes](https://github.com/JetBrains/kotlin/releases) - [Changelog](https://github.com/JetBrains/kotlin/blob/v1.5.31/ChangeLog.md) - [Commits](https://github.com/JetBrains/kotlin/compare/v1.5.30...v1.5.31) --- updated-dependencies: - dependency-name: org.jetbrains.kotlin:kotlin-gradle-plugin dependency-type: direct:production update-type: version-update:semver-patch ... Signed-off-by: dependabot[bot] Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com> * Bump constraintlayout from 2.1.0 to 2.1.1 (#257) Bumps [constraintlayout](https://github.com/androidx/constraintlayout) from 2.1.0 to 2.1.1. - [Release notes](https://github.com/androidx/constraintlayout/releases) - [Commits](https://github.com/androidx/constraintlayout/commits) --- updated-dependencies: - dependency-name: androidx.constraintlayout:constraintlayout dependency-type: direct:production update-type: version-update:semver-patch ... Signed-off-by: dependabot[bot] Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com> * Improve validation logic, fix tests (#261) * Fix nullable return type (#260) * Bump okhttp from 4.9.1 to 4.9.2 (#258) Bumps [okhttp](https://github.com/square/okhttp) from 4.9.1 to 4.9.2. - [Release notes](https://github.com/square/okhttp/releases) - [Changelog](https://github.com/square/okhttp/blob/master/CHANGELOG.md) - [Commits](https://github.com/square/okhttp/compare/parent-4.9.1...parent-4.9.2) --- updated-dependencies: - dependency-name: com.squareup.okhttp3:okhttp dependency-type: direct:production update-type: version-update:semver-patch ... Signed-off-by: dependabot[bot] Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com> Co-authored-by: Dmytro * Bump dokka_version from 1.5.30 to 1.5.31 (#264) Bumps `dokka_version` from 1.5.30 to 1.5.31. Updates `dokka-gradle-plugin` from 1.5.30 to 1.5.31 - [Release notes](https://github.com/Kotlin/dokka/releases) - [Commits](https://github.com/Kotlin/dokka/compare/v1.5.30...v1.5.31) Updates `dokka-base` from 1.5.30 to 1.5.31 - [Release notes](https://github.com/Kotlin/dokka/releases) - [Commits](https://github.com/Kotlin/dokka/compare/v1.5.30...v1.5.31) --- updated-dependencies: - dependency-name: org.jetbrains.dokka:dokka-gradle-plugin dependency-type: direct:production update-type: version-update:semver-patch - dependency-name: org.jetbrains.dokka:dokka-base dependency-type: direct:production update-type: version-update:semver-patch ... Signed-off-by: dependabot[bot] Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com> Co-authored-by: Dmytro * Public release v1.6.15 (#266) * Version name & code rise * Update docs Co-authored-by: Dmytro Kos Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com> * Images patch 1 (#272) * Version name & code rise * Update docs * Update config.yml Co-authored-by: Dmytro Kos Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com> Co-authored-by: Dmytro Kos Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com> * Merge dev into master (#280) * Release/v1.6.13 to dev (#240) * Bump dokka_version from 1.5.0 to 1.5.30 (#242) Bumps `dokka_version` from 1.5.0 to 1.5.30. Updates `dokka-gradle-plugin` from 1.5.0 to 1.5.30 - [Release notes](https://github.com/Kotlin/dokka/releases) - [Commits](https://github.com/Kotlin/dokka/compare/v1.5.0...v1.5.30) Updates `dokka-base` from 1.5.0 to 1.5.30 - [Release notes](https://github.com/Kotlin/dokka/releases) - [Commits](https://github.com/Kotlin/dokka/compare/v1.5.0...v1.5.30) --- updated-dependencies: - dependency-name: org.jetbrains.dokka:dokka-gradle-plugin dependency-type: direct:production update-type: version-update:semver-patch - dependency-name: org.jetbrains.dokka:dokka-base dependency-type: direct:production update-type: version-update:semver-patch ... Signed-off-by: dependabot[bot] Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com> * Improve default validation (#243) * Update MIGRATING.md (#244) * Release v1.6.14 (#246) * Bump cardscan-ui from 2.1.0011 to 2.1.0012 (#249) Bumps [cardscan-ui](https://github.com/getbouncer/cardscan-android) from 2.1.0011 to 2.1.0012. - [Release notes](https://github.com/getbouncer/cardscan-android/releases) - [Changelog](https://github.com/getbouncer/cardscan-android/blob/master/CHANGELOG.md) - [Commits](https://github.com/getbouncer/cardscan-android/compare/2.1.0011...2.1.0012) --- updated-dependencies: - dependency-name: com.getbouncer:cardscan-ui dependency-type: direct:production update-type: version-update:semver-patch ... Signed-off-by: dependabot[bot] Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com> * Bump kotlin-gradle-plugin from 1.5.30 to 1.5.31 (#253) Bumps [kotlin-gradle-plugin](https://github.com/JetBrains/kotlin) from 1.5.30 to 1.5.31. - [Release notes](https://github.com/JetBrains/kotlin/releases) - [Changelog](https://github.com/JetBrains/kotlin/blob/v1.5.31/ChangeLog.md) - [Commits](https://github.com/JetBrains/kotlin/compare/v1.5.30...v1.5.31) --- updated-dependencies: - dependency-name: org.jetbrains.kotlin:kotlin-gradle-plugin dependency-type: direct:production update-type: version-update:semver-patch ... Signed-off-by: dependabot[bot] Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com> * Bump constraintlayout from 2.1.0 to 2.1.1 (#257) Bumps [constraintlayout](https://github.com/androidx/constraintlayout) from 2.1.0 to 2.1.1. - [Release notes](https://github.com/androidx/constraintlayout/releases) - [Commits](https://github.com/androidx/constraintlayout/commits) --- updated-dependencies: - dependency-name: androidx.constraintlayout:constraintlayout dependency-type: direct:production update-type: version-update:semver-patch ... Signed-off-by: dependabot[bot] Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com> * Improve validation logic, fix tests (#261) * Fix nullable return type (#260) * Bump okhttp from 4.9.1 to 4.9.2 (#258) Bumps [okhttp](https://github.com/square/okhttp) from 4.9.1 to 4.9.2. - [Release notes](https://github.com/square/okhttp/releases) - [Changelog](https://github.com/square/okhttp/blob/master/CHANGELOG.md) - [Commits](https://github.com/square/okhttp/compare/parent-4.9.1...parent-4.9.2) --- updated-dependencies: - dependency-name: com.squareup.okhttp3:okhttp dependency-type: direct:production update-type: version-update:semver-patch ... Signed-off-by: dependabot[bot] Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com> Co-authored-by: Dmytro * Bump dokka_version from 1.5.30 to 1.5.31 (#264) Bumps `dokka_version` from 1.5.30 to 1.5.31. Updates `dokka-gradle-plugin` from 1.5.30 to 1.5.31 - [Release notes](https://github.com/Kotlin/dokka/releases) - [Commits](https://github.com/Kotlin/dokka/compare/v1.5.30...v1.5.31) Updates `dokka-base` from 1.5.30 to 1.5.31 - [Release notes](https://github.com/Kotlin/dokka/releases) - [Commits](https://github.com/Kotlin/dokka/compare/v1.5.30...v1.5.31) --- updated-dependencies: - dependency-name: org.jetbrains.dokka:dokka-gradle-plugin dependency-type: direct:production update-type: version-update:semver-patch - dependency-name: org.jetbrains.dokka:dokka-base dependency-type: direct:production update-type: version-update:semver-patch ... Signed-off-by: dependabot[bot] Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com> Co-authored-by: Dmytro * Public release v1.6.15 (#266) * Version name & code rise * Update docs * Bump firebase-bom from 28.4.1 to 28.4.2 (#270) Bumps firebase-bom from 28.4.1 to 28.4.2. --- updated-dependencies: - dependency-name: com.google.firebase:firebase-bom dependency-type: direct:production update-type: version-update:semver-patch ... Signed-off-by: dependabot[bot] Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com> * Bump mockito_version from 3.12.4 to 4.0.0 (#271) Bumps `mockito_version` from 3.12.4 to 4.0.0. Updates `mockito-core` from 3.12.4 to 4.0.0 - [Release notes](https://github.com/mockito/mockito/releases) - [Commits](https://github.com/mockito/mockito/compare/v3.12.4...v4.0.0) Updates `mockito-inline` from 3.12.4 to 4.0.0 - [Release notes](https://github.com/mockito/mockito/releases) - [Commits](https://github.com/mockito/mockito/compare/v3.12.4...v4.0.0) --- updated-dependencies: - dependency-name: org.mockito:mockito-core dependency-type: direct:production update-type: version-update:semver-major - dependency-name: org.mockito:mockito-inline dependency-type: direct:production update-type: version-update:semver-major ... Signed-off-by: dependabot[bot] Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com> * Bump gradle from 7.0.2 to 7.0.3 (#273) Bumps gradle from 7.0.2 to 7.0.3. --- updated-dependencies: - dependency-name: com.android.tools.build:gradle dependency-type: direct:production update-type: version-update:semver-patch ... Signed-off-by: dependabot[bot] Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com> * Fix submit function response body (#274) * Public release v1.6.16 (#275) * Merge dev into master (#269) * Release/v1.6.13 to dev (#240) * Bump dokka_version from 1.5.0 to 1.5.30 (#242) Bumps `dokka_version` from 1.5.0 to 1.5.30. Updates `dokka-gradle-plugin` from 1.5.0 to 1.5.30 - [Release notes](https://github.com/Kotlin/dokka/releases) - [Commits](https://github.com/Kotlin/dokka/compare/v1.5.0...v1.5.30) Updates `dokka-base` from 1.5.0 to 1.5.30 - [Release notes](https://github.com/Kotlin/dokka/releases) - [Commits](https://github.com/Kotlin/dokka/compare/v1.5.0...v1.5.30) --- updated-dependencies: - dependency-name: org.jetbrains.dokka:dokka-gradle-plugin dependency-type: direct:production update-type: version-update:semver-patch - dependency-name: org.jetbrains.dokka:dokka-base dependency-type: direct:production update-type: version-update:semver-patch ... Signed-off-by: dependabot[bot] Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com> * Improve default validation (#243) * Update MIGRATING.md (#244) * Release v1.6.14 (#246) * Bump cardscan-ui from 2.1.0011 to 2.1.0012 (#249) Bumps [cardscan-ui](https://github.com/getbouncer/cardscan-android) from 2.1.0011 to 2.1.0012. - [Release notes](https://github.com/getbouncer/cardscan-android/releases) - [Changelog](https://github.com/getbouncer/cardscan-android/blob/master/CHANGELOG.md) - [Commits](https://github.com/getbouncer/cardscan-android/compare/2.1.0011...2.1.0012) --- updated-dependencies: - dependency-name: com.getbouncer:cardscan-ui dependency-type: direct:production update-type: version-update:semver-patch ... Signed-off-by: dependabot[bot] Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com> * Bump kotlin-gradle-plugin from 1.5.30 to 1.5.31 (#253) Bumps [kotlin-gradle-plugin](https://github.com/JetBrains/kotlin) from 1.5.30 to 1.5.31. - [Release notes](https://github.com/JetBrains/kotlin/releases) - [Changelog](https://github.com/JetBrains/kotlin/blob/v1.5.31/ChangeLog.md) - [Commits](https://github.com/JetBrains/kotlin/compare/v1.5.30...v1.5.31) --- updated-dependencies: - dependency-name: org.jetbrains.kotlin:kotlin-gradle-plugin dependency-type: direct:production update-type: version-update:semver-patch ... Signed-off-by: dependabot[bot] Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com> * Bump constraintlayout from 2.1.0 to 2.1.1 (#257) Bumps [constraintlayout](https://github.com/androidx/constraintlayout) from 2.1.0 to 2.1.1. - [Release notes](https://github.com/androidx/constraintlayout/releases) - [Commits](https://github.com/androidx/constraintlayout/commits) --- updated-dependencies: - dependency-name: androidx.constraintlayout:constraintlayout dependency-type: direct:production update-type: version-update:semver-patch ... Signed-off-by: dependabot[bot] Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com> * Improve validation logic, fix tests (#261) * Fix nullable return type (#260) * Bump okhttp from 4.9.1 to 4.9.2 (#258) Bumps [okhttp](https://github.com/square/okhttp) from 4.9.1 to 4.9.2. - [Release notes](https://github.com/square/okhttp/releases) - [Changelog](https://github.com/square/okhttp/blob/master/CHANGELOG.md) - [Commits](https://github.com/square/okhttp/compare/parent-4.9.1...parent-4.9.2) --- updated-dependencies: - dependency-name: com.squareup.okhttp3:okhttp dependency-type: direct:production update-type: version-update:semver-patch ... Signed-off-by: dependabot[bot] Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com> Co-authored-by: Dmytro * Bump dokka_version from 1.5.30 to 1.5.31 (#264) Bumps `dokka_version` from 1.5.30 to 1.5.31. Updates `dokka-gradle-plugin` from 1.5.30 to 1.5.31 - [Release notes](https://github.com/Kotlin/dokka/releases) - [Commits](https://github.com/Kotlin/dokka/compare/v1.5.30...v1.5.31) Updates `dokka-base` from 1.5.30 to 1.5.31 - [Release notes](https://github.com/Kotlin/dokka/releases) - [Commits](https://github.com/Kotlin/dokka/compare/v1.5.30...v1.5.31) --- updated-dependencies: - dependency-name: org.jetbrains.dokka:dokka-gradle-plugin dependency-type: direct:production update-type: version-update:semver-patch - dependency-name: org.jetbrains.dokka:dokka-base dependency-type: direct:production update-type: version-update:semver-patch ... Signed-off-by: dependabot[bot] Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com> Co-authored-by: Dmytro * Public release v1.6.15 (#266) * Version name & code rise * Update docs Co-authored-by: Dmytro Kos Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com> * Images patch 1 (#272) * Version name & code rise * Update docs * Update config.yml Co-authored-by: Dmytro Kos Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com> * Bump tensorflow-lite from 2.1.0011 to 2.1.0015 (#262) Bumps [tensorflow-lite](https://github.com/getbouncer/cardscan-android) from 2.1.0011 to 2.1.0015. - [Release notes](https://github.com/getbouncer/cardscan-android/releases) - [Changelog](https://github.com/getbouncer/cardscan-android/blob/master/CHANGELOG.md) - [Commits](https://github.com/getbouncer/cardscan-android/compare/2.1.0011...2.1.0015) --- updated-dependencies: - dependency-name: com.getbouncer:tensorflow-lite dependency-type: direct:production update-type: version-update:semver-patch ... Signed-off-by: dependabot[bot] Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com> Co-authored-by: dmytrodmytryshyn * Bump scan-payment-full from 2.1.0011 to 2.1.0015 (#265) Bumps [scan-payment-full](https://github.com/getbouncer/cardscan-android) from 2.1.0011 to 2.1.0015. - [Release notes](https://github.com/getbouncer/cardscan-android/releases) - [Changelog](https://github.com/getbouncer/cardscan-android/blob/master/CHANGELOG.md) - [Commits](https://github.com/getbouncer/cardscan-android/compare/2.1.0011...2.1.0015) --- updated-dependencies: - dependency-name: com.getbouncer:scan-payment-full dependency-type: direct:production update-type: version-update:semver-patch ... Signed-off-by: dependabot[bot] Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com> Co-authored-by: dmytrodmytryshyn * Bump cardscan-ui from 2.1.0012 to 2.1.0015 (#263) Bumps [cardscan-ui](https://github.com/getbouncer/cardscan-android) from 2.1.0012 to 2.1.0015. - [Release notes](https://github.com/getbouncer/cardscan-android/releases) - [Changelog](https://github.com/getbouncer/cardscan-android/blob/master/CHANGELOG.md) - [Commits](https://github.com/getbouncer/cardscan-android/compare/2.1.0012...2.1.0015) --- updated-dependencies: - dependency-name: com.getbouncer:cardscan-ui dependency-type: direct:production update-type: version-update:semver-patch ... Signed-off-by: dependabot[bot] Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com> Co-authored-by: dmytrodmytryshyn * Bump bouncer versions from 2.1.0015 -> 2.1.0016 (#279) * Bouncer adapter version name & code rise (#278) Co-authored-by: Dmytro Kos Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com> * Version name & code rise * Update docs Co-authored-by: Dmytro Kos Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com> * Bump firebase-bom from 29.0.0 to 29.0.1 (#302) Bumps firebase-bom from 29.0.0 to 29.0.1. --- updated-dependencies: - dependency-name: com.google.firebase:firebase-bom dependency-type: direct:production update-type: version-update:semver-patch ... Signed-off-by: dependabot[bot] Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com> * Bump robolectric from 4.7.2 to 4.7.3 (#303) Bumps [robolectric](https://github.com/robolectric/robolectric) from 4.7.2 to 4.7.3. - [Release notes](https://github.com/robolectric/robolectric/releases) - [Commits](https://github.com/robolectric/robolectric/compare/robolectric-4.7.2...robolectric-4.7.3) --- updated-dependencies: - dependency-name: org.robolectric:robolectric dependency-type: direct:production update-type: version-update:semver-patch ... Signed-off-by: dependabot[bot] Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com> * Bump json from 20210307 to 20211205 (#304) Bumps [json](https://github.com/douglascrockford/JSON-java) from 20210307 to 20211205. - [Release notes](https://github.com/douglascrockford/JSON-java/releases) - [Changelog](https://github.com/stleary/JSON-java/blob/master/docs/RELEASES.md) - [Commits](https://github.com/douglascrockford/JSON-java/commits) --- updated-dependencies: - dependency-name: org.json:json dependency-type: direct:production update-type: version-update:semver-major ... Signed-off-by: dependabot[bot] Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com> * Bump play-services-auth from 19.2.0 to 20.0.0 (#306) Bumps play-services-auth from 19.2.0 to 20.0.0. --- updated-dependencies: - dependency-name: com.google.android.gms:play-services-auth dependency-type: direct:production update-type: version-update:semver-major ... Signed-off-by: dependabot[bot] Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com> * Bump firebase-bom from 29.0.1 to 29.0.2 (#311) Bumps firebase-bom from 29.0.1 to 29.0.2. --- updated-dependencies: - dependency-name: com.google.firebase:firebase-bom dependency-type: direct:production update-type: version-update:semver-patch ... Signed-off-by: dependabot[bot] Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com> * Move google-services.json to ci (#307) * Remove google-services.json. Update ci config. Add test code for check file creation. * Remove tests code. * Fix TextInputFieldLayout.kt error restore after screen rotation (#312) * Bump kotlin-gradle-plugin from 1.6.0 to 1.6.10 (#313) Bumps [kotlin-gradle-plugin](https://github.com/JetBrains/kotlin) from 1.6.0 to 1.6.10. - [Release notes](https://github.com/JetBrains/kotlin/releases) - [Changelog](https://github.com/JetBrains/kotlin/blob/v1.6.10/ChangeLog.md) - [Commits](https://github.com/JetBrains/kotlin/compare/v1.6.0...v1.6.10) --- updated-dependencies: - dependency-name: org.jetbrains.kotlin:kotlin-gradle-plugin dependency-type: direct:production update-type: version-update:semver-patch ... Signed-off-by: dependabot[bot] Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com> * Bump gradle from 7.0.3 to 7.0.4 (#305) Bumps gradle from 7.0.3 to 7.0.4. --- updated-dependencies: - dependency-name: com.android.tools.build:gradle dependency-type: direct:production update-type: version-update:semver-patch ... Signed-off-by: dependabot[bot] Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com> * Merge public release v1.6.18 into dev (#315) * Merge public release 1.6.16 into master (#277) * Release/v1.6.13 to dev (#240) * Bump dokka_version from 1.5.0 to 1.5.30 (#242) Bumps `dokka_version` from 1.5.0 to 1.5.30. Updates `dokka-gradle-plugin` from 1.5.0 to 1.5.30 - [Release notes](https://github.com/Kotlin/dokka/releases) - [Commits](https://github.com/Kotlin/dokka/compare/v1.5.0...v1.5.30) Updates `dokka-base` from 1.5.0 to 1.5.30 - [Release notes](https://github.com/Kotlin/dokka/releases) - [Commits](https://github.com/Kotlin/dokka/compare/v1.5.0...v1.5.30) --- updated-dependencies: - dependency-name: org.jetbrains.dokka:dokka-gradle-plugin dependency-type: direct:production update-type: version-update:semver-patch - dependency-name: org.jetbrains.dokka:dokka-base dependency-type: direct:production update-type: version-update:semver-patch ... Signed-off-by: dependabot[bot] Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com> * Improve default validation (#243) * Update MIGRATING.md (#244) * Release v1.6.14 (#246) * Bump cardscan-ui from 2.1.0011 to 2.1.0012 (#249) Bumps [cardscan-ui](https://github.com/getbouncer/cardscan-android) from 2.1.0011 to 2.1.0012. - [Release notes](https://github.com/getbouncer/cardscan-android/releases) - [Changelog](https://github.com/getbouncer/cardscan-android/blob/master/CHANGELOG.md) - [Commits](https://github.com/getbouncer/cardscan-android/compare/2.1.0011...2.1.0012) --- updated-dependencies: - dependency-name: com.getbouncer:cardscan-ui dependency-type: direct:production update-type: version-update:semver-patch ... Signed-off-by: dependabot[bot] Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com> * Bump kotlin-gradle-plugin from 1.5.30 to 1.5.31 (#253) Bumps [kotlin-gradle-plugin](https://github.com/JetBrains/kotlin) from 1.5.30 to 1.5.31. - [Release notes](https://github.com/JetBrains/kotlin/releases) - [Changelog](https://github.com/JetBrains/kotlin/blob/v1.5.31/ChangeLog.md) - [Commits](https://github.com/JetBrains/kotlin/compare/v1.5.30...v1.5.31) --- updated-dependencies: - dependency-name: org.jetbrains.kotlin:kotlin-gradle-plugin dependency-type: direct:production update-type: version-update:semver-patch ... Signed-off-by: dependabot[bot] Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com> * Bump constraintlayout from 2.1.0 to 2.1.1 (#257) Bumps [constraintlayout](https://github.com/androidx/constraintlayout) from 2.1.0 to 2.1.1. - [Release notes](https://github.com/androidx/constraintlayout/releases) - [Commits](https://github.com/androidx/constraintlayout/commits) --- updated-dependencies: - dependency-name: androidx.constraintlayout:constraintlayout dependency-type: direct:production update-type: version-update:semver-patch ... Signed-off-by: dependabot[bot] Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com> * Improve validation logic, fix tests (#261) * Fix nullable return type (#260) * Bump okhttp from 4.9.1 to 4.9.2 (#258) Bumps [okhttp](https://github.com/square/okhttp) from 4.9.1 to 4.9.2. - [Release notes](https://github.com/square/okhttp/releases) - [Changelog](https://github.com/square/okhttp/blob/master/CHANGELOG.md) - [Commits](https://github.com/square/okhttp/compare/parent-4.9.1...parent-4.9.2) --- updated-dependencies: - dependency-name: com.squareup.okhttp3:okhttp dependency-type: direct:production update-type: version-update:semver-patch ... Signed-off-by: dependabot[bot] Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com> Co-authored-by: Dmytro * Bump dokka_version from 1.5.30 to 1.5.31 (#264) Bumps `dokka_version` from 1.5.30 to 1.5.31. Updates `dokka-gradle-plugin` from 1.5.30 to 1.5.31 - [Release notes](https://github.com/Kotlin/dokka/releases) - [Commits](https://github.com/Kotlin/dokka/compare/v1.5.30...v1.5.31) Updates `dokka-base` from 1.5.30 to 1.5.31 - [Release notes](https://github.com/Kotlin/dokka/releases) - [Commits](https://github.com/Kotlin/dokka/compare/v1.5.30...v1.5.31) --- updated-dependencies: - dependency-name: org.jetbrains.dokka:dokka-gradle-plugin dependency-type: direct:production update-type: version-update:semver-patch - dependency-name: org.jetbrains.dokka:dokka-base dependency-type: direct:production update-type: version-update:semver-patch ... Signed-off-by: dependabot[bot] Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com> Co-authored-by: Dmytro * Public release v1.6.15 (#266) * Version name & code rise * Update docs * Bump firebase-bom from 28.4.1 to 28.4.2 (#270) Bumps firebase-bom from 28.4.1 to 28.4.2. --- updated-dependencies: - dependency-name: com.google.firebase:firebase-bom dependency-type: direct:production update-type: version-update:semver-patch ... Signed-off-by: dependabot[bot] Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com> * Bump mockito_version from 3.12.4 to 4.0.0 (#271) Bumps `mockito_version` from 3.12.4 to 4.0.0. Updates `mockito-core` from 3.12.4 to 4.0.0 - [Release notes](https://github.com/mockito/mockito/releases) - [Commits](https://github.com/mockito/mockito/compare/v3.12.4...v4.0.0) Updates `mockito-inline` from 3.12.4 to 4.0.0 - [Release notes](https://github.com/mockito/mockito/releases) - [Commits](https://github.com/mockito/mockito/compare/v3.12.4...v4.0.0) --- updated-dependencies: - dependency-name: org.mockito:mockito-core dependency-type: direct:production update-type: version-update:semver-major - dependency-name: org.mockito:mockito-inline dependency-type: direct:production update-type: version-update:semver-major ... Signed-off-by: dependabot[bot] Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com> * Bump gradle from 7.0.2 to 7.0.3 (#273) Bumps gradle from 7.0.2 to 7.0.3. --- updated-dependencies: - dependency-name: com.android.tools.build:gradle dependency-type: direct:production update-type: version-update:semver-patch ... Signed-off-by: dependabot[bot] Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com> * Fix submit function response body (#274) * Public release v1.6.16 (#275) * Merge dev into master (#269) * Release/v1.6.13 to dev (#240) * Bump dokka_version from 1.5.0 to 1.5.30 (#242) Bumps `dokka_version` from 1.5.0 to 1.5.30. Updates `dokka-gradle-plugin` from 1.5.0 to 1.5.30 - [Release notes](https://github.com/Kotlin/dokka/releases) - [Commits](https://github.com/Kotlin/dokka/compare/v1.5.0...v1.5.30) Updates `dokka-base` from 1.5.0 to 1.5.30 - [Release notes](https://github.com/Kotlin/dokka/releases) - [Commits](https://github.com/Kotlin/dokka/compare/v1.5.0...v1.5.30) --- updated-dependencies: - dependency-name: org.jetbrains.dokka:dokka-gradle-plugin dependency-type: direct:production update-type: version-update:semver-patch - dependency-name: org.jetbrains.dokka:dokka-base dependency-type: direct:production update-type: version-update:semver-patch ... Signed-off-by: dependabot[bot] Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com> * Improve default validation (#243) * Update MIGRATING.md (#244) * Release v1.6.14 (#246) * Bump cardscan-ui from 2.1.0011 to 2.1.0012 (#249) Bumps [cardscan-ui](https://github.com/getbouncer/cardscan-android) from 2.1.0011 to 2.1.0012. - [Release notes](https://github.com/getbouncer/cardscan-android/releases) - [Changelog](https://github.com/getbouncer/cardscan-android/blob/master/CHANGELOG.md) - [Commits](https://github.com/getbouncer/cardscan-android/compare/2.1.0011...2.1.0012) --- updated-dependencies: - dependency-name: com.getbouncer:cardscan-ui dependency-type: direct:production update-type: version-update:semver-patch ... Signed-off-by: dependabot[bot] Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com> * Bump kotlin-gradle-plugin from 1.5.30 to 1.5.31 (#253) Bumps [kotlin-gradle-plugin](https://github.com/JetBrains/kotlin) from 1.5.30 to 1.5.31. - [Release notes](https://github.com/JetBrains/kotlin/releases) - [Changelog](https://github.com/JetBrains/kotlin/blob/v1.5.31/ChangeLog.md) - [Commits](https://github.com/JetBrains/kotlin/compare/v1.5.30...v1.5.31) --- updated-dependencies: - dependency-name: org.jetbrains.kotlin:kotlin-gradle-plugin dependency-type: direct:production update-type: version-update:semver-patch ... Signed-off-by: dependabot[bot] Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com> * Bump constraintlayout from 2.1.0 to 2.1.1 (#257) Bumps [constraintlayout](https://github.com/androidx/constraintlayout) from 2.1.0 to 2.1.1. - [Release notes](https://github.com/androidx/constraintlayout/releases) - [Commits](https://github.com/androidx/constraintlayout/commits) --- updated-dependencies: - dependency-name: androidx.constraintlayout:constraintlayout dependency-type: direct:production update-type: version-update:semver-patch ... Signed-off-by: dependabot[bot] Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com> * Improve validation logic, fix tests (#261) * Fix nullable return type (#260) * Bump okhttp from 4.9.1 to 4.9.2 (#258) Bumps [okhttp](https://github.com/square/okhttp) from 4.9.1 to 4.9.2. - [Release notes](https://github.com/square/okhttp/releases) - [Changelog](https://github.com/square/okhttp/blob/master/CHANGELOG.md) - [Commits](https://github.com/square/okhttp/compare/parent-4.9.1...parent-4.9.2) --- updated-dependencies: - dependency-name: com.squareup.okhttp3:okhttp dependency-type: direct:production update-type: version-update:semver-patch ... Signed-off-by: dependabot[bot] Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com> Co-authored-by: Dmytro * Bump dokka_version from 1.5.30 to 1.5.31 (#264) Bumps `dokka_version` from 1.5.30 to 1.5.31. Updates `dokka-gradle-plugin` from 1.5.30 to 1.5.31 - [Release notes](https://github.com/Kotlin/dokka/releases) - [Commits](https://github.com/Kotlin/dokka/compare/v1.5.30...v1.5.31) Updates `dokka-base` from 1.5.30 to 1.5.31 - [Release notes](https://github.com/Kotlin/dokka/releases) - [Commits](https://github.com/Kotlin/dokka/compare/v1.5.30...v1.5.31) --- updated-dependencies: - dependency-name: org.jetbrains.dokka:dokka-gradle-plugin dependency-type: direct:production update-type: version-update:semver-patch - dependency-name: org.jetbrains.dokka:dokka-base dependency-type: direct:production update-type: version-update:semver-patch ... Signed-off-by: dependabot[bot] Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com> Co-authored-by: Dmytro * Public release v1.6.15 (#266) * Version name & code rise * Update docs Co-authored-by: Dmytro Kos Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com> * Images patch 1 (#272) * Version name & code rise * Update docs * Update config.yml Co-authored-by: Dmytro Kos Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com> Co-authored-by: Dmytro Kos Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com> * Merge dev into master (#280) * Release/v1.6.13 to dev (#240) * Bump dokka_version from 1.5.0 to 1.5.30 (#242) Bumps `dokka_version` from 1.5.0 to 1.5.30. Updates `dokka-gradle-plugin` from 1.5.0 to 1.5.30 - [Release notes](https://github.com/Kotlin/dokka/releases) - [Commits](ht… * Update adapter-blinkcard README.md (#494) * Merge dev into master (#405) * Release/v1.6.13 to dev (#240) * Bump dokka_version from 1.5.0 to 1.5.30 (#242) Bumps `dokka_version` from 1.5.0 to 1.5.30. Updates `dokka-gradle-plugin` from 1.5.0 to 1.5.30 - [Release notes](https://github.com/Kotlin/dokka/releases) - [Commits](https://github.com/Kotlin/dokka/compare/v1.5.0...v1.5.30) Updates `dokka-base` from 1.5.0 to 1.5.30 - [Release notes](https://github.com/Kotlin/dokka/releases) - [Commits](https://github.com/Kotlin/dokka/compare/v1.5.0...v1.5.30) --- updated-dependencies: - dependency-name: org.jetbrains.dokka:dokka-gradle-plugin dependency-type: direct:production update-type: version-update:semver-patch - dependency-name: org.jetbrains.dokka:dokka-base dependency-type: direct:production update-type: version-update:semver-patch ... Signed-off-by: dependabot[bot] Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com> * Improve default validation (#243) * Update MIGRATING.md (#244) * Release v1.6.14 (#246) * Bump cardscan-ui from 2.1.0011 to 2.1.0012 (#249) Bumps [cardscan-ui](https://github.com/getbouncer/cardscan-android) from 2.1.0011 to 2.1.0012. - [Release notes](https://github.com/getbouncer/cardscan-android/releases) - [Changelog](https://github.com/getbouncer/cardscan-android/blob/master/CHANGELOG.md) - [Commits](https://github.com/getbouncer/cardscan-android/compare/2.1.0011...2.1.0012) --- updated-dependencies: - dependency-name: com.getbouncer:cardscan-ui dependency-type: direct:production update-type: version-update:semver-patch ... Signed-off-by: dependabot[bot] Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com> * Bump kotlin-gradle-plugin from 1.5.30 to 1.5.31 (#253) Bumps [kotlin-gradle-plugin](https://github.com/JetBrains/kotlin) from 1.5.30 to 1.5.31. - [Release notes](https://github.com/JetBrains/kotlin/releases) - [Changelog](https://github.com/JetBrains/kotlin/blob/v1.5.31/ChangeLog.md) - [Commits](https://github.com/JetBrains/kotlin/compare/v1.5.30...v1.5.31) --- updated-dependencies: - dependency-name: org.jetbrains.kotlin:kotlin-gradle-plugin dependency-type: direct:production update-type: version-update:semver-patch ... Signed-off-by: dependabot[bot] Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com> * Bump constraintlayout from 2.1.0 to 2.1.1 (#257) Bumps [constraintlayout](https://github.com/androidx/constraintlayout) from 2.1.0 to 2.1.1. - [Release notes](https://github.com/androidx/constraintlayout/releases) - [Commits](https://github.com/androidx/constraintlayout/commits) --- updated-dependencies: - dependency-name: androidx.constraintlayout:constraintlayout dependency-type: direct:production update-type: version-update:semver-patch ... Signed-off-by: dependabot[bot] Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com> * Improve validation logic, fix tests (#261) * Fix nullable return type (#260) * Bump okhttp from 4.9.1 to 4.9.2 (#258) Bumps [okhttp](https://github.com/square/okhttp) from 4.9.1 to 4.9.2. - [Release notes](https://github.com/square/okhttp/releases) - [Changelog](https://github.com/square/okhttp/blob/master/CHANGELOG.md) - [Commits](https://github.com/square/okhttp/compare/parent-4.9.1...parent-4.9.2) --- updated-dependencies: - dependency-name: com.squareup.okhttp3:okhttp dependency-type: direct:production update-type: version-update:semver-patch ... Signed-off-by: dependabot[bot] Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com> Co-authored-by: Dmytro * Bump dokka_version from 1.5.30 to 1.5.31 (#264) Bumps `dokka_version` from 1.5.30 to 1.5.31. Updates `dokka-gradle-plugin` from 1.5.30 to 1.5.31 - [Release notes](https://github.com/Kotlin/dokka/releases) - [Commits](https://github.com/Kotlin/dokka/compare/v1.5.30...v1.5.31) Updates `dokka-base` from 1.5.30 to 1.5.31 - [Release notes](https://github.com/Kotlin/dokka/releases) - [Commits](https://github.com/Kotlin/dokka/compare/v1.5.30...v1.5.31) --- updated-dependencies: - dependency-name: org.jetbrains.dokka:dokka-gradle-plugin dependency-type: direct:production update-type: version-update:semver-patch - dependency-name: org.jetbrains.dokka:dokka-base dependency-type: direct:production update-type: version-update:semver-patch ... Signed-off-by: dependabot[bot] Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com> Co-authored-by: Dmytro * Public release v1.6.15 (#266) * Version name & code rise * Update docs * Bump firebase-bom from 28.4.1 to 28.4.2 (#270) Bumps firebase-bom from 28.4.1 to 28.4.2. --- updated-dependencies: - dependency-name: com.google.firebase:firebase-bom dependency-type: direct:production update-type: version-update:semver-patch ... Signed-off-by: dependabot[bot] Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com> * Bump mockito_version from 3.12.4 to 4.0.0 (#271) Bumps `mockito_version` from 3.12.4 to 4.0.0. Updates `mockito-core` from 3.12.4 to 4.0.0 - [Release notes](https://github.com/mockito/mockito/releases) - [Commits](https://github.com/mockito/mockito/compare/v3.12.4...v4.0.0) Updates `mockito-inline` from 3.12.4 to 4.0.0 - [Release notes](https://github.com/mockito/mockito/releases) - [Commits](https://github.com/mockito/mockito/compare/v3.12.4...v4.0.0) --- updated-dependencies: - dependency-name: org.mockito:mockito-core dependency-type: direct:production update-type: version-update:semver-major - dependency-name: org.mockito:mockito-inline dependency-type: direct:production update-type: version-update:semver-major ... Signed-off-by: dependabot[bot] Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com> * Bump gradle from 7.0.2 to 7.0.3 (#273) Bumps gradle from 7.0.2 to 7.0.3. --- updated-dependencies: - dependency-name: com.android.tools.build:gradle dependency-type: direct:production update-type: version-update:semver-patch ... Signed-off-by: dependabot[bot] Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com> * Fix submit function response body (#274) * Public release v1.6.16 (#275) * Merge dev into master (#269) * Release/v1.6.13 to dev (#240) * Bump dokka_version from 1.5.0 to 1.5.30 (#242) Bumps `dokka_version` from 1.5.0 to 1.5.30. Updates `dokka-gradle-plugin` from 1.5.0 to 1.5.30 - [Release notes](https://github.com/Kotlin/dokka/releases) - [Commits](https://github.com/Kotlin/dokka/compare/v1.5.0...v1.5.30) Updates `dokka-base` from 1.5.0 to 1.5.30 - [Release notes](https://github.com/Kotlin/dokka/releases) - [Commits](https://github.com/Kotlin/dokka/compare/v1.5.0...v1.5.30) --- updated-dependencies: - dependency-name: org.jetbrains.dokka:dokka-gradle-plugin dependency-type: direct:production update-type: version-update:semver-patch - dependency-name: org.jetbrains.dokka:dokka-base dependency-type: direct:production update-type: version-update:semver-patch ... Signed-off-by: dependabot[bot] Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com> * Improve default validation (#243) * Update MIGRATING.md (#244) * Release v1.6.14 (#246) * Bump cardscan-ui from 2.1.0011 to 2.1.0012 (#249) Bumps [cardscan-ui](https://github.com/getbouncer/cardscan-android) from 2.1.0011 to 2.1.0012. - [Release notes](https://github.com/getbouncer/cardscan-android/releases) - [Changelog](https://github.com/getbouncer/cardscan-android/blob/master/CHANGELOG.md) - [Commits](https://github.com/getbouncer/cardscan-android/compare/2.1.0011...2.1.0012) --- updated-dependencies: - dependency-name: com.getbouncer:cardscan-ui dependency-type: direct:production update-type: version-update:semver-patch ... Signed-off-by: dependabot[bot] Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com> * Bump kotlin-gradle-plugin from 1.5.30 to 1.5.31 (#253) Bumps [kotlin-gradle-plugin](https://github.com/JetBrains/kotlin) from 1.5.30 to 1.5.31. - [Release notes](https://github.com/JetBrains/kotlin/releases) - [Changelog](https://github.com/JetBrains/kotlin/blob/v1.5.31/ChangeLog.md) - [Commits](https://github.com/JetBrains/kotlin/compare/v1.5.30...v1.5.31) --- updated-dependencies: - dependency-name: org.jetbrains.kotlin:kotlin-gradle-plugin dependency-type: direct:production update-type: version-update:semver-patch ... Signed-off-by: dependabot[bot] Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com> * Bump constraintlayout from 2.1.0 to 2.1.1 (#257) Bumps [constraintlayout](https://github.com/androidx/constraintlayout) from 2.1.0 to 2.1.1. - [Release notes](https://github.com/androidx/constraintlayout/releases) - [Commits](https://github.com/androidx/constraintlayout/commits) --- updated-dependencies: - dependency-name: androidx.constraintlayout:constraintlayout dependency-type: direct:production update-type: version-update:semver-patch ... Signed-off-by: dependabot[bot] Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com> * Improve validation logic, fix tests (#261) * Fix nullable return type (#260) * Bump okhttp from 4.9.1 to 4.9.2 (#258) Bumps [okhttp](https://github.com/square/okhttp) from 4.9.1 to 4.9.2. - [Release notes](https://github.com/square/okhttp/releases) - [Changelog](https://github.com/square/okhttp/blob/master/CHANGELOG.md) - [Commits](https://github.com/square/okhttp/compare/parent-4.9.1...parent-4.9.2) --- updated-dependencies: - dependency-name: com.squareup.okhttp3:okhttp dependency-type: direct:production update-type: version-update:semver-patch ... Signed-off-by: dependabot[bot] Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com> Co-authored-by: Dmytro * Bump dokka_version from 1.5.30 to 1.5.31 (#264) Bumps `dokka_version` from 1.5.30 to 1.5.31. Updates `dokka-gradle-plugin` from 1.5.30 to 1.5.31 - [Release notes](https://github.com/Kotlin/dokka/releases) - [Commits](https://github.com/Kotlin/dokka/compare/v1.5.30...v1.5.31) Updates `dokka-base` from 1.5.30 to 1.5.31 - [Release notes](https://github.com/Kotlin/dokka/releases) - [Commits](https://github.com/Kotlin/dokka/compare/v1.5.30...v1.5.31) --- updated-dependencies: - dependency-name: org.jetbrains.dokka:dokka-gradle-plugin dependency-type: direct:production update-type: version-update:semver-patch - dependency-name: org.jetbrains.dokka:dokka-base dependency-type: direct:production update-type: version-update:semver-patch ... Signed-off-by: dependabot[bot] Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com> Co-authored-by: Dmytro * Public release v1.6.15 (#266) * Version name & code rise * Update docs Co-authored-by: Dmytro Kos Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com> * Images patch 1 (#272) * Version name & code rise * Update docs * Update config.yml Co-authored-by: Dmytro Kos Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com> * Bump tensorflow-lite from 2.1.0011 to 2.1.0015 (#262) Bumps [tensorflow-lite](https://github.com/getbouncer/cardscan-android) from 2.1.0011 to 2.1.0015. - [Release notes](https://github.com/getbouncer/cardscan-android/releases) - [Changelog](https://github.com/getbouncer/cardscan-android/blob/master/CHANGELOG.md) - [Commits](https://github.com/getbouncer/cardscan-android/compare/2.1.0011...2.1.0015) --- updated-dependencies: - dependency-name: com.getbouncer:tensorflow-lite dependency-type: direct:production update-type: version-update:semver-patch ... Signed-off-by: dependabot[bot] Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com> Co-authored-by: dmytrodmytryshyn * Bump scan-payment-full from 2.1.0011 to 2.1.0015 (#265) Bumps [scan-payment-full](https://github.com/getbouncer/cardscan-android) from 2.1.0011 to 2.1.0015. - [Release notes](https://github.com/getbouncer/cardscan-android/releases) - [Changelog](https://github.com/getbouncer/cardscan-android/blob/master/CHANGELOG.md) - [Commits](https://github.com/getbouncer/cardscan-android/compare/2.1.0011...2.1.0015) --- updated-dependencies: - dependency-name: com.getbouncer:scan-payment-full dependency-type: direct:production update-type: version-update:semver-patch ... Signed-off-by: dependabot[bot] Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com> Co-authored-by: dmytrodmytryshyn * Bump cardscan-ui from 2.1.0012 to 2.1.0015 (#263) Bumps [cardscan-ui](https://github.com/getbouncer/cardscan-android) from 2.1.0012 to 2.1.0015. - [Release notes](https://github.com/getbouncer/cardscan-android/releases) - [Changelog](https://github.com/getbouncer/cardscan-android/blob/master/CHANGELOG.md) - [Commits](https://github.com/getbouncer/cardscan-android/compare/2.1.0012...2.1.0015) --- updated-dependencies: - dependency-name: com.getbouncer:cardscan-ui dependency-type: direct:production update-type: version-update:semver-patch ... Signed-off-by: dependabot[bot] Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com> Co-authored-by: dmytrodmytryshyn * Bump bouncer versions from 2.1.0015 -> 2.1.0016 (#279) * Bouncer adapter version name & code rise (#278) * Bump core-ktx from 1.6.0 to 1.7.0 (#285) * Bump core-ktx from 1.6.0 to 1.7.0 Bumps core-ktx from 1.6.0 to 1.7.0. --- updated-dependencies: - dependency-name: androidx.core:core-ktx dependency-type: direct:production update-type: version-update:semver-minor ... Signed-off-by: dependabot[bot] * update compileSdkVersion * update cursor.getString Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com> Co-authored-by: Dmytro * Bump firebase-bom from 28.4.2 to 29.0.0 (#286) Bumps firebase-bom from 28.4.2 to 29.0.0. --- updated-dependencies: - dependency-name: com.google.firebase:firebase-bom dependency-type: direct:production update-type: version-update:semver-major ... Signed-off-by: dependabot[bot] Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com> * Bump robolectric from 4.6.1 to 4.7 (#287) Bumps [robolectric](https://github.com/robolectric/robolectric) from 4.6.1 to 4.7. - [Release notes](https://github.com/robolectric/robolectric/releases) - [Commits](https://github.com/robolectric/robolectric/compare/robolectric-4.6.1...robolectric-4.7) --- updated-dependencies: - dependency-name: org.robolectric:robolectric dependency-type: direct:production update-type: version-update:semver-minor ... Signed-off-by: dependabot[bot] Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com> * Bump kotlin-gradle-plugin from 1.5.31 to 1.6.0 (#288) Bumps [kotlin-gradle-plugin](https://github.com/JetBrains/kotlin) from 1.5.31 to 1.6.0. - [Release notes](https://github.com/JetBrains/kotlin/releases) - [Changelog](https://github.com/JetBrains/kotlin/blob/master/ChangeLog.md) - [Commits](https://github.com/JetBrains/kotlin/commits) --- updated-dependencies: - dependency-name: org.jetbrains.kotlin:kotlin-gradle-plugin dependency-type: direct:production update-type: version-update:semver-minor ... Signed-off-by: dependabot[bot] Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com> * add max Length (#289) * Bump mockk from 1.12.0 to 1.12.1 (#290) Bumps [mockk](https://github.com/mockk/mockk) from 1.12.0 to 1.12.1. - [Release notes](https://github.com/mockk/mockk/releases) - [Commits](https://github.com/mockk/mockk/compare/v1.12.0...1.12.1) --- updated-dependencies: - dependency-name: io.mockk:mockk dependency-type: direct:production update-type: version-update:semver-patch ... Signed-off-by: dependabot[bot] Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com> * Bump appcompat from 1.3.1 to 1.4.0 (#291) Bumps appcompat from 1.3.1 to 1.4.0. --- updated-dependencies: - dependency-name: androidx.appcompat:appcompat dependency-type: direct:production update-type: version-update:semver-minor ... Signed-off-by: dependabot[bot] Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com> * Bump robolectric from 4.7 to 4.7.1 (#292) Bumps [robolectric](https://github.com/robolectric/robolectric) from 4.7 to 4.7.1. - [Release notes](https://github.com/robolectric/robolectric/releases) - [Commits](https://github.com/robolectric/robolectric/compare/robolectric-4.7...robolectric-4.7.1) --- updated-dependencies: - dependency-name: org.robolectric:robolectric dependency-type: direct:production update-type: version-update:semver-patch ... Signed-off-by: dependabot[bot] Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com> * Bump constraintlayout from 2.1.1 to 2.1.2 (#293) Bumps [constraintlayout](https://github.com/androidx/constraintlayout) from 2.1.1 to 2.1.2. - [Release notes](https://github.com/androidx/constraintlayout/releases) - [Commits](https://github.com/androidx/constraintlayout/commits) --- updated-dependencies: - dependency-name: androidx.constraintlayout:constraintlayout dependency-type: direct:production update-type: version-update:semver-patch ... Signed-off-by: dependabot[bot] Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com> * Bump okhttp from 4.9.2 to 4.9.3 (#294) Bumps [okhttp](https://github.com/square/okhttp) from 4.9.2 to 4.9.3. - [Release notes](https://github.com/square/okhttp/releases) - [Changelog](https://github.com/square/okhttp/blob/master/CHANGELOG.md) - [Commits](https://github.com/square/okhttp/compare/parent-4.9.2...parent-4.9.3) --- updated-dependencies: - dependency-name: com.squareup.okhttp3:okhttp dependency-type: direct:production update-type: version-update:semver-patch ... Signed-off-by: dependabot[bot] Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com> * Bump mockito_version from 4.0.0 to 4.1.0 (#295) Bumps `mockito_version` from 4.0.0 to 4.1.0. Updates `mockito-core` from 4.0.0 to 4.1.0 - [Release notes](https://github.com/mockito/mockito/releases) - [Commits](https://github.com/mockito/mockito/compare/v4.0.0...v4.1.0) Updates `mockito-inline` from 4.0.0 to 4.1.0 - [Release notes](https://github.com/mockito/mockito/releases) - [Commits](https://github.com/mockito/mockito/compare/v4.0.0...v4.1.0) --- updated-dependencies: - dependency-name: org.mockito:mockito-core dependency-type: direct:production update-type: version-update:semver-minor - dependency-name: org.mockito:mockito-inline dependency-type: direct:production update-type: version-update:semver-minor ... Signed-off-by: dependabot[bot] Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com> * Bump robolectric from 4.7.1 to 4.7.2 (#296) Bumps [robolectric](https://github.com/robolectric/robolectric) from 4.7.1 to 4.7.2. - [Release notes](https://github.com/robolectric/robolectric/releases) - [Commits](https://github.com/robolectric/robolectric/compare/robolectric-4.7.1...robolectric-4.7.2) --- updated-dependencies: - dependency-name: org.robolectric:robolectric dependency-type: direct:production update-type: version-update:semver-patch ... Signed-off-by: dependabot[bot] Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com> * Bump dokka_version from 1.5.31 to 1.6.0 (#297) Bumps `dokka_version` from 1.5.31 to 1.6.0. Updates `dokka-gradle-plugin` from 1.5.31 to 1.6.0 - [Release notes](https://github.com/Kotlin/dokka/releases) - [Commits](https://github.com/Kotlin/dokka/compare/v1.5.31...v1.6.0) Updates `dokka-base` from 1.5.31 to 1.6.0 - [Release notes](https://github.com/Kotlin/dokka/releases) - [Commits](https://github.com/Kotlin/dokka/compare/v1.5.31...v1.6.0) --- updated-dependencies: - dependency-name: org.jetbrains.dokka:dokka-gradle-plugin dependency-type: direct:production update-type: version-update:semver-minor - dependency-name: org.jetbrains.dokka:dokka-base dependency-type: direct:production update-type: version-update:semver-minor ... Signed-off-by: dependabot[bot] Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com> * Merge public release v1.16.17 into development (#299) * Merge public release 1.6.16 into master (#277) * Release/v1.6.13 to dev (#240) * Bump dokka_version from 1.5.0 to 1.5.30 (#242) Bumps `dokka_version` from 1.5.0 to 1.5.30. Updates `dokka-gradle-plugin` from 1.5.0 to 1.5.30 - [Release notes](https://github.com/Kotlin/dokka/releases) - [Commits](https://github.com/Kotlin/dokka/compare/v1.5.0...v1.5.30) Updates `dokka-base` from 1.5.0 to 1.5.30 - [Release notes](https://github.com/Kotlin/dokka/releases) - [Commits](https://github.com/Kotlin/dokka/compare/v1.5.0...v1.5.30) --- updated-dependencies: - dependency-name: org.jetbrains.dokka:dokka-gradle-plugin dependency-type: direct:production update-type: version-update:semver-patch - dependency-name: org.jetbrains.dokka:dokka-base dependency-type: direct:production update-type: version-update:semver-patch ... Signed-off-by: dependabot[bot] Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com> * Improve default validation (#243) * Update MIGRATING.md (#244) * Release v1.6.14 (#246) * Bump cardscan-ui from 2.1.0011 to 2.1.0012 (#249) Bumps [cardscan-ui](https://github.com/getbouncer/cardscan-android) from 2.1.0011 to 2.1.0012. - [Release notes](https://github.com/getbouncer/cardscan-android/releases) - [Changelog](https://github.com/getbouncer/cardscan-android/blob/master/CHANGELOG.md) - [Commits](https://github.com/getbouncer/cardscan-android/compare/2.1.0011...2.1.0012) --- updated-dependencies: - dependency-name: com.getbouncer:cardscan-ui dependency-type: direct:production update-type: version-update:semver-patch ... Signed-off-by: dependabot[bot] Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com> * Bump kotlin-gradle-plugin from 1.5.30 to 1.5.31 (#253) Bumps [kotlin-gradle-plugin](https://github.com/JetBrains/kotlin) from 1.5.30 to 1.5.31. - [Release notes](https://github.com/JetBrains/kotlin/releases) - [Changelog](https://github.com/JetBrains/kotlin/blob/v1.5.31/ChangeLog.md) - [Commits](https://github.com/JetBrains/kotlin/compare/v1.5.30...v1.5.31) --- updated-dependencies: - dependency-name: org.jetbrains.kotlin:kotlin-gradle-plugin dependency-type: direct:production update-type: version-update:semver-patch ... Signed-off-by: dependabot[bot] Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com> * Bump constraintlayout from 2.1.0 to 2.1.1 (#257) Bumps [constraintlayout](https://github.com/androidx/constraintlayout) from 2.1.0 to 2.1.1. - [Release notes](https://github.com/androidx/constraintlayout/releases) - [Commits](https://github.com/androidx/constraintlayout/commits) --- updated-dependencies: - dependency-name: androidx.constraintlayout:constraintlayout dependency-type: direct:production update-type: version-update:semver-patch ... Signed-off-by: dependabot[bot] Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com> * Improve validation logic, fix tests (#261) * Fix nullable return type (#260) * Bump okhttp from 4.9.1 to 4.9.2 (#258) Bumps [okhttp](https://github.com/square/okhttp) from 4.9.1 to 4.9.2. - [Release notes](https://github.com/square/okhttp/releases) - [Changelog](https://github.com/square/okhttp/blob/master/CHANGELOG.md) - [Commits](https://github.com/square/okhttp/compare/parent-4.9.1...parent-4.9.2) --- updated-dependencies: - dependency-name: com.squareup.okhttp3:okhttp dependency-type: direct:production update-type: version-update:semver-patch ... Signed-off-by: dependabot[bot] Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com> Co-authored-by: Dmytro * Bump dokka_version from 1.5.30 to 1.5.31 (#264) Bumps `dokka_version` from 1.5.30 to 1.5.31. Updates `dokka-gradle-plugin` from 1.5.30 to 1.5.31 - [Release notes](https://github.com/Kotlin/dokka/releases) - [Commits](https://github.com/Kotlin/dokka/compare/v1.5.30...v1.5.31) Updates `dokka-base` from 1.5.30 to 1.5.31 - [Release notes](https://github.com/Kotlin/dokka/releases) - [Commits](https://github.com/Kotlin/dokka/compare/v1.5.30...v1.5.31) --- updated-dependencies: - dependency-name: org.jetbrains.dokka:dokka-gradle-plugin dependency-type: direct:production update-type: version-update:semver-patch - dependency-name: org.jetbrains.dokka:dokka-base dependency-type: direct:production update-type: version-update:semver-patch ... Signed-off-by: dependabot[bot] Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com> Co-authored-by: Dmytro * Public release v1.6.15 (#266) * Version name & code rise * Update docs * Bump firebase-bom from 28.4.1 to 28.4.2 (#270) Bumps firebase-bom from 28.4.1 to 28.4.2. --- updated-dependencies: - dependency-name: com.google.firebase:firebase-bom dependency-type: direct:production update-type: version-update:semver-patch ... Signed-off-by: dependabot[bot] Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com> * Bump mockito_version from 3.12.4 to 4.0.0 (#271) Bumps `mockito_version` from 3.12.4 to 4.0.0. Updates `mockito-core` from 3.12.4 to 4.0.0 - [Release notes](https://github.com/mockito/mockito/releases) - [Commits](https://github.com/mockito/mockito/compare/v3.12.4...v4.0.0) Updates `mockito-inline` from 3.12.4 to 4.0.0 - [Release notes](https://github.com/mockito/mockito/releases) - [Commits](https://github.com/mockito/mockito/compare/v3.12.4...v4.0.0) --- updated-dependencies: - dependency-name: org.mockito:mockito-core dependency-type: direct:production update-type: version-update:semver-major - dependency-name: org.mockito:mockito-inline dependency-type: direct:production update-type: version-update:semver-major ... Signed-off-by: dependabot[bot] Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com> * Bump gradle from 7.0.2 to 7.0.3 (#273) Bumps gradle from 7.0.2 to 7.0.3. --- updated-dependencies: - dependency-name: com.android.tools.build:gradle dependency-type: direct:production update-type: version-update:semver-patch ... Signed-off-by: dependabot[bot] Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com> * Fix submit function response body (#274) * Public release v1.6.16 (#275) * Merge dev into master (#269) * Release/v1.6.13 to dev (#240) * Bump dokka_version from 1.5.0 to 1.5.30 (#242) Bumps `dokka_version` from 1.5.0 to 1.5.30. Updates `dokka-gradle-plugin` from 1.5.0 to 1.5.30 - [Release notes](https://github.com/Kotlin/dokka/releases) - [Commits](https://github.com/Kotlin/dokka/compare/v1.5.0...v1.5.30) Updates `dokka-base` from 1.5.0 to 1.5.30 - [Release notes](https://github.com/Kotlin/dokka/releases) - [Commits](https://github.com/Kotlin/dokka/compare/v1.5.0...v1.5.30) --- updated-dependencies: - dependency-name: org.jetbrains.dokka:dokka-gradle-plugin dependency-type: direct:production update-type: version-update:semver-patch - dependency-name: org.jetbrains.dokka:dokka-base dependency-type: direct:production update-type: version-update:semver-patch ... Signed-off-by: dependabot[bot] Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com> * Improve default validation (#243) * Update MIGRATING.md (#244) * Release v1.6.14 (#246) * Bump cardscan-ui from 2.1.0011 to 2.1.0012 (#249) Bumps [cardscan-ui](https://github.com/getbouncer/cardscan-android) from 2.1.0011 to 2.1.0012. - [Release notes](https://github.com/getbouncer/cardscan-android/releases) - [Changelog](https://github.com/getbouncer/cardscan-android/blob/master/CHANGELOG.md) - [Commits](https://github.com/getbouncer/cardscan-android/compare/2.1.0011...2.1.0012) --- updated-dependencies: - dependency-name: com.getbouncer:cardscan-ui dependency-type: direct:production update-type: version-update:semver-patch ... Signed-off-by: dependabot[bot] Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com> * Bump kotlin-gradle-plugin from 1.5.30 to 1.5.31 (#253) Bumps [kotlin-gradle-plugin](https://github.com/JetBrains/kotlin) from 1.5.30 to 1.5.31. - [Release notes](https://github.com/JetBrains/kotlin/releases) - [Changelog](https://github.com/JetBrains/kotlin/blob/v1.5.31/ChangeLog.md) - [Commits](https://github.com/JetBrains/kotlin/compare/v1.5.30...v1.5.31) --- updated-dependencies: - dependency-name: org.jetbrains.kotlin:kotlin-gradle-plugin dependency-type: direct:production update-type: version-update:semver-patch ... Signed-off-by: dependabot[bot] Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com> * Bump constraintlayout from 2.1.0 to 2.1.1 (#257) Bumps [constraintlayout](https://github.com/androidx/constraintlayout) from 2.1.0 to 2.1.1. - [Release notes](https://github.com/androidx/constraintlayout/releases) - [Commits](https://github.com/androidx/constraintlayout/commits) --- updated-dependencies: - dependency-name: androidx.constraintlayout:constraintlayout dependency-type: direct:production update-type: version-update:semver-patch ... Signed-off-by: dependabot[bot] Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com> * Improve validation logic, fix tests (#261) * Fix nullable return type (#260) * Bump okhttp from 4.9.1 to 4.9.2 (#258) Bumps [okhttp](https://github.com/square/okhttp) from 4.9.1 to 4.9.2. - [Release notes](https://github.com/square/okhttp/releases) - [Changelog](https://github.com/square/okhttp/blob/master/CHANGELOG.md) - [Commits](https://github.com/square/okhttp/compare/parent-4.9.1...parent-4.9.2) --- updated-dependencies: - dependency-name: com.squareup.okhttp3:okhttp dependency-type: direct:production update-type: version-update:semver-patch ... Signed-off-by: dependabot[bot] Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com> Co-authored-by: Dmytro * Bump dokka_version from 1.5.30 to 1.5.31 (#264) Bumps `dokka_version` from 1.5.30 to 1.5.31. Updates `dokka-gradle-plugin` from 1.5.30 to 1.5.31 - [Release notes](https://github.com/Kotlin/dokka/releases) - [Commits](https://github.com/Kotlin/dokka/compare/v1.5.30...v1.5.31) Updates `dokka-base` from 1.5.30 to 1.5.31 - [Release notes](https://github.com/Kotlin/dokka/releases) - [Commits](https://github.com/Kotlin/dokka/compare/v1.5.30...v1.5.31) --- updated-dependencies: - dependency-name: org.jetbrains.dokka:dokka-gradle-plugin dependency-type: direct:production update-type: version-update:semver-patch - dependency-name: org.jetbrains.dokka:dokka-base dependency-type: direct:production update-type: version-update:semver-patch ... Signed-off-by: dependabot[bot] Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com> Co-authored-by: Dmytro * Public release v1.6.15 (#266) * Version name & code rise * Update docs Co-authored-by: Dmytro Kos Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com> * Images patch 1 (#272) * Version name & code rise * Update docs * Update config.yml Co-authored-by: Dmytro Kos Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com> Co-authored-by: Dmytro Kos Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com> * Merge dev into master (#280) * Release/v1.6.13 to dev (#240) * Bump dokka_version from 1.5.0 to 1.5.30 (#242) Bumps `dokka_version` from 1.5.0 to 1.5.30. Updates `dokka-gradle-plugin` from 1.5.0 to 1.5.30 - [Release notes](https://github.com/Kotlin/dokka/releases) - [Commits](https://github.com/Kotlin/dokka/compare/v1.5.0...v1.5.30) Updates `dokka-base` from 1.5.0 to 1.5.30 - [Release notes](https://github.com/Kotlin/dokka/releases) - [Commits](https://github.com/Kotlin/dokka/compare/v1.5.0...v1.5.30) --- updated-dependencies: - dependency-name: org.jetbrains.dokka:dokka-gradle-plugin dependency-type: direct:production update-type: version-update:semver-patch - dependency-name: org.jetbrains.dokka:dokka-base dependency-type: direct:production update-type: version-update:semver-patch ... Signed-off-by: dependabot[bot] Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com> * Improve default validation (#243) * Update MIGRATING.md (#244) * Release v1.6.14 (#246) * Bump cardscan-ui from 2.1.0011 to 2.1.0012 (#249) Bumps [cardscan-ui](https://github.com/getbouncer/cardscan-android) from 2.1.0011 to 2.1.0012. - [Release notes](https://github.com/getbouncer/cardscan-android/releases) - [Changelog](https://github.com/getbouncer/cardscan-android/blob/master/CHANGELOG.md) - [Commits](https://github.com/getbouncer/cardscan-android/compare/2.1.0011...2.1.0012) --- updated-dependencies: - dependency-name: com.getbouncer:cardscan-ui dependency-type: direct:production update-type: version-update:semver-patch ... Signed-off-by: dependabot[bot] Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com> * Bump kotlin-gradle-plugin from 1.5.30 to 1.5.31 (#253) Bumps [kotlin-gradle-plugin](https://github.com/JetBrains/kotlin) from 1.5.30 to 1.5.31. - [Release notes](https://github.com/JetBrains/kotlin/releases) - [Changelog](https://github.com/JetBrains/kotlin/blob/v1.5.31/ChangeLog.md) - [Commits](https://github.com/JetBrains/kotlin/compare/v1.5.30...v1.5.31) --- updated-dependencies: - dependency-name: org.jetbrains.kotlin:kotlin-gradle-plugin dependency-type: direct:production update-type: version-update:semver-patch ... Signed-off-by: dependabot[bot] Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com> * Bump constraintlayout from 2.1.0 to 2.1.1 (#257) Bumps [constraintlayout](https://github.com/androidx/constraintlayout) from 2.1.0 to 2.1.1. - [Release notes](https://github.com/androidx/constraintlayout/releases) - [Commits](https://github.com/androidx/constraintlayout/commits) --- updated-dependencies: - dependency-name: androidx.constraintlayout:constraintlayout dependency-type: direct:production update-type: version-update:semver-patch ... Signed-off-by: dependabot[bot] Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com> * Improve validation logic, fix tests (#261) * Fix nullable return type (#260) * Bump okhttp from 4.9.1 to 4.9.2 (#258) Bumps [okhttp](https://github.com/square/okhttp) from 4.9.1 to 4.9.2. - [Release notes](https://github.com/square/okhttp/releases) - [Changelog](https://github.com/square/okhttp/blob/master/CHANGELOG.md) - [Commits](https://github.com/square/okhttp/compare/parent-4.9.1...parent-4.9.2) --- updated-dependencies: - dependency-name: com.squareup.okhttp3:okhttp dependency-type: direct:production update-type: version-update:semver-patch ... Signed-off-by: dependabot[bot] Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com> Co-authored-by: Dmytro * Bump dokka_version from 1.5.30 to 1.5.31 (#264) Bumps `dokka_version` from 1.5.30 to 1.5.31. Updates `dokka-gradle-plugin` from 1.5.30 to 1.5.31 - [Release notes](https://github.com/Kotlin/dokka/releases) - [Commits](https://github.com/Kotlin/dokka/compare/v1.5.30...v1.5.31) Updates `dokka-base` from 1.5.30 to 1.5.31 - [Release notes](https://github.com/Kotlin/dokka/releases) - [Commits](https://github.com/Kotlin/dokka/compare/v1.5.30...v1.5.31) --- updated-dependencies: - dependency-name: org.jetbrains.dokka:dokka-gradle-plugin dependency-type: direct:production update-type: version-update:semver-patch - dependency-name: org.jetbrains.dokka:dokka-base dependency-type: direct:production update-type: version-update:semver-patch ... Signed-off-by: dependabot[bot] Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com> Co-authored-by: Dmytro * Public release v1.6.15 (#266) * Version name & code rise * Update docs * Bump firebase-bom from 28.4.1 to 28.4.2 (#270) Bumps firebase-bom from 28.4.1 to 28.4.2. --- updated-dependencies: - dependency-name: com.google.firebase:firebase-bom dependency-type: direct:production update-type: version-update:semver-patch ... Signed-off-by: dependabot[bot] Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com> * Bump mockito_version from 3.12.4 to 4.0.0 (#271) Bumps `mockito_version` from 3.12.4 to 4.0.0. Updates `mockito-core` from 3.12.4 to 4.0.0 - [Release notes](https://github.com/mockito/mockito/releases) - [Commits](https://github.com/mockito/mockito/compare/v3.12.4...v4.0.0) Updates `mockito-inline` from 3.12.4 to 4.0.0 - [Release notes](https://github.com/mockito/mockito/releases) - [Commits](https://github.com/mockito/mockito/compare/v3.12.4...v4.0.0) --- updated-dependencies: - dependency-name: org.mockito:mockito-core dependency-type: direct:production update-type: version-update:semver-major - dependency-name: org.mockito:mockito-inline dependency-type: direct:production update-type: version-update:semver-major ... Signed-off-by: dependabot[bot] Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com> * Bump gradle from 7.0.2 to 7.0.3 (#273) Bumps gradle from 7.0.2 to 7.0.3. --- updated-dependencies: - dependency-name: com.android.tools.build:gradle dependency-type: direct:production update-type: version-update:semver-patch ... Signed-off-by: dependabot[bot] Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com> * Fix submit function response body (#274) * Public release v1.6.16 (#275) * Merge dev into master (#269) * Release/v1.6.13 to dev (#240) * Bump dokka_version from 1.5.0 to 1.5.30 (#242) Bumps `dokka_version` from 1.5.0 to 1.5.30. Updates `dokka-gradle-plugin` from 1.5.0 to 1.5.30 - [Release notes](https://github.com/Kotlin/dokka/releases) - [Commits](https://github.com/Kotlin/dokka/compare/v1.5.0...v1.5.30) Updates `dokka-base` from 1.5.0 to 1.5.30 - [Release notes](https://github.com/Kotlin/dokka/releases) - [Commits](https://github.com/Kotlin/dokka/compare/v1.5.0...v1.5.30) --- updated-dependencies: - dependency-name: org.jetbrains.dokka:dokka-gradle-plugin dependency-type: direct:production update-type: version-update:semver-patch - dependency-name: org.jetbrains.dokka:dokka-base dependency-type: direct:production update-type: version-update:semver-patch ... Signed-off-by: dependabot[bot] Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com> * Improve default validation (#243) * Update MIGRATING.md (#244) * Release v1.6.14 (#246) * Bump cardscan-ui from 2.1.0011 to 2.1.0012 (#249) Bumps [cardscan-ui](https://github.com/getbouncer/cardscan-android) from 2.1.0011 to 2.1.0012. - [Release notes](https://github.com/getbouncer/cardscan-android/releases) - [Changelog](https://github.com/getbouncer/cardscan-android/blob/master/CHANGELOG.md) - [Commits](https://github.com/getbouncer/cardscan-android/compare/2.1.0011...2.1.0012) --- updated-dependencies: - dependency-name: com.getbouncer:cardscan-ui dependency-type: direct:production update-type: version-update:semver-patch ... Signed-off-by: dependabot[bot] Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com> * Bump kotlin-gradle-plugin from 1.5.30 to 1.5.31 (#253) Bumps [kotlin-gradle-plugin](https://github.com/JetBrains/kotlin) from 1.5.30 to 1.5.31. - [Release notes](https://github.com/JetBrains/kotlin/releases) - [Changelog](https://github.com/JetBrains/kotlin/blob/v1.5.31/ChangeLog.md) - [Commits](https://github.com/JetBrains/kotlin/compare/v1.5.30...v1.5.31) --- updated-dependencies: - dependency-name: org.jetbrains.kotlin:kotlin-gradle-plugin dependency-type: direct:production update-type: version-update:semver-patch ... Signed-off-by: dependabot[bot] Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com> * Bump constraintlayout from 2.1.0 to 2.1.1 (#257) Bumps [constraintlayout](https://github.com/androidx/constraintlayout) from 2.1.0 to 2.1.1. - [Release notes](https://github.com/androidx/constraintlayout/releases) - [Commits](https://github.com/androidx/constraintlayout/commits) --- updated-dependencies: - dependency-name: androidx.constraintlayout:constraintlayout dependency-type: direct:production update-type: version-update:semver-patch ... Signed-off-by: dependabot[bot] Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com> * Improve validation logic, fix tests (#261) * Fix nullable return type (#260) * Bump okhttp from 4.9.1 to 4.9.2 (#258) Bumps [okhttp](https://github.com/square/okhttp) from 4.9.1 to 4.9.2. - [Release notes](https://github.com/square/okhttp/releases) - [Changelog](https://github.com/square/okhttp/blob/master/CHANGELOG.md) - [Commits](https://github.com/square/okhttp/compare/parent-4.9.1...parent-4.9.2) --- updated-dependencies: - dependency-name: com.squareup.okhttp3:okhttp dependency-type: direct:production update-type: version-update:semver-patch ... Signed-off-by: dependabot[bot] Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com> Co-authored-by: Dmytro * Bump dokka_version from 1.5.30 to 1.5.31 (#264) Bumps `dokka_version` from 1.5.30 to 1.5.31. Updates `dokka-gradle-plugin` from 1.5.30 to 1.5.31 - [Release notes](https://github.com/Kotlin/dokka/releases) - [Commits](https://github.com/Kotlin/dokka/compare/v1.5.30...v1.5.31) Updates `dokka-base` from 1.5.30 to 1.5.31 - [Release notes](https://github.com/Kotlin/dokka/releases) - [Commits](https://github.com/Kotlin/dokka/compare/v1.5.30...v1.5.31) --- updated-dependencies: - dependency-name: org.jetbrains.dokka:dokka-gradle-plugin dependency-type: direct:production update-type: version-update:semver-patch - dependency-name: org.jetbrains.dokka:dokka-base dependency-type: direct:production update-type: version-update:semver-patch ... Signed-off-by: dependabot[bot] Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com> Co-authored-by: Dmytro * Public release v1.6.15 (#266) * Version name & code rise * Update docs Co-authored-by: Dmytro Kos Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com> * Images patch 1 (#272) * Version name & code rise * Update docs * Update config.yml Co-authored-by: Dmytro Kos Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com> * Bump tensorflow-lite from 2.1.0011 to 2.1.0015 (#262) Bumps [tensorflow-lite](https://github.com/getbouncer/cardscan-android) from 2.1.0011 to 2.1.0015. - [Release notes](https://github.com/getbouncer/cardscan-android/releases) - [Changelog](https://github.com/getbouncer/cardscan-android/blob/master/CHANGELOG.md) - [Commits](https://github.com/getbouncer/cardscan-android/compare/2.1.0011...2.1.0015) --- updated-dependencies: - dependency-name: com.getbouncer:tensorflow-lite dependency-type: direct:production update-type: version-update:semver-patch ... Signed-off-by: dependabot[bot] Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com> Co-authored-by: dmytrodmytryshyn * Bump scan-payment-full from 2.1.0011 to 2.1.0015 (#265) Bumps [scan-payment-full](https://github.com/getbouncer/cardscan-android) from 2.1.0011 to 2.1.0015. - [Release notes](https://github.com/getbouncer/cardscan-android/releases) - [Changelog](https://github.com/getbouncer/cardscan-android/blob/master/CHANGELOG.md) - [Commits](https://github.com/getbouncer/cardscan-android/compare/2.1.0011...2.1.0015) --- updated-dependencies: - dependency-name: com.getbouncer:scan-payment-full dependency-type: direct:production update-type: version-update:semver-patch ... Signed-off-by: dependabot[bot] Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com> Co-authored-by: dmytrodmytryshyn * Bump cardscan-ui from 2.1.0012 to 2.1.0015 (#263) Bumps [cardscan-ui](https://github.com/getbouncer/cardscan-android) from 2.1.0012 to 2.1.0015. - [Release notes](https://github.com/getbouncer/cardscan-android/releases) - [Changelog](https://github.com/getbouncer/cardscan-android/blob/master/CHANGELOG.md) - [Commits](https://github.com/getbouncer/cardscan-android/compare/2.1.0012...2.1.0015) --- updated-dependencies: - dependency-name: com.getbouncer:cardscan-ui dependency-type: direct:production update-type: version-update:semver-patch ... Signed-off-by: dependabot[bot] Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com> Co-authored-by: dmytrodmytryshyn * Bump bouncer versions from 2.1.0015 -> 2.1.0016 (#279) * Bouncer adapter version name & code rise (#278) Co-authored-by: Dmytro Kos Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com> * Version name & code rise * Update docs Co-authored-by: Dmytro Kos Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com> * Bump firebase-bom from 29.0.0 to 29.0.1 (#302) Bumps firebase-bom from 29.0.0 to 29.0.1. --- updated-dependencies: - dependency-name: com.google.firebase:firebase-bom dependency-type: direct:production update-type: version-update:semver-patch ... Signed-off-by: dependabot[bot] Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com> * Bump robolectric from 4.7.2 to 4.7.3 (#303) Bumps [robolectric](https://github.com/robolectric/robolectric) from 4.7.2 to 4.7.3. - [Release notes](https://github.com/robolectric/robolectric/releases) - [Commits](https://github.com/robolectric/robolectric/compare/robolectric-4.7.2...robolectric-4.7.3) --- updated-dependencies: - dependency-name: org.robolectric:robolectric dependency-type: direct:production update-type: version-update:semver-patch ... Signed-off-by: dependabot[bot] Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com> * Bump json from 20210307 to 20211205 (#304) Bumps [json](https://github.com/douglascrockford/JSON-java) from 20210307 to 20211205. - [Release notes](https://github.com/douglascrockford/JSON-java/releases) - [Changelog](https://github.com/stleary/JSON-java/blob/master/docs/RELEASES.md) - [Commits](https://github.com/douglascrockford/JSON-java/commits) --- updated-dependencies: - dependency-name: org.json:json dependency-type: direct:production update-type: version-update:semver-major ... Signed-off-by: dependabot[bot] Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com> * Bump play-services-auth from 19.2.0 to 20.0.0 (#306) Bumps play-services-auth from 19.2.0 to 20.0.0. --- updated-dependencies: - dependency-name: com.google.android.gms:play-services-auth dependency-type: direct:production update-type: version-update:semver-major ... Signed-off-by: dependabot[bot] Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com> * Bump firebase-bom from 29.0.1 to 29.0.2 (#311) Bumps firebase-bom from 29.0.1 to 29.0.2. --- updated-dependencies: - dependency-name: com.google.firebase:firebase-bom dependency-type: direct:production update-type: version-update:semver-patch ... Signed-off-by: dependabot[bot] Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com> * Move google-services.json to ci (#307) * Remove google-services.json. Update ci config. Add test code for check file creation. * Remove tests code. * Fix TextInputFieldLayout.kt error restore after screen rotation (#312) * Bump kotlin-gradle-plugin from 1.6.0 to 1.6.10 (#313) Bumps [kotlin-gradle-plugin](https://github.com/JetBrains/kotlin) from 1.6.0 to 1.6.10. - [Release notes](https://github.com/JetBrains/kotlin/releases) - [Changelog](https://github.com/JetBrains/kotlin/blob/v1.6.10/ChangeLog.md) - [Commits](https://github.com/JetBrains/kotlin/compare/v1.6.0...v1.6.10) --- updated-dependencies: - dependency-name: org.jetbrains.kotlin:kotlin-gradle-plugin dependency-type: direct:production update-type: version-update:semver-patch ... Signed-off-by: dependabot[bot] Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com> * Bump gradle from 7.0.3 to 7.0.4 (#305) Bumps gradle from 7.0.3 to 7.0.4. --- updated-dependencies: - dependency-name: com.android.tools.build:gradle dependency-type: direct:production update-type: version-update:semver-patch ... Signed-off-by: dependabot[bot] Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com> * Merge public release v1.6.18 into dev (#315) * Merge public release 1.6.16 into master (#277) * Release/v1.6.13 to dev (#240) * Bump dokka_version from 1.5.0 to 1.5.30 (#242) Bumps `dokka_version` from 1.5.0 to 1.5.30. Updates `dokka-gradle-plugin` from 1.5.0 to 1.5.30 - [Release notes](https://github.com/Kotlin/dokka/releases) - [Commits](https://github.com/Kotlin/dokka/compare/v1.5.0...v1.5.30) Updates `dokka-base` from 1.5.0 to 1.5.30 - [Release notes](https://github.com/Kotlin/dokka/releases) - [Commits](https://github.com/Kotlin/dokka/compare/v1.5.0...v1.5.30) --- updated-dependencies: - dependency-name: org.jetbrains.dokka:dokka-gradle-plugin dependency-type: direct:production update-type: version-update:semver-patch - dependency-name: org.jetbrains.dokka:dokka-base dependency-type: direct:production update-type: version-update:semver-patch ... Signed-off-by: dependabot[bot] Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com> * Improve default validation (#243) * Update MIGRATING.md (#244) * Release v1.6.14 (#246) * Bump cardscan-ui from 2.1.0011 to 2.1.0012 (#249) Bumps [cardscan-ui](https://github.com/getbouncer/cardscan-android) from 2.1.0011 to 2.1.0012. - [Release notes](https://github.com/getbouncer/cardscan-android/releases) - [Changelog](https://github.com/getbouncer/cardscan-android/blob/master/CHANGELOG.md) - [Commits](https://github.com/getbouncer/cardscan-android/compare/2.1.0011...2.1.0012) --- updated-dependencies: - dependency-name: com.getbouncer:cardscan-ui dependency-type: direct:production update-type: version-update:semver-patch ... Signed-off-by: dependabot[bot] Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com> * Bump kotlin-gradle-plugin from 1.5.30 to 1.5.31 (#253) Bumps [kotlin-gradle-plugin](https://github.com/JetBrains/kotlin) from 1.5.30 to 1.5.31. - [Release notes](https://github.com/JetBrains/kotlin/releases) - [Changelog](https://github.com/JetBrains/kotlin/blob/v1.5.31/ChangeLog.md) - [Commits](https://github.com/JetBrains/kotlin/compare/v1.5.30...v1.5.31) --- updated-dependencies: - dependency-name: org.jetbrains.kotlin:kotlin-gradle-plugin dependency-type: direct:production update-type: version-update:semver-patch ... Signed-off-by: dependabot[bot] Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com> * Bump constraintlayout from 2.1.0 to 2.1.1 (#257) Bumps [constraintlayout](https://github.com/androidx/constraintlayout) from 2.1.0 to 2.1.1. - [Release notes](https://github.com/androidx/constraintlayout/releases) - [Commits](https://github.com/androidx/constraintlayout/commits) --- updated-dependencies: - dependency-name: androidx.constraintlayout:constraintlayout dependency-type: direct:production update-type: version-update:semver-patch ... Signed-off-by: dependabot[bot] Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com> * Improve validation logic, fix tests (#261) * Fix nullable return type (#260) * Bump okhttp from 4.9.1 to 4.9.2 (#258) Bumps [okhttp](https://github.com/square/okhttp) from 4.9.1 to 4.9.2. - [Release notes](https://github.com/square/okhttp/releases) - [Changelog](https://github.com/square/okhttp/blob/master/CHANGELOG.md) - [Commits](https://github.com/square/okhttp/compare/parent-4.9.1...parent-4.9.2) --- updated-dependencies: - dependency-name: com.squareup.okhttp3:okhttp dependency-type: direct:production update-type: version-update:semver-patch ... Signed-off-by: dependabot[bot] Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com> Co-authored-by: Dmytro * Bump dokka_version from 1.5.30 to 1.5.31 (#264) Bumps `dokka_version` from 1.5.30 to 1.5.31. Updates `dokka-gradle-plugin` from 1.5.30 to 1.5.31 - [Release notes](https://github.com/Kotlin/dokka/releases) - [Commits](https://github.com/Kotlin/dokka/compare/v1.5.30...v1.5.31) Updates `dokka-base` from 1.5.30 to 1.5.31 - [Release notes](https://github.com/Kotlin/dokka/releases) - [Commits](https://github.com/Kotlin/dokka/compare/v1.5.30...v1.5.31) --- updated-dependencies: - dependency-name: org.jetbrains.dokka:dokka-gradle-plugin dependency-type: direct:production update-type: version-update:semver-patch - dependency-name: org.jetbrains.dokka:dokka-base dependency-type: direct:production update-type: version-update:semver-patch ... Signed-off-by: dependabot[bot] Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com> Co-authored-by: Dmytro * Public release v1.6.15 (#266) * Version name & code rise * Update docs * Bump firebase-bom from 28.4.1 to 28.4.2 (#270) Bumps firebase-bom from 28.4.1 to 28.4.2. --- updated-dependencies: - dependency-name: com.google.firebase:firebase-bom dependency-type: direct:production update-type: version-update:semver-patch ... Signed-off-by: dependabot[bot] Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com> * Bump mockito_version from 3.12.4 to 4.0.0 (#271) Bumps `mockito_version` from 3.12.4 to 4.0.0. Updates `mockito-core` from 3.12.4 to 4.0.0 - [Release notes](https://github.com/mockito/mockito/releases) - [Commits](https://github.com/mockito/mockito/compare/v3.12.4...v4.0.0) Updates `mockito-inline` from 3.12.4 to 4.0.0 - [Release notes](https://github.com/mockito/mockito/releases) - [Commits](https://github.com/mockito/mockito/compare/v3.12.4...v4.0.0) --- updated-dependencies: - dependency-name: org.mockito:mockito-core dependency-type: direct:production update-type: version-update:semver-major - dependency-name: org.mockito:mockito-inline dependency-type: direct:production update-type: version-update:semver-major ... Signed-off-by: dependabot[bot] Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com> * Bump gradle from 7.0.2 to 7.0.3 (#273) Bumps gradle from 7.0.2 to 7.0.3. --- updated-dependencies: - dependency-name: com.android.tools.build:gradle dependency-type: direct:production update-type: version-update:semver-patch ... Signed-off-by: dependabot[bot] Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com> * Fix submit function response body (#274) * Public release v1.6.16 (#275) * Merge dev into master (#269) * Release/v1.6.13 to dev (#240) * Bump dokka_version from 1.5.0 to 1.5.30 (#242) Bumps `dokka_version` from 1.5.0 to 1.5.30. Updates `dokka-gradle-plugin` from 1.5.0 to 1.5.30 - [Release notes](https://github.com/Kotlin/dokka/releases) - [Commits](https://github.com/Kotlin/dokka/compare/v1.5.0...v1.5.30) Updates `dokka-base` from 1.5.0 to 1.5.30 - [Release notes](https://github.com/Kotlin/dokka/releases) - [Commits](https://github.com/Kotlin/dokka/compare/v1.5.0...v1.5.30) --- updated-dependencies: - dependency-name: org.jetbrains.dokka:dokka-gradle-plugin dependency-type: direct:production update-type: version-update:semver-patch - dependency-name: org.jetbrains.dokka:dokka-base dependency-type: direct:production update-type: version-update:semver-patch ... Signed-off-by: dependabot[bot] Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com> * Improve default validation (#243) * Update MIGRATING.md (#244) * Release v1.6.14 (#246) * Bump cardscan-ui from 2.1.0011 to 2.1.0012 (#249) Bumps [cardscan-ui](https://github.com/getbouncer/cardscan-android) from 2.1.0011 to 2.1.0012. - [Release notes](https://github.com/getbouncer/cardscan-android/releases) - [Changelog](https://github.com/getbouncer/cardscan-android/blob/master/CHANGELOG.md) - [Commits](https://github.com/getbouncer/cardscan-android/compare/2.1.0011...2.1.0012) --- updated-dependencies: - dependency-name: com.getbouncer:cardscan-ui dependency-type: direct:production update-type: version-update:semver-patch ... Signed-off-by: dependabot[bot] Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com> * Bump kotlin-gradle-plugin from 1.5.30 to 1.5.31 (#253) Bumps [kotlin-gradle-plugin](https://github.com/JetBrains/kotlin) from 1.5.30 to 1.5.31. - [Release notes](https://github.com/JetBrains/kotlin/releases) - [Changelog](https://github.com/JetBrains/kotlin/blob/v1.5.31/ChangeLog.md) - [Commits](https://github.com/JetBrains/kotlin/compare/v1.5.30...v1.5.31) --- updated-dependencies: - dependency-name: org.jetbrains.kotlin:kotlin-gradle-plugin dependency-type: direct:production update-type: version-update:semver-patch ... Signed-off-by: dependabot[bot] Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com> * Bump constraintlayout from 2.1.0 to 2.1.1 (#257) Bumps [constraintlayout](https://github.com/androidx/constraintlayout) from 2.1.0 to 2.1.1. - [Release notes](https://github.com/androidx/constraintlayout/releases) - [Commits](https://github.com/androidx/constraintlayout/commits) --- updated-dependencies: - dependency-name: androidx.constraintlayout:constraintlayout dependency-type: direct:production update-type: version-update:semver-patch ... Signed-off-by: dependabot[bot] Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com> * Improve validation logic, fix tests (#261) * Fix nullable return type (#260) * Bump okhttp from 4.9.1 to 4.9.2 (#258) Bumps [okhttp](https://github.com/square/okhttp) from 4.9.1 to 4.9.2. - [Release notes](https://github.com/square/okhttp/releases) - [Changelog](https://github.com/square/okhttp/blob/master/CHANGELOG.md) - [Commits](https://github.com/square/okhttp/compare/parent-4.9.1...parent-4.9.2) --- updated-dependencies: - dependency-name: com.squareup.okhttp3:okhttp dependency-type: direct:production update-type: version-update:semver-patch ... Signed-off-by: dependabot[bot] Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com> Co-authored-by: Dmytro * Bump dokka_version from 1.5.30 to 1.5.31 (#264) Bumps `dokka_version` from 1.5.30 to 1.5.31. Updates `dokka-gradle-plugin` from 1.5.30 to 1.5.31 - [Release notes](https://github.com/Kotlin/dokka/releases) - [Commits](https://github.com/Kotlin/dokka/compare/v1.5.30...v1.5.31) Updates `dokka-base` from 1.5.30 to 1.5.31 - [Release notes](https://github.com/Kotlin/dokka/releases) - [Commits](https://github.com/Kotlin/dokka/compare/v1.5.30...v1.5.31) --- updated-dependencies: - dependency-name: org.jetbrains.dokka:dokka-gradle-plugin dependency-type: direct:production update-type: version-update:semver-patch - dependency-name: org.jetbrains.dokka:dokka-base dependency-type: direct:production update-type: version-update:semver-patch ... Signed-off-by: dependabot[bot] Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com> Co-authored-by: Dmytro * Public release v1.6.15 (#266) * Version name & code rise * Update docs Co-authored-by: Dmytro Kos Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com> * Images patch 1 (#272) * Version name & code rise * Update docs * Update config.yml Co-authored-by: Dmytro Kos Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com> Co-authored-by: Dmytro Kos Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com> * Merge dev into master (#280) * Release/v1.6.13 to dev (#240) * Bump dokka_version from 1.5.0 to 1.5.30 (#242) Bumps `dokka_version` from 1.5.0 to 1.5.30. Updates `dokka-gradle-plugin` from 1.5.0 to 1.5.30 - [Release notes](https://github.com/Kotlin/dokka/releases) - [Commits](http… * Update `adapter-blinkcard` README.md (#496) * Merge dev into master (#405) * Release/v1.6.13 to dev (#240) * Bump dokka_version from 1.5.0 to 1.5.30 (#242) Bumps `dokka_version` from 1.5.0 to 1.5.30. Updates `dokka-gradle-plugin` from 1.5.0 to 1.5.30 - [Release notes](https://github.com/Kotlin/dokka/releases) - [Commits](https://github.com/Kotlin/dokka/compare/v1.5.0...v1.5.30) Updates `dokka-base` from 1.5.0 to 1.5.30 - [Release notes](https://github.com/Kotlin/dokka/releases) - [Commits](https://github.com/Kotlin/dokka/compare/v1.5.0...v1.5.30) --- updated-dependencies: - dependency-name: org.jetbrains.dokka:dokka-gradle-plugin dependency-type: direct:production update-type: version-update:semver-patch - dependency-name: org.jetbrains.dokka:dokka-base dependency-type: direct:production update-type: version-update:semver-patch ... Signed-off-by: dependabot[bot] Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com> * Improve default validation (#243) * Update MIGRATING.md (#244) * Release v1.6.14 (#246) * Bump cardscan-ui from 2.1.0011 to 2.1.0012 (#249) Bumps [cardscan-ui](https://github.com/getbouncer/cardscan-android) from 2.1.0011 to 2.1.0012. - [Release notes](https://github.com/getbouncer/cardscan-android/releases) - [Changelog](https://github.com/getbouncer/cardscan-android/blob/master/CHANGELOG.md) - [Commits](https://github.com/getbouncer/cardscan-android/compare/2.1.0011...2.1.0012) --- updated-dependencies: - dependency-name: com.getbouncer:cardscan-ui dependency-type: direct:production update-type: version-update:semver-patch ... Signed-off-by: dependabot[bot] Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com> * Bump kotlin-gradle-plugin from 1.5.30 to 1.5.31 (#253) Bumps [kotlin-gradle-plugin](https://github.com/JetBrains/kotlin) from 1.5.30 to 1.5.31. - [Release notes](https://github.com/JetBrains/kotlin/releases) - [Changelog](https://github.com/JetBrains/kotlin/blob/v1.5.31/ChangeLog.md) - [Commits](https://github.com/JetBrains/kotlin/compare/v1.5.30...v1.5.31) --- updated-dependencies: - dependency-name: org.jetbrains.kotlin:kotlin-gradle-plugin dependency-type: direct:production update-type: version-update:semver-patch ... Signed-off-by: dependabot[bot] Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com> * Bump constraintlayout from 2.1.0 to 2.1.1 (#257) Bumps [constraintlayout](https://github.com/androidx/constraintlayout) from 2.1.0 to 2.1.1. - [Release notes](https://github.com/androidx/constraintlayout/releases) - [Commits](https://github.com/androidx/constraintlayout/commits) --- updated-dependencies: - dependency-name: androidx.constraintlayout:constraintlayout dependency-type: direct:production update-type: version-update:semver-patch ... Signed-off-by: dependabot[bot] Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com> * Improve validation logic, fix tests (#261) * Fix nullable return type (#260) * Bump okhttp from 4.9.1 to 4.9.2 (#258) Bumps [okhttp](https://github.com/square/okhttp) from 4.9.1 to 4.9.2. - [Release notes](https://github.com/square/okhttp/releases) - [Changelog](https://github.com/square/okhttp/blob/master/CHANGELOG.md) - [Commits](https://github.com/square/okhttp/compare/parent-4.9.1...parent-4.9.2) --- updated-dependencies: - dependency-name: com.squareup.okhttp3:okhttp dependency-type: direct:production update-type: version-update:semver-patch ... Signed-off-by: dependabot[bot] Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com> Co-authored-by: Dmytro * Bump dokka_version from 1.5.30 to 1.5.31 (#264) Bumps `dokka_version` from 1.5.30 to 1.5.31. Updates `dokka-gradle-plugin` from 1.5.30 to 1.5.31 - [Release notes](https://github.com/Kotlin/dokka/releases) - [Commits](https://github.com/Kotlin/dokka/compare/v1.5.30...v1.5.31) Updates `dokka-base` from 1.5.30 to 1.5.31 - [Release notes](https://github.com/Kotlin/dokka/releases) - [Commits](https://github.com/Kotlin/dokka/compare/v1.5.30...v1.5.31) --- updated-dependencies: - dependency-name: org.jetbrains.dokka:dokka-gradle-plugin dependency-type: direct:production update-type: version-update:semver-patch - dependency-name: org.jetbrains.dokka:dokka-base dependency-type: direct:production update-type: version-update:semver-patch ... Signed-off-by: dependabot[bot] Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com> Co-authored-by: Dmytro * Public release v1.6.15 (#266) * Version name & code rise * Update docs * Bump firebase-bom from 28.4.1 to 28.4.2 (#270) Bumps firebase-bom from 28.4.1 to 28.4.2. --- updated-dependencies: - dependency-name: com.google.firebase:firebase-bom dependency-type: direct:production update-type: version-update:semver-patch ... Signed-off-by: dependabot[bot] Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com> * Bump mockito_version from 3.12.4 to 4.0.0 (#271) Bumps `mockito_version` from 3.12.4 to 4.0.0. Updates `mockito-core` from 3.12.4 to 4.0.0 - [Release notes](https://github.com/mockito/mockito/releases) - [Commits](https://github.com/mockito/mockito/compare/v3.12.4...v4.0.0) Updates `mockito-inline` from 3.12.4 to 4.0.0 - [Release notes](https://github.com/mockito/mockito/releases) - [Commits](https://github.com/mockito/mockito/compare/v3.12.4...v4.0.0) --- updated-dependencies: - dependency-name: org.mockito:mockito-core dependency-type: direct:production update-type: version-update:semver-major - dependency-name: org.mockito:mockito-inline dependency-type: direct:production update-type: version-update:semver-major ... Signed-off-by: dependabot[bot] Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com> * Bump gradle from 7.0.2 to 7.0.3 (#273) Bumps gradle from 7.0.2 to 7.0.3. --- updated-dependencies: - dependency-name: com.android.tools.build:gradle dependency-type: direct:production update-type: version-update:semver-patch ... Signed-off-by: dependabot[bot] Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com> * Fix submit function response body (#274) * Public release v1.6.16 (#275) * Merge dev into master (#269) * Release/v1.6.13 to dev (#240) * Bump dokka_version from 1.5.0 to 1.5.30 (#242) Bumps `dokka_version` from 1.5.0 to 1.5.30. Updates `dokka-gradle-plugin` from 1.5.0 to 1.5.30 - [Release notes](https://github.com/Kotlin/dokka/releases) - [Commits](https://github.com/Kotlin/dokka/compare/v1.5.0...v1.5.30) Updates `dokka-base` from 1.5.0 to 1.5.30 - [Release notes](https://github.com/Kotlin/dokka/releases) - [Commits](https://github.com/Kotlin/dokka/compare/v1.5.0...v1.5.30) --- updated-dependencies: - dependency-name: org.jetbrains.dokka:dokka-gradle-plugin dependency-type: direct:production update-type: version-update:semver-patch - dependency-name: org.jetbrains.dokka:dokka-base dependency-type: direct:production update-type: version-update:semver-patch ... Signed-off-by: dependabot[bot] Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com> * Improve default validation (#243) * Update MIGRATING.md (#244) * Release v1.6.14 (#246) * Bump cardscan-ui from 2.1.0011 to 2.1.0012 (#249) Bumps [cardscan-ui](https://github.com/getbouncer/cardscan-android) from 2.1.0011 to 2.1.0012. - [Release notes](https://github.com/getbouncer/cardscan-android/releases) - [Changelog](https://github.com/getbouncer/cardscan-android/blob/master/CHANGELOG.md) - [Commits](https://github.com/getbouncer/cardscan-android/compare/2.1.0011...2.1.0012) --- updated-dependencies: - dependency-name: com.getbouncer:cardscan-ui dependency-type: direct:production update-type: version-update:semver-patch ... Signed-off-by: dependabot[bot] Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com> * Bump kotlin-gradle-plugin from 1.5.30 to 1.5.31 (#253) Bumps [kotlin-gradle-plugin](https://github.com/JetBrains/kotlin) from 1.5.30 to 1.5.31. - [Release notes](https://github.com/JetBrains/kotlin/releases) - [Changelog](https://github.com/JetBrains/kotlin/blob/v1.5.31/ChangeLog.md) - [Commits](https://github.com/JetBrains/kotlin/compare/v1.5.30...v1.5.31) --- updated-dependencies: - dependency-name: org.jetbrains.kotlin:kotlin-gradle-plugin dependency-type: direct:production update-type: version-update:semver-patch ... Signed-off-by: dependabot[bot] Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com> * Bump constraintlayout from 2.1.0 to 2.1.1 (#257) Bumps [constraintlayout](https://github.com/androidx/constraintlayout) from 2.1.0 to 2.1.1. - [Release notes](https://github.com/androidx/constraintlayout/releases) - [Commits](https://github.com/androidx/constraintlayout/commits) --- updated-dependencies: - dependency-name: androidx.constraintlayout:constraintlayout dependency-type: direct:production update-type: version-update:semver-patch ... Signed-off-by: dependabot[bot] Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com> * Improve validation logic, fix tests (#261) * Fix nullable return type (#260) * Bump okhttp from 4.9.1 to 4.9.2 (#258) Bumps [okhttp](https://github.com/square/okhttp) from 4.9.1 to 4.9.2. - [Release notes](https://github.com/square/okhttp/releases) - [Changelog](https://github.com/square/okhttp/blob/master/CHANGELOG.md) - [Commits](https://github.com/square/okhttp/compare/parent-4.9.1...parent-4.9.2) --- updated-dependencies: - dependency-name: com.squareup.okhttp3:okhttp dependency-type: direct:production update-type: version-update:semver-patch ... Signed-off-by: dependabot[bot] Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com> Co-authored-by: Dmytro * Bump dokka_version from 1.5.30 to 1.5.31 (#264) Bumps `dokka_version` from 1.5.30 to 1.5.31. Updates `dokka-gradle-plugin` from 1.5.30 to 1.5.31 - [Release notes](https://github.com/Kotlin/dokka/releases) - [Commits](https://github.com/Kotlin/dokka/compare/v1.5.30...v1.5.31) Updates `dokka-base` from 1.5.30 to 1.5.31 - [Release notes](https://github.com/Kotlin/dokka/releases) - [Commits](https://github.com/Kotlin/dokka/compare/v1.5.30...v1.5.31) --- updated-dependencies: - dependency-name: org.jetbrains.dokka:dokka-gradle-plugin dependency-type: direct:production update-type: version-update:semver-patch - dependency-name: org.jetbrains.dokka:dokka-base dependency-type: direct:production update-type: version-update:semver-patch ... Signed-off-by: dependabot[bot] Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com> Co-authored-by: Dmytro * Public release v1.6.15 (#266) * Version name & code rise * Update docs Co-authored-by: Dmytro Kos Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com> * Images patch 1 (#272) * Version name & code rise * Update docs * Update config.yml Co-authored-by: Dmytro Kos Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com> * Bump tensorflow-lite from 2.1.0011 to 2.1.0015 (#262) Bumps [tensorflow-lite](https://github.com/getbouncer/cardscan-android) from 2.1.0011 to 2.1.0015. - [Release notes](https://github.com/getbouncer/cardscan-android/releases) - [Changelog](https://github.com/getbouncer/cardscan-android/blob/master/CHANGELOG.md) - [Commits](https://github.com/getbouncer/cardscan-android/compare/2.1.0011...2.1.0015) --- updated-dependencies: - dependency-name: com.getbouncer:tensorflow-lite dependency-type: direct:production update-type: version-update:semver-patch ... Signed-off-by: dependabot[bot] Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com> Co-authored-by: dmytrodmytryshyn * Bump scan-payment-full from 2.1.0011 to 2.1.0015 (#265) Bumps [scan-payment-full](https://github.com/getbouncer/cardscan-android) from 2.1.0011 to 2.1.0015. - [Release notes](https://github.com/getbouncer/cardscan-android/releases) - [Changelog](https://github.com/getbouncer/cardscan-android/blob/master/CHANGELOG.md) - [Commits](https://github.com/getbouncer/cardscan-android/compare/2.1.0011...2.1.0015) --- updated-dependencies: - dependency-name: com.getbouncer:scan-payment-full dependency-type: direct:production update-type: version-update:semver-patch ... Signed-off-by: dependabot[bot] Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com> Co-authored-by: dmytrodmytryshyn * Bump cardscan-ui from 2.1.0012 to 2.1.0015 (#263) Bumps [cardscan-ui](https://github.com/getbouncer/cardscan-android) from 2.1.0012 to 2.1.0015. - [Release notes](https://github.com/getbouncer/cardscan-android/releases) - [Changelog](https://github.com/getbouncer/cardscan-android/blob/master/CHANGELOG.md) - [Commits](https://github.com/getbouncer/cardscan-android/compare/2.1.0012...2.1.0015) --- updated-dependencies: - dependency-name: com.getbouncer:cardscan-ui dependency-type: direct:production update-type: version-update:semver-patch ... Signed-off-by: dependabot[bot] Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com> Co-authored-by: dmytrodmytryshyn * Bump bouncer versions from 2.1.0015 -> 2.1.0016 (#279) * Bouncer adapter version name & code rise (#278) * Bump core-ktx from 1.6.0 to 1.7.0 (#285) * Bump core-ktx from 1.6.0 to 1.7.0 Bumps core-ktx from 1.6.0 to 1.7.0. --- updated-dependencies: - dependency-name: androidx.core:core-ktx dependency-type: direct:production update-type: version-update:semver-minor ... Signed-off-by: dependabot[bot] * update compileSdkVersion * update cursor.getString Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com> Co-authored-by: Dmytro * Bump firebase-bom from 28.4.2 to 29.0.0 (#286) Bumps firebase-bom from 28.4.2 to 29.0.0. --- updated-dependencies: - dependency-name: com.google.firebase:firebase-bom dependency-type: direct:production update-type: version-update:semver-major ... Signed-off-by: dependabot[bot] Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com> * Bump robolectric from 4.6.1 to 4.7 (#287) Bumps [robolectric](https://github.com/robolectric/robolectric) from 4.6.1 to 4.7. - [Release notes](https://github.com/robolectric/robolectric/releases) - [Commits](https://github.com/robolectric/robolectric/compare/robolectric-4.6.1...robolectric-4.7) --- updated-dependencies: - dependency-name: org.robolectric:robolectric dependency-type: direct:production update-type: version-update:semver-minor ... Signed-off-by: dependabot[bot] Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com> * Bump kotlin-gradle-plugin from 1.5.31 to 1.6.0 (#288) Bumps [kotlin-gradle-plugin](https://github.com/JetBrains/kotlin) from 1.5.31 to 1.6.0. - [Release notes](https://github.com/JetBrains/kotlin/releases) - [Changelog](https://github.com/JetBrains/kotlin/blob/master/ChangeLog.md) - [Commits](https://github.com/JetBrains/kotlin/commits) --- updated-dependencies: - dependency-name: org.jetbrains.kotlin:kotlin-gradle-plugin dependency-type: direct:production update-type: version-update:semver-minor ... Signed-off-by: dependabot[bot] Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com> * add max Length (#289) * Bump mockk from 1.12.0 to 1.12.1 (#290) Bumps [mockk](https://github.com/mockk/mockk) from 1.12.0 to 1.12.1. - [Release notes](https://github.com/mockk/mockk/releases) - [Commits](https://github.com/mockk/mockk/compare/v1.12.0...1.12.1) --- updated-dependencies: - dependency-name: io.mockk:mockk dependency-type: direct:production update-type: version-update:semver-patch ... Signed-off-by: dependabot[bot] Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com> * Bump appcompat from 1.3.1 to 1.4.0 (#291) Bumps appcompat from 1.3.1 to 1.4.0. --- updated-dependencies: - dependency-name: androidx.appcompat:appcompat dependency-type: direct:production update-type: version-update:semver-minor ... Signed-off-by: dependabot[bot] Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com> * Bump robolectric from 4.7 to 4.7.1 (#292) Bumps [robolectric](https://github.com/robolectric/robolectric) from 4.7 to 4.7.1. - [Release notes](https://github.com/robolectric/robolectric/releases) - [Commits](https://github.com/robolectric/robolectric/compare/robolectric-4.7...robolectric-4.7.1) --- updated-dependencies: - dependency-name: org.robolectric:robolectric dependency-type: direct:production update-type: version-update:semver-patch ... Signed-off-by: dependabot[bot] Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com> * Bump constraintlayout from 2.1.1 to 2.1.2 (#293) Bumps [constraintlayout](https://github.com/androidx/constraintlayout) from 2.1.1 to 2.1.2. - [Release notes](https://github.com/androidx/constraintlayout/releases) - [Commits](https://github.com/androidx/constraintlayout/commits) --- updated-dependencies: - dependency-name: androidx.constraintlayout:constraintlayout dependency-type: direct:production update-type: version-update:semver-patch ... Signed-off-by: dependabot[bot] Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com> * Bump okhttp from 4.9.2 to 4.9.3 (#294) Bumps [okhttp](https://github.com/square/okhttp) from 4.9.2 to 4.9.3. - [Release notes](https://github.com/square/okhttp/releases) - [Changelog](https://github.com/square/okhttp/blob/master/CHANGELOG.md) - [Commits](https://github.com/square/okhttp/compare/parent-4.9.2...parent-4.9.3) --- updated-dependencies: - dependency-name: com.squareup.okhttp3:okhttp dependency-type: direct:production update-type: version-update:semver-patch ... Signed-off-by: dependabot[bot] Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com> * Bump mockito_version from 4.0.0 to 4.1.0 (#295) Bumps `mockito_version` from 4.0.0 to 4.1.0. Updates `mockito-core` from 4.0.0 to 4.1.0 - [Release notes](https://github.com/mockito/mockito/releases) - [Commits](https://github.com/mockito/mockito/compare/v4.0.0...v4.1.0) Updates `mockito-inline` from 4.0.0 to 4.1.0 - [Release notes](https://github.com/mockito/mockito/releases) - [Commits](https://github.com/mockito/mockito/compare/v4.0.0...v4.1.0) --- updated-dependencies: - dependency-name: org.mockito:mockito-core dependency-type: direct:production update-type: version-update:semver-minor - dependency-name: org.mockito:mockito-inline dependency-type: direct:production update-type: version-update:semver-minor ... Signed-off-by: dependabot[bot] Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com> * Bump robolectric from 4.7.1 to 4.7.2 (#296) Bumps [robolectric](https://github.com/robolectric/robolectric) from 4.7.1 to 4.7.2. - [Release notes](https://github.com/robolectric/robolectric/releases) - [Commits](https://github.com/robolectric/robolectric/compare/robolectric-4.7.1...robolectric-4.7.2) --- updated-dependencies: - dependency-name: org.robolectric:robolectric dependency-type: direct:production update-type: version-update:semver-patch ... Signed-off-by: dependabot[bot] Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com> * Bump dokka_version from 1.5.31 to 1.6.0 (#297) Bumps `dokka_version` from 1.5.31 to 1.6.0. Updates `dokka-gradle-plugin` from 1.5.31 to 1.6.0 - [Release notes](https://github.com/Kotlin/dokka/releases) - [Commits](https://github.com/Kotlin/dokka/compare/v1.5.31...v1.6.0) Updates `dokka-base` from 1.5.31 to 1.6.0 - [Release notes](https://github.com/Kotlin/dokka/releases) - [Commits](https://github.com/Kotlin/dokka/compare/v1.5.31...v1.6.0) --- updated-dependencies: - dependency-name: org.jetbrains.dokka:dokka-gradle-plugin dependency-type: direct:production update-type: version-update:semver-minor - dependency-name: org.jetbrains.dokka:dokka-base dependency-type: direct:production update-type: version-update:semver-minor ... Signed-off-by: dependabot[bot] Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com> * Merge public release v1.16.17 into development (#299) * Merge public release 1.6.16 into master (#277) * Release/v1.6.13 to dev (#240) * Bump dokka_version from 1.5.0 to 1.5.30 (#242) Bumps `dokka_version` from 1.5.0 to 1.5.30. Updates `dokka-gradle-plugin` from 1.5.0 to 1.5.30 - [Release notes](https://github.com/Kotlin/dokka/releases) - [Commits](https://github.com/Kotlin/dokka/compare/v1.5.0...v1.5.30) Updates `dokka-base` from 1.5.0 to 1.5.30 - [Release notes](https://github.com/Kotlin/dokka/releases) - [Commits](https://github.com/Kotlin/dokka/compare/v1.5.0...v1.5.30) --- updated-dependencies: - dependency-name: org.jetbrains.dokka:dokka-gradle-plugin dependency-type: direct:production update-type: version-update:semver-patch - dependency-name: org.jetbrains.dokka:dokka-base dependency-type: direct:production update-type: version-update:semver-patch ... Signed-off-by: dependabot[bot] Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com> * Improve default validation (#243) * Update MIGRATING.md (#244) * Release v1.6.14 (#246) * Bump cardscan-ui from 2.1.0011 to 2.1.0012 (#249) Bumps [cardscan-ui](https://github.com/getbouncer/cardscan-android) from 2.1.0011 to 2.1.0012. - [Release notes](https://github.com/getbouncer/cardscan-android/releases) - [Changelog](https://github.com/getbouncer/cardscan-android/blob/master/CHANGELOG.md) - [Commits](https://github.com/getbouncer/cardscan-android/compare/2.1.0011...2.1.0012) --- updated-dependencies: - dependency-name: com.getbouncer:cardscan-ui dependency-type: direct:production update-type: version-update:semver-patch ... Signed-off-by: dependabot[bot] Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com> * Bump kotlin-gradle-plugin from 1.5.30 to 1.5.31 (#253) Bumps [kotlin-gradle-plugin](https://github.com/JetBrains/kotlin) from 1.5.30 to 1.5.31. - [Release notes](https://github.com/JetBrains/kotlin/releases) - [Changelog](https://github.com/JetBrains/kotlin/blob/v1.5.31/ChangeLog.md) - [Commits](https://github.com/JetBrains/kotlin/compare/v1.5.30...v1.5.31) --- updated-dependencies: - dependency-name: org.jetbrains.kotlin:kotlin-gradle-plugin dependency-type: direct:production update-type: version-update:semver-patch ... Signed-off-by: dependabot[bot] Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com> * Bump constraintlayout from 2.1.0 to 2.1.1 (#257) Bumps [constraintlayout](https://github.com/androidx/constraintlayout) from 2.1.0 to 2.1.1. - [Release notes](https://github.com/androidx/constraintlayout/releases) - [Commits](https://github.com/androidx/constraintlayout/commits) --- updated-dependencies: - dependency-name: androidx.constraintlayout:constraintlayout dependency-type: direct:production update-type: version-update:semver-patch ... Signed-off-by: dependabot[bot] Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com> * Improve validation logic, fix tests (#261) * Fix nullable return type (#260) * Bump okhttp from 4.9.1 to 4.9.2 (#258) Bumps [okhttp](https://github.com/square/okhttp) from 4.9.1 to 4.9.2. - [Release notes](https://github.com/square/okhttp/releases) - [Changelog](https://github.com/square/okhttp/blob/master/CHANGELOG.md) - [Commits](https://github.com/square/okhttp/compare/parent-4.9.1...parent-4.9.2) --- updated-dependencies: - dependency-name: com.squareup.okhttp3:okhttp dependency-type: direct:production update-type: version-update:semver-patch ... Signed-off-by: dependabot[bot] Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com> Co-authored-by: Dmytro * Bump dokka_version from 1.5.30 to 1.5.31 (#264) Bumps `dokka_version` from 1.5.30 to 1.5.31. Updates `dokka-gradle-plugin` from 1.5.30 to 1.5.31 - [Release notes](https://github.com/Kotlin/dokka/releases) - [Commits](https://github.com/Kotlin/dokka/compare/v1.5.30...v1.5.31) Updates `dokka-base` from 1.5.30 to 1.5.31 - [Release notes](https://github.com/Kotlin/dokka/releases) - [Commits](https://github.com/Kotlin/dokka/compare/v1.5.30...v1.5.31) --- updated-dependencies: - dependency-name: org.jetbrains.dokka:dokka-gradle-plugin dependency-type: direct:production update-type: version-update:semver-patch - dependency-name: org.jetbrains.dokka:dokka-base dependency-type: direct:production update-type: version-update:semver-patch ... Signed-off-by: dependabot[bot] Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com> Co-authored-by: Dmytro * Public release v1.6.15 (#266) * Version name & code rise * Update docs * Bump firebase-bom from 28.4.1 to 28.4.2 (#270) Bumps firebase-bom from 28.4.1 to 28.4.2. --- updated-dependencies: - dependency-name: com.google.firebase:firebase-bom dependency-type: direct:production update-type: version-update:semver-patch ... Signed-off-by: dependabot[bot] Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com> * Bump mockito_version from 3.12.4 to 4.0.0 (#271) Bumps `mockito_version` from 3.12.4 to 4.0.0. Updates `mockito-core` from 3.12.4 to 4.0.0 - [Release notes](https://github.com/mockito/mockito/releases) - [Commits](https://github.com/mockito/mockito/compare/v3.12.4...v4.0.0) Updates `mockito-inline` from 3.12.4 to 4.0.0 - [Release notes](https://github.com/mockito/mockito/releases) - [Commits](https://github.com/mockito/mockito/compare/v3.12.4...v4.0.0) --- updated-dependencies: - dependency-name: org.mockito:mockito-core dependency-type: direct:production update-type: version-update:semver-major - dependency-name: org.mockito:mockito-inline dependency-type: direct:production update-type: version-update:semver-major ... Signed-off-by: dependabot[bot] Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com> * Bump gradle from 7.0.2 to 7.0.3 (#273) Bumps gradle from 7.0.2 to 7.0.3. --- updated-dependencies: - dependency-name: com.android.tools.build:gradle dependency-type: direct:production update-type: version-update:semver-patch ... Signed-off-by: dependabot[bot] Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com> * Fix submit function response body (#274) * Public release v1.6.16 (#275) * Merge dev into master (#269) * Release/v1.6.13 to dev (#240) * Bump dokka_version from 1.5.0 to 1.5.30 (#242) Bumps `dokka_version` from 1.5.0 to 1.5.30. Updates `dokka-gradle-plugin` from 1.5.0 to 1.5.30 - [Release notes](https://github.com/Kotlin/dokka/releases) - [Commits](https://github.com/Kotlin/dokka/compare/v1.5.0...v1.5.30) Updates `dokka-base` from 1.5.0 to 1.5.30 - [Release notes](https://github.com/Kotlin/dokka/releases) - [Commits](https://github.com/Kotlin/dokka/compare/v1.5.0...v1.5.30) --- updated-dependencies: - dependency-name: org.jetbrains.dokka:dokka-gradle-plugin dependency-type: direct:production update-type: version-update:semver-patch - dependency-name: org.jetbrains.dokka:dokka-base dependency-type: direct:production update-type: version-update:semver-patch ... Signed-off-by: dependabot[bot] Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com> * Improve default validation (#243) * Update MIGRATING.md (#244) * Release v1.6.14 (#246) * Bump cardscan-ui from 2.1.0011 to 2.1.0012 (#249) Bumps [cardscan-ui](https://github.com/getbouncer/cardscan-android) from 2.1.0011 to 2.1.0012. - [Release notes](https://github.com/getbouncer/cardscan-android/releases) - [Changelog](https://github.com/getbouncer/cardscan-android/blob/master/CHANGELOG.md) - [Commits](https://github.com/getbouncer/cardscan-android/compare/2.1.0011...2.1.0012) --- updated-dependencies: - dependency-name: com.getbouncer:cardscan-ui dependency-type: direct:production update-type: version-update:semver-patch ... Signed-off-by: dependabot[bot] Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com> * Bump kotlin-gradle-plugin from 1.5.30 to 1.5.31 (#253) Bumps [kotlin-gradle-plugin](https://github.com/JetBrains/kotlin) from 1.5.30 to 1.5.31. - [Release notes](https://github.com/JetBrains/kotlin/releases) - [Changelog](https://github.com/JetBrains/kotlin/blob/v1.5.31/ChangeLog.md) - [Commits](https://github.com/JetBrains/kotlin/compare/v1.5.30...v1.5.31) --- updated-dependencies: - dependency-name: org.jetbrains.kotlin:kotlin-gradle-plugin dependency-type: direct:production update-type: version-update:semver-patch ... Signed-off-by: dependabot[bot] Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com> * Bump constraintlayout from 2.1.0 to 2.1.1 (#257) Bumps [constraintlayout](https://github.com/androidx/constraintlayout) from 2.1.0 to 2.1.1. - [Release notes](https://github.com/androidx/constraintlayout/releases) - [Commits](https://github.com/androidx/constraintlayout/commits) --- updated-dependencies: - dependency-name: androidx.constraintlayout:constraintlayout dependency-type: direct:production update-type: version-update:semver-patch ... Signed-off-by: dependabot[bot] Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com> * Improve validation logic, fix tests (#261) * Fix nullable return type (#260) * Bump okhttp from 4.9.1 to 4.9.2 (#258) Bumps [okhttp](https://github.com/square/okhttp) from 4.9.1 to 4.9.2. - [Release notes](https://github.com/square/okhttp/releases) - [Changelog](https://github.com/square/okhttp/blob/master/CHANGELOG.md) - [Commits](https://github.com/square/okhttp/compare/parent-4.9.1...parent-4.9.2) --- updated-dependencies: - dependency-name: com.squareup.okhttp3:okhttp dependency-type: direct:production update-type: version-update:semver-patch ... Signed-off-by: dependabot[bot] Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com> Co-authored-by: Dmytro * Bump dokka_version from 1.5.30 to 1.5.31 (#264) Bumps `dokka_version` from 1.5.30 to 1.5.31. Updates `dokka-gradle-plugin` from 1.5.30 to 1.5.31 - [Release notes](https://github.com/Kotlin/dokka/releases) - [Commits](https://github.com/Kotlin/dokka/compare/v1.5.30...v1.5.31) Updates `dokka-base` from 1.5.30 to 1.5.31 - [Release notes](https://github.com/Kotlin/dokka/releases) - [Commits](https://github.com/Kotlin/dokka/compare/v1.5.30...v1.5.31) --- updated-dependencies: - dependency-name: org.jetbrains.dokka:dokka-gradle-plugin dependency-type: direct:production update-type: version-update:semver-patch - dependency-name: org.jetbrains.dokka:dokka-base dependency-type: direct:production update-type: version-update:semver-patch ... Signed-off-by: dependabot[bot] Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com> Co-authored-by: Dmytro * Public release v1.6.15 (#266) * Version name & code rise * Update docs Co-authored-by: Dmytro Kos Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com> * Images patch 1 (#272) * Version name & code rise * Update docs * Update config.yml Co-authored-by: Dmytro Kos Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com> Co-authored-by: Dmytro Kos Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com> * Merge dev into master (#280) * Release/v1.6.13 to dev (#240) * Bump dokka_version from 1.5.0 to 1.5.30 (#242) Bumps `dokka_version` from 1.5.0 to 1.5.30. Updates `dokka-gradle-plugin` from 1.5.0 to 1.5.30 - [Release notes](https://github.com/Kotlin/dokka/releases) - [Commits](https://github.com/Kotlin/dokka/compare/v1.5.0...v1.5.30) Updates `dokka-base` from 1.5.0 to 1.5.30 - [Release notes](https://github.com/Kotlin/dokka/releases) - [Commits](https://github.com/Kotlin/dokka/compare/v1.5.0...v1.5.30) --- updated-dependencies: - dependency-name: org.jetbrains.dokka:dokka-gradle-plugin dependency-type: direct:production update-type: version-update:semver-patch - dependency-name: org.jetbrains.dokka:dokka-base dependency-type: direct:production update-type: version-update:semver-patch ... Signed-off-by: dependabot[bot] Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com> * Improve default validation (#243) * Update MIGRATING.md (#244) * Release v1.6.14 (#246) * Bump cardscan-ui from 2.1.0011 to 2.1.0012 (#249) Bumps [cardscan-ui](https://github.com/getbouncer/cardscan-android) from 2.1.0011 to 2.1.0012. - [Release notes](https://github.com/getbouncer/cardscan-android/releases) - [Changelog](https://github.com/getbouncer/cardscan-android/blob/master/CHANGELOG.md) - [Commits](https://github.com/getbouncer/cardscan-android/compare/2.1.0011...2.1.0012) --- updated-dependencies: - dependency-name: com.getbouncer:cardscan-ui dependency-type: direct:production update-type: version-update:semver-patch ... Signed-off-by: dependabot[bot] Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com> * Bump kotlin-gradle-plugin from 1.5.30 to 1.5.31 (#253) Bumps [kotlin-gradle-plugin](https://github.com/JetBrains/kotlin) from 1.5.30 to 1.5.31. - [Release notes](https://github.com/JetBrains/kotlin/releases) - [Changelog](https://github.com/JetBrains/kotlin/blob/v1.5.31/ChangeLog.md) - [Commits](https://github.com/JetBrains/kotlin/compare/v1.5.30...v1.5.31) --- updated-dependencies: - dependency-name: org.jetbrains.kotlin:kotlin-gradle-plugin dependency-type: direct:production update-type: version-update:semver-patch ... Signed-off-by: dependabot[bot] Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com> * Bump constraintlayout from 2.1.0 to 2.1.1 (#257) Bumps [constraintlayout](https://github.com/androidx/constraintlayout) from 2.1.0 to 2.1.1. - [Release notes](https://github.com/androidx/constraintlayout/releases) - [Commits](https://github.com/androidx/constraintlayout/commits) --- updated-dependencies: - dependency-name: androidx.constraintlayout:constraintlayout dependency-type: direct:production update-type: version-update:semver-patch ... Signed-off-by: dependabot[bot] Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com> * Improve validation logic, fix tests (#261) * Fix nullable return type (#260) * Bump okhttp from 4.9.1 to 4.9.2 (#258) Bumps [okhttp](https://github.com/square/okhttp) from 4.9.1 to 4.9.2. - [Release notes](https://github.com/square/okhttp/releases) - [Changelog](https://github.com/square/okhttp/blob/master/CHANGELOG.md) - [Commits](https://github.com/square/okhttp/compare/parent-4.9.1...parent-4.9.2) --- updated-dependencies: - dependency-name: com.squareup.okhttp3:okhttp dependency-type: direct:production update-type: version-update:semver-patch ... Signed-off-by: dependabot[bot] Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com> Co-authored-by: Dmytro * Bump dokka_version from 1.5.30 to 1.5.31 (#264) Bumps `dokka_version` from 1.5.30 to 1.5.31. Updates `dokka-gradle-plugin` from 1.5.30 to 1.5.31 - [Release notes](https://github.com/Kotlin/dokka/releases) - [Commits](https://github.com/Kotlin/dokka/compare/v1.5.30...v1.5.31) Updates `dokka-base` from 1.5.30 to 1.5.31 - [Release notes](https://github.com/Kotlin/dokka/releases) - [Commits](https://github.com/Kotlin/dokka/compare/v1.5.30...v1.5.31) --- updated-dependencies: - dependency-name: org.jetbrains.dokka:dokka-gradle-plugin dependency-type: direct:production update-type: version-update:semver-patch - dependency-name: org.jetbrains.dokka:dokka-base dependency-type: direct:production update-type: version-update:semver-patch ... Signed-off-by: dependabot[bot] Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com> Co-authored-by: Dmytro * Public release v1.6.15 (#266) * Version name & code rise * Update docs * Bump firebase-bom from 28.4.1 to 28.4.2 (#270) Bumps firebase-bom from 28.4.1 to 28.4.2. --- updated-dependencies: - dependency-name: com.google.firebase:firebase-bom dependency-type: direct:production update-type: version-update:semver-patch ... Signed-off-by: dependabot[bot] Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com> * Bump mockito_version from 3.12.4 to 4.0.0 (#271) Bumps `mockito_version` from 3.12.4 to 4.0.0. Updates `mockito-core` from 3.12.4 to 4.0.0 - [Release notes](https://github.com/mockito/mockito/releases) - [Commits](https://github.com/mockito/mockito/compare/v3.12.4...v4.0.0) Updates `mockito-inline` from 3.12.4 to 4.0.0 - [Release notes](https://github.com/mockito/mockito/releases) - [Commits](https://github.com/mockito/mockito/compare/v3.12.4...v4.0.0) --- updated-dependencies: - dependency-name: org.mockito:mockito-core dependency-type: direct:production update-type: version-update:semver-major - dependency-name: org.mockito:mockito-inline dependency-type: direct:production update-type: version-update:semver-major ... Signed-off-by: dependabot[bot] Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com> * Bump gradle from 7.0.2 to 7.0.3 (#273) Bumps gradle from 7.0.2 to 7.0.3. --- updated-dependencies: - dependency-name: com.android.tools.build:gradle dependency-type: direct:production update-type: version-update:semver-patch ... Signed-off-by: dependabot[bot] Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com> * Fix submit function response body (#274) * Public release v1.6.16 (#275) * Merge dev into master (#269) * Release/v1.6.13 to dev (#240) * Bump dokka_version from 1.5.0 to 1.5.30 (#242) Bumps `dokka_version` from 1.5.0 to 1.5.30. Updates `dokka-gradle-plugin` from 1.5.0 to 1.5.30 - [Release notes](https://github.com/Kotlin/dokka/releases) - [Commits](https://github.com/Kotlin/dokka/compare/v1.5.0...v1.5.30) Updates `dokka-base` from 1.5.0 to 1.5.30 - [Release notes](https://github.com/Kotlin/dokka/releases) - [Commits](https://github.com/Kotlin/dokka/compare/v1.5.0...v1.5.30) --- updated-dependencies: - dependency-name: org.jetbrains.dokka:dokka-gradle-plugin dependency-type: direct:production update-type: version-update:semver-patch - dependency-name: org.jetbrains.dokka:dokka-base dependency-type: direct:production update-type: version-update:semver-patch ... Signed-off-by: dependabot[bot] Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com> * Improve default validation (#243) * Update MIGRATING.md (#244) * Release v1.6.14 (#246) * Bump cardscan-ui from 2.1.0011 to 2.1.0012 (#249) Bumps [cardscan-ui](https://github.com/getbouncer/cardscan-android) from 2.1.0011 to 2.1.0012. - [Release notes](https://github.com/getbouncer/cardscan-android/releases) - [Changelog](https://github.com/getbouncer/cardscan-android/blob/master/CHANGELOG.md) - [Commits](https://github.com/getbouncer/cardscan-android/compare/2.1.0011...2.1.0012) --- updated-dependencies: - dependency-name: com.getbouncer:cardscan-ui dependency-type: direct:production update-type: version-update:semver-patch ... Signed-off-by: dependabot[bot] Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com> * Bump kotlin-gradle-plugin from 1.5.30 to 1.5.31 (#253) Bumps [kotlin-gradle-plugin](https://github.com/JetBrains/kotlin) from 1.5.30 to 1.5.31. - [Release notes](https://github.com/JetBrains/kotlin/releases) - [Changelog](https://github.com/JetBrains/kotlin/blob/v1.5.31/ChangeLog.md) - [Commits](https://github.com/JetBrains/kotlin/compare/v1.5.30...v1.5.31) --- updated-dependencies: - dependency-name: org.jetbrains.kotlin:kotlin-gradle-plugin dependency-type: direct:production update-type: version-update:semver-patch ... Signed-off-by: dependabot[bot] Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com> * Bump constraintlayout from 2.1.0 to 2.1.1 (#257) Bumps [constraintlayout](https://github.com/androidx/constraintlayout) from 2.1.0 to 2.1.1. - [Release notes](https://github.com/androidx/constraintlayout/releases) - [Commits](https://github.com/androidx/constraintlayout/commits) --- updated-dependencies: - dependency-name: androidx.constraintlayout:constraintlayout dependency-type: direct:production update-type: version-update:semver-patch ... Signed-off-by: dependabot[bot] Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com> * Improve validation logic, fix tests (#261) * Fix nullable return type (#260) * Bump okhttp from 4.9.1 to 4.9.2 (#258) Bumps [okhttp](https://github.com/square/okhttp) from 4.9.1 to 4.9.2. - [Release notes](https://github.com/square/okhttp/releases) - [Changelog](https://github.com/square/okhttp/blob/master/CHANGELOG.md) - [Commits](https://github.com/square/okhttp/compare/parent-4.9.1...parent-4.9.2) --- updated-dependencies: - dependency-name: com.squareup.okhttp3:okhttp dependency-type: direct:production update-type: version-update:semver-patch ... Signed-off-by: dependabot[bot] Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com> Co-authored-by: Dmytro * Bump dokka_version from 1.5.30 to 1.5.31 (#264) Bumps `dokka_version` from 1.5.30 to 1.5.31. Updates `dokka-gradle-plugin` from 1.5.30 to 1.5.31 - [Release notes](https://github.com/Kotlin/dokka/releases) - [Commits](https://github.com/Kotlin/dokka/compare/v1.5.30...v1.5.31) Updates `dokka-base` from 1.5.30 to 1.5.31 - [Release notes](https://github.com/Kotlin/dokka/releases) - [Commits](https://github.com/Kotlin/dokka/compare/v1.5.30...v1.5.31) --- updated-dependencies: - dependency-name: org.jetbrains.dokka:dokka-gradle-plugin dependency-type: direct:production update-type: version-update:semver-patch - dependency-name: org.jetbrains.dokka:dokka-base dependency-type: direct:production update-type: version-update:semver-patch ... Signed-off-by: dependabot[bot] Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com> Co-authored-by: Dmytro * Public release v1.6.15 (#266) * Version name & code rise * Update docs Co-authored-by: Dmytro Kos Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com> * Images patch 1 (#272) * Version name & code rise * Update docs * Update config.yml Co-authored-by: Dmytro Kos Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com> * Bump tensorflow-lite from 2.1.0011 to 2.1.0015 (#262) Bumps [tensorflow-lite](https://github.com/getbouncer/cardscan-android) from 2.1.0011 to 2.1.0015. - [Release notes](https://github.com/getbouncer/cardscan-android/releases) - [Changelog](https://github.com/getbouncer/cardscan-android/blob/master/CHANGELOG.md) - [Commits](https://github.com/getbouncer/cardscan-android/compare/2.1.0011...2.1.0015) --- updated-dependencies: - dependency-name: com.getbouncer:tensorflow-lite dependency-type: direct:production update-type: version-update:semver-patch ... Signed-off-by: dependabot[bot] Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com> Co-authored-by: dmytrodmytryshyn * Bump scan-payment-full from 2.1.0011 to 2.1.0015 (#265) Bumps [scan-payment-full](https://github.com/getbouncer/cardscan-android) from 2.1.0011 to 2.1.0015. - [Release notes](https://github.com/getbouncer/cardscan-android/releases) - [Changelog](https://github.com/getbouncer/cardscan-android/blob/master/CHANGELOG.md) - [Commits](https://github.com/getbouncer/cardscan-android/compare/2.1.0011...2.1.0015) --- updated-dependencies: - dependency-name: com.getbouncer:scan-payment-full dependency-type: direct:production update-type: version-update:semver-patch ... Signed-off-by: dependabot[bot] Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com> Co-authored-by: dmytrodmytryshyn * Bump cardscan-ui from 2.1.0012 to 2.1.0015 (#263) Bumps [cardscan-ui](https://github.com/getbouncer/cardscan-android) from 2.1.0012 to 2.1.0015. - [Release notes](https://github.com/getbouncer/cardscan-android/releases) - [Changelog](https://github.com/getbouncer/cardscan-android/blob/master/CHANGELOG.md) - [Commits](https://github.com/getbouncer/cardscan-android/compare/2.1.0012...2.1.0015) --- updated-dependencies: - dependency-name: com.getbouncer:cardscan-ui dependency-type: direct:production update-type: version-update:semver-patch ... Signed-off-by: dependabot[bot] Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com> Co-authored-by: dmytrodmytryshyn * Bump bouncer versions from 2.1.0015 -> 2.1.0016 (#279) * Bouncer adapter version name & code rise (#278) Co-authored-by: Dmytro Kos Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com> * Version name & code rise * Update docs Co-authored-by: Dmytro Kos Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com> * Bump firebase-bom from 29.0.0 to 29.0.1 (#302) Bumps firebase-bom from 29.0.0 to 29.0.1. --- updated-dependencies: - dependency-name: com.google.firebase:firebase-bom dependency-type: direct:production update-type: version-update:semver-patch ... Signed-off-by: dependabot[bot] Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com> * Bump robolectric from 4.7.2 to 4.7.3 (#303) Bumps [robolectric](https://github.com/robolectric/robolectric) from 4.7.2 to 4.7.3. - [Release notes](https://github.com/robolectric/robolectric/releases) - [Commits](https://github.com/robolectric/robolectric/compare/robolectric-4.7.2...robolectric-4.7.3) --- updated-dependencies: - dependency-name: org.robolectric:robolectric dependency-type: direct:production update-type: version-update:semver-patch ... Signed-off-by: dependabot[bot] Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com> * Bump json from 20210307 to 20211205 (#304) Bumps [json](https://github.com/douglascrockford/JSON-java) from 20210307 to 20211205. - [Release notes](https://github.com/douglascrockford/JSON-java/releases) - [Changelog](https://github.com/stleary/JSON-java/blob/master/docs/RELEASES.md) - [Commits](https://github.com/douglascrockford/JSON-java/commits) --- updated-dependencies: - dependency-name: org.json:json dependency-type: direct:production update-type: version-update:semver-major ... Signed-off-by: dependabot[bot] Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com> * Bump play-services-auth from 19.2.0 to 20.0.0 (#306) Bumps play-services-auth from 19.2.0 to 20.0.0. --- updated-dependencies: - dependency-name: com.google.android.gms:play-services-auth dependency-type: direct:production update-type: version-update:semver-major ... Signed-off-by: dependabot[bot] Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com> * Bump firebase-bom from 29.0.1 to 29.0.2 (#311) Bumps firebase-bom from 29.0.1 to 29.0.2. --- updated-dependencies: - dependency-name: com.google.firebase:firebase-bom dependency-type: direct:production update-type: version-update:semver-patch ... Signed-off-by: dependabot[bot] Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com> * Move google-services.json to ci (#307) * Remove google-services.json. Update ci config. Add test code for check file creation. * Remove tests code. * Fix TextInputFieldLayout.kt error restore after screen rotation (#312) * Bump kotlin-gradle-plugin from 1.6.0 to 1.6.10 (#313) Bumps [kotlin-gradle-plugin](https://github.com/JetBrains/kotlin) from 1.6.0 to 1.6.10. - [Release notes](https://github.com/JetBrains/kotlin/releases) - [Changelog](https://github.com/JetBrains/kotlin/blob/v1.6.10/ChangeLog.md) - [Commits](https://github.com/JetBrains/kotlin/compare/v1.6.0...v1.6.10) --- updated-dependencies: - dependency-name: org.jetbrains.kotlin:kotlin-gradle-plugin dependency-type: direct:production update-type: version-update:semver-patch ... Signed-off-by: dependabot[bot] Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com> * Bump gradle from 7.0.3 to 7.0.4 (#305) Bumps gradle from 7.0.3 to 7.0.4. --- updated-dependencies: - dependency-name: com.android.tools.build:gradle dependency-type: direct:production update-type: version-update:semver-patch ... Signed-off-by: dependabot[bot] Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com> * Merge public release v1.6.18 into dev (#315) * Merge public release 1.6.16 into master (#277) * Release/v1.6.13 to dev (#240) * Bump dokka_version from 1.5.0 to 1.5.30 (#242) Bumps `dokka_version` from 1.5.0 to 1.5.30. Updates `dokka-gradle-plugin` from 1.5.0 to 1.5.30 - [Release notes](https://github.com/Kotlin/dokka/releases) - [Commits](https://github.com/Kotlin/dokka/compare/v1.5.0...v1.5.30) Updates `dokka-base` from 1.5.0 to 1.5.30 - [Release notes](https://github.com/Kotlin/dokka/releases) - [Commits](https://github.com/Kotlin/dokka/compare/v1.5.0...v1.5.30) --- updated-dependencies: - dependency-name: org.jetbrains.dokka:dokka-gradle-plugin dependency-type: direct:production update-type: version-update:semver-patch - dependency-name: org.jetbrains.dokka:dokka-base dependency-type: direct:production update-type: version-update:semver-patch ... Signed-off-by: dependabot[bot] Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com> * Improve default validation (#243) * Update MIGRATING.md (#244) * Release v1.6.14 (#246) * Bump cardscan-ui from 2.1.0011 to 2.1.0012 (#249) Bumps [cardscan-ui](https://github.com/getbouncer/cardscan-android) from 2.1.0011 to 2.1.0012. - [Release notes](https://github.com/getbouncer/cardscan-android/releases) - [Changelog](https://github.com/getbouncer/cardscan-android/blob/master/CHANGELOG.md) - [Commits](https://github.com/getbouncer/cardscan-android/compare/2.1.0011...2.1.0012) --- updated-dependencies: - dependency-name: com.getbouncer:cardscan-ui dependency-type: direct:production update-type: version-update:semver-patch ... Signed-off-by: dependabot[bot] Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com> * Bump kotlin-gradle-plugin from 1.5.30 to 1.5.31 (#253) Bumps [kotlin-gradle-plugin](https://github.com/JetBrains/kotlin) from 1.5.30 to 1.5.31. - [Release notes](https://github.com/JetBrains/kotlin/releases) - [Changelog](https://github.com/JetBrains/kotlin/blob/v1.5.31/ChangeLog.md) - [Commits](https://github.com/JetBrains/kotlin/compare/v1.5.30...v1.5.31) --- updated-dependencies: - dependency-name: org.jetbrains.kotlin:kotlin-gradle-plugin dependency-type: direct:production update-type: version-update:semver-patch ... Signed-off-by: dependabot[bot] Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com> * Bump constraintlayout from 2.1.0 to 2.1.1 (#257) Bumps [constraintlayout](https://github.com/androidx/constraintlayout) from 2.1.0 to 2.1.1. - [Release notes](https://github.com/androidx/constraintlayout/releases) - [Commits](https://github.com/androidx/constraintlayout/commits) --- updated-dependencies: - dependency-name: androidx.constraintlayout:constraintlayout dependency-type: direct:production update-type: version-update:semver-patch ... Signed-off-by: dependabot[bot] Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com> * Improve validation logic, fix tests (#261) * Fix nullable return type (#260) * Bump okhttp from 4.9.1 to 4.9.2 (#258) Bumps [okhttp](https://github.com/square/okhttp) from 4.9.1 to 4.9.2. - [Release notes](https://github.com/square/okhttp/releases) - [Changelog](https://github.com/square/okhttp/blob/master/CHANGELOG.md) - [Commits](https://github.com/square/okhttp/compare/parent-4.9.1...parent-4.9.2) --- updated-dependencies: - dependency-name: com.squareup.okhttp3:okhttp dependency-type: direct:production update-type: version-update:semver-patch ... Signed-off-by: dependabot[bot] Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com> Co-authored-by: Dmytro * Bump dokka_version from 1.5.30 to 1.5.31 (#264) Bumps `dokka_version` from 1.5.30 to 1.5.31. Updates `dokka-gradle-plugin` from 1.5.30 to 1.5.31 - [Release notes](https://github.com/Kotlin/dokka/releases) - [Commits](https://github.com/Kotlin/dokka/compare/v1.5.30...v1.5.31) Updates `dokka-base` from 1.5.30 to 1.5.31 - [Release notes](https://github.com/Kotlin/dokka/releases) - [Commits](https://github.com/Kotlin/dokka/compare/v1.5.30...v1.5.31) --- updated-dependencies: - dependency-name: org.jetbrains.dokka:dokka-gradle-plugin dependency-type: direct:production update-type: version-update:semver-patch - dependency-name: org.jetbrains.dokka:dokka-base dependency-type: direct:production update-type: version-update:semver-patch ... Signed-off-by: dependabot[bot] Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com> Co-authored-by: Dmytro * Public release v1.6.15 (#266) * Version name & code rise * Update docs * Bump firebase-bom from 28.4.1 to 28.4.2 (#270) Bumps firebase-bom from 28.4.1 to 28.4.2. --- updated-dependencies: - dependency-name: com.google.firebase:firebase-bom dependency-type: direct:production update-type: version-update:semver-patch ... Signed-off-by: dependabot[bot] Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com> * Bump mockito_version from 3.12.4 to 4.0.0 (#271) Bumps `mockito_version` from 3.12.4 to 4.0.0. Updates `mockito-core` from 3.12.4 to 4.0.0 - [Release notes](https://github.com/mockito/mockito/releases) - [Commits](https://github.com/mockito/mockito/compare/v3.12.4...v4.0.0) Updates `mockito-inline` from 3.12.4 to 4.0.0 - [Release notes](https://github.com/mockito/mockito/releases) - [Commits](https://github.com/mockito/mockito/compare/v3.12.4...v4.0.0) --- updated-dependencies: - dependency-name: org.mockito:mockito-core dependency-type: direct:production update-type: version-update:semver-major - dependency-name: org.mockito:mockito-inline dependency-type: direct:production update-type: version-update:semver-major ... Signed-off-by: dependabot[bot] Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com> * Bump gradle from 7.0.2 to 7.0.3 (#273) Bumps gradle from 7.0.2 to 7.0.3. --- updated-dependencies: - dependency-name: com.android.tools.build:gradle dependency-type: direct:production update-type: version-update:semver-patch ... Signed-off-by: dependabot[bot] Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com> * Fix submit function response body (#274) * Public release v1.6.16 (#275) * Merge dev into master (#269) * Release/v1.6.13 to dev (#240) * Bump dokka_version from 1.5.0 to 1.5.30 (#242) Bumps `dokka_version` from 1.5.0 to 1.5.30. Updates `dokka-gradle-plugin` from 1.5.0 to 1.5.30 - [Release notes](https://github.com/Kotlin/dokka/releases) - [Commits](https://github.com/Kotlin/dokka/compare/v1.5.0...v1.5.30) Updates `dokka-base` from 1.5.0 to 1.5.30 - [Release notes](https://github.com/Kotlin/dokka/releases) - [Commits](https://github.com/Kotlin/dokka/compare/v1.5.0...v1.5.30) --- updated-dependencies: - dependency-name: org.jetbrains.dokka:dokka-gradle-plugin dependency-type: direct:production update-type: version-update:semver-patch - dependency-name: org.jetbrains.dokka:dokka-base dependency-type: direct:production update-type: version-update:semver-patch ... Signed-off-by: dependabot[bot] Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com> * Improve default validation (#243) * Update MIGRATING.md (#244) * Release v1.6.14 (#246) * Bump cardscan-ui from 2.1.0011 to 2.1.0012 (#249) Bumps [cardscan-ui](https://github.com/getbouncer/cardscan-android) from 2.1.0011 to 2.1.0012. - [Release notes](https://github.com/getbouncer/cardscan-android/releases) - [Changelog](https://github.com/getbouncer/cardscan-android/blob/master/CHANGELOG.md) - [Commits](https://github.com/getbouncer/cardscan-android/compare/2.1.0011...2.1.0012) --- updated-dependencies: - dependency-name: com.getbouncer:cardscan-ui dependency-type: direct:production update-type: version-update:semver-patch ... Signed-off-by: dependabot[bot] Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com> * Bump kotlin-gradle-plugin from 1.5.30 to 1.5.31 (#253) Bumps [kotlin-gradle-plugin](https://github.com/JetBrains/kotlin) from 1.5.30 to 1.5.31. - [Release notes](https://github.com/JetBrains/kotlin/releases) - [Changelog](https://github.com/JetBrains/kotlin/blob/v1.5.31/ChangeLog.md) - [Commits](https://github.com/JetBrains/kotlin/compare/v1.5.30...v1.5.31) --- updated-dependencies: - dependency-name: org.jetbrains.kotlin:kotlin-gradle-plugin dependency-type: direct:production update-type: version-update:semver-patch ... Signed-off-by: dependabot[bot] Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com> * Bump constraintlayout from 2.1.0 to 2.1.1 (#257) Bumps [constraintlayout](https://github.com/androidx/constraintlayout) from 2.1.0 to 2.1.1. - [Release notes](https://github.com/androidx/constraintlayout/releases) - [Commits](https://github.com/androidx/constraintlayout/commits) --- updated-dependencies: - dependency-name: androidx.constraintlayout:constraintlayout dependency-type: direct:production update-type: version-update:semver-patch ... Signed-off-by: dependabot[bot] Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com> * Improve validation logic, fix tests (#261) * Fix nullable return type (#260) * Bump okhttp from 4.9.1 to 4.9.2 (#258) Bumps [okhttp](https://github.com/square/okhttp) from 4.9.1 to 4.9.2. - [Release notes](https://github.com/square/okhttp/releases) - [Changelog](https://github.com/square/okhttp/blob/master/CHANGELOG.md) - [Commits](https://github.com/square/okhttp/compare/parent-4.9.1...parent-4.9.2) --- updated-dependencies: - dependency-name: com.squareup.okhttp3:okhttp dependency-type: direct:production update-type: version-update:semver-patch ... Signed-off-by: dependabot[bot] Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com> Co-authored-by: Dmytro * Bump dokka_version from 1.5.30 to 1.5.31 (#264) Bumps `dokka_version` from 1.5.30 to 1.5.31. Updates `dokka-gradle-plugin` from 1.5.30 to 1.5.31 - [Release notes](https://github.com/Kotlin/dokka/releases) - [Commits](https://github.com/Kotlin/dokka/compare/v1.5.30...v1.5.31) Updates `dokka-base` from 1.5.30 to 1.5.31 - [Release notes](https://github.com/Kotlin/dokka/releases) - [Commits](https://github.com/Kotlin/dokka/compare/v1.5.30...v1.5.31) --- updated-dependencies: - dependency-name: org.jetbrains.dokka:dokka-gradle-plugin dependency-type: direct:production update-type: version-update:semver-patch - dependency-name: org.jetbrains.dokka:dokka-base dependency-type: direct:production update-type: version-update:semver-patch ... Signed-off-by: dependabot[bot] Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com> Co-authored-by: Dmytro * Public release v1.6.15 (#266) * Version name & code rise * Update docs Co-authored-by: Dmytro Kos Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com> * Images patch 1 (#272) * Version name & code rise * Update docs * Update config.yml Co-authored-by: Dmytro Kos Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com> Co-authored-by: Dmytro Kos Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com> * Merge dev into master (#280) * Release/v1.6.13 to dev (#240) * Bump dokka_version from 1.5.0 to 1.5.30 (#242) Bumps `dokka_version` from 1.5.0 to 1.5.30. Updates `dokka-gradle-plugin` from 1.5.0 to 1.5.30 - [Release notes](https://github.com/Kotlin/dokka/releases) - [Commits](ht… * Build(deps): bump org.mockito:mockito-core from 5.0.0 to 5.1.0 (#499) Bumps [org.mockito:mockito-core](https://github.com/mockito/mockito) from 5.0.0 to 5.1.0. - [Release notes](https://github.com/mockito/mockito/releases) - [Commits](https://github.com/mockito/mockito/compare/v5.0.0...v5.1.0) --- updated-dependencies: - dependency-name: org.mockito:mockito-core dependency-type: direct:production update-type: version-update:semver-minor ... Signed-off-by: dependabot[bot] Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com> * Build(deps): bump org.mockito:mockito-inline from 5.0.0 to 5.1.0 (#500) Bumps [org.mockito:mockito-inline](https://github.com/mockito/mockito) from 5.0.0 to 5.1.0. - [Release notes](https://github.com/mockito/mockito/releases) - [Commits](https://github.com/mockito/mockito/compare/v5.0.0...v5.1.0) --- updated-dependencies: - dependency-name: org.mockito:mockito-inline dependency-type: direct:production update-type: version-update:semver-minor ... Signed-off-by: dependabot[bot] Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com> Co-authored-by: dmytrodmytryshyn * Build(deps): bump material from 1.7.0 to 1.8.0 (#498) Bumps [material](https://github.com/material-components/material-components-android) from 1.7.0 to 1.8.0. - [Release notes](https://github.com/material-components/material-components-android/releases) - [Commits](https://github.com/material-components/material-components-android/compare/1.7.0...1.8.0) --- updated-dependencies: - dependency-name: com.google.android.material:material dependency-type: direct:production update-type: version-update:semver-minor ... Signed-off-by: dependabot[bot] Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com> Co-authored-by: dmytrodmytryshyn * Build(deps): bump com.vanniktech:gradle-maven-publish-plugin (#501) Bumps [com.vanniktech:gradle-maven-publish-plugin](https://github.com/vanniktech/gradle-maven-publish-plugin) from 0.23.1 to 0.24.0. - [Release notes](https://github.com/vanniktech/gradle-maven-publish-plugin/releases) - [Changelog](https://github.com/vanniktech/gradle-maven-publish-plugin/blob/main/CHANGELOG.md) - [Commits](https://github.com/vanniktech/gradle-maven-publish-plugin/compare/0.23.1...0.24.0) --- updated-dependencies: - dependency-name: com.vanniktech:gradle-maven-publish-plugin dependency-type: direct:production update-type: version-update:semver-minor ... Signed-off-by: dependabot[bot] Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com> Co-authored-by: dmytrodmytryshyn * Build(deps): bump org.mockito:mockito-core from 5.1.0 to 5.1.1 (#502) Bumps [org.mockito:mockito-core](https://github.com/mockito/mockito) from 5.1.0 to 5.1.1. - [Release notes](https://github.com/mockito/mockito/releases) - [Commits](https://github.com/mockito/mockito/compare/v5.1.0...v5.1.1) --- updated-dependencies: - dependency-name: org.mockito:mockito-core dependency-type: direct:production update-type: version-update:semver-patch ... Signed-off-by: dependabot[bot] Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com> * Build(deps): bump org.mockito:mockito-inline from 5.1.0 to 5.1.1 (#503) Bumps [org.mockito:mockito-inline](https://github.com/mockito/mockito) from 5.1.0 to 5.1.1. - [Release notes](https://github.com/mockito/mockito/releases) - [Commits](https://github.com/mockito/mockito/compare/v5.1.0...v5.1.1) --- updated-dependencies: - dependency-name: org.mockito:mockito-inline dependency-type: direct:production update-type: version-update:semver-patch ... Signed-off-by: dependabot[bot] Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com> Co-authored-by: dmytrodmytryshyn * Build(deps): bump org.jetbrains.dokka:dokka-base from 1.7.20 to 1.8.10 (#509) Bumps [org.jetbrains.dokka:dokka-base](https://github.com/Kotlin/dokka) from 1.7.20 to 1.8.10. - [Release notes](https://github.com/Kotlin/dokka/releases) - [Commits](https://github.com/Kotlin/dokka/compare/v1.7.20...v1.8.10) --- updated-dependencies: - dependency-name: org.jetbrains.dokka:dokka-base dependency-type: direct:production update-type: version-update:semver-minor ... Signed-off-by: dependabot[bot] Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com> * Build(deps): bump org.json:json from 20220924 to 20230227 (#508) Bumps [org.json:json](https://github.com/douglascrockford/JSON-java) from 20220924 to 20230227. - [Release notes](https://github.com/douglascrockford/JSON-java/releases) - [Changelog](https://github.com/stleary/JSON-java/blob/master/docs/RELEASES.md) - [Commits](https://github.com/douglascrockford/JSON-java/commits) --- updated-dependencies: - dependency-name: org.json:json dependency-type: direct:production update-type: version-update:semver-major ... Signed-off-by: dependabot[bot] Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com> * Build(deps): bump com.android.tools.build:gradle from 7.4.0 to 7.4.2 (#507) Bumps com.android.tools.build:gradle from 7.4.0 to 7.4.2. --- updated-dependencies: - dependency-name: com.android.tools.build:gradle dependency-type: direct:production update-type: version-update:semver-patch ... Signed-off-by: dependabot[bot] Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com> * Build(deps): bump androidx.appcompat:appcompat from 1.6.0-rc01 to 1.7.0-alpha02 (#506) * Build(deps): bump androidx.appcompat:appcompat Bumps androidx.appcompat:appcompat from 1.6.0-rc01 to 1.7.0-alpha02. --- updated-dependencies: - dependency-name: androidx.appcompat:appcompat dependency-type: direct:production update-type: version-update:semver-minor ... Signed-off-by: dependabot[bot] * Update version --------- Signed-off-by: dependabot[bot] Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com> Co-authored-by: dmytrodmytryshyn * Build(deps): bump org.jetbrains.kotlin:kotlin-gradle-plugin (#505) Bumps [org.jetbrains.kotlin:kotlin-gradle-plugin](https://github.com/JetBrains/kotlin) from 1.8.0 to 1.8.10. - [Release notes](https://github.com/JetBrains/kotlin/releases) - [Changelog](https://github.com/JetBrains/kotlin/blob/v1.8.10/ChangeLog.md) - [Commits](https://github.com/JetBrains/kotlin/compare/v1.8.0...v1.8.10) --- updated-dependencies: - dependency-name: org.jetbrains.kotlin:kotlin-gradle-plugin dependency-type: direct:production update-type: version-update:semver-patch ... Signed-off-by: dependabot[bot] Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com> Co-authored-by: dmytrodmytryshyn * Build(deps): bump org.mockito:mockito-core from 5.1.1 to 5.2.0 (#512) Bumps [org.mockito:mockito-core](https://github.com/mockito/mockito) from 5.1.1 to 5.2.0. - [Release notes](https://github.com/mockito/mockito/releases) - [Commits](https://github.com/mockito/mockito/compare/v5.1.1...v5.2.0) --- updated-dependencies: - dependency-name: org.mockito:mockito-core dependency-type: direct:production update-type: version-update:semver-minor ... Signed-off-by: dependabot[bot] Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com> * Build(deps): bump org.jetbrains.dokka:dokka-gradle-plugin (#510) Bumps [org.jetbrains.dokka:dokka-gradle-plugin](https://github.com/Kotlin/dokka) from 1.7.20 to 1.8.10. - [Release notes](https://github.com/Kotlin/dokka/releases) - [Commits](https://github.com/Kotlin/dokka/compare/v1.7.20...v1.8.10) --- updated-dependencies: - dependency-name: org.jetbrains.dokka:dokka-gradle-plugin dependency-type: direct:production update-type: version-update:semver-minor ... Signed-off-by: dependabot[bot] Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com> * Build(deps): bump org.mockito:mockito-inline from 5.1.1 to 5.2.0 (#511) Bumps [org.mockito:mockito-inline](https://github.com/mockito/mockito) from 5.1.1 to 5.2.0. - [Release notes](https://github.com/mockito/mockito/releases) - [Commits](https://github.com/mockito/mockito/compare/v5.1.1...v5.2.0) --- updated-dependencies: - dependency-name: org.mockito:mockito-inline dependency-type: direct:production update-type: version-update:semver-minor ... Signed-off-by: dependabot[bot] Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com> Co-authored-by: dmytrodmytryshyn * Add suspend submit functions (#515) * Fix tests (#522) * Fix vaultStorage & vaultAliasFormat cleared after text changed (#528) * Build(deps): bump org.jetbrains.kotlin:kotlin-gradle-plugin (#523) Bumps [org.jetbrains.kotlin:kotlin-gradle-plugin](https://github.com/JetBrains/kotlin) from 1.8.10 to 1.8.21. - [Release notes](https://github.com/JetBrains/kotlin/releases) - [Changelog](https://github.com/JetBrains/kotlin/blob/master/ChangeLog.md) - [Commits](https://github.com/JetBrains/kotlin/compare/v1.8.10...v1.8.21) --- updated-dependencies: - dependency-name: org.jetbrains.kotlin:kotlin-gradle-plugin dependency-type: direct:production update-type: version-update:semver-patch ... Signed-off-by: dependabot[bot] Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com> * Build(deps): bump com.vanniktech:gradle-maven-publish-plugin (#520) Bumps [com.vanniktech:gradle-maven-publish-plugin](https://github.com/vanniktech/gradle-maven-publish-plugin) from 0.24.0 to 0.25.2. - [Release notes](https://github.com/vanniktech/gradle-maven-publish-plugin/releases) - [Changelog](https://github.com/vanniktech/gradle-maven-publish-plugin/blob/main/CHANGELOG.md) - [Commits](https://github.com/vanniktech/gradle-maven-publish-plugin/compare/0.24.0...0.25.2) --- updated-dependencies: - dependency-name: com.vanniktech:gradle-maven-publish-plugin dependency-type: direct:production update-type: version-update:semver-minor ... Signed-off-by: dependabot[bot] Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com> * Build(deps): bump org.mockito:mockito-core from 5.2.0 to 5.3.1 (#521) Bumps [org.mockito:mockito-core](https://github.com/mockito/mockito) from 5.2.0 to 5.3.1. - [Release notes](https://github.com/mockito/mockito/releases) - [Commits](https://github.com/mockito/mockito/compare/v5.2.0...v5.3.1) --- updated-dependencies: - dependency-name: org.mockito:mockito-core dependency-type: direct:production update-type: version-update:semver-minor ... Signed-off-by: dependabot[bot] Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com> * Build(deps): bump org.robolectric:robolectric from 4.9.2 to 4.10.2 (#526) Bumps [org.robolectric:robolectric](https://github.com/robolectric/robolectric) from 4.9.2 to 4.10.2. - [Release notes](https://github.com/robolectric/robolectric/releases) - [Commits](https://github.com/robolectric/robolectric/compare/robolectric-4.9.2...robolectric-4.10.2) --- updated-dependencies: - dependency-name: org.robolectric:robolectric dependency-type: direct:production update-type: version-update:semver-minor ... Signed-off-by: dependabot[bot] Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com> * Build(deps): bump androidx.core:core-ktx from 1.9.0 to 1.10.1 (#527) Bumps androidx.core:core-ktx from 1.9.0 to 1.10.1. --- updated-dependencies: - dependency-name: androidx.core:core-ktx dependency-type: direct:production update-type: version-update:semver-minor ... Signed-off-by: dependabot[bot] Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com> * Merge relese v1.7.6 into development (#530) * Merge dev into master (#405) * Release/v1.6.13 to dev (#240) * Bump dokka_version from 1.5.0 to 1.5.30 (#242) Bumps `dokka_version` from 1.5.0 to 1.5.30. Updates `dokka-gradle-plugin` from 1.5.0 to 1.5.30 - [Release notes](https://github.com/Kotlin/dokka/releases) - [Commits](https://github.com/Kotlin/dokka/compare/v1.5.0...v1.5.30) Updates `dokka-base` from 1.5.0 to 1.5.30 - [Release notes](https://github.com/Kotlin/dokka/releases) - [Commits](https://github.com/Kotlin/dokka/compare/v1.5.0...v1.5.30) --- updated-dependencies: - dependency-name: org.jetbrains.dokka:dokka-gradle-plugin dependency-type: direct:production update-type: version-update:semver-patch - dependency-name: org.jetbrains.dokka:dokka-base dependency-type: direct:production update-type: version-update:semver-patch ... Signed-off-by: dependabot[bot] Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com> * Improve default validation (#243) * Update MIGRATING.md (#244) * Release v1.6.14 (#246) * Bump cardscan-ui from 2.1.0011 to 2.1.0012 (#249) Bumps [cardscan-ui](https://github.com/getbouncer/cardscan-android) from 2.1.0011 to 2.1.0012. - [Release notes](https://github.com/getbouncer/cardscan-android/releases) - [Changelog](https://github.com/getbouncer/cardscan-android/blob/master/CHANGELOG.md) - [Commits](https://github.com/getbouncer/cardscan-android/compare/2.1.0011...2.1.0012) --- updated-dependencies: - dependency-name: com.getbouncer:cardscan-ui dependency-type: direct:production update-type: version-update:semver-patch ... Signed-off-by: dependabot[bot] Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com> * Bump kotlin-gradle-plugin from 1.5.30 to 1.5.31 (#253) Bumps [kotlin-gradle-plugin](https://github.com/JetBrains/kotlin) from 1.5.30 to 1.5.31. - [Release notes](https://github.com/JetBrains/kotlin/releases) - [Changelog](https://github.com/JetBrains/kotlin/blob/v1.5.31/ChangeLog.md) - [Commits](https://github.com/JetBrains/kotlin/compare/v1.5.30...v1.5.31) --- updated-dependencies: - dependency-name: org.jetbrains.kotlin:kotlin-gradle-plugin dependency-type: direct:production update-type: version-update:semver-patch ... Signed-off-by: dependabot[bot] Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com> * Bump constraintlayout from 2.1.0 to 2.1.1 (#257) Bumps [constraintlayout](https://github.com/androidx/constraintlayout) from 2.1.0 to 2.1.1. - [Release notes](https://github.com/androidx/constraintlayout/releases) - [Commits](https://github.com/androidx/constraintlayout/commits) --- updated-dependencies: - dependency-name: androidx.constraintlayout:constraintlayout dependency-type: direct:production update-type: version-update:semver-patch ... Signed-off-by: dependabot[bot] Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com> * Improve validation logic, fix tests (#261) * Fix nullable return type (#260) * Bump okhttp from 4.9.1 to 4.9.2 (#258) Bumps [okhttp](https://github.com/square/okhttp) from 4.9.1 to 4.9.2. - [Release notes](https://github.com/square/okhttp/releases) - [Changelog](https://github.com/square/okhttp/blob/master/CHANGELOG.md) - [Commits](https://github.com/square/okhttp/compare/parent-4.9.1...parent-4.9.2) --- updated-dependencies: - dependency-name: com.squareup.okhttp3:okhttp dependency-type: direct:production update-type: version-update:semver-patch ... Signed-off-by: dependabot[bot] Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com> Co-authored-by: Dmytro * Bump dokka_version from 1.5.30 to 1.5.31 (#264) Bumps `dokka_version` from 1.5.30 to 1.5.31. Updates `dokka-gradle-plugin` from 1.5.30 to 1.5.31 - [Release notes](https://github.com/Kotlin/dokka/releases) - [Commits](https://github.com/Kotlin/dokka/compare/v1.5.30...v1.5.31) Updates `dokka-base` from 1.5.30 to 1.5.31 - [Release notes](https://github.com/Kotlin/dokka/releases) - [Commits](https://github.com/Kotlin/dokka/compare/v1.5.30...v1.5.31) --- updated-dependencies: - dependency-name: org.jetbrains.dokka:dokka-gradle-plugin dependency-type: direct:production update-type: version-update:semver-patch - dependency-name: org.jetbrains.dokka:dokka-base dependency-type: direct:production update-type: version-update:semver-patch ... Signed-off-by: dependabot[bot] Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com> Co-authored-by: Dmytro * Public release v1.6.15 (#266) * Version name & code rise * Update docs * Bump firebase-bom from 28.4.1 to 28.4.2 (#270) Bumps firebase-bom from 28.4.1 to 28.4.2. --- updated-dependencies: - dependency-name: com.google.firebase:firebase-bom dependency-type: direct:production update-type: version-update:semver-patch ... Signed-off-by: dependabot[bot] Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com> * Bump mockito_version from 3.12.4 to 4.0.0 (#271) Bumps `mockito_version` from 3.12.4 to 4.0.0. Updates `mockito-core` from 3.12.4 to 4.0.0 - [Release notes](https://github.com/mockito/mockito/releases) - [Commits](https://github.com/mockito/mockito/compare/v3.12.4...v4.0.0) Updates `mockito-inline` from 3.12.4 to 4.0.0 - [Release notes](https://github.com/mockito/mockito/releases) - [Commits](https://github.com/mockito/mockito/compare/v3.12.4...v4.0.0) --- updated-dependencies: - dependency-name: org.mockito:mockito-core dependency-type: direct:production update-type: version-update:semver-major - dependency-name: org.mockito:mockito-inline dependency-type: direct:production update-type: version-update:semver-major ... Signed-off-by: dependabot[bot] Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com> * Bump gradle from 7.0.2 to 7.0.3 (#273) Bumps gradle from 7.0.2 to 7.0.3. --- updated-dependencies: - dependency-name: com.android.tools.build:gradle dependency-type: direct:production update-type: version-update:semver-patch ... Signed-off-by: dependabot[bot] Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com> * Fix submit function response body (#274) * Public release v1.6.16 (#275) * Merge dev into master (#269) * Release/v1.6.13 to dev (#240) * Bump dokka_version from 1.5.0 to 1.5.30 (#242) Bumps `dokka_version` from 1.5.0 to 1.5.30. Updates `dokka-gradle-plugin` from 1.5.0 to 1.5.30 - [Release notes](https://github.com/Kotlin/dokka/releases) - [Commits](https://github.com/Kotlin/dokka/compare/v1.5.0...v1.5.30) Updates `dokka-base` from 1.5.0 to 1.5.30 - [Release notes](https://github.com/Kotlin/dokka/releases) - [Commits](https://github.com/Kotlin/dokka/compare/v1.5.0...v1.5.30) --- updated-dependencies: - dependency-name: org.jetbrains.dokka:dokka-gradle-plugin dependency-type: direct:production update-type: version-update:semver-patch - dependency-name: org.jetbrains.dokka:dokka-base dependency-type: direct:production update-type: version-update:semver-patch ... Signed-off-by: dependabot[bot] Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com> * Improve default validation (#243) * Update MIGRATING.md (#244) * Release v1.6.14 (#246) * Bump cardscan-ui from 2.1.0011 to 2.1.0012 (#249) Bumps [cardscan-ui](https://github.com/getbouncer/cardscan-android) from 2.1.0011 to 2.1.0012. - [Release notes](https://github.com/getbouncer/cardscan-android/releases) - [Changelog](https://github.com/getbouncer/cardscan-android/blob/master/CHANGELOG.md) - [Commits](https://github.com/getbouncer/cardscan-android/compare/2.1.0011...2.1.0012) --- updated-dependencies: - dependency-name: com.getbouncer:cardscan-ui dependency-type: direct:production update-type: version-update:semver-patch ... Signed-off-by: dependabot[bot] Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com> * Bump kotlin-gradle-plugin from 1.5.30 to 1.5.31 (#253) Bumps [kotlin-gradle-plugin](https://github.com/JetBrains/kotlin) from 1.5.30 to 1.5.31. - [Release notes](https://github.com/JetBrains/kotlin/releases) - [Changelog](https://github.com/JetBrains/kotlin/blob/v1.5.31/ChangeLog.md) - [Commits](https://github.com/JetBrains/kotlin/compare/v1.5.30...v1.5.31) --- updated-dependencies: - dependency-name: org.jetbrains.kotlin:kotlin-gradle-plugin dependency-type: direct:production update-type: version-update:semver-patch ... Signed-off-by: dependabot[bot] Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com> * Bump constraintlayout from 2.1.0 to 2.1.1 (#257) Bumps [constraintlayout](https://github.com/androidx/constraintlayout) from 2.1.0 to 2.1.1. - [Release notes](https://github.com/androidx/constraintlayout/releases) - [Commits](https://github.com/androidx/constraintlayout/commits) --- updated-dependencies: - dependency-name: androidx.constraintlayout:constraintlayout dependency-type: direct:production update-type: version-update:semver-patch ... Signed-off-by: dependabot[bot] Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com> * Improve validation logic, fix tests (#261) * Fix nullable return type (#260) * Bump okhttp from 4.9.1 to 4.9.2 (#258) Bumps [okhttp](https://github.com/square/okhttp) from 4.9.1 to 4.9.2. - [Release notes](https://github.com/square/okhttp/releases) - [Changelog](https://github.com/square/okhttp/blob/master/CHANGELOG.md) - [Commits](https://github.com/square/okhttp/compare/parent-4.9.1...parent-4.9.2) --- updated-dependencies: - dependency-name: com.squareup.okhttp3:okhttp dependency-type: direct:production update-type: version-update:semver-patch ... Signed-off-by: dependabot[bot] Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com> Co-authored-by: Dmytro * Bump dokka_version from 1.5.30 to 1.5.31 (#264) Bumps `dokka_version` from 1.5.30 to 1.5.31. Updates `dokka-gradle-plugin` from 1.5.30 to 1.5.31 - [Release notes](https://github.com/Kotlin/dokka/releases) - [Commits](https://github.com/Kotlin/dokka/compare/v1.5.30...v1.5.31) Updates `dokka-base` from 1.5.30 to 1.5.31 - [Release notes](https://github.com/Kotlin/dokka/releases) - [Commits](https://github.com/Kotlin/dokka/compare/v1.5.30...v1.5.31) --- updated-dependencies: - dependency-name: org.jetbrains.dokka:dokka-gradle-plugin dependency-type: direct:production update-type: version-update:semver-patch - dependency-name: org.jetbrains.dokka:dokka-base dependency-type: direct:production update-type: version-update:semver-patch ... Signed-off-by: dependabot[bot] Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com> Co-authored-by: Dmytro * Public release v1.6.15 (#266) * Version name & code rise * Update docs Co-authored-by: Dmytro Kos Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com> * Images patch 1 (#272) * Version name & code rise * Update docs * Update config.yml Co-authored-by: Dmytro Kos Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com> * Bump tensorflow-lite from 2.1.0011 to 2.1.0015 (#262) Bumps [tensorflow-lite](https://github.com/getbouncer/cardscan-android) from 2.1.0011 to 2.1.0015. - [Release notes](https://github.com/getbouncer/cardscan-android/releases) - [Changelog](https://github.com/getbouncer/cardscan-android/blob/master/CHANGELOG.md) - [Commits](https://github.com/getbouncer/cardscan-android/compare/2.1.0011...2.1.0015) --- updated-dependencies: - dependency-name: com.getbouncer:tensorflow-lite dependency-type: direct:production update-type: version-update:semver-patch ... Signed-off-by: dependabot[bot] Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com> Co-authored-by: dmytrodmytryshyn * Bump scan-payment-full from 2.1.0011 to 2.1.0015 (#265) Bumps [scan-payment-full](https://github.com/getbouncer/cardscan-android) from 2.1.0011 to 2.1.0015. - [Release notes](https://github.com/getbouncer/cardscan-android/releases) - [Changelog](https://github.com/getbouncer/cardscan-android/blob/master/CHANGELOG.md) - [Commits](https://github.com/getbouncer/cardscan-android/compare/2.1.0011...2.1.0015) --- updated-dependencies: - dependency-name: com.getbouncer:scan-payment-full dependency-type: direct:production update-type: version-update:semver-patch ... Signed-off-by: dependabot[bot] Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com> Co-authored-by: dmytrodmytryshyn * Bump cardscan-ui from 2.1.0012 to 2.1.0015 (#263) Bumps [cardscan-ui](https://github.com/getbouncer/cardscan-android) from 2.1.0012 to 2.1.0015. - [Release notes](https://github.com/getbouncer/cardscan-android/releases) - [Changelog](https://github.com/getbouncer/cardscan-android/blob/master/CHANGELOG.md) - [Commits](https://github.com/getbouncer/cardscan-android/compare/2.1.0012...2.1.0015) --- updated-dependencies: - dependency-name: com.getbouncer:cardscan-ui dependency-type: direct:production update-type: version-update:semver-patch ... Signed-off-by: dependabot[bot] Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com> Co-authored-by: dmytrodmytryshyn * Bump bouncer versions from 2.1.0015 -> 2.1.0016 (#279) * Bouncer adapter version name & code rise (#278) * Bump core-ktx from 1.6.0 to 1.7.0 (#285) * Bump core-ktx from 1.6.0 to 1.7.0 Bumps core-ktx from 1.6.0 to 1.7.0. --- updated-dependencies: - dependency-name: androidx.core:core-ktx dependency-type: direct:production update-type: version-update:semver-minor ... Signed-off-by: dependabot[bot] * update compileSdkVersion * update cursor.getString Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com> Co-authored-by: Dmytro * Bump firebase-bom from 28.4.2 to 29.0.0 (#286) Bumps firebase-bom from 28.4.2 to 29.0.0. --- updated-dependencies: - dependency-name: com.google.firebase:firebase-bom dependency-type: direct:production update-type: version-update:semver-major ... Signed-off-by: dependabot[bot] Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com> * Bump robolectric from 4.6.1 to 4.7 (#287) Bumps [robolectric](https://github.com/robolectric/robolectric) from 4.6.1 to 4.7. - [Release notes](https://github.com/robolectric/robolectric/releases) - [Commits](https://github.com/robolectric/robolectric/compare/robolectric-4.6.1...robolectric-4.7) --- updated-dependencies: - dependency-name: org.robolectric:robolectric dependency-type: direct:production update-type: version-update:semver-minor ... Signed-off-by: dependabot[bot] Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com> * Bump kotlin-gradle-plugin from 1.5.31 to 1.6.0 (#288) Bumps [kotlin-gradle-plugin](https://github.com/JetBrains/kotlin) from 1.5.31 to 1.6.0. - [Release notes](https://github.com/JetBrains/kotlin/releases) - [Changelog](https://github.com/JetBrains/kotlin/blob/master/ChangeLog.md) - [Commits](https://github.com/JetBrains/kotlin/commits) --- updated-dependencies: - dependency-name: org.jetbrains.kotlin:kotlin-gradle-plugin dependency-type: direct:production update-type: version-update:semver-minor ... Signed-off-by: dependabot[bot] Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com> * add max Length (#289) * Bump mockk from 1.12.0 to 1.12.1 (#290) Bumps [mockk](https://github.com/mockk/mockk) from 1.12.0 to 1.12.1. - [Release notes](https://github.com/mockk/mockk/releases) - [Commits](https://github.com/mockk/mockk/compare/v1.12.0...1.12.1) --- updated-dependencies: - dependency-name: io.mockk:mockk dependency-type: direct:production update-type: version-update:semver-patch ... Signed-off-by: dependabot[bot] Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com> * Bump appcompat from 1.3.1 to 1.4.0 (#291) Bumps appcompat from 1.3.1 to 1.4.0. --- updated-dependencies: - dependency-name: androidx.appcompat:appcompat dependency-type: direct:production update-type: version-update:semver-minor ... Signed-off-by: dependabot[bot] Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com> * Bump robolectric from 4.7 to 4.7.1 (#292) Bumps [robolectric](https://github.com/robolectric/robolectric) from 4.7 to 4.7.1. - [Release notes](https://github.com/robolectric/robolectric/releases) - [Commits](https://github.com/robolectric/robolectric/compare/robolectric-4.7...robolectric-4.7.1) --- updated-dependencies: - dependency-name: org.robolectric:robolectric dependency-type: direct:production update-type: version-update:semver-patch ... Signed-off-by: dependabot[bot] Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com> * Bump constraintlayout from 2.1.1 to 2.1.2 (#293) Bumps [constraintlayout](https://github.com/androidx/constraintlayout) from 2.1.1 to 2.1.2. - [Release notes](https://github.com/androidx/constraintlayout/releases) - [Commits](https://github.com/androidx/constraintlayout/commits) --- updated-dependencies: - dependency-name: androidx.constraintlayout:constraintlayout dependency-type: direct:production update-type: version-update:semver-patch ... Signed-off-by: dependabot[bot] Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com> * Bump okhttp from 4.9.2 to 4.9.3 (#294) Bumps [okhttp](https://github.com/square/okhttp) from 4.9.2 to 4.9.3. - [Release notes](https://github.com/square/okhttp/releases) - [Changelog](https://github.com/square/okhttp/blob/master/CHANGELOG.md) - [Commits](https://github.com/square/okhttp/compare/parent-4.9.2...parent-4.9.3) --- updated-dependencies: - dependency-name: com.squareup.okhttp3:okhttp dependency-type: direct:production update-type: version-update:semver-patch ... Signed-off-by: dependabot[bot] Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com> * Bump mockito_version from 4.0.0 to 4.1.0 (#295) Bumps `mockito_version` from 4.0.0 to 4.1.0. Updates `mockito-core` from 4.0.0 to 4.1.0 - [Release notes](https://github.com/mockito/mockito/releases) - [Commits](https://github.com/mockito/mockito/compare/v4.0.0...v4.1.0) Updates `mockito-inline` from 4.0.0 to 4.1.0 - [Release notes](https://github.com/mockito/mockito/releases) - [Commits](https://github.com/mockito/mockito/compare/v4.0.0...v4.1.0) --- updated-dependencies: - dependency-name: org.mockito:mockito-core dependency-type: direct:production update-type: version-update:semver-minor - dependency-name: org.mockito:mockito-inline dependency-type: direct:production update-type: version-update:semver-minor ... Signed-off-by: dependabot[bot] Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com> * Bump robolectric from 4.7.1 to 4.7.2 (#296) Bumps [robolectric](https://github.com/robolectric/robolectric) from 4.7.1 to 4.7.2. - [Release notes](https://github.com/robolectric/robolectric/releases) - [Commits](https://github.com/robolectric/robolectric/compare/robolectric-4.7.1...robolectric-4.7.2) --- updated-dependencies: - dependency-name: org.robolectric:robolectric dependency-type: direct:production update-type: version-update:semver-patch ... Signed-off-by: dependabot[bot] Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com> * Bump dokka_version from 1.5.31 to 1.6.0 (#297) Bumps `dokka_version` from 1.5.31 to 1.6.0. Updates `dokka-gradle-plugin` from 1.5.31 to 1.6.0 - [Release notes](https://github.com/Kotlin/dokka/releases) - [Commits](https://github.com/Kotlin/dokka/compare/v1.5.31...v1.6.0) Updates `dokka-base` from 1.5.31 to 1.6.0 - [Release notes](https://github.com/Kotlin/dokka/releases) - [Commits](https://github.com/Kotlin/dokka/compare/v1.5.31...v1.6.0) --- updated-dependencies: - dependency-name: org.jetbrains.dokka:dokka-gradle-plugin dependency-type: direct:production update-type: version-update:semver-minor - dependency-name: org.jetbrains.dokka:dokka-base dependency-type: direct:production update-type: version-update:semver-minor ... Signed-off-by: dependabot[bot] Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com> * Merge public release v1.16.17 into development (#299) * Merge public release 1.6.16 into master (#277) * Release/v1.6.13 to dev (#240) * Bump dokka_version from 1.5.0 to 1.5.30 (#242) Bumps `dokka_version` from 1.5.0 to 1.5.30. Updates `dokka-gradle-plugin` from 1.5.0 to 1.5.30 - [Release notes](https://github.com/Kotlin/dokka/releases) - [Commits](https://github.com/Kotlin/dokka/compare/v1.5.0...v1.5.30) Updates `dokka-base` from 1.5.0 to 1.5.30 - [Release notes](https://github.com/Kotlin/dokka/releases) - [Commits](https://github.com/Kotlin/dokka/compare/v1.5.0...v1.5.30) --- updated-dependencies: - dependency-name: org.jetbrains.dokka:dokka-gradle-plugin dependency-type: direct:production update-type: version-update:semver-patch - dependency-name: org.jetbrains.dokka:dokka-base dependency-type: direct:production update-type: version-update:semver-patch ... Signed-off-by: dependabot[bot] Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com> * Improve default validation (#243) * Update MIGRATING.md (#244) * Release v1.6.14 (#246) * Bump cardscan-ui from 2.1.0011 to 2.1.0012 (#249) Bumps [cardscan-ui](https://github.com/getbouncer/cardscan-android) from 2.1.0011 to 2.1.0012. - [Release notes](https://github.com/getbouncer/cardscan-android/releases) - [Changelog](https://github.com/getbouncer/cardscan-android/blob/master/CHANGELOG.md) - [Commits](https://github.com/getbouncer/cardscan-android/compare/2.1.0011...2.1.0012) --- updated-dependencies: - dependency-name: com.getbouncer:cardscan-ui dependency-type: direct:production update-type: version-update:semver-patch ... Signed-off-by: dependabot[bot] Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com> * Bump kotlin-gradle-plugin from 1.5.30 to 1.5.31 (#253) Bumps [kotlin-gradle-plugin](https://github.com/JetBrains/kotlin) from 1.5.30 to 1.5.31. - [Release notes](https://github.com/JetBrains/kotlin/releases) - [Changelog](https://github.com/JetBrains/kotlin/blob/v1.5.31/ChangeLog.md) - [Commits](https://github.com/JetBrains/kotlin/compare/v1.5.30...v1.5.31) --- updated-dependencies: - dependency-name: org.jetbrains.kotlin:kotlin-gradle-plugin dependency-type: direct:production update-type: version-update:semver-patch ... Signed-off-by: dependabot[bot] Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com> * Bump constraintlayout from 2.1.0 to 2.1.1 (#257) Bumps [constraintlayout](https://github.com/androidx/constraintlayout) from 2.1.0 to 2.1.1. - [Release notes](https://github.com/androidx/constraintlayout/releases) - [Commits](https://github.com/androidx/constraintlayout/commits) --- updated-dependencies: - dependency-name: androidx.constraintlayout:constraintlayout dependency-type: direct:production update-type: version-update:semver-patch ... Signed-off-by: dependabot[bot] Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com> * Improve validation logic, fix tests (#261) * Fix nullable return type (#260) * Bump okhttp from 4.9.1 to 4.9.2 (#258) Bumps [okhttp](https://github.com/square/okhttp) from 4.9.1 to 4.9.2. - [Release notes](https://github.com/square/okhttp/releases) - [Changelog](https://github.com/square/okhttp/blob/master/CHANGELOG.md) - [Commits](https://github.com/square/okhttp/compare/parent-4.9.1...parent-4.9.2) --- updated-dependencies: - dependency-name: com.squareup.okhttp3:okhttp dependency-type: direct:production update-type: version-update:semver-patch ... Signed-off-by: dependabot[bot] Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com> Co-authored-by: Dmytro * Bump dokka_version from 1.5.30 to 1.5.31 (#264) Bumps `dokka_version` from 1.5.30 to 1.5.31. Updates `dokka-gradle-plugin` from 1.5.30 to 1.5.31 - [Release notes](https://github.com/Kotlin/dokka/releases) - [Commits](https://github.com/Kotlin/dokka/compare/v1.5.30...v1.5.31) Updates `dokka-base` from 1.5.30 to 1.5.31 - [Release notes](https://github.com/Kotlin/dokka/releases) - [Commits](https://github.com/Kotlin/dokka/compare/v1.5.30...v1.5.31) --- updated-dependencies: - dependency-name: org.jetbrains.dokka:dokka-gradle-plugin dependency-type: direct:production update-type: version-update:semver-patch - dependency-name: org.jetbrains.dokka:dokka-base dependency-type: direct:production update-type: version-update:semver-patch ... Signed-off-by: dependabot[bot] Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com> Co-authored-by: Dmytro * Public release v1.6.15 (#266) * Version name & code rise * Update docs * Bump firebase-bom from 28.4.1 to 28.4.2 (#270) Bumps firebase-bom from 28.4.1 to 28.4.2. --- updated-dependencies: - dependency-name: com.google.firebase:firebase-bom dependency-type: direct:production update-type: version-update:semver-patch ... Signed-off-by: dependabot[bot] Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com> * Bump mockito_version from 3.12.4 to 4.0.0 (#271) Bumps `mockito_version` from 3.12.4 to 4.0.0. Updates `mockito-core` from 3.12.4 to 4.0.0 - [Release notes](https://github.com/mockito/mockito/releases) - [Commits](https://github.com/mockito/mockito/compare/v3.12.4...v4.0.0) Updates `mockito-inline` from 3.12.4 to 4.0.0 - [Release notes](https://github.com/mockito/mockito/releases) - [Commits](https://github.com/mockito/mockito/compare/v3.12.4...v4.0.0) --- updated-dependencies: - dependency-name: org.mockito:mockito-core dependency-type: direct:production update-type: version-update:semver-major - dependency-name: org.mockito:mockito-inline dependency-type: direct:production update-type: version-update:semver-major ... Signed-off-by: dependabot[bot] Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com> * Bump gradle from 7.0.2 to 7.0.3 (#273) Bumps gradle from 7.0.2 to 7.0.3. --- updated-dependencies: - dependency-name: com.android.tools.build:gradle dependency-type: direct:production update-type: version-update:semver-patch ... Signed-off-by: dependabot[bot] Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com> * Fix submit function response body (#274) * Public release v1.6.16 (#275) * Merge dev into master (#269) * Release/v1.6.13 to dev (#240) * Bump dokka_version from 1.5.0 to 1.5.30 (#242) Bumps `dokka_version` from 1.5.0 to 1.5.30. Updates `dokka-gradle-plugin` from 1.5.0 to 1.5.30 - [Release notes](https://github.com/Kotlin/dokka/releases) - [Commits](https://github.com/Kotlin/dokka/compare/v1.5.0...v1.5.30) Updates `dokka-base` from 1.5.0 to 1.5.30 - [Release notes](https://github.com/Kotlin/dokka/releases) - [Commits](https://github.com/Kotlin/dokka/compare/v1.5.0...v1.5.30) --- updated-dependencies: - dependency-name: org.jetbrains.dokka:dokka-gradle-plugin dependency-type: direct:production update-type: version-update:semver-patch - dependency-name: org.jetbrains.dokka:dokka-base dependency-type: direct:production update-type: version-update:semver-patch ... Signed-off-by: dependabot[bot] Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com> * Improve default validation (#243) * Update MIGRATING.md (#244) * Release v1.6.14 (#246) * Bump cardscan-ui from 2.1.0011 to 2.1.0012 (#249) Bumps [cardscan-ui](https://github.com/getbouncer/cardscan-android) from 2.1.0011 to 2.1.0012. - [Release notes](https://github.com/getbouncer/cardscan-android/releases) - [Changelog](https://github.com/getbouncer/cardscan-android/blob/master/CHANGELOG.md) - [Commits](https://github.com/getbouncer/cardscan-android/compare/2.1.0011...2.1.0012) --- updated-dependencies: - dependency-name: com.getbouncer:cardscan-ui dependency-type: direct:production update-type: version-update:semver-patch ... Signed-off-by: dependabot[bot] Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com> * Bump kotlin-gradle-plugin from 1.5.30 to 1.5.31 (#253) Bumps [kotlin-gradle-plugin](https://github.com/JetBrains/kotlin) from 1.5.30 to 1.5.31. - [Release notes](https://github.com/JetBrains/kotlin/releases) - [Changelog](https://github.com/JetBrains/kotlin/blob/v1.5.31/ChangeLog.md) - [Commits](https://github.com/JetBrains/kotlin/compare/v1.5.30...v1.5.31) --- updated-dependencies: - dependency-name: org.jetbrains.kotlin:kotlin-gradle-plugin dependency-type: direct:production update-type: version-update:semver-patch ... Signed-off-by: dependabot[bot] Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com> * Bump constraintlayout from 2.1.0 to 2.1.1 (#257) Bumps [constraintlayout](https://github.com/androidx/constraintlayout) from 2.1.0 to 2.1.1. - [Release notes](https://github.com/androidx/constraintlayout/releases) - [Commits](https://github.com/androidx/constraintlayout/commits) --- updated-dependencies: - dependency-name: androidx.constraintlayout:constraintlayout dependency-type: direct:production update-type: version-update:semver-patch ... Signed-off-by: dependabot[bot] Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com> * Improve validation logic, fix tests (#261) * Fix nullable return type (#260) * Bump okhttp from 4.9.1 to 4.9.2 (#258) Bumps [okhttp](https://github.com/square/okhttp) from 4.9.1 to 4.9.2. - [Release notes](https://github.com/square/okhttp/releases) - [Changelog](https://github.com/square/okhttp/blob/master/CHANGELOG.md) - [Commits](https://github.com/square/okhttp/compare/parent-4.9.1...parent-4.9.2) --- updated-dependencies: - dependency-name: com.squareup.okhttp3:okhttp dependency-type: direct:production update-type: version-update:semver-patch ... Signed-off-by: dependabot[bot] Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com> Co-authored-by: Dmytro * Bump dokka_version from 1.5.30 to 1.5.31 (#264) Bumps `dokka_version` from 1.5.30 to 1.5.31. Updates `dokka-gradle-plugin` from 1.5.30 to 1.5.31 - [Release notes](https://github.com/Kotlin/dokka/releases) - [Commits](https://github.com/Kotlin/dokka/compare/v1.5.30...v1.5.31) Updates `dokka-base` from 1.5.30 to 1.5.31 - [Release notes](https://github.com/Kotlin/dokka/releases) - [Commits](https://github.com/Kotlin/dokka/compare/v1.5.30...v1.5.31) --- updated-dependencies: - dependency-name: org.jetbrains.dokka:dokka-gradle-plugin dependency-type: direct:production update-type: version-update:semver-patch - dependency-name: org.jetbrains.dokka:dokka-base dependency-type: direct:production update-type: version-update:semver-patch ... Signed-off-by: dependabot[bot] Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com> Co-authored-by: Dmytro * Public release v1.6.15 (#266) * Version name & code rise * Update docs Co-authored-by: Dmytro Kos Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com> * Images patch 1 (#272) * Version name & code rise * Update docs * Update config.yml Co-authored-by: Dmytro Kos Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com> Co-authored-by: Dmytro Kos Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com> * Merge dev into master (#280) * Release/v1.6.13 to dev (#240) * Bump dokka_version from 1.5.0 to 1.5.30 (#242) Bumps `dokka_version` from 1.5.0 to 1.5.30. Updates `dokka-gradle-plugin` from 1.5.0 to 1.5.30 - [Release notes](https://github.com/Kotlin/dokka/releases) - [Commits](https://github.com/Kotlin/dokka/compare/v1.5.0...v1.5.30) Updates `dokka-base` from 1.5.0 to 1.5.30 - [Release notes](https://github.com/Kotlin/dokka/releases) - [Commits](https://github.com/Kotlin/dokka/compare/v1.5.0...v1.5.30) --- updated-dependencies: - dependency-name: org.jetbrains.dokka:dokka-gradle-plugin dependency-type: direct:production update-type: version-update:semver-patch - dependency-name: org.jetbrains.dokka:dokka-base dependency-type: direct:production update-type: version-update:semver-patch ... Signed-off-by: dependabot[bot] Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com> * Improve default validation (#243) * Update MIGRATING.md (#244) * Release v1.6.14 (#246) * Bump cardscan-ui from 2.1.0011 to 2.1.0012 (#249) Bumps [cardscan-ui](https://github.com/getbouncer/cardscan-android) from 2.1.0011 to 2.1.0012. - [Release notes](https://github.com/getbouncer/cardscan-android/releases) - [Changelog](https://github.com/getbouncer/cardscan-android/blob/master/CHANGELOG.md) - [Commits](https://github.com/getbouncer/cardscan-android/compare/2.1.0011...2.1.0012) --- updated-dependencies: - dependency-name: com.getbouncer:cardscan-ui dependency-type: direct:production update-type: version-update:semver-patch ... Signed-off-by: dependabot[bot] Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com> * Bump kotlin-gradle-plugin from 1.5.30 to 1.5.31 (#253) Bumps [kotlin-gradle-plugin](https://github.com/JetBrains/kotlin) from 1.5.30 to 1.5.31. - [Release notes](https://github.com/JetBrains/kotlin/releases) - [Changelog](https://github.com/JetBrains/kotlin/blob/v1.5.31/ChangeLog.md) - [Commits](https://github.com/JetBrains/kotlin/compare/v1.5.30...v1.5.31) --- updated-dependencies: - dependency-name: org.jetbrains.kotlin:kotlin-gradle-plugin dependency-type: direct:production update-type: version-update:semver-patch ... Signed-off-by: dependabot[bot] Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com> * Bump constraintlayout from 2.1.0 to 2.1.1 (#257) Bumps [constraintlayout](https://github.com/androidx/constraintlayout) from 2.1.0 to 2.1.1. - [Release notes](https://github.com/androidx/constraintlayout/releases) - [Commits](https://github.com/androidx/constraintlayout/commits) --- updated-dependencies: - dependency-name: androidx.constraintlayout:constraintlayout dependency-type: direct:production update-type: version-update:semver-patch ... Signed-off-by: dependabot[bot] Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com> * Improve validation logic, fix tests (#261) * Fix nullable return type (#260) * Bump okhttp from 4.9.1 to 4.9.2 (#258) Bumps [okhttp](https://github.com/square/okhttp) from 4.9.1 to 4.9.2. - [Release notes](https://github.com/square/okhttp/releases) - [Changelog](https://github.com/square/okhttp/blob/master/CHANGELOG.md) - [Commits](https://github.com/square/okhttp/compare/parent-4.9.1...parent-4.9.2) --- updated-dependencies: - dependency-name: com.squareup.okhttp3:okhttp dependency-type: direct:production update-type: version-update:semver-patch ... Signed-off-by: dependabot[bot] Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com> Co-authored-by: Dmytro * Bump dokka_version from 1.5.30 to 1.5.31 (#264) Bumps `dokka_version` from 1.5.30 to 1.5.31. Updates `dokka-gradle-plugin` from 1.5.30 to 1.5.31 - [Release notes](https://github.com/Kotlin/dokka/releases) - [Commits](https://github.com/Kotlin/dokka/compare/v1.5.30...v1.5.31) Updates `dokka-base` from 1.5.30 to 1.5.31 - [Release notes](https://github.com/Kotlin/dokka/releases) - [Commits](https://github.com/Kotlin/dokka/compare/v1.5.30...v1.5.31) --- updated-dependencies: - dependency-name: org.jetbrains.dokka:dokka-gradle-plugin dependency-type: direct:production update-type: version-update:semver-patch - dependency-name: org.jetbrains.dokka:dokka-base dependency-type: direct:production update-type: version-update:semver-patch ... Signed-off-by: dependabot[bot] Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com> Co-authored-by: Dmytro * Public release v1.6.15 (#266) * Version name & code rise * Update docs * Bump firebase-bom from 28.4.1 to 28.4.2 (#270) Bumps firebase-bom from 28.4.1 to 28.4.2. --- updated-dependencies: - dependency-name: com.google.firebase:firebase-bom dependency-type: direct:production update-type: version-update:semver-patch ... Signed-off-by: dependabot[bot] Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com> * Bump mockito_version from 3.12.4 to 4.0.0 (#271) Bumps `mockito_version` from 3.12.4 to 4.0.0. Updates `mockito-core` from 3.12.4 to 4.0.0 - [Release notes](https://github.com/mockito/mockito/releases) - [Commits](https://github.com/mockito/mockito/compare/v3.12.4...v4.0.0) Updates `mockito-inline` from 3.12.4 to 4.0.0 - [Release notes](https://github.com/mockito/mockito/releases) - [Commits](https://github.com/mockito/mockito/compare/v3.12.4...v4.0.0) --- updated-dependencies: - dependency-name: org.mockito:mockito-core dependency-type: direct:production update-type: version-update:semver-major - dependency-name: org.mockito:mockito-inline dependency-type: direct:production update-type: version-update:semver-major ... Signed-off-by: dependabot[bot] Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com> * Bump gradle from 7.0.2 to 7.0.3 (#273) Bumps gradle from 7.0.2 to 7.0.3. --- updated-dependencies: - dependency-name: com.android.tools.build:gradle dependency-type: direct:production update-type: version-update:semver-patch ... Signed-off-by: dependabot[bot] Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com> * Fix submit function response body (#274) * Public release v1.6.16 (#275) * Merge dev into master (#269) * Release/v1.6.13 to dev (#240) * Bump dokka_version from 1.5.0 to 1.5.30 (#242) Bumps `dokka_version` from 1.5.0 to 1.5.30. Updates `dokka-gradle-plugin` from 1.5.0 to 1.5.30 - [Release notes](https://github.com/Kotlin/dokka/releases) - [Commits](https://github.com/Kotlin/dokka/compare/v1.5.0...v1.5.30) Updates `dokka-base` from 1.5.0 to 1.5.30 - [Release notes](https://github.com/Kotlin/dokka/releases) - [Commits](https://github.com/Kotlin/dokka/compare/v1.5.0...v1.5.30) --- updated-dependencies: - dependency-name: org.jetbrains.dokka:dokka-gradle-plugin dependency-type: direct:production update-type: version-update:semver-patch - dependency-name: org.jetbrains.dokka:dokka-base dependency-type: direct:production update-type: version-update:semver-patch ... Signed-off-by: dependabot[bot] Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com> * Improve default validation (#243) * Update MIGRATING.md (#244) * Release v1.6.14 (#246) * Bump cardscan-ui from 2.1.0011 to 2.1.0012 (#249) Bumps [cardscan-ui](https://github.com/getbouncer/cardscan-android) from 2.1.0011 to 2.1.0012. - [Release notes](https://github.com/getbouncer/cardscan-android/releases) - [Changelog](https://github.com/getbouncer/cardscan-android/blob/master/CHANGELOG.md) - [Commits](https://github.com/getbouncer/cardscan-android/compare/2.1.0011...2.1.0012) --- updated-dependencies: - dependency-name: com.getbouncer:cardscan-ui dependency-type: direct:production update-type: version-update:semver-patch ... Signed-off-by: dependabot[bot] Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com> * Bump kotlin-gradle-plugin from 1.5.30 to 1.5.31 (#253) Bumps [kotlin-gradle-plugin](https://github.com/JetBrains/kotlin) from 1.5.30 to 1.5.31. - [Release notes](https://github.com/JetBrains/kotlin/releases) - [Changelog](https://github.com/JetBrains/kotlin/blob/v1.5.31/ChangeLog.md) - [Commits](https://github.com/JetBrains/kotlin/compare/v1.5.30...v1.5.31) --- updated-dependencies: - dependency-name: org.jetbrains.kotlin:kotlin-gradle-plugin dependency-type: direct:production update-type: version-update:semver-patch ... Signed-off-by: dependabot[bot] Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com> * Bump constraintlayout from 2.1.0 to 2.1.1 (#257) Bumps [constraintlayout](https://github.com/androidx/constraintlayout) from 2.1.0 to 2.1.1. - [Release notes](https://github.com/androidx/constraintlayout/releases) - [Commits](https://github.com/androidx/constraintlayout/commits) --- updated-dependencies: - dependency-name: androidx.constraintlayout:constraintlayout dependency-type: direct:production update-type: version-update:semver-patch ... Signed-off-by: dependabot[bot] Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com> * Improve validation logic, fix tests (#261) * Fix nullable return type (#260) * Bump okhttp from 4.9.1 to 4.9.2 (#258) Bumps [okhttp](https://github.com/square/okhttp) from 4.9.1 to 4.9.2. - [Release notes](https://github.com/square/okhttp/releases) - [Changelog](https://github.com/square/okhttp/blob/master/CHANGELOG.md) - [Commits](https://github.com/square/okhttp/compare/parent-4.9.1...parent-4.9.2) --- updated-dependencies: - dependency-name: com.squareup.okhttp3:okhttp dependency-type: direct:production update-type: version-update:semver-patch ... Signed-off-by: dependabot[bot] Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com> Co-authored-by: Dmytro * Bump dokka_version from 1.5.30 to 1.5.31 (#264) Bumps `dokka_version` from 1.5.30 to 1.5.31. Updates `dokka-gradle-plugin` from 1.5.30 to 1.5.31 - [Release notes](https://github.com/Kotlin/dokka/releases) - [Commits](https://github.com/Kotlin/dokka/compare/v1.5.30...v1.5.31) Updates `dokka-base` from 1.5.30 to 1.5.31 - [Release notes](https://github.com/Kotlin/dokka/releases) - [Commits](https://github.com/Kotlin/dokka/compare/v1.5.30...v1.5.31) --- updated-dependencies: - dependency-name: org.jetbrains.dokka:dokka-gradle-plugin dependency-type: direct:production update-type: version-update:semver-patch - dependency-name: org.jetbrains.dokka:dokka-base dependency-type: direct:production update-type: version-update:semver-patch ... Signed-off-by: dependabot[bot] Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com> Co-authored-by: Dmytro * Public release v1.6.15 (#266) * Version name & code rise * Update docs Co-authored-by: Dmytro Kos Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com> * Images patch 1 (#272) * Version name & code rise * Update docs * Update config.yml Co-authored-by: Dmytro Kos Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com> * Bump tensorflow-lite from 2.1.0011 to 2.1.0015 (#262) Bumps [tensorflow-lite](https://github.com/getbouncer/cardscan-android) from 2.1.0011 to 2.1.0015. - [Release notes](https://github.com/getbouncer/cardscan-android/releases) - [Changelog](https://github.com/getbouncer/cardscan-android/blob/master/CHANGELOG.md) - [Commits](https://github.com/getbouncer/cardscan-android/compare/2.1.0011...2.1.0015) --- updated-dependencies: - dependency-name: com.getbouncer:tensorflow-lite dependency-type: direct:production update-type: version-update:semver-patch ... Signed-off-by: dependabot[bot] Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com> Co-authored-by: dmytrodmytryshyn * Bump scan-payment-full from 2.1.0011 to 2.1.0015 (#265) Bumps [scan-payment-full](https://github.com/getbouncer/cardscan-android) from 2.1.0011 to 2.1.0015. - [Release notes](https://github.com/getbouncer/cardscan-android/releases) - [Changelog](https://github.com/getbouncer/cardscan-android/blob/master/CHANGELOG.md) - [Commits](https://github.com/getbouncer/cardscan-android/compare/2.1.0011...2.1.0015) --- updated-dependencies: - dependency-name: com.getbouncer:scan-payment-full dependency-type: direct:production update-type: version-update:semver-patch ... Signed-off-by: dependabot[bot] Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com> Co-authored-by: dmytrodmytryshyn * Bump cardscan-ui from 2.1.0012 to 2.1.0015 (#263) Bumps [cardscan-ui](https://github.com/getbouncer/cardscan-android) from 2.1.0012 to 2.1.0015. - [Release notes](https://github.com/getbouncer/cardscan-android/releases) - [Changelog](https://github.com/getbouncer/cardscan-android/blob/master/CHANGELOG.md) - [Commits](https://github.com/getbouncer/cardscan-android/compare/2.1.0012...2.1.0015) --- updated-dependencies: - dependency-name: com.getbouncer:cardscan-ui dependency-type: direct:production update-type: version-update:semver-patch ... Signed-off-by: dependabot[bot] Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com> Co-authored-by: dmytrodmytryshyn * Bump bouncer versions from 2.1.0015 -> 2.1.0016 (#279) * Bouncer adapter version name & code rise (#278) Co-authored-by: Dmytro Kos Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com> * Version name & code rise * Update docs Co-authored-by: Dmytro Kos Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com> * Bump firebase-bom from 29.0.0 to 29.0.1 (#302) Bumps firebase-bom from 29.0.0 to 29.0.1. --- updated-dependencies: - dependency-name: com.google.firebase:firebase-bom dependency-type: direct:production update-type: version-update:semver-patch ... Signed-off-by: dependabot[bot] Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com> * Bump robolectric from 4.7.2 to 4.7.3 (#303) Bumps [robolectric](https://github.com/robolectric/robolectric) from 4.7.2 to 4.7.3. - [Release notes](https://github.com/robolectric/robolectric/releases) - [Commits](https://github.com/robolectric/robolectric/compare/robolectric-4.7.2...robolectric-4.7.3) --- updated-dependencies: - dependency-name: org.robolectric:robolectric dependency-type: direct:production update-type: version-update:semver-patch ... Signed-off-by: dependabot[bot] Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com> * Bump json from 20210307 to 20211205 (#304) Bumps [json](https://github.com/douglascrockford/JSON-java) from 20210307 to 20211205. - [Release notes](https://github.com/douglascrockford/JSON-java/releases) - [Changelog](https://github.com/stleary/JSON-java/blob/master/docs/RELEASES.md) - [Commits](https://github.com/douglascrockford/JSON-java/commits) --- updated-dependencies: - dependency-name: org.json:json dependency-type: direct:production update-type: version-update:semver-major ... Signed-off-by: dependabot[bot] Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com> * Bump play-services-auth from 19.2.0 to 20.0.0 (#306) Bumps play-services-auth from 19.2.0 to 20.0.0. --- updated-dependencies: - dependency-name: com.google.android.gms:play-services-auth dependency-type: direct:production update-type: version-update:semver-major ... Signed-off-by: dependabot[bot] Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com> * Bump firebase-bom from 29.0.1 to 29.0.2 (#311) Bumps firebase-bom from 29.0.1 to 29.0.2. --- updated-dependencies: - dependency-name: com.google.firebase:firebase-bom dependency-type: direct:production update-type: version-update:semver-patch ... Signed-off-by: dependabot[bot] Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com> * Move google-services.json to ci (#307) * Remove google-services.json. Update ci config. Add test code for check file creation. * Remove tests code. * Fix TextInputFieldLayout.kt error restore after screen rotation (#312) * Bump kotlin-gradle-plugin from 1.6.0 to 1.6.10 (#313) Bumps [kotlin-gradle-plugin](https://github.com/JetBrains/kotlin) from 1.6.0 to 1.6.10. - [Release notes](https://github.com/JetBrains/kotlin/releases) - [Changelog](https://github.com/JetBrains/kotlin/blob/v1.6.10/ChangeLog.md) - [Commits](https://github.com/JetBrains/kotlin/compare/v1.6.0...v1.6.10) --- updated-dependencies: - dependency-name: org.jetbrains.kotlin:kotlin-gradle-plugin dependency-type: direct:production update-type: version-update:semver-patch ... Signed-off-by: dependabot[bot] Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com> * Bump gradle from 7.0.3 to 7.0.4 (#305) Bumps gradle from 7.0.3 to 7.0.4. --- updated-dependencies: - dependency-name: com.android.tools.build:gradle dependency-type: direct:production update-type: version-update:semver-patch ... Signed-off-by: dependabot[bot] Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com> * Merge public release v1.6.18 into dev (#315) * Merge public release 1.6.16 into master (#277) * Release/v1.6.13 to dev (#240) * Bump dokka_version from 1.5.0 to 1.5.30 (#242) Bumps `dokka_version` from 1.5.0 to 1.5.30. Updates `dokka-gradle-plugin` from 1.5.0 to 1.5.30 - [Release notes](https://github.com/Kotlin/dokka/releases) - [Commits](https://github.com/Kotlin/dokka/compare/v1.5.0...v1.5.30) Updates `dokka-base` from 1.5.0 to 1.5.30 - [Release notes](https://github.com/Kotlin/dokka/releases) - [Commits](https://github.com/Kotlin/dokka/compare/v1.5.0...v1.5.30) --- updated-dependencies: - dependency-name: org.jetbrains.dokka:dokka-gradle-plugin dependency-type: direct:production update-type: version-update:semver-patch - dependency-name: org.jetbrains.dokka:dokka-base dependency-type: direct:production update-type: version-update:semver-patch ... Signed-off-by: dependabot[bot] Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com> * Improve default validation (#243) * Update MIGRATING.md (#244) * Release v1.6.14 (#246) * Bump cardscan-ui from 2.1.0011 to 2.1.0012 (#249) Bumps [cardscan-ui](https://github.com/getbouncer/cardscan-android) from 2.1.0011 to 2.1.0012. - [Release notes](https://github.com/getbouncer/cardscan-android/releases) - [Changelog](https://github.com/getbouncer/cardscan-android/blob/master/CHANGELOG.md) - [Commits](https://github.com/getbouncer/cardscan-android/compare/2.1.0011...2.1.0012) --- updated-dependencies: - dependency-name: com.getbouncer:cardscan-ui dependency-type: direct:production update-type: version-update:semver-patch ... Signed-off-by: dependabot[bot] Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com> * Bump kotlin-gradle-plugin from 1.5.30 to 1.5.31 (#253) Bumps [kotlin-gradle-plugin](https://github.com/JetBrains/kotlin) from 1.5.30 to 1.5.31. - [Release notes](https://github.com/JetBrains/kotlin/releases) - [Changelog](https://github.com/JetBrains/kotlin/blob/v1.5.31/ChangeLog.md) - [Commits](https://github.com/JetBrains/kotlin/compare/v1.5.30...v1.5.31) --- updated-dependencies: - dependency-name: org.jetbrains.kotlin:kotlin-gradle-plugin dependency-type: direct:production update-type: version-update:semver-patch ... Signed-off-by: dependabot[bot] Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com> * Bump constraintlayout from 2.1.0 to 2.1.1 (#257) Bumps [constraintlayout](https://github.com/androidx/constraintlayout) from 2.1.0 to 2.1.1. - [Release notes](https://github.com/androidx/constraintlayout/releases) - [Commits](https://github.com/androidx/constraintlayout/commits) --- updated-dependencies: - dependency-name: androidx.constraintlayout:constraintlayout dependency-type: direct:production update-type: version-update:semver-patch ... Signed-off-by: dependabot[bot] Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com> * Improve validation logic, fix tests (#261) * Fix nullable return type (#260) * Bump okhttp from 4.9.1 to 4.9.2 (#258) Bumps [okhttp](https://github.com/square/okhttp) from 4.9.1 to 4.9.2. - [Release notes](https://github.com/square/okhttp/releases) - [Changelog](https://github.com/square/okhttp/blob/master/CHANGELOG.md) - [Commits](https://github.com/square/okhttp/compare/parent-4.9.1...parent-4.9.2) --- updated-dependencies: - dependency-name: com.squareup.okhttp3:okhttp dependency-type: direct:production update-type: version-update:semver-patch ... Signed-off-by: dependabot[bot] Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com> Co-authored-by: Dmytro * Bump dokka_version from 1.5.30 to 1.5.31 (#264) Bumps `dokka_version` from 1.5.30 to 1.5.31. Updates `dokka-gradle-plugin` from 1.5.30 to 1.5.31 - [Release notes](https://github.com/Kotlin/dokka/releases) - [Commits](https://github.com/Kotlin/dokka/compare/v1.5.30...v1.5.31) Updates `dokka-base` from 1.5.30 to 1.5.31 - [Release notes](https://github.com/Kotlin/dokka/releases) - [Commits](https://github.com/Kotlin/dokka/compare/v1.5.30...v1.5.31) --- updated-dependencies: - dependency-name: org.jetbrains.dokka:dokka-gradle-plugin dependency-type: direct:production update-type: version-update:semver-patch - dependency-name: org.jetbrains.dokka:dokka-base dependency-type: direct:production update-type: version-update:semver-patch ... Signed-off-by: dependabot[bot] Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com> Co-authored-by: Dmytro * Public release v1.6.15 (#266) * Version name & code rise * Update docs * Bump firebase-bom from 28.4.1 to 28.4.2 (#270) Bumps firebase-bom from 28.4.1 to 28.4.2. --- updated-dependencies: - dependency-name: com.google.firebase:firebase-bom dependency-type: direct:production update-type: version-update:semver-patch ... Signed-off-by: dependabot[bot] Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com> * Bump mockito_version from 3.12.4 to 4.0.0 (#271) Bumps `mockito_version` from 3.12.4 to 4.0.0. Updates `mockito-core` from 3.12.4 to 4.0.0 - [Release notes](https://github.com/mockito/mockito/releases) - [Commits](https://github.com/mockito/mockito/compare/v3.12.4...v4.0.0) Updates `mockito-inline` from 3.12.4 to 4.0.0 - [Release notes](https://github.com/mockito/mockito/releases) - [Commits](https://github.com/mockito/mockito/compare/v3.12.4...v4.0.0) --- updated-dependencies: - dependency-name: org.mockito:mockito-core dependency-type: direct:production update-type: version-update:semver-major - dependency-name: org.mockito:mockito-inline dependency-type: direct:production update-type: version-update:semver-major ... Signed-off-by: dependabot[bot] Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com> * Bump gradle from 7.0.2 to 7.0.3 (#273) Bumps gradle from 7.0.2 to 7.0.3. --- updated-dependencies: - dependency-name: com.android.tools.build:gradle dependency-type: direct:production update-type: version-update:semver-patch ... Signed-off-by: dependabot[bot] Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com> * Fix submit function response body (#274) * Public release v1.6.16 (#275) * Merge dev into master (#269) * Release/v1.6.13 to dev (#240) * Bump dokka_version from 1.5.0 to 1.5.30 (#242) Bumps `dokka_version` from 1.5.0 to 1.5.30. Updates `dokka-gradle-plugin` from 1.5.0 to 1.5.30 - [Release notes](https://github.com/Kotlin/dokka/releases) - [Commits](https://github.com/Kotlin/dokka/compare/v1.5.0...v1.5.30) Updates `dokka-base` from 1.5.0 to 1.5.30 - [Release notes](https://github.com/Kotlin/dokka/releases) - [Commits](https://github.com/Kotlin/dokka/compare/v1.5.0...v1.5.30) --- updated-dependencies: - dependency-name: org.jetbrains.dokka:dokka-gradle-plugin dependency-type: direct:production update-type: version-update:semver-patch - dependency-name: org.jetbrains.dokka:dokka-base dependency-type: direct:production update-type: version-update:semver-patch ... Signed-off-by: dependabot[bot] Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com> * Improve default validation (#243) * Update MIGRATING.md (#244) * Release v1.6.14 (#246) * Bump cardscan-ui from 2.1.0011 to 2.1.0012 (#249) Bumps [cardscan-ui](https://github.com/getbouncer/cardscan-android) from 2.1.0011 to 2.1.0012. - [Release notes](https://github.com/getbouncer/cardscan-android/releases) - [Changelog](https://github.com/getbouncer/cardscan-android/blob/master/CHANGELOG.md) - [Commits](https://github.com/getbouncer/cardscan-android/compare/2.1.0011...2.1.0012) --- updated-dependencies: - dependency-name: com.getbouncer:cardscan-ui dependency-type: direct:production update-type: version-update:semver-patch ... Signed-off-by: dependabot[bot] Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com> * Bump kotlin-gradle-plugin from 1.5.30 to 1.5.31 (#253) Bumps [kotlin-gradle-plugin](https://github.com/JetBrains/kotlin) from 1.5.30 to 1.5.31. - [Release notes](https://github.com/JetBrains/kotlin/releases) - [Changelog](https://github.com/JetBrains/kotlin/blob/v1.5.31/ChangeLog.md) - [Commits](https://github.com/JetBrains/kotlin/compare/v1.5.30...v1.5.31) --- updated-dependencies: - dependency-name: org.jetbrains.kotlin:kotlin-gradle-plugin dependency-type: direct:production update-type: version-update:semver-patch ... Signed-off-by: dependabot[bot] Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com> * Bump constraintlayout from 2.1.0 to 2.1.1 (#257) Bumps [constraintlayout](https://github.com/androidx/constraintlayout) from 2.1.0 to 2.1.1. - [Release notes](https://github.com/androidx/constraintlayout/releases) - [Commits](https://github.com/androidx/constraintlayout/commits) --- updated-dependencies: - dependency-name: androidx.constraintlayout:constraintlayout dependency-type: direct:production update-type: version-update:semver-patch ... Signed-off-by: dependabot[bot] Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com> * Improve validation logic, fix tests (#261) * Fix nullable return type (#260) * Bump okhttp from 4.9.1 to 4.9.2 (#258) Bumps [okhttp](https://github.com/square/okhttp) from 4.9.1 to 4.9.2. - [Release notes](https://github.com/square/okhttp/releases) - [Changelog](https://github.com/square/okhttp/blob/master/CHANGELOG.md) - [Commits](https://github.com/square/okhttp/compare/parent-4.9.1...parent-4.9.2) --- updated-dependencies: - dependency-name: com.squareup.okhttp3:okhttp dependency-type: direct:production update-type: version-update:semver-patch ... Signed-off-by: dependabot[bot] Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com> Co-authored-by: Dmytro * Bump dokka_version from 1.5.30 to 1.5.31 (#264) Bumps `dokka_version` from 1.5.30 to 1.5.31. Updates `dokka-gradle-plugin` from 1.5.30 to 1.5.31 - [Release notes](https://github.com/Kotlin/dokka/releases) - [Commits](https://github.com/Kotlin/dokka/compare/v1.5.30...v1.5.31) Updates `dokka-base` from 1.5.30 to 1.5.31 - [Release notes](https://github.com/Kotlin/dokka/releases) - [Commits](https://github.com/Kotlin/dokka/compare/v1.5.30...v1.5.31) --- updated-dependencies: - dependency-name: org.jetbrains.dokka:dokka-gradle-plugin dependency-type: direct:production update-type: version-update:semver-patch - dependency-name: org.jetbrains.dokka:dokka-base dependency-type: direct:production update-type: version-update:semver-patch ... Signed-off-by: dependabot[bot] Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com> Co-authored-by: Dmytro * Public release v1.6.15 (#266) * Version name & code rise * Update docs Co-authored-by: Dmytro Kos Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com> * Images patch 1 (#272) * Version name & code rise * Update docs * Update config.yml Co-authored-by: Dmytro Kos Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com> Co-authored-by: Dmytro Kos Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com> * Merge dev into master (#280) * Release/v1.6.13 to dev (#240) * Bump dokka_version from 1.5.0 to 1.5.30 (#242) Bumps `dokka_version` from 1.5.0 to 1.5.30. Updates `dokka-gradle-plugin` from 1.5.0 to 1.5.30 - [Release notes](https://github.com/Kotlin/dokka/releases) - [Commits](ht… * Fix tokenization output format (#538) * Fix tokenization output format * Update tests * Merge release into development (#540) * Merge dev into master (#405) * Release/v1.6.13 to dev (#240) * Bump dokka_version from 1.5.0 to 1.5.30 (#242) Bumps `dokka_version` from 1.5.0 to 1.5.30. Updates `dokka-gradle-plugin` from 1.5.0 to 1.5.30 - [Release notes](https://github.com/Kotlin/dokka/releases) - [Commits](https://github.com/Kotlin/dokka/compare/v1.5.0...v1.5.30) Updates `dokka-base` from 1.5.0 to 1.5.30 - [Release notes](https://github.com/Kotlin/dokka/releases) - [Commits](https://github.com/Kotlin/dokka/compare/v1.5.0...v1.5.30) --- updated-dependencies: - dependency-name: org.jetbrains.dokka:dokka-gradle-plugin dependency-type: direct:production update-type: version-update:semver-patch - dependency-name: org.jetbrains.dokka:dokka-base dependency-type: direct:production update-type: version-update:semver-patch ... Signed-off-by: dependabot[bot] Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com> * Improve default validation (#243) * Update MIGRATING.md (#244) * Release v1.6.14 (#246) * Bump cardscan-ui from 2.1.0011 to 2.1.0012 (#249) Bumps [cardscan-ui](https://github.com/getbouncer/cardscan-android) from 2.1.0011 to 2.1.0012. - [Release notes](https://github.com/getbouncer/cardscan-android/releases) - [Changelog](https://github.com/getbouncer/cardscan-android/blob/master/CHANGELOG.md) - [Commits](https://github.com/getbouncer/cardscan-android/compare/2.1.0011...2.1.0012) --- updated-dependencies: - dependency-name: com.getbouncer:cardscan-ui dependency-type: direct:production update-type: version-update:semver-patch ... Signed-off-by: dependabot[bot] Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com> * Bump kotlin-gradle-plugin from 1.5.30 to 1.5.31 (#253) Bumps [kotlin-gradle-plugin](https://github.com/JetBrains/kotlin) from 1.5.30 to 1.5.31. - [Release notes](https://github.com/JetBrains/kotlin/releases) - [Changelog](https://github.com/JetBrains/kotlin/blob/v1.5.31/ChangeLog.md) - [Commits](https://github.com/JetBrains/kotlin/compare/v1.5.30...v1.5.31) --- updated-dependencies: - dependency-name: org.jetbrains.kotlin:kotlin-gradle-plugin dependency-type: direct:production update-type: version-update:semver-patch ... Signed-off-by: dependabot[bot] Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com> * Bump constraintlayout from 2.1.0 to 2.1.1 (#257) Bumps [constraintlayout](https://github.com/androidx/constraintlayout) from 2.1.0 to 2.1.1. - [Release notes](https://github.com/androidx/constraintlayout/releases) - [Commits](https://github.com/androidx/constraintlayout/commits) --- updated-dependencies: - dependency-name: androidx.constraintlayout:constraintlayout dependency-type: direct:production update-type: version-update:semver-patch ... Signed-off-by: dependabot[bot] Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com> * Improve validation logic, fix tests (#261) * Fix nullable return type (#260) * Bump okhttp from 4.9.1 to 4.9.2 (#258) Bumps [okhttp](https://github.com/square/okhttp) from 4.9.1 to 4.9.2. - [Release notes](https://github.com/square/okhttp/releases) - [Changelog](https://github.com/square/okhttp/blob/master/CHANGELOG.md) - [Commits](https://github.com/square/okhttp/compare/parent-4.9.1...parent-4.9.2) --- updated-dependencies: - dependency-name: com.squareup.okhttp3:okhttp dependency-type: direct:production update-type: version-update:semver-patch ... Signed-off-by: dependabot[bot] Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com> Co-authored-by: Dmytro * Bump dokka_version from 1.5.30 to 1.5.31 (#264) Bumps `dokka_version` from 1.5.30 to 1.5.31. Updates `dokka-gradle-plugin` from 1.5.30 to 1.5.31 - [Release notes](https://github.com/Kotlin/dokka/releases) - [Commits](https://github.com/Kotlin/dokka/compare/v1.5.30...v1.5.31) Updates `dokka-base` from 1.5.30 to 1.5.31 - [Release notes](https://github.com/Kotlin/dokka/releases) - [Commits](https://github.com/Kotlin/dokka/compare/v1.5.30...v1.5.31) --- updated-dependencies: - dependency-name: org.jetbrains.dokka:dokka-gradle-plugin dependency-type: direct:production update-type: version-update:semver-patch - dependency-name: org.jetbrains.dokka:dokka-base dependency-type: direct:production update-type: version-update:semver-patch ... Signed-off-by: dependabot[bot] Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com> Co-authored-by: Dmytro * Public release v1.6.15 (#266) * Version name & code rise * Update docs * Bump firebase-bom from 28.4.1 to 28.4.2 (#270) Bumps firebase-bom from 28.4.1 to 28.4.2. --- updated-dependencies: - dependency-name: com.google.firebase:firebase-bom dependency-type: direct:production update-type: version-update:semver-patch ... Signed-off-by: dependabot[bot] Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com> * Bump mockito_version from 3.12.4 to 4.0.0 (#271) Bumps `mockito_version` from 3.12.4 to 4.0.0. Updates `mockito-core` from 3.12.4 to 4.0.0 - [Release notes](https://github.com/mockito/mockito/releases) - [Commits](https://github.com/mockito/mockito/compare/v3.12.4...v4.0.0) Updates `mockito-inline` from 3.12.4 to 4.0.0 - [Release notes](https://github.com/mockito/mockito/releases) - [Commits](https://github.com/mockito/mockito/compare/v3.12.4...v4.0.0) --- updated-dependencies: - dependency-name: org.mockito:mockito-core dependency-type: direct:production update-type: version-update:semver-major - dependency-name: org.mockito:mockito-inline dependency-type: direct:production update-type: version-update:semver-major ... Signed-off-by: dependabot[bot] Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com> * Bump gradle from 7.0.2 to 7.0.3 (#273) Bumps gradle from 7.0.2 to 7.0.3. --- updated-dependencies: - dependency-name: com.android.tools.build:gradle dependency-type: direct:production update-type: version-update:semver-patch ... Signed-off-by: dependabot[bot] Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com> * Fix submit function response body (#274) * Public release v1.6.16 (#275) * Merge dev into master (#269) * Release/v1.6.13 to dev (#240) * Bump dokka_version from 1.5.0 to 1.5.30 (#242) Bumps `dokka_version` from 1.5.0 to 1.5.30. Updates `dokka-gradle-plugin` from 1.5.0 to 1.5.30 - [Release notes](https://github.com/Kotlin/dokka/releases) - [Commits](https://github.com/Kotlin/dokka/compare/v1.5.0...v1.5.30) Updates `dokka-base` from 1.5.0 to 1.5.30 - [Release notes](https://github.com/Kotlin/dokka/releases) - [Commits](https://github.com/Kotlin/dokka/compare/v1.5.0...v1.5.30) --- updated-dependencies: - dependency-name: org.jetbrains.dokka:dokka-gradle-plugin dependency-type: direct:production update-type: version-update:semver-patch - dependency-name: org.jetbrains.dokka:dokka-base dependency-type: direct:production update-type: version-update:semver-patch ... Signed-off-by: dependabot[bot] Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com> * Improve default validation (#243) * Update MIGRATING.md (#244) * Release v1.6.14 (#246) * Bump cardscan-ui from 2.1.0011 to 2.1.0012 (#249) Bumps [cardscan-ui](https://github.com/getbouncer/cardscan-android) from 2.1.0011 to 2.1.0012. - [Release notes](https://github.com/getbouncer/cardscan-android/releases) - [Changelog](https://github.com/getbouncer/cardscan-android/blob/master/CHANGELOG.md) - [Commits](https://github.com/getbouncer/cardscan-android/compare/2.1.0011...2.1.0012) --- updated-dependencies: - dependency-name: com.getbouncer:cardscan-ui dependency-type: direct:production update-type: version-update:semver-patch ... Signed-off-by: dependabot[bot] Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com> * Bump kotlin-gradle-plugin from 1.5.30 to 1.5.31 (#253) Bumps [kotlin-gradle-plugin](https://github.com/JetBrains/kotlin) from 1.5.30 to 1.5.31. - [Release notes](https://github.com/JetBrains/kotlin/releases) - [Changelog](https://github.com/JetBrains/kotlin/blob/v1.5.31/ChangeLog.md) - [Commits](https://github.com/JetBrains/kotlin/compare/v1.5.30...v1.5.31) --- updated-dependencies: - dependency-name: org.jetbrains.kotlin:kotlin-gradle-plugin dependency-type: direct:production update-type: version-update:semver-patch ... Signed-off-by: dependabot[bot] Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com> * Bump constraintlayout from 2.1.0 to 2.1.1 (#257) Bumps [constraintlayout](https://github.com/androidx/constraintlayout) from 2.1.0 to 2.1.1. - [Release notes](https://github.com/androidx/constraintlayout/releases) - [Commits](https://github.com/androidx/constraintlayout/commits) --- updated-dependencies: - dependency-name: androidx.constraintlayout:constraintlayout dependency-type: direct:production update-type: version-update:semver-patch ... Signed-off-by: dependabot[bot] Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com> * Improve validation logic, fix tests (#261) * Fix nullable return type (#260) * Bump okhttp from 4.9.1 to 4.9.2 (#258) Bumps [okhttp](https://github.com/square/okhttp) from 4.9.1 to 4.9.2. - [Release notes](https://github.com/square/okhttp/releases) - [Changelog](https://github.com/square/okhttp/blob/master/CHANGELOG.md) - [Commits](https://github.com/square/okhttp/compare/parent-4.9.1...parent-4.9.2) --- updated-dependencies: - dependency-name: com.squareup.okhttp3:okhttp dependency-type: direct:production update-type: version-update:semver-patch ... Signed-off-by: dependabot[bot] Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com> Co-authored-by: Dmytro * Bump dokka_version from 1.5.30 to 1.5.31 (#264) Bumps `dokka_version` from 1.5.30 to 1.5.31. Updates `dokka-gradle-plugin` from 1.5.30 to 1.5.31 - [Release notes](https://github.com/Kotlin/dokka/releases) - [Commits](https://github.com/Kotlin/dokka/compare/v1.5.30...v1.5.31) Updates `dokka-base` from 1.5.30 to 1.5.31 - [Release notes](https://github.com/Kotlin/dokka/releases) - [Commits](https://github.com/Kotlin/dokka/compare/v1.5.30...v1.5.31) --- updated-dependencies: - dependency-name: org.jetbrains.dokka:dokka-gradle-plugin dependency-type: direct:production update-type: version-update:semver-patch - dependency-name: org.jetbrains.dokka:dokka-base dependency-type: direct:production update-type: version-update:semver-patch ... Signed-off-by: dependabot[bot] Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com> Co-authored-by: Dmytro * Public release v1.6.15 (#266) * Version name & code rise * Update docs Co-authored-by: Dmytro Kos Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com> * Images patch 1 (#272) * Version name & code rise * Update docs * Update config.yml Co-authored-by: Dmytro Kos Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com> * Bump tensorflow-lite from 2.1.0011 to 2.1.0015 (#262) Bumps [tensorflow-lite](https://github.com/getbouncer/cardscan-android) from 2.1.0011 to 2.1.0015. - [Release notes](https://github.com/getbouncer/cardscan-android/releases) - [Changelog](https://github.com/getbouncer/cardscan-android/blob/master/CHANGELOG.md) - [Commits](https://github.com/getbouncer/cardscan-android/compare/2.1.0011...2.1.0015) --- updated-dependencies: - dependency-name: com.getbouncer:tensorflow-lite dependency-type: direct:production update-type: version-update:semver-patch ... Signed-off-by: dependabot[bot] Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com> Co-authored-by: dmytrodmytryshyn * Bump scan-payment-full from 2.1.0011 to 2.1.0015 (#265) Bumps [scan-payment-full](https://github.com/getbouncer/cardscan-android) from 2.1.0011 to 2.1.0015. - [Release notes](https://github.com/getbouncer/cardscan-android/releases) - [Changelog](https://github.com/getbouncer/cardscan-android/blob/master/CHANGELOG.md) - [Commits](https://github.com/getbouncer/cardscan-android/compare/2.1.0011...2.1.0015) --- updated-dependencies: - dependency-name: com.getbouncer:scan-payment-full dependency-type: direct:production update-type: version-update:semver-patch ... Signed-off-by: dependabot[bot] Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com> Co-authored-by: dmytrodmytryshyn * Bump cardscan-ui from 2.1.0012 to 2.1.0015 (#263) Bumps [cardscan-ui](https://github.com/getbouncer/cardscan-android) from 2.1.0012 to 2.1.0015. - [Release notes](https://github.com/getbouncer/cardscan-android/releases) - [Changelog](https://github.com/getbouncer/cardscan-android/blob/master/CHANGELOG.md) - [Commits](https://github.com/getbouncer/cardscan-android/compare/2.1.0012...2.1.0015) --- updated-dependencies: - dependency-name: com.getbouncer:cardscan-ui dependency-type: direct:production update-type: version-update:semver-patch ... Signed-off-by: dependabot[bot] Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com> Co-authored-by: dmytrodmytryshyn * Bump bouncer versions from 2.1.0015 -> 2.1.0016 (#279) * Bouncer adapter version name & code rise (#278) * Bump core-ktx from 1.6.0 to 1.7.0 (#285) * Bump core-ktx from 1.6.0 to 1.7.0 Bumps core-ktx from 1.6.0 to 1.7.0. --- updated-dependencies: - dependency-name: androidx.core:core-ktx dependency-type: direct:production update-type: version-update:semver-minor ... Signed-off-by: dependabot[bot] * update compileSdkVersion * update cursor.getString Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com> Co-authored-by: Dmytro * Bump firebase-bom from 28.4.2 to 29.0.0 (#286) Bumps firebase-bom from 28.4.2 to 29.0.0. --- updated-dependencies: - dependency-name: com.google.firebase:firebase-bom dependency-type: direct:production update-type: version-update:semver-major ... Signed-off-by: dependabot[bot] Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com> * Bump robolectric from 4.6.1 to 4.7 (#287) Bumps [robolectric](https://github.com/robolectric/robolectric) from 4.6.1 to 4.7. - [Release notes](https://github.com/robolectric/robolectric/releases) - [Commits](https://github.com/robolectric/robolectric/compare/robolectric-4.6.1...robolectric-4.7) --- updated-dependencies: - dependency-name: org.robolectric:robolectric dependency-type: direct:production update-type: version-update:semver-minor ... Signed-off-by: dependabot[bot] Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com> * Bump kotlin-gradle-plugin from 1.5.31 to 1.6.0 (#288) Bumps [kotlin-gradle-plugin](https://github.com/JetBrains/kotlin) from 1.5.31 to 1.6.0. - [Release notes](https://github.com/JetBrains/kotlin/releases) - [Changelog](https://github.com/JetBrains/kotlin/blob/master/ChangeLog.md) - [Commits](https://github.com/JetBrains/kotlin/commits) --- updated-dependencies: - dependency-name: org.jetbrains.kotlin:kotlin-gradle-plugin dependency-type: direct:production update-type: version-update:semver-minor ... Signed-off-by: dependabot[bot] Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com> * add max Length (#289) * Bump mockk from 1.12.0 to 1.12.1 (#290) Bumps [mockk](https://github.com/mockk/mockk) from 1.12.0 to 1.12.1. - [Release notes](https://github.com/mockk/mockk/releases) - [Commits](https://github.com/mockk/mockk/compare/v1.12.0...1.12.1) --- updated-dependencies: - dependency-name: io.mockk:mockk dependency-type: direct:production update-type: version-update:semver-patch ... Signed-off-by: dependabot[bot] Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com> * Bump appcompat from 1.3.1 to 1.4.0 (#291) Bumps appcompat from 1.3.1 to 1.4.0. --- updated-dependencies: - dependency-name: androidx.appcompat:appcompat dependency-type: direct:production update-type: version-update:semver-minor ... Signed-off-by: dependabot[bot] Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com> * Bump robolectric from 4.7 to 4.7.1 (#292) Bumps [robolectric](https://github.com/robolectric/robolectric) from 4.7 to 4.7.1. - [Release notes](https://github.com/robolectric/robolectric/releases) - [Commits](https://github.com/robolectric/robolectric/compare/robolectric-4.7...robolectric-4.7.1) --- updated-dependencies: - dependency-name: org.robolectric:robolectric dependency-type: direct:production update-type: version-update:semver-patch ... Signed-off-by: dependabot[bot] Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com> * Bump constraintlayout from 2.1.1 to 2.1.2 (#293) Bumps [constraintlayout](https://github.com/androidx/constraintlayout) from 2.1.1 to 2.1.2. - [Release notes](https://github.com/androidx/constraintlayout/releases) - [Commits](https://github.com/androidx/constraintlayout/commits) --- updated-dependencies: - dependency-name: androidx.constraintlayout:constraintlayout dependency-type: direct:production update-type: version-update:semver-patch ... Signed-off-by: dependabot[bot] Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com> * Bump okhttp from 4.9.2 to 4.9.3 (#294) Bumps [okhttp](https://github.com/square/okhttp) from 4.9.2 to 4.9.3. - [Release notes](https://github.com/square/okhttp/releases) - [Changelog](https://github.com/square/okhttp/blob/master/CHANGELOG.md) - [Commits](https://github.com/square/okhttp/compare/parent-4.9.2...parent-4.9.3) --- updated-dependencies: - dependency-name: com.squareup.okhttp3:okhttp dependency-type: direct:production update-type: version-update:semver-patch ... Signed-off-by: dependabot[bot] Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com> * Bump mockito_version from 4.0.0 to 4.1.0 (#295) Bumps `mockito_version` from 4.0.0 to 4.1.0. Updates `mockito-core` from 4.0.0 to 4.1.0 - [Release notes](https://github.com/mockito/mockito/releases) - [Commits](https://github.com/mockito/mockito/compare/v4.0.0...v4.1.0) Updates `mockito-inline` from 4.0.0 to 4.1.0 - [Release notes](https://github.com/mockito/mockito/releases) - [Commits](https://github.com/mockito/mockito/compare/v4.0.0...v4.1.0) --- updated-dependencies: - dependency-name: org.mockito:mockito-core dependency-type: direct:production update-type: version-update:semver-minor - dependency-name: org.mockito:mockito-inline dependency-type: direct:production update-type: version-update:semver-minor ... Signed-off-by: dependabot[bot] Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com> * Bump robolectric from 4.7.1 to 4.7.2 (#296) Bumps [robolectric](https://github.com/robolectric/robolectric) from 4.7.1 to 4.7.2. - [Release notes](https://github.com/robolectric/robolectric/releases) - [Commits](https://github.com/robolectric/robolectric/compare/robolectric-4.7.1...robolectric-4.7.2) --- updated-dependencies: - dependency-name: org.robolectric:robolectric dependency-type: direct:production update-type: version-update:semver-patch ... Signed-off-by: dependabot[bot] Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com> * Bump dokka_version from 1.5.31 to 1.6.0 (#297) Bumps `dokka_version` from 1.5.31 to 1.6.0. Updates `dokka-gradle-plugin` from 1.5.31 to 1.6.0 - [Release notes](https://github.com/Kotlin/dokka/releases) - [Commits](https://github.com/Kotlin/dokka/compare/v1.5.31...v1.6.0) Updates `dokka-base` from 1.5.31 to 1.6.0 - [Release notes](https://github.com/Kotlin/dokka/releases) - [Commits](https://github.com/Kotlin/dokka/compare/v1.5.31...v1.6.0) --- updated-dependencies: - dependency-name: org.jetbrains.dokka:dokka-gradle-plugin dependency-type: direct:production update-type: version-update:semver-minor - dependency-name: org.jetbrains.dokka:dokka-base dependency-type: direct:production update-type: version-update:semver-minor ... Signed-off-by: dependabot[bot] Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com> * Merge public release v1.16.17 into development (#299) * Merge public release 1.6.16 into master (#277) * Release/v1.6.13 to dev (#240) * Bump dokka_version from 1.5.0 to 1.5.30 (#242) Bumps `dokka_version` from 1.5.0 to 1.5.30. Updates `dokka-gradle-plugin` from 1.5.0 to 1.5.30 - [Release notes](https://github.com/Kotlin/dokka/releases) - [Commits](https://github.com/Kotlin/dokka/compare/v1.5.0...v1.5.30) Updates `dokka-base` from 1.5.0 to 1.5.30 - [Release notes](https://github.com/Kotlin/dokka/releases) - [Commits](https://github.com/Kotlin/dokka/compare/v1.5.0...v1.5.30) --- updated-dependencies: - dependency-name: org.jetbrains.dokka:dokka-gradle-plugin dependency-type: direct:production update-type: version-update:semver-patch - dependency-name: org.jetbrains.dokka:dokka-base dependency-type: direct:production update-type: version-update:semver-patch ... Signed-off-by: dependabot[bot] Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com> * Improve default validation (#243) * Update MIGRATING.md (#244) * Release v1.6.14 (#246) * Bump cardscan-ui from 2.1.0011 to 2.1.0012 (#249) Bumps [cardscan-ui](https://github.com/getbouncer/cardscan-android) from 2.1.0011 to 2.1.0012. - [Release notes](https://github.com/getbouncer/cardscan-android/releases) - [Changelog](https://github.com/getbouncer/cardscan-android/blob/master/CHANGELOG.md) - [Commits](https://github.com/getbouncer/cardscan-android/compare/2.1.0011...2.1.0012) --- updated-dependencies: - dependency-name: com.getbouncer:cardscan-ui dependency-type: direct:production update-type: version-update:semver-patch ... Signed-off-by: dependabot[bot] Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com> * Bump kotlin-gradle-plugin from 1.5.30 to 1.5.31 (#253) Bumps [kotlin-gradle-plugin](https://github.com/JetBrains/kotlin) from 1.5.30 to 1.5.31. - [Release notes](https://github.com/JetBrains/kotlin/releases) - [Changelog](https://github.com/JetBrains/kotlin/blob/v1.5.31/ChangeLog.md) - [Commits](https://github.com/JetBrains/kotlin/compare/v1.5.30...v1.5.31) --- updated-dependencies: - dependency-name: org.jetbrains.kotlin:kotlin-gradle-plugin dependency-type: direct:production update-type: version-update:semver-patch ... Signed-off-by: dependabot[bot] Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com> * Bump constraintlayout from 2.1.0 to 2.1.1 (#257) Bumps [constraintlayout](https://github.com/androidx/constraintlayout) from 2.1.0 to 2.1.1. - [Release notes](https://github.com/androidx/constraintlayout/releases) - [Commits](https://github.com/androidx/constraintlayout/commits) --- updated-dependencies: - dependency-name: androidx.constraintlayout:constraintlayout dependency-type: direct:production update-type: version-update:semver-patch ... Signed-off-by: dependabot[bot] Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com> * Improve validation logic, fix tests (#261) * Fix nullable return type (#260) * Bump okhttp from 4.9.1 to 4.9.2 (#258) Bumps [okhttp](https://github.com/square/okhttp) from 4.9.1 to 4.9.2. - [Release notes](https://github.com/square/okhttp/releases) - [Changelog](https://github.com/square/okhttp/blob/master/CHANGELOG.md) - [Commits](https://github.com/square/okhttp/compare/parent-4.9.1...parent-4.9.2) --- updated-dependencies: - dependency-name: com.squareup.okhttp3:okhttp dependency-type: direct:production update-type: version-update:semver-patch ... Signed-off-by: dependabot[bot] Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com> Co-authored-by: Dmytro * Bump dokka_version from 1.5.30 to 1.5.31 (#264) Bumps `dokka_version` from 1.5.30 to 1.5.31. Updates `dokka-gradle-plugin` from 1.5.30 to 1.5.31 - [Release notes](https://github.com/Kotlin/dokka/releases) - [Commits](https://github.com/Kotlin/dokka/compare/v1.5.30...v1.5.31) Updates `dokka-base` from 1.5.30 to 1.5.31 - [Release notes](https://github.com/Kotlin/dokka/releases) - [Commits](https://github.com/Kotlin/dokka/compare/v1.5.30...v1.5.31) --- updated-dependencies: - dependency-name: org.jetbrains.dokka:dokka-gradle-plugin dependency-type: direct:production update-type: version-update:semver-patch - dependency-name: org.jetbrains.dokka:dokka-base dependency-type: direct:production update-type: version-update:semver-patch ... Signed-off-by: dependabot[bot] Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com> Co-authored-by: Dmytro * Public release v1.6.15 (#266) * Version name & code rise * Update docs * Bump firebase-bom from 28.4.1 to 28.4.2 (#270) Bumps firebase-bom from 28.4.1 to 28.4.2. --- updated-dependencies: - dependency-name: com.google.firebase:firebase-bom dependency-type: direct:production update-type: version-update:semver-patch ... Signed-off-by: dependabot[bot] Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com> * Bump mockito_version from 3.12.4 to 4.0.0 (#271) Bumps `mockito_version` from 3.12.4 to 4.0.0. Updates `mockito-core` from 3.12.4 to 4.0.0 - [Release notes](https://github.com/mockito/mockito/releases) - [Commits](https://github.com/mockito/mockito/compare/v3.12.4...v4.0.0) Updates `mockito-inline` from 3.12.4 to 4.0.0 - [Release notes](https://github.com/mockito/mockito/releases) - [Commits](https://github.com/mockito/mockito/compare/v3.12.4...v4.0.0) --- updated-dependencies: - dependency-name: org.mockito:mockito-core dependency-type: direct:production update-type: version-update:semver-major - dependency-name: org.mockito:mockito-inline dependency-type: direct:production update-type: version-update:semver-major ... Signed-off-by: dependabot[bot] Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com> * Bump gradle from 7.0.2 to 7.0.3 (#273) Bumps gradle from 7.0.2 to 7.0.3. --- updated-dependencies: - dependency-name: com.android.tools.build:gradle dependency-type: direct:production update-type: version-update:semver-patch ... Signed-off-by: dependabot[bot] Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com> * Fix submit function response body (#274) * Public release v1.6.16 (#275) * Merge dev into master (#269) * Release/v1.6.13 to dev (#240) * Bump dokka_version from 1.5.0 to 1.5.30 (#242) Bumps `dokka_version` from 1.5.0 to 1.5.30. Updates `dokka-gradle-plugin` from 1.5.0 to 1.5.30 - [Release notes](https://github.com/Kotlin/dokka/releases) - [Commits](https://github.com/Kotlin/dokka/compare/v1.5.0...v1.5.30) Updates `dokka-base` from 1.5.0 to 1.5.30 - [Release notes](https://github.com/Kotlin/dokka/releases) - [Commits](https://github.com/Kotlin/dokka/compare/v1.5.0...v1.5.30) --- updated-dependencies: - dependency-name: org.jetbrains.dokka:dokka-gradle-plugin dependency-type: direct:production update-type: version-update:semver-patch - dependency-name: org.jetbrains.dokka:dokka-base dependency-type: direct:production update-type: version-update:semver-patch ... Signed-off-by: dependabot[bot] Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com> * Improve default validation (#243) * Update MIGRATING.md (#244) * Release v1.6.14 (#246) * Bump cardscan-ui from 2.1.0011 to 2.1.0012 (#249) Bumps [cardscan-ui](https://github.com/getbouncer/cardscan-android) from 2.1.0011 to 2.1.0012. - [Release notes](https://github.com/getbouncer/cardscan-android/releases) - [Changelog](https://github.com/getbouncer/cardscan-android/blob/master/CHANGELOG.md) - [Commits](https://github.com/getbouncer/cardscan-android/compare/2.1.0011...2.1.0012) --- updated-dependencies: - dependency-name: com.getbouncer:cardscan-ui dependency-type: direct:production update-type: version-update:semver-patch ... Signed-off-by: dependabot[bot] Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com> * Bump kotlin-gradle-plugin from 1.5.30 to 1.5.31 (#253) Bumps [kotlin-gradle-plugin](https://github.com/JetBrains/kotlin) from 1.5.30 to 1.5.31. - [Release notes](https://github.com/JetBrains/kotlin/releases) - [Changelog](https://github.com/JetBrains/kotlin/blob/v1.5.31/ChangeLog.md) - [Commits](https://github.com/JetBrains/kotlin/compare/v1.5.30...v1.5.31) --- updated-dependencies: - dependency-name: org.jetbrains.kotlin:kotlin-gradle-plugin dependency-type: direct:production update-type: version-update:semver-patch ... Signed-off-by: dependabot[bot] Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com> * Bump constraintlayout from 2.1.0 to 2.1.1 (#257) Bumps [constraintlayout](https://github.com/androidx/constraintlayout) from 2.1.0 to 2.1.1. - [Release notes](https://github.com/androidx/constraintlayout/releases) - [Commits](https://github.com/androidx/constraintlayout/commits) --- updated-dependencies: - dependency-name: androidx.constraintlayout:constraintlayout dependency-type: direct:production update-type: version-update:semver-patch ... Signed-off-by: dependabot[bot] Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com> * Improve validation logic, fix tests (#261) * Fix nullable return type (#260) * Bump okhttp from 4.9.1 to 4.9.2 (#258) Bumps [okhttp](https://github.com/square/okhttp) from 4.9.1 to 4.9.2. - [Release notes](https://github.com/square/okhttp/releases) - [Changelog](https://github.com/square/okhttp/blob/master/CHANGELOG.md) - [Commits](https://github.com/square/okhttp/compare/parent-4.9.1...parent-4.9.2) --- updated-dependencies: - dependency-name: com.squareup.okhttp3:okhttp dependency-type: direct:production update-type: version-update:semver-patch ... Signed-off-by: dependabot[bot] Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com> Co-authored-by: Dmytro * Bump dokka_version from 1.5.30 to 1.5.31 (#264) Bumps `dokka_version` from 1.5.30 to 1.5.31. Updates `dokka-gradle-plugin` from 1.5.30 to 1.5.31 - [Release notes](https://github.com/Kotlin/dokka/releases) - [Commits](https://github.com/Kotlin/dokka/compare/v1.5.30...v1.5.31) Updates `dokka-base` from 1.5.30 to 1.5.31 - [Release notes](https://github.com/Kotlin/dokka/releases) - [Commits](https://github.com/Kotlin/dokka/compare/v1.5.30...v1.5.31) --- updated-dependencies: - dependency-name: org.jetbrains.dokka:dokka-gradle-plugin dependency-type: direct:production update-type: version-update:semver-patch - dependency-name: org.jetbrains.dokka:dokka-base dependency-type: direct:production update-type: version-update:semver-patch ... Signed-off-by: dependabot[bot] Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com> Co-authored-by: Dmytro * Public release v1.6.15 (#266) * Version name & code rise * Update docs Co-authored-by: Dmytro Kos Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com> * Images patch 1 (#272) * Version name & code rise * Update docs * Update config.yml Co-authored-by: Dmytro Kos Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com> Co-authored-by: Dmytro Kos Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com> * Merge dev into master (#280) * Release/v1.6.13 to dev (#240) * Bump dokka_version from 1.5.0 to 1.5.30 (#242) Bumps `dokka_version` from 1.5.0 to 1.5.30. Updates `dokka-gradle-plugin` from 1.5.0 to 1.5.30 - [Release notes](https://github.com/Kotlin/dokka/releases) - [Commits](https://github.com/Kotlin/dokka/compare/v1.5.0...v1.5.30) Updates `dokka-base` from 1.5.0 to 1.5.30 - [Release notes](https://github.com/Kotlin/dokka/releases) - [Commits](https://github.com/Kotlin/dokka/compare/v1.5.0...v1.5.30) --- updated-dependencies: - dependency-name: org.jetbrains.dokka:dokka-gradle-plugin dependency-type: direct:production update-type: version-update:semver-patch - dependency-name: org.jetbrains.dokka:dokka-base dependency-type: direct:production update-type: version-update:semver-patch ... Signed-off-by: dependabot[bot] Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com> * Improve default validation (#243) * Update MIGRATING.md (#244) * Release v1.6.14 (#246) * Bump cardscan-ui from 2.1.0011 to 2.1.0012 (#249) Bumps [cardscan-ui](https://github.com/getbouncer/cardscan-android) from 2.1.0011 to 2.1.0012. - [Release notes](https://github.com/getbouncer/cardscan-android/releases) - [Changelog](https://github.com/getbouncer/cardscan-android/blob/master/CHANGELOG.md) - [Commits](https://github.com/getbouncer/cardscan-android/compare/2.1.0011...2.1.0012) --- updated-dependencies: - dependency-name: com.getbouncer:cardscan-ui dependency-type: direct:production update-type: version-update:semver-patch ... Signed-off-by: dependabot[bot] Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com> * Bump kotlin-gradle-plugin from 1.5.30 to 1.5.31 (#253) Bumps [kotlin-gradle-plugin](https://github.com/JetBrains/kotlin) from 1.5.30 to 1.5.31. - [Release notes](https://github.com/JetBrains/kotlin/releases) - [Changelog](https://github.com/JetBrains/kotlin/blob/v1.5.31/ChangeLog.md) - [Commits](https://github.com/JetBrains/kotlin/compare/v1.5.30...v1.5.31) --- updated-dependencies: - dependency-name: org.jetbrains.kotlin:kotlin-gradle-plugin dependency-type: direct:production update-type: version-update:semver-patch ... Signed-off-by: dependabot[bot] Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com> * Bump constraintlayout from 2.1.0 to 2.1.1 (#257) Bumps [constraintlayout](https://github.com/androidx/constraintlayout) from 2.1.0 to 2.1.1. - [Release notes](https://github.com/androidx/constraintlayout/releases) - [Commits](https://github.com/androidx/constraintlayout/commits) --- updated-dependencies: - dependency-name: androidx.constraintlayout:constraintlayout dependency-type: direct:production update-type: version-update:semver-patch ... Signed-off-by: dependabot[bot] Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com> * Improve validation logic, fix tests (#261) * Fix nullable return type (#260) * Bump okhttp from 4.9.1 to 4.9.2 (#258) Bumps [okhttp](https://github.com/square/okhttp) from 4.9.1 to 4.9.2. - [Release notes](https://github.com/square/okhttp/releases) - [Changelog](https://github.com/square/okhttp/blob/master/CHANGELOG.md) - [Commits](https://github.com/square/okhttp/compare/parent-4.9.1...parent-4.9.2) --- updated-dependencies: - dependency-name: com.squareup.okhttp3:okhttp dependency-type: direct:production update-type: version-update:semver-patch ... Signed-off-by: dependabot[bot] Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com> Co-authored-by: Dmytro * Bump dokka_version from 1.5.30 to 1.5.31 (#264) Bumps `dokka_version` from 1.5.30 to 1.5.31. Updates `dokka-gradle-plugin` from 1.5.30 to 1.5.31 - [Release notes](https://github.com/Kotlin/dokka/releases) - [Commits](https://github.com/Kotlin/dokka/compare/v1.5.30...v1.5.31) Updates `dokka-base` from 1.5.30 to 1.5.31 - [Release notes](https://github.com/Kotlin/dokka/releases) - [Commits](https://github.com/Kotlin/dokka/compare/v1.5.30...v1.5.31) --- updated-dependencies: - dependency-name: org.jetbrains.dokka:dokka-gradle-plugin dependency-type: direct:production update-type: version-update:semver-patch - dependency-name: org.jetbrains.dokka:dokka-base dependency-type: direct:production update-type: version-update:semver-patch ... Signed-off-by: dependabot[bot] Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com> Co-authored-by: Dmytro * Public release v1.6.15 (#266) * Version name & code rise * Update docs * Bump firebase-bom from 28.4.1 to 28.4.2 (#270) Bumps firebase-bom from 28.4.1 to 28.4.2. --- updated-dependencies: - dependency-name: com.google.firebase:firebase-bom dependency-type: direct:production update-type: version-update:semver-patch ... Signed-off-by: dependabot[bot] Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com> * Bump mockito_version from 3.12.4 to 4.0.0 (#271) Bumps `mockito_version` from 3.12.4 to 4.0.0. Updates `mockito-core` from 3.12.4 to 4.0.0 - [Release notes](https://github.com/mockito/mockito/releases) - [Commits](https://github.com/mockito/mockito/compare/v3.12.4...v4.0.0) Updates `mockito-inline` from 3.12.4 to 4.0.0 - [Release notes](https://github.com/mockito/mockito/releases) - [Commits](https://github.com/mockito/mockito/compare/v3.12.4...v4.0.0) --- updated-dependencies: - dependency-name: org.mockito:mockito-core dependency-type: direct:production update-type: version-update:semver-major - dependency-name: org.mockito:mockito-inline dependency-type: direct:production update-type: version-update:semver-major ... Signed-off-by: dependabot[bot] Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com> * Bump gradle from 7.0.2 to 7.0.3 (#273) Bumps gradle from 7.0.2 to 7.0.3. --- updated-dependencies: - dependency-name: com.android.tools.build:gradle dependency-type: direct:production update-type: version-update:semver-patch ... Signed-off-by: dependabot[bot] Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com> * Fix submit function response body (#274) * Public release v1.6.16 (#275) * Merge dev into master (#269) * Release/v1.6.13 to dev (#240) * Bump dokka_version from 1.5.0 to 1.5.30 (#242) Bumps `dokka_version` from 1.5.0 to 1.5.30. Updates `dokka-gradle-plugin` from 1.5.0 to 1.5.30 - [Release notes](https://github.com/Kotlin/dokka/releases) - [Commits](https://github.com/Kotlin/dokka/compare/v1.5.0...v1.5.30) Updates `dokka-base` from 1.5.0 to 1.5.30 - [Release notes](https://github.com/Kotlin/dokka/releases) - [Commits](https://github.com/Kotlin/dokka/compare/v1.5.0...v1.5.30) --- updated-dependencies: - dependency-name: org.jetbrains.dokka:dokka-gradle-plugin dependency-type: direct:production update-type: version-update:semver-patch - dependency-name: org.jetbrains.dokka:dokka-base dependency-type: direct:production update-type: version-update:semver-patch ... Signed-off-by: dependabot[bot] Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com> * Improve default validation (#243) * Update MIGRATING.md (#244) * Release v1.6.14 (#246) * Bump cardscan-ui from 2.1.0011 to 2.1.0012 (#249) Bumps [cardscan-ui](https://github.com/getbouncer/cardscan-android) from 2.1.0011 to 2.1.0012. - [Release notes](https://github.com/getbouncer/cardscan-android/releases) - [Changelog](https://github.com/getbouncer/cardscan-android/blob/master/CHANGELOG.md) - [Commits](https://github.com/getbouncer/cardscan-android/compare/2.1.0011...2.1.0012) --- updated-dependencies: - dependency-name: com.getbouncer:cardscan-ui dependency-type: direct:production update-type: version-update:semver-patch ... Signed-off-by: dependabot[bot] Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com> * Bump kotlin-gradle-plugin from 1.5.30 to 1.5.31 (#253) Bumps [kotlin-gradle-plugin](https://github.com/JetBrains/kotlin) from 1.5.30 to 1.5.31. - [Release notes](https://github.com/JetBrains/kotlin/releases) - [Changelog](https://github.com/JetBrains/kotlin/blob/v1.5.31/ChangeLog.md) - [Commits](https://github.com/JetBrains/kotlin/compare/v1.5.30...v1.5.31) --- updated-dependencies: - dependency-name: org.jetbrains.kotlin:kotlin-gradle-plugin dependency-type: direct:production update-type: version-update:semver-patch ... Signed-off-by: dependabot[bot] Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com> * Bump constraintlayout from 2.1.0 to 2.1.1 (#257) Bumps [constraintlayout](https://github.com/androidx/constraintlayout) from 2.1.0 to 2.1.1. - [Release notes](https://github.com/androidx/constraintlayout/releases) - [Commits](https://github.com/androidx/constraintlayout/commits) --- updated-dependencies: - dependency-name: androidx.constraintlayout:constraintlayout dependency-type: direct:production update-type: version-update:semver-patch ... Signed-off-by: dependabot[bot] Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com> * Improve validation logic, fix tests (#261) * Fix nullable return type (#260) * Bump okhttp from 4.9.1 to 4.9.2 (#258) Bumps [okhttp](https://github.com/square/okhttp) from 4.9.1 to 4.9.2. - [Release notes](https://github.com/square/okhttp/releases) - [Changelog](https://github.com/square/okhttp/blob/master/CHANGELOG.md) - [Commits](https://github.com/square/okhttp/compare/parent-4.9.1...parent-4.9.2) --- updated-dependencies: - dependency-name: com.squareup.okhttp3:okhttp dependency-type: direct:production update-type: version-update:semver-patch ... Signed-off-by: dependabot[bot] Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com> Co-authored-by: Dmytro * Bump dokka_version from 1.5.30 to 1.5.31 (#264) Bumps `dokka_version` from 1.5.30 to 1.5.31. Updates `dokka-gradle-plugin` from 1.5.30 to 1.5.31 - [Release notes](https://github.com/Kotlin/dokka/releases) - [Commits](https://github.com/Kotlin/dokka/compare/v1.5.30...v1.5.31) Updates `dokka-base` from 1.5.30 to 1.5.31 - [Release notes](https://github.com/Kotlin/dokka/releases) - [Commits](https://github.com/Kotlin/dokka/compare/v1.5.30...v1.5.31) --- updated-dependencies: - dependency-name: org.jetbrains.dokka:dokka-gradle-plugin dependency-type: direct:production update-type: version-update:semver-patch - dependency-name: org.jetbrains.dokka:dokka-base dependency-type: direct:production update-type: version-update:semver-patch ... Signed-off-by: dependabot[bot] Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com> Co-authored-by: Dmytro * Public release v1.6.15 (#266) * Version name & code rise * Update docs Co-authored-by: Dmytro Kos Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com> * Images patch 1 (#272) * Version name & code rise * Update docs * Update config.yml Co-authored-by: Dmytro Kos Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com> * Bump tensorflow-lite from 2.1.0011 to 2.1.0015 (#262) Bumps [tensorflow-lite](https://github.com/getbouncer/cardscan-android) from 2.1.0011 to 2.1.0015. - [Release notes](https://github.com/getbouncer/cardscan-android/releases) - [Changelog](https://github.com/getbouncer/cardscan-android/blob/master/CHANGELOG.md) - [Commits](https://github.com/getbouncer/cardscan-android/compare/2.1.0011...2.1.0015) --- updated-dependencies: - dependency-name: com.getbouncer:tensorflow-lite dependency-type: direct:production update-type: version-update:semver-patch ... Signed-off-by: dependabot[bot] Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com> Co-authored-by: dmytrodmytryshyn * Bump scan-payment-full from 2.1.0011 to 2.1.0015 (#265) Bumps [scan-payment-full](https://github.com/getbouncer/cardscan-android) from 2.1.0011 to 2.1.0015. - [Release notes](https://github.com/getbouncer/cardscan-android/releases) - [Changelog](https://github.com/getbouncer/cardscan-android/blob/master/CHANGELOG.md) - [Commits](https://github.com/getbouncer/cardscan-android/compare/2.1.0011...2.1.0015) --- updated-dependencies: - dependency-name: com.getbouncer:scan-payment-full dependency-type: direct:production update-type: version-update:semver-patch ... Signed-off-by: dependabot[bot] Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com> Co-authored-by: dmytrodmytryshyn * Bump cardscan-ui from 2.1.0012 to 2.1.0015 (#263) Bumps [cardscan-ui](https://github.com/getbouncer/cardscan-android) from 2.1.0012 to 2.1.0015. - [Release notes](https://github.com/getbouncer/cardscan-android/releases) - [Changelog](https://github.com/getbouncer/cardscan-android/blob/master/CHANGELOG.md) - [Commits](https://github.com/getbouncer/cardscan-android/compare/2.1.0012...2.1.0015) --- updated-dependencies: - dependency-name: com.getbouncer:cardscan-ui dependency-type: direct:production update-type: version-update:semver-patch ... Signed-off-by: dependabot[bot] Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com> Co-authored-by: dmytrodmytryshyn * Bump bouncer versions from 2.1.0015 -> 2.1.0016 (#279) * Bouncer adapter version name & code rise (#278) Co-authored-by: Dmytro Kos Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com> * Version name & code rise * Update docs Co-authored-by: Dmytro Kos Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com> * Bump firebase-bom from 29.0.0 to 29.0.1 (#302) Bumps firebase-bom from 29.0.0 to 29.0.1. --- updated-dependencies: - dependency-name: com.google.firebase:firebase-bom dependency-type: direct:production update-type: version-update:semver-patch ... Signed-off-by: dependabot[bot] Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com> * Bump robolectric from 4.7.2 to 4.7.3 (#303) Bumps [robolectric](https://github.com/robolectric/robolectric) from 4.7.2 to 4.7.3. - [Release notes](https://github.com/robolectric/robolectric/releases) - [Commits](https://github.com/robolectric/robolectric/compare/robolectric-4.7.2...robolectric-4.7.3) --- updated-dependencies: - dependency-name: org.robolectric:robolectric dependency-type: direct:production update-type: version-update:semver-patch ... Signed-off-by: dependabot[bot] Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com> * Bump json from 20210307 to 20211205 (#304) Bumps [json](https://github.com/douglascrockford/JSON-java) from 20210307 to 20211205. - [Release notes](https://github.com/douglascrockford/JSON-java/releases) - [Changelog](https://github.com/stleary/JSON-java/blob/master/docs/RELEASES.md) - [Commits](https://github.com/douglascrockford/JSON-java/commits) --- updated-dependencies: - dependency-name: org.json:json dependency-type: direct:production update-type: version-update:semver-major ... Signed-off-by: dependabot[bot] Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com> * Bump play-services-auth from 19.2.0 to 20.0.0 (#306) Bumps play-services-auth from 19.2.0 to 20.0.0. --- updated-dependencies: - dependency-name: com.google.android.gms:play-services-auth dependency-type: direct:production update-type: version-update:semver-major ... Signed-off-by: dependabot[bot] Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com> * Bump firebase-bom from 29.0.1 to 29.0.2 (#311) Bumps firebase-bom from 29.0.1 to 29.0.2. --- updated-dependencies: - dependency-name: com.google.firebase:firebase-bom dependency-type: direct:production update-type: version-update:semver-patch ... Signed-off-by: dependabot[bot] Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com> * Move google-services.json to ci (#307) * Remove google-services.json. Update ci config. Add test code for check file creation. * Remove tests code. * Fix TextInputFieldLayout.kt error restore after screen rotation (#312) * Bump kotlin-gradle-plugin from 1.6.0 to 1.6.10 (#313) Bumps [kotlin-gradle-plugin](https://github.com/JetBrains/kotlin) from 1.6.0 to 1.6.10. - [Release notes](https://github.com/JetBrains/kotlin/releases) - [Changelog](https://github.com/JetBrains/kotlin/blob/v1.6.10/ChangeLog.md) - [Commits](https://github.com/JetBrains/kotlin/compare/v1.6.0...v1.6.10) --- updated-dependencies: - dependency-name: org.jetbrains.kotlin:kotlin-gradle-plugin dependency-type: direct:production update-type: version-update:semver-patch ... Signed-off-by: dependabot[bot] Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com> * Bump gradle from 7.0.3 to 7.0.4 (#305) Bumps gradle from 7.0.3 to 7.0.4. --- updated-dependencies: - dependency-name: com.android.tools.build:gradle dependency-type: direct:production update-type: version-update:semver-patch ... Signed-off-by: dependabot[bot] Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com> * Merge public release v1.6.18 into dev (#315) * Merge public release 1.6.16 into master (#277) * Release/v1.6.13 to dev (#240) * Bump dokka_version from 1.5.0 to 1.5.30 (#242) Bumps `dokka_version` from 1.5.0 to 1.5.30. Updates `dokka-gradle-plugin` from 1.5.0 to 1.5.30 - [Release notes](https://github.com/Kotlin/dokka/releases) - [Commits](https://github.com/Kotlin/dokka/compare/v1.5.0...v1.5.30) Updates `dokka-base` from 1.5.0 to 1.5.30 - [Release notes](https://github.com/Kotlin/dokka/releases) - [Commits](https://github.com/Kotlin/dokka/compare/v1.5.0...v1.5.30) --- updated-dependencies: - dependency-name: org.jetbrains.dokka:dokka-gradle-plugin dependency-type: direct:production update-type: version-update:semver-patch - dependency-name: org.jetbrains.dokka:dokka-base dependency-type: direct:production update-type: version-update:semver-patch ... Signed-off-by: dependabot[bot] Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com> * Improve default validation (#243) * Update MIGRATING.md (#244) * Release v1.6.14 (#246) * Bump cardscan-ui from 2.1.0011 to 2.1.0012 (#249) Bumps [cardscan-ui](https://github.com/getbouncer/cardscan-android) from 2.1.0011 to 2.1.0012. - [Release notes](https://github.com/getbouncer/cardscan-android/releases) - [Changelog](https://github.com/getbouncer/cardscan-android/blob/master/CHANGELOG.md) - [Commits](https://github.com/getbouncer/cardscan-android/compare/2.1.0011...2.1.0012) --- updated-dependencies: - dependency-name: com.getbouncer:cardscan-ui dependency-type: direct:production update-type: version-update:semver-patch ... Signed-off-by: dependabot[bot] Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com> * Bump kotlin-gradle-plugin from 1.5.30 to 1.5.31 (#253) Bumps [kotlin-gradle-plugin](https://github.com/JetBrains/kotlin) from 1.5.30 to 1.5.31. - [Release notes](https://github.com/JetBrains/kotlin/releases) - [Changelog](https://github.com/JetBrains/kotlin/blob/v1.5.31/ChangeLog.md) - [Commits](https://github.com/JetBrains/kotlin/compare/v1.5.30...v1.5.31) --- updated-dependencies: - dependency-name: org.jetbrains.kotlin:kotlin-gradle-plugin dependency-type: direct:production update-type: version-update:semver-patch ... Signed-off-by: dependabot[bot] Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com> * Bump constraintlayout from 2.1.0 to 2.1.1 (#257) Bumps [constraintlayout](https://github.com/androidx/constraintlayout) from 2.1.0 to 2.1.1. - [Release notes](https://github.com/androidx/constraintlayout/releases) - [Commits](https://github.com/androidx/constraintlayout/commits) --- updated-dependencies: - dependency-name: androidx.constraintlayout:constraintlayout dependency-type: direct:production update-type: version-update:semver-patch ... Signed-off-by: dependabot[bot] Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com> * Improve validation logic, fix tests (#261) * Fix nullable return type (#260) * Bump okhttp from 4.9.1 to 4.9.2 (#258) Bumps [okhttp](https://github.com/square/okhttp) from 4.9.1 to 4.9.2. - [Release notes](https://github.com/square/okhttp/releases) - [Changelog](https://github.com/square/okhttp/blob/master/CHANGELOG.md) - [Commits](https://github.com/square/okhttp/compare/parent-4.9.1...parent-4.9.2) --- updated-dependencies: - dependency-name: com.squareup.okhttp3:okhttp dependency-type: direct:production update-type: version-update:semver-patch ... Signed-off-by: dependabot[bot] Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com> Co-authored-by: Dmytro * Bump dokka_version from 1.5.30 to 1.5.31 (#264) Bumps `dokka_version` from 1.5.30 to 1.5.31. Updates `dokka-gradle-plugin` from 1.5.30 to 1.5.31 - [Release notes](https://github.com/Kotlin/dokka/releases) - [Commits](https://github.com/Kotlin/dokka/compare/v1.5.30...v1.5.31) Updates `dokka-base` from 1.5.30 to 1.5.31 - [Release notes](https://github.com/Kotlin/dokka/releases) - [Commits](https://github.com/Kotlin/dokka/compare/v1.5.30...v1.5.31) --- updated-dependencies: - dependency-name: org.jetbrains.dokka:dokka-gradle-plugin dependency-type: direct:production update-type: version-update:semver-patch - dependency-name: org.jetbrains.dokka:dokka-base dependency-type: direct:production update-type: version-update:semver-patch ... Signed-off-by: dependabot[bot] Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com> Co-authored-by: Dmytro * Public release v1.6.15 (#266) * Version name & code rise * Update docs * Bump firebase-bom from 28.4.1 to 28.4.2 (#270) Bumps firebase-bom from 28.4.1 to 28.4.2. --- updated-dependencies: - dependency-name: com.google.firebase:firebase-bom dependency-type: direct:production update-type: version-update:semver-patch ... Signed-off-by: dependabot[bot] Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com> * Bump mockito_version from 3.12.4 to 4.0.0 (#271) Bumps `mockito_version` from 3.12.4 to 4.0.0. Updates `mockito-core` from 3.12.4 to 4.0.0 - [Release notes](https://github.com/mockito/mockito/releases) - [Commits](https://github.com/mockito/mockito/compare/v3.12.4...v4.0.0) Updates `mockito-inline` from 3.12.4 to 4.0.0 - [Release notes](https://github.com/mockito/mockito/releases) - [Commits](https://github.com/mockito/mockito/compare/v3.12.4...v4.0.0) --- updated-dependencies: - dependency-name: org.mockito:mockito-core dependency-type: direct:production update-type: version-update:semver-major - dependency-name: org.mockito:mockito-inline dependency-type: direct:production update-type: version-update:semver-major ... Signed-off-by: dependabot[bot] Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com> * Bump gradle from 7.0.2 to 7.0.3 (#273) Bumps gradle from 7.0.2 to 7.0.3. --- updated-dependencies: - dependency-name: com.android.tools.build:gradle dependency-type: direct:production update-type: version-update:semver-patch ... Signed-off-by: dependabot[bot] Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com> * Fix submit function response body (#274) * Public release v1.6.16 (#275) * Merge dev into master (#269) * Release/v1.6.13 to dev (#240) * Bump dokka_version from 1.5.0 to 1.5.30 (#242) Bumps `dokka_version` from 1.5.0 to 1.5.30. Updates `dokka-gradle-plugin` from 1.5.0 to 1.5.30 - [Release notes](https://github.com/Kotlin/dokka/releases) - [Commits](https://github.com/Kotlin/dokka/compare/v1.5.0...v1.5.30) Updates `dokka-base` from 1.5.0 to 1.5.30 - [Release notes](https://github.com/Kotlin/dokka/releases) - [Commits](https://github.com/Kotlin/dokka/compare/v1.5.0...v1.5.30) --- updated-dependencies: - dependency-name: org.jetbrains.dokka:dokka-gradle-plugin dependency-type: direct:production update-type: version-update:semver-patch - dependency-name: org.jetbrains.dokka:dokka-base dependency-type: direct:production update-type: version-update:semver-patch ... Signed-off-by: dependabot[bot] Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com> * Improve default validation (#243) * Update MIGRATING.md (#244) * Release v1.6.14 (#246) * Bump cardscan-ui from 2.1.0011 to 2.1.0012 (#249) Bumps [cardscan-ui](https://github.com/getbouncer/cardscan-android) from 2.1.0011 to 2.1.0012. - [Release notes](https://github.com/getbouncer/cardscan-android/releases) - [Changelog](https://github.com/getbouncer/cardscan-android/blob/master/CHANGELOG.md) - [Commits](https://github.com/getbouncer/cardscan-android/compare/2.1.0011...2.1.0012) --- updated-dependencies: - dependency-name: com.getbouncer:cardscan-ui dependency-type: direct:production update-type: version-update:semver-patch ... Signed-off-by: dependabot[bot] Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com> * Bump kotlin-gradle-plugin from 1.5.30 to 1.5.31 (#253) Bumps [kotlin-gradle-plugin](https://github.com/JetBrains/kotlin) from 1.5.30 to 1.5.31. - [Release notes](https://github.com/JetBrains/kotlin/releases) - [Changelog](https://github.com/JetBrains/kotlin/blob/v1.5.31/ChangeLog.md) - [Commits](https://github.com/JetBrains/kotlin/compare/v1.5.30...v1.5.31) --- updated-dependencies: - dependency-name: org.jetbrains.kotlin:kotlin-gradle-plugin dependency-type: direct:production update-type: version-update:semver-patch ... Signed-off-by: dependabot[bot] Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com> * Bump constraintlayout from 2.1.0 to 2.1.1 (#257) Bumps [constraintlayout](https://github.com/androidx/constraintlayout) from 2.1.0 to 2.1.1. - [Release notes](https://github.com/androidx/constraintlayout/releases) - [Commits](https://github.com/androidx/constraintlayout/commits) --- updated-dependencies: - dependency-name: androidx.constraintlayout:constraintlayout dependency-type: direct:production update-type: version-update:semver-patch ... Signed-off-by: dependabot[bot] Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com> * Improve validation logic, fix tests (#261) * Fix nullable return type (#260) * Bump okhttp from 4.9.1 to 4.9.2 (#258) Bumps [okhttp](https://github.com/square/okhttp) from 4.9.1 to 4.9.2. - [Release notes](https://github.com/square/okhttp/releases) - [Changelog](https://github.com/square/okhttp/blob/master/CHANGELOG.md) - [Commits](https://github.com/square/okhttp/compare/parent-4.9.1...parent-4.9.2) --- updated-dependencies: - dependency-name: com.squareup.okhttp3:okhttp dependency-type: direct:production update-type: version-update:semver-patch ... Signed-off-by: dependabot[bot] Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com> Co-authored-by: Dmytro * Bump dokka_version from 1.5.30 to 1.5.31 (#264) Bumps `dokka_version` from 1.5.30 to 1.5.31. Updates `dokka-gradle-plugin` from 1.5.30 to 1.5.31 - [Release notes](https://github.com/Kotlin/dokka/releases) - [Commits](https://github.com/Kotlin/dokka/compare/v1.5.30...v1.5.31) Updates `dokka-base` from 1.5.30 to 1.5.31 - [Release notes](https://github.com/Kotlin/dokka/releases) - [Commits](https://github.com/Kotlin/dokka/compare/v1.5.30...v1.5.31) --- updated-dependencies: - dependency-name: org.jetbrains.dokka:dokka-gradle-plugin dependency-type: direct:production update-type: version-update:semver-patch - dependency-name: org.jetbrains.dokka:dokka-base dependency-type: direct:production update-type: version-update:semver-patch ... Signed-off-by: dependabot[bot] Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com> Co-authored-by: Dmytro * Public release v1.6.15 (#266) * Version name & code rise * Update docs Co-authored-by: Dmytro Kos Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com> * Images patch 1 (#272) * Version name & code rise * Update docs * Update config.yml Co-authored-by: Dmytro Kos Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com> Co-authored-by: Dmytro Kos Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com> * Merge dev into master (#280) * Release/v1.6.13 to dev (#240) * Bump dokka_version from 1.5.0 to 1.5.30 (#242) Bumps `dokka_version` from 1.5.0 to 1.5.30. Updates `dokka-gradle-plugin` from 1.5.0 to 1.5.30 - [Release notes](https://github.com/Kotlin/dokka/releases) - [Commits](https://… * Build(deps): bump com.squareup.leakcanary:leakcanary-android (#536) Bumps [com.squareup.leakcanary:leakcanary-android](https://github.com/square/leakcanary) from 2.10 to 2.11. - [Release notes](https://github.com/square/leakcanary/releases) - [Changelog](https://github.com/square/leakcanary/blob/main/docs/changelog.md) - [Commits](https://github.com/square/leakcanary/compare/v2.10...v2.11) --- updated-dependencies: - dependency-name: com.squareup.leakcanary:leakcanary-android dependency-type: direct:production update-type: version-update:semver-minor ... Signed-off-by: dependabot[bot] Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com> * Build(deps): bump org.robolectric:robolectric from 4.10.2 to 4.10.3 (#535) Bumps [org.robolectric:robolectric](https://github.com/robolectric/robolectric) from 4.10.2 to 4.10.3. - [Release notes](https://github.com/robolectric/robolectric/releases) - [Commits](https://github.com/robolectric/robolectric/compare/robolectric-4.10.2...robolectric-4.10.3) --- updated-dependencies: - dependency-name: org.robolectric:robolectric dependency-type: direct:production update-type: version-update:semver-patch ... Signed-off-by: dependabot[bot] Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com> * Build(deps): bump com.squareup.okhttp3:okhttp from 4.10.0 to 4.11.0 (#533) Bumps [com.squareup.okhttp3:okhttp](https://github.com/square/okhttp) from 4.10.0 to 4.11.0. - [Changelog](https://github.com/square/okhttp/blob/master/CHANGELOG.md) - [Commits](https://github.com/square/okhttp/compare/parent-4.10.0...parent-4.11.0) --- updated-dependencies: - dependency-name: com.squareup.okhttp3:okhttp dependency-type: direct:production update-type: version-update:semver-minor ... Signed-off-by: dependabot[bot] Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com> * Build(deps): bump com.google.android.material:material (#532) Bumps [com.google.android.material:material](https://github.com/material-components/material-components-android) from 1.8.0 to 1.9.0. - [Release notes](https://github.com/material-components/material-components-android/releases) - [Commits](https://github.com/material-components/material-components-android/compare/1.8.0...1.9.0) --- updated-dependencies: - dependency-name: com.google.android.material:material dependency-type: direct:production update-type: version-update:semver-minor ... Signed-off-by: dependabot[bot] Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com> Co-authored-by: dmytrodmytryshyn * Build(deps): bump io.gitlab.arturbosch.detekt:detekt-gradle-plugin (#541) Bumps [io.gitlab.arturbosch.detekt:detekt-gradle-plugin](https://github.com/detekt/detekt) from 1.22.0 to 1.23.0. - [Release notes](https://github.com/detekt/detekt/releases) - [Commits](https://github.com/detekt/detekt/compare/v1.22.0...v1.23.0) --- updated-dependencies: - dependency-name: io.gitlab.arturbosch.detekt:detekt-gradle-plugin dependency-type: direct:production update-type: version-update:semver-minor ... Signed-off-by: dependabot[bot] Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com> * Add date range validation rule (#534) Add new RangeDateEditText and validation rule * Build(deps): bump org.jetbrains.dokka:dokka-gradle-plugin (#542) Bumps [org.jetbrains.dokka:dokka-gradle-plugin](https://github.com/Kotlin/dokka) from 1.8.10 to 1.8.20. - [Release notes](https://github.com/Kotlin/dokka/releases) - [Commits](https://github.com/Kotlin/dokka/commits) --- updated-dependencies: - dependency-name: org.jetbrains.dokka:dokka-gradle-plugin dependency-type: direct:production update-type: version-update:semver-patch ... Signed-off-by: dependabot[bot] Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com> * Build(deps): bump org.jetbrains.dokka:dokka-base from 1.8.10 to 1.8.20 (#543) Bumps [org.jetbrains.dokka:dokka-base](https://github.com/Kotlin/dokka) from 1.8.10 to 1.8.20. - [Release notes](https://github.com/Kotlin/dokka/releases) - [Commits](https://github.com/Kotlin/dokka/commits) --- updated-dependencies: - dependency-name: org.jetbrains.dokka:dokka-base dependency-type: direct:production update-type: version-update:semver-patch ... Signed-off-by: dependabot[bot] Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com> * Build(deps): bump org.jetbrains.kotlin:kotlin-gradle-plugin (#544) Bumps [org.jetbrains.kotlin:kotlin-gradle-plugin](https://github.com/JetBrains/kotlin) from 1.8.21 to 1.8.22. - [Release notes](https://github.com/JetBrains/kotlin/releases) - [Changelog](https://github.com/JetBrains/kotlin/blob/master/ChangeLog.md) - [Commits](https://github.com/JetBrains/kotlin/commits) --- updated-dependencies: - dependency-name: org.jetbrains.kotlin:kotlin-gradle-plugin dependency-type: direct:production update-type: version-update:semver-patch ... Signed-off-by: dependabot[bot] Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com> * Fix mask not applied after inputType change, which causes infinite loop crash. (#546) * Add ssn field example * Fix infinite loop issue when text changed and formatter applied * Fix nullability * Merge public release v1.8.0 into dev (#548) * Merge dev into master (#405) * Release/v1.6.13 to dev (#240) * Bump dokka_version from 1.5.0 to 1.5.30 (#242) Bumps `dokka_version` from 1.5.0 to 1.5.30. Updates `dokka-gradle-plugin` from 1.5.0 to 1.5.30 - [Release notes](https://github.com/Kotlin/dokka/releases) - [Commits](https://github.com/Kotlin/dokka/compare/v1.5.0...v1.5.30) Updates `dokka-base` from 1.5.0 to 1.5.30 - [Release notes](https://github.com/Kotlin/dokka/releases) - [Commits](https://github.com/Kotlin/dokka/compare/v1.5.0...v1.5.30) --- updated-dependencies: - dependency-name: org.jetbrains.dokka:dokka-gradle-plugin dependency-type: direct:production update-type: version-update:semver-patch - dependency-name: org.jetbrains.dokka:dokka-base dependency-type: direct:production update-type: version-update:semver-patch ... Signed-off-by: dependabot[bot] Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com> * Improve default validation (#243) * Update MIGRATING.md (#244) * Release v1.6.14 (#246) * Bump cardscan-ui from 2.1.0011 to 2.1.0012 (#249) Bumps [cardscan-ui](https://github.com/getbouncer/cardscan-android) from 2.1.0011 to 2.1.0012. - [Release notes](https://github.com/getbouncer/cardscan-android/releases) - [Changelog](https://github.com/getbouncer/cardscan-android/blob/master/CHANGELOG.md) - [Commits](https://github.com/getbouncer/cardscan-android/compare/2.1.0011...2.1.0012) --- updated-dependencies: - dependency-name: com.getbouncer:cardscan-ui dependency-type: direct:production update-type: version-update:semver-patch ... Signed-off-by: dependabot[bot] Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com> * Bump kotlin-gradle-plugin from 1.5.30 to 1.5.31 (#253) Bumps [kotlin-gradle-plugin](https://github.com/JetBrains/kotlin) from 1.5.30 to 1.5.31. - [Release notes](https://github.com/JetBrains/kotlin/releases) - [Changelog](https://github.com/JetBrains/kotlin/blob/v1.5.31/ChangeLog.md) - [Commits](https://github.com/JetBrains/kotlin/compare/v1.5.30...v1.5.31) --- updated-dependencies: - dependency-name: org.jetbrains.kotlin:kotlin-gradle-plugin dependency-type: direct:production update-type: version-update:semver-patch ... Signed-off-by: dependabot[bot] Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com> * Bump constraintlayout from 2.1.0 to 2.1.1 (#257) Bumps [constraintlayout](https://github.com/androidx/constraintlayout) from 2.1.0 to 2.1.1. - [Release notes](https://github.com/androidx/constraintlayout/releases) - [Commits](https://github.com/androidx/constraintlayout/commits) --- updated-dependencies: - dependency-name: androidx.constraintlayout:constraintlayout dependency-type: direct:production update-type: version-update:semver-patch ... Signed-off-by: dependabot[bot] Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com> * Improve validation logic, fix tests (#261) * Fix nullable return type (#260) * Bump okhttp from 4.9.1 to 4.9.2 (#258) Bumps [okhttp](https://github.com/square/okhttp) from 4.9.1 to 4.9.2. - [Release notes](https://github.com/square/okhttp/releases) - [Changelog](https://github.com/square/okhttp/blob/master/CHANGELOG.md) - [Commits](https://github.com/square/okhttp/compare/parent-4.9.1...parent-4.9.2) --- updated-dependencies: - dependency-name: com.squareup.okhttp3:okhttp dependency-type: direct:production update-type: version-update:semver-patch ... Signed-off-by: dependabot[bot] Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com> Co-authored-by: Dmytro * Bump dokka_version from 1.5.30 to 1.5.31 (#264) Bumps `dokka_version` from 1.5.30 to 1.5.31. Updates `dokka-gradle-plugin` from 1.5.30 to 1.5.31 - [Release notes](https://github.com/Kotlin/dokka/releases) - [Commits](https://github.com/Kotlin/dokka/compare/v1.5.30...v1.5.31) Updates `dokka-base` from 1.5.30 to 1.5.31 - [Release notes](https://github.com/Kotlin/dokka/releases) - [Commits](https://github.com/Kotlin/dokka/compare/v1.5.30...v1.5.31) --- updated-dependencies: - dependency-name: org.jetbrains.dokka:dokka-gradle-plugin dependency-type: direct:production update-type: version-update:semver-patch - dependency-name: org.jetbrains.dokka:dokka-base dependency-type: direct:production update-type: version-update:semver-patch ... Signed-off-by: dependabot[bot] Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com> Co-authored-by: Dmytro * Public release v1.6.15 (#266) * Version name & code rise * Update docs * Bump firebase-bom from 28.4.1 to 28.4.2 (#270) Bumps firebase-bom from 28.4.1 to 28.4.2. --- updated-dependencies: - dependency-name: com.google.firebase:firebase-bom dependency-type: direct:production update-type: version-update:semver-patch ... Signed-off-by: dependabot[bot] Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com> * Bump mockito_version from 3.12.4 to 4.0.0 (#271) Bumps `mockito_version` from 3.12.4 to 4.0.0. Updates `mockito-core` from 3.12.4 to 4.0.0 - [Release notes](https://github.com/mockito/mockito/releases) - [Commits](https://github.com/mockito/mockito/compare/v3.12.4...v4.0.0) Updates `mockito-inline` from 3.12.4 to 4.0.0 - [Release notes](https://github.com/mockito/mockito/releases) - [Commits](https://github.com/mockito/mockito/compare/v3.12.4...v4.0.0) --- updated-dependencies: - dependency-name: org.mockito:mockito-core dependency-type: direct:production update-type: version-update:semver-major - dependency-name: org.mockito:mockito-inline dependency-type: direct:production update-type: version-update:semver-major ... Signed-off-by: dependabot[bot] Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com> * Bump gradle from 7.0.2 to 7.0.3 (#273) Bumps gradle from 7.0.2 to 7.0.3. --- updated-dependencies: - dependency-name: com.android.tools.build:gradle dependency-type: direct:production update-type: version-update:semver-patch ... Signed-off-by: dependabot[bot] Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com> * Fix submit function response body (#274) * Public release v1.6.16 (#275) * Merge dev into master (#269) * Release/v1.6.13 to dev (#240) * Bump dokka_version from 1.5.0 to 1.5.30 (#242) Bumps `dokka_version` from 1.5.0 to 1.5.30. Updates `dokka-gradle-plugin` from 1.5.0 to 1.5.30 - [Release notes](https://github.com/Kotlin/dokka/releases) - [Commits](https://github.com/Kotlin/dokka/compare/v1.5.0...v1.5.30) Updates `dokka-base` from 1.5.0 to 1.5.30 - [Release notes](https://github.com/Kotlin/dokka/releases) - [Commits](https://github.com/Kotlin/dokka/compare/v1.5.0...v1.5.30) --- updated-dependencies: - dependency-name: org.jetbrains.dokka:dokka-gradle-plugin dependency-type: direct:production update-type: version-update:semver-patch - dependency-name: org.jetbrains.dokka:dokka-base dependency-type: direct:production update-type: version-update:semver-patch ... Signed-off-by: dependabot[bot] Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com> * Improve default validation (#243) * Update MIGRATING.md (#244) * Release v1.6.14 (#246) * Bump cardscan-ui from 2.1.0011 to 2.1.0012 (#249) Bumps [cardscan-ui](https://github.com/getbouncer/cardscan-android) from 2.1.0011 to 2.1.0012. - [Release notes](https://github.com/getbouncer/cardscan-android/releases) - [Changelog](https://github.com/getbouncer/cardscan-android/blob/master/CHANGELOG.md) - [Commits](https://github.com/getbouncer/cardscan-android/compare/2.1.0011...2.1.0012) --- updated-dependencies: - dependency-name: com.getbouncer:cardscan-ui dependency-type: direct:production update-type: version-update:semver-patch ... Signed-off-by: dependabot[bot] Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com> * Bump kotlin-gradle-plugin from 1.5.30 to 1.5.31 (#253) Bumps [kotlin-gradle-plugin](https://github.com/JetBrains/kotlin) from 1.5.30 to 1.5.31. - [Release notes](https://github.com/JetBrains/kotlin/releases) - [Changelog](https://github.com/JetBrains/kotlin/blob/v1.5.31/ChangeLog.md) - [Commits](https://github.com/JetBrains/kotlin/compare/v1.5.30...v1.5.31) --- updated-dependencies: - dependency-name: org.jetbrains.kotlin:kotlin-gradle-plugin dependency-type: direct:production update-type: version-update:semver-patch ... Signed-off-by: dependabot[bot] Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com> * Bump constraintlayout from 2.1.0 to 2.1.1 (#257) Bumps [constraintlayout](https://github.com/androidx/constraintlayout) from 2.1.0 to 2.1.1. - [Release notes](https://github.com/androidx/constraintlayout/releases) - [Commits](https://github.com/androidx/constraintlayout/commits) --- updated-dependencies: - dependency-name: androidx.constraintlayout:constraintlayout dependency-type: direct:production update-type: version-update:semver-patch ... Signed-off-by: dependabot[bot] Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com> * Improve validation logic, fix tests (#261) * Fix nullable return type (#260) * Bump okhttp from 4.9.1 to 4.9.2 (#258) Bumps [okhttp](https://github.com/square/okhttp) from 4.9.1 to 4.9.2. - [Release notes](https://github.com/square/okhttp/releases) - [Changelog](https://github.com/square/okhttp/blob/master/CHANGELOG.md) - [Commits](https://github.com/square/okhttp/compare/parent-4.9.1...parent-4.9.2) --- updated-dependencies: - dependency-name: com.squareup.okhttp3:okhttp dependency-type: direct:production update-type: version-update:semver-patch ... Signed-off-by: dependabot[bot] Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com> Co-authored-by: Dmytro * Bump dokka_version from 1.5.30 to 1.5.31 (#264) Bumps `dokka_version` from 1.5.30 to 1.5.31. Updates `dokka-gradle-plugin` from 1.5.30 to 1.5.31 - [Release notes](https://github.com/Kotlin/dokka/releases) - [Commits](https://github.com/Kotlin/dokka/compare/v1.5.30...v1.5.31) Updates `dokka-base` from 1.5.30 to 1.5.31 - [Release notes](https://github.com/Kotlin/dokka/releases) - [Commits](https://github.com/Kotlin/dokka/compare/v1.5.30...v1.5.31) --- updated-dependencies: - dependency-name: org.jetbrains.dokka:dokka-gradle-plugin dependency-type: direct:production update-type: version-update:semver-patch - dependency-name: org.jetbrains.dokka:dokka-base dependency-type: direct:production update-type: version-update:semver-patch ... Signed-off-by: dependabot[bot] Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com> Co-authored-by: Dmytro * Public release v1.6.15 (#266) * Version name & code rise * Update docs Co-authored-by: Dmytro Kos Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com> * Images patch 1 (#272) * Version name & code rise * Update docs * Update config.yml Co-authored-by: Dmytro Kos Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com> * Bump tensorflow-lite from 2.1.0011 to 2.1.0015 (#262) Bumps [tensorflow-lite](https://github.com/getbouncer/cardscan-android) from 2.1.0011 to 2.1.0015. - [Release notes](https://github.com/getbouncer/cardscan-android/releases) - [Changelog](https://github.com/getbouncer/cardscan-android/blob/master/CHANGELOG.md) - [Commits](https://github.com/getbouncer/cardscan-android/compare/2.1.0011...2.1.0015) --- updated-dependencies: - dependency-name: com.getbouncer:tensorflow-lite dependency-type: direct:production update-type: version-update:semver-patch ... Signed-off-by: dependabot[bot] Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com> Co-authored-by: dmytrodmytryshyn * Bump scan-payment-full from 2.1.0011 to 2.1.0015 (#265) Bumps [scan-payment-full](https://github.com/getbouncer/cardscan-android) from 2.1.0011 to 2.1.0015. - [Release notes](https://github.com/getbouncer/cardscan-android/releases) - [Changelog](https://github.com/getbouncer/cardscan-android/blob/master/CHANGELOG.md) - [Commits](https://github.com/getbouncer/cardscan-android/compare/2.1.0011...2.1.0015) --- updated-dependencies: - dependency-name: com.getbouncer:scan-payment-full dependency-type: direct:production update-type: version-update:semver-patch ... Signed-off-by: dependabot[bot] Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com> Co-authored-by: dmytrodmytryshyn * Bump cardscan-ui from 2.1.0012 to 2.1.0015 (#263) Bumps [cardscan-ui](https://github.com/getbouncer/cardscan-android) from 2.1.0012 to 2.1.0015. - [Release notes](https://github.com/getbouncer/cardscan-android/releases) - [Changelog](https://github.com/getbouncer/cardscan-android/blob/master/CHANGELOG.md) - [Commits](https://github.com/getbouncer/cardscan-android/compare/2.1.0012...2.1.0015) --- updated-dependencies: - dependency-name: com.getbouncer:cardscan-ui dependency-type: direct:production update-type: version-update:semver-patch ... Signed-off-by: dependabot[bot] Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com> Co-authored-by: dmytrodmytryshyn * Bump bouncer versions from 2.1.0015 -> 2.1.0016 (#279) * Bouncer adapter version name & code rise (#278) * Bump core-ktx from 1.6.0 to 1.7.0 (#285) * Bump core-ktx from 1.6.0 to 1.7.0 Bumps core-ktx from 1.6.0 to 1.7.0. --- updated-dependencies: - dependency-name: androidx.core:core-ktx dependency-type: direct:production update-type: version-update:semver-minor ... Signed-off-by: dependabot[bot] * update compileSdkVersion * update cursor.getString Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com> Co-authored-by: Dmytro * Bump firebase-bom from 28.4.2 to 29.0.0 (#286) Bumps firebase-bom from 28.4.2 to 29.0.0. --- updated-dependencies: - dependency-name: com.google.firebase:firebase-bom dependency-type: direct:production update-type: version-update:semver-major ... Signed-off-by: dependabot[bot] Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com> * Bump robolectric from 4.6.1 to 4.7 (#287) Bumps [robolectric](https://github.com/robolectric/robolectric) from 4.6.1 to 4.7. - [Release notes](https://github.com/robolectric/robolectric/releases) - [Commits](https://github.com/robolectric/robolectric/compare/robolectric-4.6.1...robolectric-4.7) --- updated-dependencies: - dependency-name: org.robolectric:robolectric dependency-type: direct:production update-type: version-update:semver-minor ... Signed-off-by: dependabot[bot] Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com> * Bump kotlin-gradle-plugin from 1.5.31 to 1.6.0 (#288) Bumps [kotlin-gradle-plugin](https://github.com/JetBrains/kotlin) from 1.5.31 to 1.6.0. - [Release notes](https://github.com/JetBrains/kotlin/releases) - [Changelog](https://github.com/JetBrains/kotlin/blob/master/ChangeLog.md) - [Commits](https://github.com/JetBrains/kotlin/commits) --- updated-dependencies: - dependency-name: org.jetbrains.kotlin:kotlin-gradle-plugin dependency-type: direct:production update-type: version-update:semver-minor ... Signed-off-by: dependabot[bot] Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com> * add max Length (#289) * Bump mockk from 1.12.0 to 1.12.1 (#290) Bumps [mockk](https://github.com/mockk/mockk) from 1.12.0 to 1.12.1. - [Release notes](https://github.com/mockk/mockk/releases) - [Commits](https://github.com/mockk/mockk/compare/v1.12.0...1.12.1) --- updated-dependencies: - dependency-name: io.mockk:mockk dependency-type: direct:production update-type: version-update:semver-patch ... Signed-off-by: dependabot[bot] Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com> * Bump appcompat from 1.3.1 to 1.4.0 (#291) Bumps appcompat from 1.3.1 to 1.4.0. --- updated-dependencies: - dependency-name: androidx.appcompat:appcompat dependency-type: direct:production update-type: version-update:semver-minor ... Signed-off-by: dependabot[bot] Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com> * Bump robolectric from 4.7 to 4.7.1 (#292) Bumps [robolectric](https://github.com/robolectric/robolectric) from 4.7 to 4.7.1. - [Release notes](https://github.com/robolectric/robolectric/releases) - [Commits](https://github.com/robolectric/robolectric/compare/robolectric-4.7...robolectric-4.7.1) --- updated-dependencies: - dependency-name: org.robolectric:robolectric dependency-type: direct:production update-type: version-update:semver-patch ... Signed-off-by: dependabot[bot] Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com> * Bump constraintlayout from 2.1.1 to 2.1.2 (#293) Bumps [constraintlayout](https://github.com/androidx/constraintlayout) from 2.1.1 to 2.1.2. - [Release notes](https://github.com/androidx/constraintlayout/releases) - [Commits](https://github.com/androidx/constraintlayout/commits) --- updated-dependencies: - dependency-name: androidx.constraintlayout:constraintlayout dependency-type: direct:production update-type: version-update:semver-patch ... Signed-off-by: dependabot[bot] Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com> * Bump okhttp from 4.9.2 to 4.9.3 (#294) Bumps [okhttp](https://github.com/square/okhttp) from 4.9.2 to 4.9.3. - [Release notes](https://github.com/square/okhttp/releases) - [Changelog](https://github.com/square/okhttp/blob/master/CHANGELOG.md) - [Commits](https://github.com/square/okhttp/compare/parent-4.9.2...parent-4.9.3) --- updated-dependencies: - dependency-name: com.squareup.okhttp3:okhttp dependency-type: direct:production update-type: version-update:semver-patch ... Signed-off-by: dependabot[bot] Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com> * Bump mockito_version from 4.0.0 to 4.1.0 (#295) Bumps `mockito_version` from 4.0.0 to 4.1.0. Updates `mockito-core` from 4.0.0 to 4.1.0 - [Release notes](https://github.com/mockito/mockito/releases) - [Commits](https://github.com/mockito/mockito/compare/v4.0.0...v4.1.0) Updates `mockito-inline` from 4.0.0 to 4.1.0 - [Release notes](https://github.com/mockito/mockito/releases) - [Commits](https://github.com/mockito/mockito/compare/v4.0.0...v4.1.0) --- updated-dependencies: - dependency-name: org.mockito:mockito-core dependency-type: direct:production update-type: version-update:semver-minor - dependency-name: org.mockito:mockito-inline dependency-type: direct:production update-type: version-update:semver-minor ... Signed-off-by: dependabot[bot] Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com> * Bump robolectric from 4.7.1 to 4.7.2 (#296) Bumps [robolectric](https://github.com/robolectric/robolectric) from 4.7.1 to 4.7.2. - [Release notes](https://github.com/robolectric/robolectric/releases) - [Commits](https://github.com/robolectric/robolectric/compare/robolectric-4.7.1...robolectric-4.7.2) --- updated-dependencies: - dependency-name: org.robolectric:robolectric dependency-type: direct:production update-type: version-update:semver-patch ... Signed-off-by: dependabot[bot] Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com> * Bump dokka_version from 1.5.31 to 1.6.0 (#297) Bumps `dokka_version` from 1.5.31 to 1.6.0. Updates `dokka-gradle-plugin` from 1.5.31 to 1.6.0 - [Release notes](https://github.com/Kotlin/dokka/releases) - [Commits](https://github.com/Kotlin/dokka/compare/v1.5.31...v1.6.0) Updates `dokka-base` from 1.5.31 to 1.6.0 - [Release notes](https://github.com/Kotlin/dokka/releases) - [Commits](https://github.com/Kotlin/dokka/compare/v1.5.31...v1.6.0) --- updated-dependencies: - dependency-name: org.jetbrains.dokka:dokka-gradle-plugin dependency-type: direct:production update-type: version-update:semver-minor - dependency-name: org.jetbrains.dokka:dokka-base dependency-type: direct:production update-type: version-update:semver-minor ... Signed-off-by: dependabot[bot] Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com> * Merge public release v1.16.17 into development (#299) * Merge public release 1.6.16 into master (#277) * Release/v1.6.13 to dev (#240) * Bump dokka_version from 1.5.0 to 1.5.30 (#242) Bumps `dokka_version` from 1.5.0 to 1.5.30. Updates `dokka-gradle-plugin` from 1.5.0 to 1.5.30 - [Release notes](https://github.com/Kotlin/dokka/releases) - [Commits](https://github.com/Kotlin/dokka/compare/v1.5.0...v1.5.30) Updates `dokka-base` from 1.5.0 to 1.5.30 - [Release notes](https://github.com/Kotlin/dokka/releases) - [Commits](https://github.com/Kotlin/dokka/compare/v1.5.0...v1.5.30) --- updated-dependencies: - dependency-name: org.jetbrains.dokka:dokka-gradle-plugin dependency-type: direct:production update-type: version-update:semver-patch - dependency-name: org.jetbrains.dokka:dokka-base dependency-type: direct:production update-type: version-update:semver-patch ... Signed-off-by: dependabot[bot] Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com> * Improve default validation (#243) * Update MIGRATING.md (#244) * Release v1.6.14 (#246) * Bump cardscan-ui from 2.1.0011 to 2.1.0012 (#249) Bumps [cardscan-ui](https://github.com/getbouncer/cardscan-android) from 2.1.0011 to 2.1.0012. - [Release notes](https://github.com/getbouncer/cardscan-android/releases) - [Changelog](https://github.com/getbouncer/cardscan-android/blob/master/CHANGELOG.md) - [Commits](https://github.com/getbouncer/cardscan-android/compare/2.1.0011...2.1.0012) --- updated-dependencies: - dependency-name: com.getbouncer:cardscan-ui dependency-type: direct:production update-type: version-update:semver-patch ... Signed-off-by: dependabot[bot] Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com> * Bump kotlin-gradle-plugin from 1.5.30 to 1.5.31 (#253) Bumps [kotlin-gradle-plugin](https://github.com/JetBrains/kotlin) from 1.5.30 to 1.5.31. - [Release notes](https://github.com/JetBrains/kotlin/releases) - [Changelog](https://github.com/JetBrains/kotlin/blob/v1.5.31/ChangeLog.md) - [Commits](https://github.com/JetBrains/kotlin/compare/v1.5.30...v1.5.31) --- updated-dependencies: - dependency-name: org.jetbrains.kotlin:kotlin-gradle-plugin dependency-type: direct:production update-type: version-update:semver-patch ... Signed-off-by: dependabot[bot] Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com> * Bump constraintlayout from 2.1.0 to 2.1.1 (#257) Bumps [constraintlayout](https://github.com/androidx/constraintlayout) from 2.1.0 to 2.1.1. - [Release notes](https://github.com/androidx/constraintlayout/releases) - [Commits](https://github.com/androidx/constraintlayout/commits) --- updated-dependencies: - dependency-name: androidx.constraintlayout:constraintlayout dependency-type: direct:production update-type: version-update:semver-patch ... Signed-off-by: dependabot[bot] Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com> * Improve validation logic, fix tests (#261) * Fix nullable return type (#260) * Bump okhttp from 4.9.1 to 4.9.2 (#258) Bumps [okhttp](https://github.com/square/okhttp) from 4.9.1 to 4.9.2. - [Release notes](https://github.com/square/okhttp/releases) - [Changelog](https://github.com/square/okhttp/blob/master/CHANGELOG.md) - [Commits](https://github.com/square/okhttp/compare/parent-4.9.1...parent-4.9.2) --- updated-dependencies: - dependency-name: com.squareup.okhttp3:okhttp dependency-type: direct:production update-type: version-update:semver-patch ... Signed-off-by: dependabot[bot] Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com> Co-authored-by: Dmytro * Bump dokka_version from 1.5.30 to 1.5.31 (#264) Bumps `dokka_version` from 1.5.30 to 1.5.31. Updates `dokka-gradle-plugin` from 1.5.30 to 1.5.31 - [Release notes](https://github.com/Kotlin/dokka/releases) - [Commits](https://github.com/Kotlin/dokka/compare/v1.5.30...v1.5.31) Updates `dokka-base` from 1.5.30 to 1.5.31 - [Release notes](https://github.com/Kotlin/dokka/releases) - [Commits](https://github.com/Kotlin/dokka/compare/v1.5.30...v1.5.31) --- updated-dependencies: - dependency-name: org.jetbrains.dokka:dokka-gradle-plugin dependency-type: direct:production update-type: version-update:semver-patch - dependency-name: org.jetbrains.dokka:dokka-base dependency-type: direct:production update-type: version-update:semver-patch ... Signed-off-by: dependabot[bot] Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com> Co-authored-by: Dmytro * Public release v1.6.15 (#266) * Version name & code rise * Update docs * Bump firebase-bom from 28.4.1 to 28.4.2 (#270) Bumps firebase-bom from 28.4.1 to 28.4.2. --- updated-dependencies: - dependency-name: com.google.firebase:firebase-bom dependency-type: direct:production update-type: version-update:semver-patch ... Signed-off-by: dependabot[bot] Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com> * Bump mockito_version from 3.12.4 to 4.0.0 (#271) Bumps `mockito_version` from 3.12.4 to 4.0.0. Updates `mockito-core` from 3.12.4 to 4.0.0 - [Release notes](https://github.com/mockito/mockito/releases) - [Commits](https://github.com/mockito/mockito/compare/v3.12.4...v4.0.0) Updates `mockito-inline` from 3.12.4 to 4.0.0 - [Release notes](https://github.com/mockito/mockito/releases) - [Commits](https://github.com/mockito/mockito/compare/v3.12.4...v4.0.0) --- updated-dependencies: - dependency-name: org.mockito:mockito-core dependency-type: direct:production update-type: version-update:semver-major - dependency-name: org.mockito:mockito-inline dependency-type: direct:production update-type: version-update:semver-major ... Signed-off-by: dependabot[bot] Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com> * Bump gradle from 7.0.2 to 7.0.3 (#273) Bumps gradle from 7.0.2 to 7.0.3. --- updated-dependencies: - dependency-name: com.android.tools.build:gradle dependency-type: direct:production update-type: version-update:semver-patch ... Signed-off-by: dependabot[bot] Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com> * Fix submit function response body (#274) * Public release v1.6.16 (#275) * Merge dev into master (#269) * Release/v1.6.13 to dev (#240) * Bump dokka_version from 1.5.0 to 1.5.30 (#242) Bumps `dokka_version` from 1.5.0 to 1.5.30. Updates `dokka-gradle-plugin` from 1.5.0 to 1.5.30 - [Release notes](https://github.com/Kotlin/dokka/releases) - [Commits](https://github.com/Kotlin/dokka/compare/v1.5.0...v1.5.30) Updates `dokka-base` from 1.5.0 to 1.5.30 - [Release notes](https://github.com/Kotlin/dokka/releases) - [Commits](https://github.com/Kotlin/dokka/compare/v1.5.0...v1.5.30) --- updated-dependencies: - dependency-name: org.jetbrains.dokka:dokka-gradle-plugin dependency-type: direct:production update-type: version-update:semver-patch - dependency-name: org.jetbrains.dokka:dokka-base dependency-type: direct:production update-type: version-update:semver-patch ... Signed-off-by: dependabot[bot] Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com> * Improve default validation (#243) * Update MIGRATING.md (#244) * Release v1.6.14 (#246) * Bump cardscan-ui from 2.1.0011 to 2.1.0012 (#249) Bumps [cardscan-ui](https://github.com/getbouncer/cardscan-android) from 2.1.0011 to 2.1.0012. - [Release notes](https://github.com/getbouncer/cardscan-android/releases) - [Changelog](https://github.com/getbouncer/cardscan-android/blob/master/CHANGELOG.md) - [Commits](https://github.com/getbouncer/cardscan-android/compare/2.1.0011...2.1.0012) --- updated-dependencies: - dependency-name: com.getbouncer:cardscan-ui dependency-type: direct:production update-type: version-update:semver-patch ... Signed-off-by: dependabot[bot] Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com> * Bump kotlin-gradle-plugin from 1.5.30 to 1.5.31 (#253) Bumps [kotlin-gradle-plugin](https://github.com/JetBrains/kotlin) from 1.5.30 to 1.5.31. - [Release notes](https://github.com/JetBrains/kotlin/releases) - [Changelog](https://github.com/JetBrains/kotlin/blob/v1.5.31/ChangeLog.md) - [Commits](https://github.com/JetBrains/kotlin/compare/v1.5.30...v1.5.31) --- updated-dependencies: - dependency-name: org.jetbrains.kotlin:kotlin-gradle-plugin dependency-type: direct:production update-type: version-update:semver-patch ... Signed-off-by: dependabot[bot] Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com> * Bump constraintlayout from 2.1.0 to 2.1.1 (#257) Bumps [constraintlayout](https://github.com/androidx/constraintlayout) from 2.1.0 to 2.1.1. - [Release notes](https://github.com/androidx/constraintlayout/releases) - [Commits](https://github.com/androidx/constraintlayout/commits) --- updated-dependencies: - dependency-name: androidx.constraintlayout:constraintlayout dependency-type: direct:production update-type: version-update:semver-patch ... Signed-off-by: dependabot[bot] Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com> * Improve validation logic, fix tests (#261) * Fix nullable return type (#260) * Bump okhttp from 4.9.1 to 4.9.2 (#258) Bumps [okhttp](https://github.com/square/okhttp) from 4.9.1 to 4.9.2. - [Release notes](https://github.com/square/okhttp/releases) - [Changelog](https://github.com/square/okhttp/blob/master/CHANGELOG.md) - [Commits](https://github.com/square/okhttp/compare/parent-4.9.1...parent-4.9.2) --- updated-dependencies: - dependency-name: com.squareup.okhttp3:okhttp dependency-type: direct:production update-type: version-update:semver-patch ... Signed-off-by: dependabot[bot] Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com> Co-authored-by: Dmytro * Bump dokka_version from 1.5.30 to 1.5.31 (#264) Bumps `dokka_version` from 1.5.30 to 1.5.31. Updates `dokka-gradle-plugin` from 1.5.30 to 1.5.31 - [Release notes](https://github.com/Kotlin/dokka/releases) - [Commits](https://github.com/Kotlin/dokka/compare/v1.5.30...v1.5.31) Updates `dokka-base` from 1.5.30 to 1.5.31 - [Release notes](https://github.com/Kotlin/dokka/releases) - [Commits](https://github.com/Kotlin/dokka/compare/v1.5.30...v1.5.31) --- updated-dependencies: - dependency-name: org.jetbrains.dokka:dokka-gradle-plugin dependency-type: direct:production update-type: version-update:semver-patch - dependency-name: org.jetbrains.dokka:dokka-base dependency-type: direct:production update-type: version-update:semver-patch ... Signed-off-by: dependabot[bot] Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com> Co-authored-by: Dmytro * Public release v1.6.15 (#266) * Version name & code rise * Update docs Co-authored-by: Dmytro Kos Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com> * Images patch 1 (#272) * Version name & code rise * Update docs * Update config.yml Co-authored-by: Dmytro Kos Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com> Co-authored-by: Dmytro Kos Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com> * Merge dev into master (#280) * Release/v1.6.13 to dev (#240) * Bump dokka_version from 1.5.0 to 1.5.30 (#242) Bumps `dokka_version` from 1.5.0 to 1.5.30. Updates `dokka-gradle-plugin` from 1.5.0 to 1.5.30 - [Release notes](https://github.com/Kotlin/dokka/releases) - [Commits](https://github.com/Kotlin/dokka/compare/v1.5.0...v1.5.30) Updates `dokka-base` from 1.5.0 to 1.5.30 - [Release notes](https://github.com/Kotlin/dokka/releases) - [Commits](https://github.com/Kotlin/dokka/compare/v1.5.0...v1.5.30) --- updated-dependencies: - dependency-name: org.jetbrains.dokka:dokka-gradle-plugin dependency-type: direct:production update-type: version-update:semver-patch - dependency-name: org.jetbrains.dokka:dokka-base dependency-type: direct:production update-type: version-update:semver-patch ... Signed-off-by: dependabot[bot] Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com> * Improve default validation (#243) * Update MIGRATING.md (#244) * Release v1.6.14 (#246) * Bump cardscan-ui from 2.1.0011 to 2.1.0012 (#249) Bumps [cardscan-ui](https://github.com/getbouncer/cardscan-android) from 2.1.0011 to 2.1.0012. - [Release notes](https://github.com/getbouncer/cardscan-android/releases) - [Changelog](https://github.com/getbouncer/cardscan-android/blob/master/CHANGELOG.md) - [Commits](https://github.com/getbouncer/cardscan-android/compare/2.1.0011...2.1.0012) --- updated-dependencies: - dependency-name: com.getbouncer:cardscan-ui dependency-type: direct:production update-type: version-update:semver-patch ... Signed-off-by: dependabot[bot] Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com> * Bump kotlin-gradle-plugin from 1.5.30 to 1.5.31 (#253) Bumps [kotlin-gradle-plugin](https://github.com/JetBrains/kotlin) from 1.5.30 to 1.5.31. - [Release notes](https://github.com/JetBrains/kotlin/releases) - [Changelog](https://github.com/JetBrains/kotlin/blob/v1.5.31/ChangeLog.md) - [Commits](https://github.com/JetBrains/kotlin/compare/v1.5.30...v1.5.31) --- updated-dependencies: - dependency-name: org.jetbrains.kotlin:kotlin-gradle-plugin dependency-type: direct:production update-type: version-update:semver-patch ... Signed-off-by: dependabot[bot] Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com> * Bump constraintlayout from 2.1.0 to 2.1.1 (#257) Bumps [constraintlayout](https://github.com/androidx/constraintlayout) from 2.1.0 to 2.1.1. - [Release notes](https://github.com/androidx/constraintlayout/releases) - [Commits](https://github.com/androidx/constraintlayout/commits) --- updated-dependencies: - dependency-name: androidx.constraintlayout:constraintlayout dependency-type: direct:production update-type: version-update:semver-patch ... Signed-off-by: dependabot[bot] Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com> * Improve validation logic, fix tests (#261) * Fix nullable return type (#260) * Bump okhttp from 4.9.1 to 4.9.2 (#258) Bumps [okhttp](https://github.com/square/okhttp) from 4.9.1 to 4.9.2. - [Release notes](https://github.com/square/okhttp/releases) - [Changelog](https://github.com/square/okhttp/blob/master/CHANGELOG.md) - [Commits](https://github.com/square/okhttp/compare/parent-4.9.1...parent-4.9.2) --- updated-dependencies: - dependency-name: com.squareup.okhttp3:okhttp dependency-type: direct:production update-type: version-update:semver-patch ... Signed-off-by: dependabot[bot] Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com> Co-authored-by: Dmytro * Bump dokka_version from 1.5.30 to 1.5.31 (#264) Bumps `dokka_version` from 1.5.30 to 1.5.31. Updates `dokka-gradle-plugin` from 1.5.30 to 1.5.31 - [Release notes](https://github.com/Kotlin/dokka/releases) - [Commits](https://github.com/Kotlin/dokka/compare/v1.5.30...v1.5.31) Updates `dokka-base` from 1.5.30 to 1.5.31 - [Release notes](https://github.com/Kotlin/dokka/releases) - [Commits](https://github.com/Kotlin/dokka/compare/v1.5.30...v1.5.31) --- updated-dependencies: - dependency-name: org.jetbrains.dokka:dokka-gradle-plugin dependency-type: direct:production update-type: version-update:semver-patch - dependency-name: org.jetbrains.dokka:dokka-base dependency-type: direct:production update-type: version-update:semver-patch ... Signed-off-by: dependabot[bot] Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com> Co-authored-by: Dmytro * Public release v1.6.15 (#266) * Version name & code rise * Update docs * Bump firebase-bom from 28.4.1 to 28.4.2 (#270) Bumps firebase-bom from 28.4.1 to 28.4.2. --- updated-dependencies: - dependency-name: com.google.firebase:firebase-bom dependency-type: direct:production update-type: version-update:semver-patch ... Signed-off-by: dependabot[bot] Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com> * Bump mockito_version from 3.12.4 to 4.0.0 (#271) Bumps `mockito_version` from 3.12.4 to 4.0.0. Updates `mockito-core` from 3.12.4 to 4.0.0 - [Release notes](https://github.com/mockito/mockito/releases) - [Commits](https://github.com/mockito/mockito/compare/v3.12.4...v4.0.0) Updates `mockito-inline` from 3.12.4 to 4.0.0 - [Release notes](https://github.com/mockito/mockito/releases) - [Commits](https://github.com/mockito/mockito/compare/v3.12.4...v4.0.0) --- updated-dependencies: - dependency-name: org.mockito:mockito-core dependency-type: direct:production update-type: version-update:semver-major - dependency-name: org.mockito:mockito-inline dependency-type: direct:production update-type: version-update:semver-major ... Signed-off-by: dependabot[bot] Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com> * Bump gradle from 7.0.2 to 7.0.3 (#273) Bumps gradle from 7.0.2 to 7.0.3. --- updated-dependencies: - dependency-name: com.android.tools.build:gradle dependency-type: direct:production update-type: version-update:semver-patch ... Signed-off-by: dependabot[bot] Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com> * Fix submit function response body (#274) * Public release v1.6.16 (#275) * Merge dev into master (#269) * Release/v1.6.13 to dev (#240) * Bump dokka_version from 1.5.0 to 1.5.30 (#242) Bumps `dokka_version` from 1.5.0 to 1.5.30. Updates `dokka-gradle-plugin` from 1.5.0 to 1.5.30 - [Release notes](https://github.com/Kotlin/dokka/releases) - [Commits](https://github.com/Kotlin/dokka/compare/v1.5.0...v1.5.30) Updates `dokka-base` from 1.5.0 to 1.5.30 - [Release notes](https://github.com/Kotlin/dokka/releases) - [Commits](https://github.com/Kotlin/dokka/compare/v1.5.0...v1.5.30) --- updated-dependencies: - dependency-name: org.jetbrains.dokka:dokka-gradle-plugin dependency-type: direct:production update-type: version-update:semver-patch - dependency-name: org.jetbrains.dokka:dokka-base dependency-type: direct:production update-type: version-update:semver-patch ... Signed-off-by: dependabot[bot] Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com> * Improve default validation (#243) * Update MIGRATING.md (#244) * Release v1.6.14 (#246) * Bump cardscan-ui from 2.1.0011 to 2.1.0012 (#249) Bumps [cardscan-ui](https://github.com/getbouncer/cardscan-android) from 2.1.0011 to 2.1.0012. - [Release notes](https://github.com/getbouncer/cardscan-android/releases) - [Changelog](https://github.com/getbouncer/cardscan-android/blob/master/CHANGELOG.md) - [Commits](https://github.com/getbouncer/cardscan-android/compare/2.1.0011...2.1.0012) --- updated-dependencies: - dependency-name: com.getbouncer:cardscan-ui dependency-type: direct:production update-type: version-update:semver-patch ... Signed-off-by: dependabot[bot] Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com> * Bump kotlin-gradle-plugin from 1.5.30 to 1.5.31 (#253) Bumps [kotlin-gradle-plugin](https://github.com/JetBrains/kotlin) from 1.5.30 to 1.5.31. - [Release notes](https://github.com/JetBrains/kotlin/releases) - [Changelog](https://github.com/JetBrains/kotlin/blob/v1.5.31/ChangeLog.md) - [Commits](https://github.com/JetBrains/kotlin/compare/v1.5.30...v1.5.31) --- updated-dependencies: - dependency-name: org.jetbrains.kotlin:kotlin-gradle-plugin dependency-type: direct:production update-type: version-update:semver-patch ... Signed-off-by: dependabot[bot] Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com> * Bump constraintlayout from 2.1.0 to 2.1.1 (#257) Bumps [constraintlayout](https://github.com/androidx/constraintlayout) from 2.1.0 to 2.1.1. - [Release notes](https://github.com/androidx/constraintlayout/releases) - [Commits](https://github.com/androidx/constraintlayout/commits) --- updated-dependencies: - dependency-name: androidx.constraintlayout:constraintlayout dependency-type: direct:production update-type: version-update:semver-patch ... Signed-off-by: dependabot[bot] Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com> * Improve validation logic, fix tests (#261) * Fix nullable return type (#260) * Bump okhttp from 4.9.1 to 4.9.2 (#258) Bumps [okhttp](https://github.com/square/okhttp) from 4.9.1 to 4.9.2. - [Release notes](https://github.com/square/okhttp/releases) - [Changelog](https://github.com/square/okhttp/blob/master/CHANGELOG.md) - [Commits](https://github.com/square/okhttp/compare/parent-4.9.1...parent-4.9.2) --- updated-dependencies: - dependency-name: com.squareup.okhttp3:okhttp dependency-type: direct:production update-type: version-update:semver-patch ... Signed-off-by: dependabot[bot] Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com> Co-authored-by: Dmytro * Bump dokka_version from 1.5.30 to 1.5.31 (#264) Bumps `dokka_version` from 1.5.30 to 1.5.31. Updates `dokka-gradle-plugin` from 1.5.30 to 1.5.31 - [Release notes](https://github.com/Kotlin/dokka/releases) - [Commits](https://github.com/Kotlin/dokka/compare/v1.5.30...v1.5.31) Updates `dokka-base` from 1.5.30 to 1.5.31 - [Release notes](https://github.com/Kotlin/dokka/releases) - [Commits](https://github.com/Kotlin/dokka/compare/v1.5.30...v1.5.31) --- updated-dependencies: - dependency-name: org.jetbrains.dokka:dokka-gradle-plugin dependency-type: direct:production update-type: version-update:semver-patch - dependency-name: org.jetbrains.dokka:dokka-base dependency-type: direct:production update-type: version-update:semver-patch ... Signed-off-by: dependabot[bot] Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com> Co-authored-by: Dmytro * Public release v1.6.15 (#266) * Version name & code rise * Update docs Co-authored-by: Dmytro Kos Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com> * Images patch 1 (#272) * Version name & code rise * Update docs * Update config.yml Co-authored-by: Dmytro Kos Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com> * Bump tensorflow-lite from 2.1.0011 to 2.1.0015 (#262) Bumps [tensorflow-lite](https://github.com/getbouncer/cardscan-android) from 2.1.0011 to 2.1.0015. - [Release notes](https://github.com/getbouncer/cardscan-android/releases) - [Changelog](https://github.com/getbouncer/cardscan-android/blob/master/CHANGELOG.md) - [Commits](https://github.com/getbouncer/cardscan-android/compare/2.1.0011...2.1.0015) --- updated-dependencies: - dependency-name: com.getbouncer:tensorflow-lite dependency-type: direct:production update-type: version-update:semver-patch ... Signed-off-by: dependabot[bot] Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com> Co-authored-by: dmytrodmytryshyn * Bump scan-payment-full from 2.1.0011 to 2.1.0015 (#265) Bumps [scan-payment-full](https://github.com/getbouncer/cardscan-android) from 2.1.0011 to 2.1.0015. - [Release notes](https://github.com/getbouncer/cardscan-android/releases) - [Changelog](https://github.com/getbouncer/cardscan-android/blob/master/CHANGELOG.md) - [Commits](https://github.com/getbouncer/cardscan-android/compare/2.1.0011...2.1.0015) --- updated-dependencies: - dependency-name: com.getbouncer:scan-payment-full dependency-type: direct:production update-type: version-update:semver-patch ... Signed-off-by: dependabot[bot] Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com> Co-authored-by: dmytrodmytryshyn * Bump cardscan-ui from 2.1.0012 to 2.1.0015 (#263) Bumps [cardscan-ui](https://github.com/getbouncer/cardscan-android) from 2.1.0012 to 2.1.0015. - [Release notes](https://github.com/getbouncer/cardscan-android/releases) - [Changelog](https://github.com/getbouncer/cardscan-android/blob/master/CHANGELOG.md) - [Commits](https://github.com/getbouncer/cardscan-android/compare/2.1.0012...2.1.0015) --- updated-dependencies: - dependency-name: com.getbouncer:cardscan-ui dependency-type: direct:production update-type: version-update:semver-patch ... Signed-off-by: dependabot[bot] Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com> Co-authored-by: dmytrodmytryshyn * Bump bouncer versions from 2.1.0015 -> 2.1.0016 (#279) * Bouncer adapter version name & code rise (#278) Co-authored-by: Dmytro Kos Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com> * Version name & code rise * Update docs Co-authored-by: Dmytro Kos Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com> * Bump firebase-bom from 29.0.0 to 29.0.1 (#302) Bumps firebase-bom from 29.0.0 to 29.0.1. --- updated-dependencies: - dependency-name: com.google.firebase:firebase-bom dependency-type: direct:production update-type: version-update:semver-patch ... Signed-off-by: dependabot[bot] Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com> * Bump robolectric from 4.7.2 to 4.7.3 (#303) Bumps [robolectric](https://github.com/robolectric/robolectric) from 4.7.2 to 4.7.3. - [Release notes](https://github.com/robolectric/robolectric/releases) - [Commits](https://github.com/robolectric/robolectric/compare/robolectric-4.7.2...robolectric-4.7.3) --- updated-dependencies: - dependency-name: org.robolectric:robolectric dependency-type: direct:production update-type: version-update:semver-patch ... Signed-off-by: dependabot[bot] Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com> * Bump json from 20210307 to 20211205 (#304) Bumps [json](https://github.com/douglascrockford/JSON-java) from 20210307 to 20211205. - [Release notes](https://github.com/douglascrockford/JSON-java/releases) - [Changelog](https://github.com/stleary/JSON-java/blob/master/docs/RELEASES.md) - [Commits](https://github.com/douglascrockford/JSON-java/commits) --- updated-dependencies: - dependency-name: org.json:json dependency-type: direct:production update-type: version-update:semver-major ... Signed-off-by: dependabot[bot] Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com> * Bump play-services-auth from 19.2.0 to 20.0.0 (#306) Bumps play-services-auth from 19.2.0 to 20.0.0. --- updated-dependencies: - dependency-name: com.google.android.gms:play-services-auth dependency-type: direct:production update-type: version-update:semver-major ... Signed-off-by: dependabot[bot] Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com> * Bump firebase-bom from 29.0.1 to 29.0.2 (#311) Bumps firebase-bom from 29.0.1 to 29.0.2. --- updated-dependencies: - dependency-name: com.google.firebase:firebase-bom dependency-type: direct:production update-type: version-update:semver-patch ... Signed-off-by: dependabot[bot] Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com> * Move google-services.json to ci (#307) * Remove google-services.json. Update ci config. Add test code for check file creation. * Remove tests code. * Fix TextInputFieldLayout.kt error restore after screen rotation (#312) * Bump kotlin-gradle-plugin from 1.6.0 to 1.6.10 (#313) Bumps [kotlin-gradle-plugin](https://github.com/JetBrains/kotlin) from 1.6.0 to 1.6.10. - [Release notes](https://github.com/JetBrains/kotlin/releases) - [Changelog](https://github.com/JetBrains/kotlin/blob/v1.6.10/ChangeLog.md) - [Commits](https://github.com/JetBrains/kotlin/compare/v1.6.0...v1.6.10) --- updated-dependencies: - dependency-name: org.jetbrains.kotlin:kotlin-gradle-plugin dependency-type: direct:production update-type: version-update:semver-patch ... Signed-off-by: dependabot[bot] Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com> * Bump gradle from 7.0.3 to 7.0.4 (#305) Bumps gradle from 7.0.3 to 7.0.4. --- updated-dependencies: - dependency-name: com.android.tools.build:gradle dependency-type: direct:production update-type: version-update:semver-patch ... Signed-off-by: dependabot[bot] Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com> * Merge public release v1.6.18 into dev (#315) * Merge public release 1.6.16 into master (#277) * Release/v1.6.13 to dev (#240) * Bump dokka_version from 1.5.0 to 1.5.30 (#242) Bumps `dokka_version` from 1.5.0 to 1.5.30. Updates `dokka-gradle-plugin` from 1.5.0 to 1.5.30 - [Release notes](https://github.com/Kotlin/dokka/releases) - [Commits](https://github.com/Kotlin/dokka/compare/v1.5.0...v1.5.30) Updates `dokka-base` from 1.5.0 to 1.5.30 - [Release notes](https://github.com/Kotlin/dokka/releases) - [Commits](https://github.com/Kotlin/dokka/compare/v1.5.0...v1.5.30) --- updated-dependencies: - dependency-name: org.jetbrains.dokka:dokka-gradle-plugin dependency-type: direct:production update-type: version-update:semver-patch - dependency-name: org.jetbrains.dokka:dokka-base dependency-type: direct:production update-type: version-update:semver-patch ... Signed-off-by: dependabot[bot] Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com> * Improve default validation (#243) * Update MIGRATING.md (#244) * Release v1.6.14 (#246) * Bump cardscan-ui from 2.1.0011 to 2.1.0012 (#249) Bumps [cardscan-ui](https://github.com/getbouncer/cardscan-android) from 2.1.0011 to 2.1.0012. - [Release notes](https://github.com/getbouncer/cardscan-android/releases) - [Changelog](https://github.com/getbouncer/cardscan-android/blob/master/CHANGELOG.md) - [Commits](https://github.com/getbouncer/cardscan-android/compare/2.1.0011...2.1.0012) --- updated-dependencies: - dependency-name: com.getbouncer:cardscan-ui dependency-type: direct:production update-type: version-update:semver-patch ... Signed-off-by: dependabot[bot] Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com> * Bump kotlin-gradle-plugin from 1.5.30 to 1.5.31 (#253) Bumps [kotlin-gradle-plugin](https://github.com/JetBrains/kotlin) from 1.5.30 to 1.5.31. - [Release notes](https://github.com/JetBrains/kotlin/releases) - [Changelog](https://github.com/JetBrains/kotlin/blob/v1.5.31/ChangeLog.md) - [Commits](https://github.com/JetBrains/kotlin/compare/v1.5.30...v1.5.31) --- updated-dependencies: - dependency-name: org.jetbrains.kotlin:kotlin-gradle-plugin dependency-type: direct:production update-type: version-update:semver-patch ... Signed-off-by: dependabot[bot] Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com> * Bump constraintlayout from 2.1.0 to 2.1.1 (#257) Bumps [constraintlayout](https://github.com/androidx/constraintlayout) from 2.1.0 to 2.1.1. - [Release notes](https://github.com/androidx/constraintlayout/releases) - [Commits](https://github.com/androidx/constraintlayout/commits) --- updated-dependencies: - dependency-name: androidx.constraintlayout:constraintlayout dependency-type: direct:production update-type: version-update:semver-patch ... Signed-off-by: dependabot[bot] Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com> * Improve validation logic, fix tests (#261) * Fix nullable return type (#260) * Bump okhttp from 4.9.1 to 4.9.2 (#258) Bumps [okhttp](https://github.com/square/okhttp) from 4.9.1 to 4.9.2. - [Release notes](https://github.com/square/okhttp/releases) - [Changelog](https://github.com/square/okhttp/blob/master/CHANGELOG.md) - [Commits](https://github.com/square/okhttp/compare/parent-4.9.1...parent-4.9.2) --- updated-dependencies: - dependency-name: com.squareup.okhttp3:okhttp dependency-type: direct:production update-type: version-update:semver-patch ... Signed-off-by: dependabot[bot] Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com> Co-authored-by: Dmytro * Bump dokka_version from 1.5.30 to 1.5.31 (#264) Bumps `dokka_version` from 1.5.30 to 1.5.31. Updates `dokka-gradle-plugin` from 1.5.30 to 1.5.31 - [Release notes](https://github.com/Kotlin/dokka/releases) - [Commits](https://github.com/Kotlin/dokka/compare/v1.5.30...v1.5.31) Updates `dokka-base` from 1.5.30 to 1.5.31 - [Release notes](https://github.com/Kotlin/dokka/releases) - [Commits](https://github.com/Kotlin/dokka/compare/v1.5.30...v1.5.31) --- updated-dependencies: - dependency-name: org.jetbrains.dokka:dokka-gradle-plugin dependency-type: direct:production update-type: version-update:semver-patch - dependency-name: org.jetbrains.dokka:dokka-base dependency-type: direct:production update-type: version-update:semver-patch ... Signed-off-by: dependabot[bot] Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com> Co-authored-by: Dmytro * Public release v1.6.15 (#266) * Version name & code rise * Update docs * Bump firebase-bom from 28.4.1 to 28.4.2 (#270) Bumps firebase-bom from 28.4.1 to 28.4.2. --- updated-dependencies: - dependency-name: com.google.firebase:firebase-bom dependency-type: direct:production update-type: version-update:semver-patch ... Signed-off-by: dependabot[bot] Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com> * Bump mockito_version from 3.12.4 to 4.0.0 (#271) Bumps `mockito_version` from 3.12.4 to 4.0.0. Updates `mockito-core` from 3.12.4 to 4.0.0 - [Release notes](https://github.com/mockito/mockito/releases) - [Commits](https://github.com/mockito/mockito/compare/v3.12.4...v4.0.0) Updates `mockito-inline` from 3.12.4 to 4.0.0 - [Release notes](https://github.com/mockito/mockito/releases) - [Commits](https://github.com/mockito/mockito/compare/v3.12.4...v4.0.0) --- updated-dependencies: - dependency-name: org.mockito:mockito-core dependency-type: direct:production update-type: version-update:semver-major - dependency-name: org.mockito:mockito-inline dependency-type: direct:production update-type: version-update:semver-major ... Signed-off-by: dependabot[bot] Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com> * Bump gradle from 7.0.2 to 7.0.3 (#273) Bumps gradle from 7.0.2 to 7.0.3. --- updated-dependencies: - dependency-name: com.android.tools.build:gradle dependency-type: direct:production update-type: version-update:semver-patch ... Signed-off-by: dependabot[bot] Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com> * Fix submit function response body (#274) * Public release v1.6.16 (#275) * Merge dev into master (#269) * Release/v1.6.13 to dev (#240) * Bump dokka_version from 1.5.0 to 1.5.30 (#242) Bumps `dokka_version` from 1.5.0 to 1.5.30. Updates `dokka-gradle-plugin` from 1.5.0 to 1.5.30 - [Release notes](https://github.com/Kotlin/dokka/releases) - [Commits](https://github.com/Kotlin/dokka/compare/v1.5.0...v1.5.30) Updates `dokka-base` from 1.5.0 to 1.5.30 - [Release notes](https://github.com/Kotlin/dokka/releases) - [Commits](https://github.com/Kotlin/dokka/compare/v1.5.0...v1.5.30) --- updated-dependencies: - dependency-name: org.jetbrains.dokka:dokka-gradle-plugin dependency-type: direct:production update-type: version-update:semver-patch - dependency-name: org.jetbrains.dokka:dokka-base dependency-type: direct:production update-type: version-update:semver-patch ... Signed-off-by: dependabot[bot] Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com> * Improve default validation (#243) * Update MIGRATING.md (#244) * Release v1.6.14 (#246) * Bump cardscan-ui from 2.1.0011 to 2.1.0012 (#249) Bumps [cardscan-ui](https://github.com/getbouncer/cardscan-android) from 2.1.0011 to 2.1.0012. - [Release notes](https://github.com/getbouncer/cardscan-android/releases) - [Changelog](https://github.com/getbouncer/cardscan-android/blob/master/CHANGELOG.md) - [Commits](https://github.com/getbouncer/cardscan-android/compare/2.1.0011...2.1.0012) --- updated-dependencies: - dependency-name: com.getbouncer:cardscan-ui dependency-type: direct:production update-type: version-update:semver-patch ... Signed-off-by: dependabot[bot] Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com> * Bump kotlin-gradle-plugin from 1.5.30 to 1.5.31 (#253) Bumps [kotlin-gradle-plugin](https://github.com/JetBrains/kotlin) from 1.5.30 to 1.5.31. - [Release notes](https://github.com/JetBrains/kotlin/releases) - [Changelog](https://github.com/JetBrains/kotlin/blob/v1.5.31/ChangeLog.md) - [Commits](https://github.com/JetBrains/kotlin/compare/v1.5.30...v1.5.31) --- updated-dependencies: - dependency-name: org.jetbrains.kotlin:kotlin-gradle-plugin dependency-type: direct:production update-type: version-update:semver-patch ... Signed-off-by: dependabot[bot] Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com> * Bump constraintlayout from 2.1.0 to 2.1.1 (#257) Bumps [constraintlayout](https://github.com/androidx/constraintlayout) from 2.1.0 to 2.1.1. - [Release notes](https://github.com/androidx/constraintlayout/releases) - [Commits](https://github.com/androidx/constraintlayout/commits) --- updated-dependencies: - dependency-name: androidx.constraintlayout:constraintlayout dependency-type: direct:production update-type: version-update:semver-patch ... Signed-off-by: dependabot[bot] Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com> * Improve validation logic, fix tests (#261) * Fix nullable return type (#260) * Bump okhttp from 4.9.1 to 4.9.2 (#258) Bumps [okhttp](https://github.com/square/okhttp) from 4.9.1 to 4.9.2. - [Release notes](https://github.com/square/okhttp/releases) - [Changelog](https://github.com/square/okhttp/blob/master/CHANGELOG.md) - [Commits](https://github.com/square/okhttp/compare/parent-4.9.1...parent-4.9.2) --- updated-dependencies: - dependency-name: com.squareup.okhttp3:okhttp dependency-type: direct:production update-type: version-update:semver-patch ... Signed-off-by: dependabot[bot] Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com> Co-authored-by: Dmytro * Bump dokka_version from 1.5.30 to 1.5.31 (#264) Bumps `dokka_version` from 1.5.30 to 1.5.31. Updates `dokka-gradle-plugin` from 1.5.30 to 1.5.31 - [Release notes](https://github.com/Kotlin/dokka/releases) - [Commits](https://github.com/Kotlin/dokka/compare/v1.5.30...v1.5.31) Updates `dokka-base` from 1.5.30 to 1.5.31 - [Release notes](https://github.com/Kotlin/dokka/releases) - [Commits](https://github.com/Kotlin/dokka/compare/v1.5.30...v1.5.31) --- updated-dependencies: - dependency-name: org.jetbrains.dokka:dokka-gradle-plugin dependency-type: direct:production update-type: version-update:semver-patch - dependency-name: org.jetbrains.dokka:dokka-base dependency-type: direct:production update-type: version-update:semver-patch ... Signed-off-by: dependabot[bot] Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com> Co-authored-by: Dmytro * Public release v1.6.15 (#266) * Version name & code rise * Update docs Co-authored-by: Dmytro Kos Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com> * Images patch 1 (#272) * Version name & code rise * Update docs * Update config.yml Co-authored-by: Dmytro Kos Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com> Co-authored-by: Dmytro Kos Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com> * Merge dev into master (#280) * Release/v1.6.13 to dev (#240) * Bump dokka_version from 1.5.0 to 1.5.30 (#242) Bumps `dokka_version` from 1.5.0 to 1.5.30. Updates `dokka-gradle-plugin` from 1.5.0 to 1.5.30 - [Release notes](https://github.com/Kotlin/dokka/releases) - [Commits](ht… * Build(deps): bump org.json:json from 20230227 to 20230618 (#549) Bumps [org.json:json](https://github.com/douglascrockford/JSON-java) from 20230227 to 20230618. - [Release notes](https://github.com/douglascrockford/JSON-java/releases) - [Changelog](https://github.com/stleary/JSON-java/blob/master/docs/RELEASES.md) - [Commits](https://github.com/douglascrockford/JSON-java/commits) --- updated-dependencies: - dependency-name: org.json:json dependency-type: direct:production update-type: version-update:semver-major ... Signed-off-by: dependabot[bot] Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com> * Build(deps): bump org.mockito:mockito-core from 5.3.1 to 5.4.0 (#550) Bumps [org.mockito:mockito-core](https://github.com/mockito/mockito) from 5.3.1 to 5.4.0. - [Release notes](https://github.com/mockito/mockito/releases) - [Commits](https://github.com/mockito/mockito/compare/v5.3.1...v5.4.0) --- updated-dependencies: - dependency-name: org.mockito:mockito-core dependency-type: direct:production update-type: version-update:semver-minor ... Signed-off-by: dependabot[bot] Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com> * Build(deps): bump com.google.android.gms:play-services-wallet (#552) Bumps com.google.android.gms:play-services-wallet from 19.1.0 to 19.2.0. --- updated-dependencies: - dependency-name: com.google.android.gms:play-services-wallet dependency-type: direct:production update-type: version-update:semver-minor ... Signed-off-by: dependabot[bot] Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com> * Build(deps): bump com.squareup.leakcanary:leakcanary-android (#553) Bumps [com.squareup.leakcanary:leakcanary-android](https://github.com/square/leakcanary) from 2.11 to 2.12. - [Release notes](https://github.com/square/leakcanary/releases) - [Changelog](https://github.com/square/leakcanary/blob/main/docs/changelog.md) - [Commits](https://github.com/square/leakcanary/compare/v2.11...v2.12) --- updated-dependencies: - dependency-name: com.squareup.leakcanary:leakcanary-android dependency-type: direct:production update-type: version-update:semver-minor ... Signed-off-by: dependabot[bot] Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com> * Build(deps): bump com.vanniktech:gradle-maven-publish-plugin (#554) Bumps [com.vanniktech:gradle-maven-publish-plugin](https://github.com/vanniktech/gradle-maven-publish-plugin) from 0.25.2 to 0.25.3. - [Release notes](https://github.com/vanniktech/gradle-maven-publish-plugin/releases) - [Changelog](https://github.com/vanniktech/gradle-maven-publish-plugin/blob/main/CHANGELOG.md) - [Commits](https://github.com/vanniktech/gradle-maven-publish-plugin/compare/0.25.2...0.25.3) --- updated-dependencies: - dependency-name: com.vanniktech:gradle-maven-publish-plugin dependency-type: direct:production update-type: version-update:semver-patch ... Signed-off-by: dependabot[bot] Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com> * Build(deps): bump com.android.tools.build:gradle from 7.4.2 to 8.0.2 (#537) * Build(deps): bump com.android.tools.build:gradle from 7.4.2 to 8.0.2 Bumps com.android.tools.build:gradle from 7.4.2 to 8.0.2. --- updated-dependencies: - dependency-name: com.android.tools.build:gradle dependency-type: direct:production update-type: version-update:semver-major ... Signed-off-by: dependabot[bot] * Migrate to gradle 8+ * Update ci config * Revert detekt config * Fix tests --------- Signed-off-by: dependabot[bot] Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com> Co-authored-by: dmytrodmytryshyn * Improve collect SDK accessibility features (#555) * Improve accessibility features * Improve accessibility implementation * Improve accessibility implementation to use native android tags instead of custom for importantForAccessibility and contentDescription properties * Avoid the use of accessibility in the container view * Update how to setup the accessibility properties * Remove not needed properties and lines * Remove not needed properties and lines * Update unit tests * Merge public release v1.8.1 into develop (#558) * Merge dev into master (#405) * Release/v1.6.13 to dev (#240) * Bump dokka_version from 1.5.0 to 1.5.30 (#242) Bumps `dokka_version` from 1.5.0 to 1.5.30. Updates `dokka-gradle-plugin` from 1.5.0 to 1.5.30 - [Release notes](https://github.com/Kotlin/dokka/releases) - [Commits](https://github.com/Kotlin/dokka/compare/v1.5.0...v1.5.30) Updates `dokka-base` from 1.5.0 to 1.5.30 - [Release notes](https://github.com/Kotlin/dokka/releases) - [Commits](https://github.com/Kotlin/dokka/compare/v1.5.0...v1.5.30) --- updated-dependencies: - dependency-name: org.jetbrains.dokka:dokka-gradle-plugin dependency-type: direct:production update-type: version-update:semver-patch - dependency-name: org.jetbrains.dokka:dokka-base dependency-type: direct:production update-type: version-update:semver-patch ... Signed-off-by: dependabot[bot] Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com> * Improve default validation (#243) * Update MIGRATING.md (#244) * Release v1.6.14 (#246) * Bump cardscan-ui from 2.1.0011 to 2.1.0012 (#249) Bumps [cardscan-ui](https://github.com/getbouncer/cardscan-android) from 2.1.0011 to 2.1.0012. - [Release notes](https://github.com/getbouncer/cardscan-android/releases) - [Changelog](https://github.com/getbouncer/cardscan-android/blob/master/CHANGELOG.md) - [Commits](https://github.com/getbouncer/cardscan-android/compare/2.1.0011...2.1.0012) --- updated-dependencies: - dependency-name: com.getbouncer:cardscan-ui dependency-type: direct:production update-type: version-update:semver-patch ... Signed-off-by: dependabot[bot] Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com> * Bump kotlin-gradle-plugin from 1.5.30 to 1.5.31 (#253) Bumps [kotlin-gradle-plugin](https://github.com/JetBrains/kotlin) from 1.5.30 to 1.5.31. - [Release notes](https://github.com/JetBrains/kotlin/releases) - [Changelog](https://github.com/JetBrains/kotlin/blob/v1.5.31/ChangeLog.md) - [Commits](https://github.com/JetBrains/kotlin/compare/v1.5.30...v1.5.31) --- updated-dependencies: - dependency-name: org.jetbrains.kotlin:kotlin-gradle-plugin dependency-type: direct:production update-type: version-update:semver-patch ... Signed-off-by: dependabot[bot] Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com> * Bump constraintlayout from 2.1.0 to 2.1.1 (#257) Bumps [constraintlayout](https://github.com/androidx/constraintlayout) from 2.1.0 to 2.1.1. - [Release notes](https://github.com/androidx/constraintlayout/releases) - [Commits](https://github.com/androidx/constraintlayout/commits) --- updated-dependencies: - dependency-name: androidx.constraintlayout:constraintlayout dependency-type: direct:production update-type: version-update:semver-patch ... Signed-off-by: dependabot[bot] Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com> * Improve validation logic, fix tests (#261) * Fix nullable return type (#260) * Bump okhttp from 4.9.1 to 4.9.2 (#258) Bumps [okhttp](https://github.com/square/okhttp) from 4.9.1 to 4.9.2. - [Release notes](https://github.com/square/okhttp/releases) - [Changelog](https://github.com/square/okhttp/blob/master/CHANGELOG.md) - [Commits](https://github.com/square/okhttp/compare/parent-4.9.1...parent-4.9.2) --- updated-dependencies: - dependency-name: com.squareup.okhttp3:okhttp dependency-type: direct:production update-type: version-update:semver-patch ... Signed-off-by: dependabot[bot] Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com> Co-authored-by: Dmytro * Bump dokka_version from 1.5.30 to 1.5.31 (#264) Bumps `dokka_version` from 1.5.30 to 1.5.31. Updates `dokka-gradle-plugin` from 1.5.30 to 1.5.31 - [Release notes](https://github.com/Kotlin/dokka/releases) - [Commits](https://github.com/Kotlin/dokka/compare/v1.5.30...v1.5.31) Updates `dokka-base` from 1.5.30 to 1.5.31 - [Release notes](https://github.com/Kotlin/dokka/releases) - [Commits](https://github.com/Kotlin/dokka/compare/v1.5.30...v1.5.31) --- updated-dependencies: - dependency-name: org.jetbrains.dokka:dokka-gradle-plugin dependency-type: direct:production update-type: version-update:semver-patch - dependency-name: org.jetbrains.dokka:dokka-base dependency-type: direct:production update-type: version-update:semver-patch ... Signed-off-by: dependabot[bot] Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com> Co-authored-by: Dmytro * Public release v1.6.15 (#266) * Version name & code rise * Update docs * Bump firebase-bom from 28.4.1 to 28.4.2 (#270) Bumps firebase-bom from 28.4.1 to 28.4.2. --- updated-dependencies: - dependency-name: com.google.firebase:firebase-bom dependency-type: direct:production update-type: version-update:semver-patch ... Signed-off-by: dependabot[bot] Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com> * Bump mockito_version from 3.12.4 to 4.0.0 (#271) Bumps `mockito_version` from 3.12.4 to 4.0.0. Updates `mockito-core` from 3.12.4 to 4.0.0 - [Release notes](https://github.com/mockito/mockito/releases) - [Commits](https://github.com/mockito/mockito/compare/v3.12.4...v4.0.0) Updates `mockito-inline` from 3.12.4 to 4.0.0 - [Release notes](https://github.com/mockito/mockito/releases) - [Commits](https://github.com/mockito/mockito/compare/v3.12.4...v4.0.0) --- updated-dependencies: - dependency-name: org.mockito:mockito-core dependency-type: direct:production update-type: version-update:semver-major - dependency-name: org.mockito:mockito-inline dependency-type: direct:production update-type: version-update:semver-major ... Signed-off-by: dependabot[bot] Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com> * Bump gradle from 7.0.2 to 7.0.3 (#273) Bumps gradle from 7.0.2 to 7.0.3. --- updated-dependencies: - dependency-name: com.android.tools.build:gradle dependency-type: direct:production update-type: version-update:semver-patch ... Signed-off-by: dependabot[bot] Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com> * Fix submit function response body (#274) * Public release v1.6.16 (#275) * Merge dev into master (#269) * Release/v1.6.13 to dev (#240) * Bump dokka_version from 1.5.0 to 1.5.30 (#242) Bumps `dokka_version` from 1.5.0 to 1.5.30. Updates `dokka-gradle-plugin` from 1.5.0 to 1.5.30 - [Release notes](https://github.com/Kotlin/dokka/releases) - [Commits](https://github.com/Kotlin/dokka/compare/v1.5.0...v1.5.30) Updates `dokka-base` from 1.5.0 to 1.5.30 - [Release notes](https://github.com/Kotlin/dokka/releases) - [Commits](https://github.com/Kotlin/dokka/compare/v1.5.0...v1.5.30) --- updated-dependencies: - dependency-name: org.jetbrains.dokka:dokka-gradle-plugin dependency-type: direct:production update-type: version-update:semver-patch - dependency-name: org.jetbrains.dokka:dokka-base dependency-type: direct:production update-type: version-update:semver-patch ... Signed-off-by: dependabot[bot] Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com> * Improve default validation (#243) * Update MIGRATING.md (#244) * Release v1.6.14 (#246) * Bump cardscan-ui from 2.1.0011 to 2.1.0012 (#249) Bumps [cardscan-ui](https://github.com/getbouncer/cardscan-android) from 2.1.0011 to 2.1.0012. - [Release notes](https://github.com/getbouncer/cardscan-android/releases) - [Changelog](https://github.com/getbouncer/cardscan-android/blob/master/CHANGELOG.md) - [Commits](https://github.com/getbouncer/cardscan-android/compare/2.1.0011...2.1.0012) --- updated-dependencies: - dependency-name: com.getbouncer:cardscan-ui dependency-type: direct:production update-type: version-update:semver-patch ... Signed-off-by: dependabot[bot] Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com> * Bump kotlin-gradle-plugin from 1.5.30 to 1.5.31 (#253) Bumps [kotlin-gradle-plugin](https://github.com/JetBrains/kotlin) from 1.5.30 to 1.5.31. - [Release notes](https://github.com/JetBrains/kotlin/releases) - [Changelog](https://github.com/JetBrains/kotlin/blob/v1.5.31/ChangeLog.md) - [Commits](https://github.com/JetBrains/kotlin/compare/v1.5.30...v1.5.31) --- updated-dependencies: - dependency-name: org.jetbrains.kotlin:kotlin-gradle-plugin dependency-type: direct:production update-type: version-update:semver-patch ... Signed-off-by: dependabot[bot] Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com> * Bump constraintlayout from 2.1.0 to 2.1.1 (#257) Bumps [constraintlayout](https://github.com/androidx/constraintlayout) from 2.1.0 to 2.1.1. - [Release notes](https://github.com/androidx/constraintlayout/releases) - [Commits](https://github.com/androidx/constraintlayout/commits) --- updated-dependencies: - dependency-name: androidx.constraintlayout:constraintlayout dependency-type: direct:production update-type: version-update:semver-patch ... Signed-off-by: dependabot[bot] Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com> * Improve validation logic, fix tests (#261) * Fix nullable return type (#260) * Bump okhttp from 4.9.1 to 4.9.2 (#258) Bumps [okhttp](https://github.com/square/okhttp) from 4.9.1 to 4.9.2. - [Release notes](https://github.com/square/okhttp/releases) - [Changelog](https://github.com/square/okhttp/blob/master/CHANGELOG.md) - [Commits](https://github.com/square/okhttp/compare/parent-4.9.1...parent-4.9.2) --- updated-dependencies: - dependency-name: com.squareup.okhttp3:okhttp dependency-type: direct:production update-type: version-update:semver-patch ... Signed-off-by: dependabot[bot] Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com> Co-authored-by: Dmytro * Bump dokka_version from 1.5.30 to 1.5.31 (#264) Bumps `dokka_version` from 1.5.30 to 1.5.31. Updates `dokka-gradle-plugin` from 1.5.30 to 1.5.31 - [Release notes](https://github.com/Kotlin/dokka/releases) - [Commits](https://github.com/Kotlin/dokka/compare/v1.5.30...v1.5.31) Updates `dokka-base` from 1.5.30 to 1.5.31 - [Release notes](https://github.com/Kotlin/dokka/releases) - [Commits](https://github.com/Kotlin/dokka/compare/v1.5.30...v1.5.31) --- updated-dependencies: - dependency-name: org.jetbrains.dokka:dokka-gradle-plugin dependency-type: direct:production update-type: version-update:semver-patch - dependency-name: org.jetbrains.dokka:dokka-base dependency-type: direct:production update-type: version-update:semver-patch ... Signed-off-by: dependabot[bot] Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com> Co-authored-by: Dmytro * Public release v1.6.15 (#266) * Version name & code rise * Update docs Co-authored-by: Dmytro Kos Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com> * Images patch 1 (#272) * Version name & code rise * Update docs * Update config.yml Co-authored-by: Dmytro Kos Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com> * Bump tensorflow-lite from 2.1.0011 to 2.1.0015 (#262) Bumps [tensorflow-lite](https://github.com/getbouncer/cardscan-android) from 2.1.0011 to 2.1.0015. - [Release notes](https://github.com/getbouncer/cardscan-android/releases) - [Changelog](https://github.com/getbouncer/cardscan-android/blob/master/CHANGELOG.md) - [Commits](https://github.com/getbouncer/cardscan-android/compare/2.1.0011...2.1.0015) --- updated-dependencies: - dependency-name: com.getbouncer:tensorflow-lite dependency-type: direct:production update-type: version-update:semver-patch ... Signed-off-by: dependabot[bot] Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com> Co-authored-by: dmytrodmytryshyn * Bump scan-payment-full from 2.1.0011 to 2.1.0015 (#265) Bumps [scan-payment-full](https://github.com/getbouncer/cardscan-android) from 2.1.0011 to 2.1.0015. - [Release notes](https://github.com/getbouncer/cardscan-android/releases) - [Changelog](https://github.com/getbouncer/cardscan-android/blob/master/CHANGELOG.md) - [Commits](https://github.com/getbouncer/cardscan-android/compare/2.1.0011...2.1.0015) --- updated-dependencies: - dependency-name: com.getbouncer:scan-payment-full dependency-type: direct:production update-type: version-update:semver-patch ... Signed-off-by: dependabot[bot] Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com> Co-authored-by: dmytrodmytryshyn * Bump cardscan-ui from 2.1.0012 to 2.1.0015 (#263) Bumps [cardscan-ui](https://github.com/getbouncer/cardscan-android) from 2.1.0012 to 2.1.0015. - [Release notes](https://github.com/getbouncer/cardscan-android/releases) - [Changelog](https://github.com/getbouncer/cardscan-android/blob/master/CHANGELOG.md) - [Commits](https://github.com/getbouncer/cardscan-android/compare/2.1.0012...2.1.0015) --- updated-dependencies: - dependency-name: com.getbouncer:cardscan-ui dependency-type: direct:production update-type: version-update:semver-patch ... Signed-off-by: dependabot[bot] Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com> Co-authored-by: dmytrodmytryshyn * Bump bouncer versions from 2.1.0015 -> 2.1.0016 (#279) * Bouncer adapter version name & code rise (#278) * Bump core-ktx from 1.6.0 to 1.7.0 (#285) * Bump core-ktx from 1.6.0 to 1.7.0 Bumps core-ktx from 1.6.0 to 1.7.0. --- updated-dependencies: - dependency-name: androidx.core:core-ktx dependency-type: direct:production update-type: version-update:semver-minor ... Signed-off-by: dependabot[bot] * update compileSdkVersion * update cursor.getString Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com> Co-authored-by: Dmytro * Bump firebase-bom from 28.4.2 to 29.0.0 (#286) Bumps firebase-bom from 28.4.2 to 29.0.0. --- updated-dependencies: - dependency-name: com.google.firebase:firebase-bom dependency-type: direct:production update-type: version-update:semver-major ... Signed-off-by: dependabot[bot] Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com> * Bump robolectric from 4.6.1 to 4.7 (#287) Bumps [robolectric](https://github.com/robolectric/robolectric) from 4.6.1 to 4.7. - [Release notes](https://github.com/robolectric/robolectric/releases) - [Commits](https://github.com/robolectric/robolectric/compare/robolectric-4.6.1...robolectric-4.7) --- updated-dependencies: - dependency-name: org.robolectric:robolectric dependency-type: direct:production update-type: version-update:semver-minor ... Signed-off-by: dependabot[bot] Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com> * Bump kotlin-gradle-plugin from 1.5.31 to 1.6.0 (#288) Bumps [kotlin-gradle-plugin](https://github.com/JetBrains/kotlin) from 1.5.31 to 1.6.0. - [Release notes](https://github.com/JetBrains/kotlin/releases) - [Changelog](https://github.com/JetBrains/kotlin/blob/master/ChangeLog.md) - [Commits](https://github.com/JetBrains/kotlin/commits) --- updated-dependencies: - dependency-name: org.jetbrains.kotlin:kotlin-gradle-plugin dependency-type: direct:production update-type: version-update:semver-minor ... Signed-off-by: dependabot[bot] Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com> * add max Length (#289) * Bump mockk from 1.12.0 to 1.12.1 (#290) Bumps [mockk](https://github.com/mockk/mockk) from 1.12.0 to 1.12.1. - [Release notes](https://github.com/mockk/mockk/releases) - [Commits](https://github.com/mockk/mockk/compare/v1.12.0...1.12.1) --- updated-dependencies: - dependency-name: io.mockk:mockk dependency-type: direct:production update-type: version-update:semver-patch ... Signed-off-by: dependabot[bot] Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com> * Bump appcompat from 1.3.1 to 1.4.0 (#291) Bumps appcompat from 1.3.1 to 1.4.0. --- updated-dependencies: - dependency-name: androidx.appcompat:appcompat dependency-type: direct:production update-type: version-update:semver-minor ... Signed-off-by: dependabot[bot] Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com> * Bump robolectric from 4.7 to 4.7.1 (#292) Bumps [robolectric](https://github.com/robolectric/robolectric) from 4.7 to 4.7.1. - [Release notes](https://github.com/robolectric/robolectric/releases) - [Commits](https://github.com/robolectric/robolectric/compare/robolectric-4.7...robolectric-4.7.1) --- updated-dependencies: - dependency-name: org.robolectric:robolectric dependency-type: direct:production update-type: version-update:semver-patch ... Signed-off-by: dependabot[bot] Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com> * Bump constraintlayout from 2.1.1 to 2.1.2 (#293) Bumps [constraintlayout](https://github.com/androidx/constraintlayout) from 2.1.1 to 2.1.2. - [Release notes](https://github.com/androidx/constraintlayout/releases) - [Commits](https://github.com/androidx/constraintlayout/commits) --- updated-dependencies: - dependency-name: androidx.constraintlayout:constraintlayout dependency-type: direct:production update-type: version-update:semver-patch ... Signed-off-by: dependabot[bot] Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com> * Bump okhttp from 4.9.2 to 4.9.3 (#294) Bumps [okhttp](https://github.com/square/okhttp) from 4.9.2 to 4.9.3. - [Release notes](https://github.com/square/okhttp/releases) - [Changelog](https://github.com/square/okhttp/blob/master/CHANGELOG.md) - [Commits](https://github.com/square/okhttp/compare/parent-4.9.2...parent-4.9.3) --- updated-dependencies: - dependency-name: com.squareup.okhttp3:okhttp dependency-type: direct:production update-type: version-update:semver-patch ... Signed-off-by: dependabot[bot] Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com> * Bump mockito_version from 4.0.0 to 4.1.0 (#295) Bumps `mockito_version` from 4.0.0 to 4.1.0. Updates `mockito-core` from 4.0.0 to 4.1.0 - [Release notes](https://github.com/mockito/mockito/releases) - [Commits](https://github.com/mockito/mockito/compare/v4.0.0...v4.1.0) Updates `mockito-inline` from 4.0.0 to 4.1.0 - [Release notes](https://github.com/mockito/mockito/releases) - [Commits](https://github.com/mockito/mockito/compare/v4.0.0...v4.1.0) --- updated-dependencies: - dependency-name: org.mockito:mockito-core dependency-type: direct:production update-type: version-update:semver-minor - dependency-name: org.mockito:mockito-inline dependency-type: direct:production update-type: version-update:semver-minor ... Signed-off-by: dependabot[bot] Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com> * Bump robolectric from 4.7.1 to 4.7.2 (#296) Bumps [robolectric](https://github.com/robolectric/robolectric) from 4.7.1 to 4.7.2. - [Release notes](https://github.com/robolectric/robolectric/releases) - [Commits](https://github.com/robolectric/robolectric/compare/robolectric-4.7.1...robolectric-4.7.2) --- updated-dependencies: - dependency-name: org.robolectric:robolectric dependency-type: direct:production update-type: version-update:semver-patch ... Signed-off-by: dependabot[bot] Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com> * Bump dokka_version from 1.5.31 to 1.6.0 (#297) Bumps `dokka_version` from 1.5.31 to 1.6.0. Updates `dokka-gradle-plugin` from 1.5.31 to 1.6.0 - [Release notes](https://github.com/Kotlin/dokka/releases) - [Commits](https://github.com/Kotlin/dokka/compare/v1.5.31...v1.6.0) Updates `dokka-base` from 1.5.31 to 1.6.0 - [Release notes](https://github.com/Kotlin/dokka/releases) - [Commits](https://github.com/Kotlin/dokka/compare/v1.5.31...v1.6.0) --- updated-dependencies: - dependency-name: org.jetbrains.dokka:dokka-gradle-plugin dependency-type: direct:production update-type: version-update:semver-minor - dependency-name: org.jetbrains.dokka:dokka-base dependency-type: direct:production update-type: version-update:semver-minor ... Signed-off-by: dependabot[bot] Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com> * Merge public release v1.16.17 into development (#299) * Merge public release 1.6.16 into master (#277) * Release/v1.6.13 to dev (#240) * Bump dokka_version from 1.5.0 to 1.5.30 (#242) Bumps `dokka_version` from 1.5.0 to 1.5.30. Updates `dokka-gradle-plugin` from 1.5.0 to 1.5.30 - [Release notes](https://github.com/Kotlin/dokka/releases) - [Commits](https://github.com/Kotlin/dokka/compare/v1.5.0...v1.5.30) Updates `dokka-base` from 1.5.0 to 1.5.30 - [Release notes](https://github.com/Kotlin/dokka/releases) - [Commits](https://github.com/Kotlin/dokka/compare/v1.5.0...v1.5.30) --- updated-dependencies: - dependency-name: org.jetbrains.dokka:dokka-gradle-plugin dependency-type: direct:production update-type: version-update:semver-patch - dependency-name: org.jetbrains.dokka:dokka-base dependency-type: direct:production update-type: version-update:semver-patch ... Signed-off-by: dependabot[bot] Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com> * Improve default validation (#243) * Update MIGRATING.md (#244) * Release v1.6.14 (#246) * Bump cardscan-ui from 2.1.0011 to 2.1.0012 (#249) Bumps [cardscan-ui](https://github.com/getbouncer/cardscan-android) from 2.1.0011 to 2.1.0012. - [Release notes](https://github.com/getbouncer/cardscan-android/releases) - [Changelog](https://github.com/getbouncer/cardscan-android/blob/master/CHANGELOG.md) - [Commits](https://github.com/getbouncer/cardscan-android/compare/2.1.0011...2.1.0012) --- updated-dependencies: - dependency-name: com.getbouncer:cardscan-ui dependency-type: direct:production update-type: version-update:semver-patch ... Signed-off-by: dependabot[bot] Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com> * Bump kotlin-gradle-plugin from 1.5.30 to 1.5.31 (#253) Bumps [kotlin-gradle-plugin](https://github.com/JetBrains/kotlin) from 1.5.30 to 1.5.31. - [Release notes](https://github.com/JetBrains/kotlin/releases) - [Changelog](https://github.com/JetBrains/kotlin/blob/v1.5.31/ChangeLog.md) - [Commits](https://github.com/JetBrains/kotlin/compare/v1.5.30...v1.5.31) --- updated-dependencies: - dependency-name: org.jetbrains.kotlin:kotlin-gradle-plugin dependency-type: direct:production update-type: version-update:semver-patch ... Signed-off-by: dependabot[bot] Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com> * Bump constraintlayout from 2.1.0 to 2.1.1 (#257) Bumps [constraintlayout](https://github.com/androidx/constraintlayout) from 2.1.0 to 2.1.1. - [Release notes](https://github.com/androidx/constraintlayout/releases) - [Commits](https://github.com/androidx/constraintlayout/commits) --- updated-dependencies: - dependency-name: androidx.constraintlayout:constraintlayout dependency-type: direct:production update-type: version-update:semver-patch ... Signed-off-by: dependabot[bot] Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com> * Improve validation logic, fix tests (#261) * Fix nullable return type (#260) * Bump okhttp from 4.9.1 to 4.9.2 (#258) Bumps [okhttp](https://github.com/square/okhttp) from 4.9.1 to 4.9.2. - [Release notes](https://github.com/square/okhttp/releases) - [Changelog](https://github.com/square/okhttp/blob/master/CHANGELOG.md) - [Commits](https://github.com/square/okhttp/compare/parent-4.9.1...parent-4.9.2) --- updated-dependencies: - dependency-name: com.squareup.okhttp3:okhttp dependency-type: direct:production update-type: version-update:semver-patch ... Signed-off-by: dependabot[bot] Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com> Co-authored-by: Dmytro * Bump dokka_version from 1.5.30 to 1.5.31 (#264) Bumps `dokka_version` from 1.5.30 to 1.5.31. Updates `dokka-gradle-plugin` from 1.5.30 to 1.5.31 - [Release notes](https://github.com/Kotlin/dokka/releases) - [Commits](https://github.com/Kotlin/dokka/compare/v1.5.30...v1.5.31) Updates `dokka-base` from 1.5.30 to 1.5.31 - [Release notes](https://github.com/Kotlin/dokka/releases) - [Commits](https://github.com/Kotlin/dokka/compare/v1.5.30...v1.5.31) --- updated-dependencies: - dependency-name: org.jetbrains.dokka:dokka-gradle-plugin dependency-type: direct:production update-type: version-update:semver-patch - dependency-name: org.jetbrains.dokka:dokka-base dependency-type: direct:production update-type: version-update:semver-patch ... Signed-off-by: dependabot[bot] Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com> Co-authored-by: Dmytro * Public release v1.6.15 (#266) * Version name & code rise * Update docs * Bump firebase-bom from 28.4.1 to 28.4.2 (#270) Bumps firebase-bom from 28.4.1 to 28.4.2. --- updated-dependencies: - dependency-name: com.google.firebase:firebase-bom dependency-type: direct:production update-type: version-update:semver-patch ... Signed-off-by: dependabot[bot] Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com> * Bump mockito_version from 3.12.4 to 4.0.0 (#271) Bumps `mockito_version` from 3.12.4 to 4.0.0. Updates `mockito-core` from 3.12.4 to 4.0.0 - [Release notes](https://github.com/mockito/mockito/releases) - [Commits](https://github.com/mockito/mockito/compare/v3.12.4...v4.0.0) Updates `mockito-inline` from 3.12.4 to 4.0.0 - [Release notes](https://github.com/mockito/mockito/releases) - [Commits](https://github.com/mockito/mockito/compare/v3.12.4...v4.0.0) --- updated-dependencies: - dependency-name: org.mockito:mockito-core dependency-type: direct:production update-type: version-update:semver-major - dependency-name: org.mockito:mockito-inline dependency-type: direct:production update-type: version-update:semver-major ... Signed-off-by: dependabot[bot] Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com> * Bump gradle from 7.0.2 to 7.0.3 (#273) Bumps gradle from 7.0.2 to 7.0.3. --- updated-dependencies: - dependency-name: com.android.tools.build:gradle dependency-type: direct:production update-type: version-update:semver-patch ... Signed-off-by: dependabot[bot] Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com> * Fix submit function response body (#274) * Public release v1.6.16 (#275) * Merge dev into master (#269) * Release/v1.6.13 to dev (#240) * Bump dokka_version from 1.5.0 to 1.5.30 (#242) Bumps `dokka_version` from 1.5.0 to 1.5.30. Updates `dokka-gradle-plugin` from 1.5.0 to 1.5.30 - [Release notes](https://github.com/Kotlin/dokka/releases) - [Commits](https://github.com/Kotlin/dokka/compare/v1.5.0...v1.5.30) Updates `dokka-base` from 1.5.0 to 1.5.30 - [Release notes](https://github.com/Kotlin/dokka/releases) - [Commits](https://github.com/Kotlin/dokka/compare/v1.5.0...v1.5.30) --- updated-dependencies: - dependency-name: org.jetbrains.dokka:dokka-gradle-plugin dependency-type: direct:production update-type: version-update:semver-patch - dependency-name: org.jetbrains.dokka:dokka-base dependency-type: direct:production update-type: version-update:semver-patch ... Signed-off-by: dependabot[bot] Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com> * Improve default validation (#243) * Update MIGRATING.md (#244) * Release v1.6.14 (#246) * Bump cardscan-ui from 2.1.0011 to 2.1.0012 (#249) Bumps [cardscan-ui](https://github.com/getbouncer/cardscan-android) from 2.1.0011 to 2.1.0012. - [Release notes](https://github.com/getbouncer/cardscan-android/releases) - [Changelog](https://github.com/getbouncer/cardscan-android/blob/master/CHANGELOG.md) - [Commits](https://github.com/getbouncer/cardscan-android/compare/2.1.0011...2.1.0012) --- updated-dependencies: - dependency-name: com.getbouncer:cardscan-ui dependency-type: direct:production update-type: version-update:semver-patch ... Signed-off-by: dependabot[bot] Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com> * Bump kotlin-gradle-plugin from 1.5.30 to 1.5.31 (#253) Bumps [kotlin-gradle-plugin](https://github.com/JetBrains/kotlin) from 1.5.30 to 1.5.31. - [Release notes](https://github.com/JetBrains/kotlin/releases) - [Changelog](https://github.com/JetBrains/kotlin/blob/v1.5.31/ChangeLog.md) - [Commits](https://github.com/JetBrains/kotlin/compare/v1.5.30...v1.5.31) --- updated-dependencies: - dependency-name: org.jetbrains.kotlin:kotlin-gradle-plugin dependency-type: direct:production update-type: version-update:semver-patch ... Signed-off-by: dependabot[bot] Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com> * Bump constraintlayout from 2.1.0 to 2.1.1 (#257) Bumps [constraintlayout](https://github.com/androidx/constraintlayout) from 2.1.0 to 2.1.1. - [Release notes](https://github.com/androidx/constraintlayout/releases) - [Commits](https://github.com/androidx/constraintlayout/commits) --- updated-dependencies: - dependency-name: androidx.constraintlayout:constraintlayout dependency-type: direct:production update-type: version-update:semver-patch ... Signed-off-by: dependabot[bot] Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com> * Improve validation logic, fix tests (#261) * Fix nullable return type (#260) * Bump okhttp from 4.9.1 to 4.9.2 (#258) Bumps [okhttp](https://github.com/square/okhttp) from 4.9.1 to 4.9.2. - [Release notes](https://github.com/square/okhttp/releases) - [Changelog](https://github.com/square/okhttp/blob/master/CHANGELOG.md) - [Commits](https://github.com/square/okhttp/compare/parent-4.9.1...parent-4.9.2) --- updated-dependencies: - dependency-name: com.squareup.okhttp3:okhttp dependency-type: direct:production update-type: version-update:semver-patch ... Signed-off-by: dependabot[bot] Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com> Co-authored-by: Dmytro * Bump dokka_version from 1.5.30 to 1.5.31 (#264) Bumps `dokka_version` from 1.5.30 to 1.5.31. Updates `dokka-gradle-plugin` from 1.5.30 to 1.5.31 - [Release notes](https://github.com/Kotlin/dokka/releases) - [Commits](https://github.com/Kotlin/dokka/compare/v1.5.30...v1.5.31) Updates `dokka-base` from 1.5.30 to 1.5.31 - [Release notes](https://github.com/Kotlin/dokka/releases) - [Commits](https://github.com/Kotlin/dokka/compare/v1.5.30...v1.5.31) --- updated-dependencies: - dependency-name: org.jetbrains.dokka:dokka-gradle-plugin dependency-type: direct:production update-type: version-update:semver-patch - dependency-name: org.jetbrains.dokka:dokka-base dependency-type: direct:production update-type: version-update:semver-patch ... Signed-off-by: dependabot[bot] Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com> Co-authored-by: Dmytro * Public release v1.6.15 (#266) * Version name & code rise * Update docs Co-authored-by: Dmytro Kos Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com> * Images patch 1 (#272) * Version name & code rise * Update docs * Update config.yml Co-authored-by: Dmytro Kos Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com> Co-authored-by: Dmytro Kos Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com> * Merge dev into master (#280) * Release/v1.6.13 to dev (#240) * Bump dokka_version from 1.5.0 to 1.5.30 (#242) Bumps `dokka_version` from 1.5.0 to 1.5.30. Updates `dokka-gradle-plugin` from 1.5.0 to 1.5.30 - [Release notes](https://github.com/Kotlin/dokka/releases) - [Commits](https://github.com/Kotlin/dokka/compare/v1.5.0...v1.5.30) Updates `dokka-base` from 1.5.0 to 1.5.30 - [Release notes](https://github.com/Kotlin/dokka/releases) - [Commits](https://github.com/Kotlin/dokka/compare/v1.5.0...v1.5.30) --- updated-dependencies: - dependency-name: org.jetbrains.dokka:dokka-gradle-plugin dependency-type: direct:production update-type: version-update:semver-patch - dependency-name: org.jetbrains.dokka:dokka-base dependency-type: direct:production update-type: version-update:semver-patch ... Signed-off-by: dependabot[bot] Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com> * Improve default validation (#243) * Update MIGRATING.md (#244) * Release v1.6.14 (#246) * Bump cardscan-ui from 2.1.0011 to 2.1.0012 (#249) Bumps [cardscan-ui](https://github.com/getbouncer/cardscan-android) from 2.1.0011 to 2.1.0012. - [Release notes](https://github.com/getbouncer/cardscan-android/releases) - [Changelog](https://github.com/getbouncer/cardscan-android/blob/master/CHANGELOG.md) - [Commits](https://github.com/getbouncer/cardscan-android/compare/2.1.0011...2.1.0012) --- updated-dependencies: - dependency-name: com.getbouncer:cardscan-ui dependency-type: direct:production update-type: version-update:semver-patch ... Signed-off-by: dependabot[bot] Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com> * Bump kotlin-gradle-plugin from 1.5.30 to 1.5.31 (#253) Bumps [kotlin-gradle-plugin](https://github.com/JetBrains/kotlin) from 1.5.30 to 1.5.31. - [Release notes](https://github.com/JetBrains/kotlin/releases) - [Changelog](https://github.com/JetBrains/kotlin/blob/v1.5.31/ChangeLog.md) - [Commits](https://github.com/JetBrains/kotlin/compare/v1.5.30...v1.5.31) --- updated-dependencies: - dependency-name: org.jetbrains.kotlin:kotlin-gradle-plugin dependency-type: direct:production update-type: version-update:semver-patch ... Signed-off-by: dependabot[bot] Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com> * Bump constraintlayout from 2.1.0 to 2.1.1 (#257) Bumps [constraintlayout](https://github.com/androidx/constraintlayout) from 2.1.0 to 2.1.1. - [Release notes](https://github.com/androidx/constraintlayout/releases) - [Commits](https://github.com/androidx/constraintlayout/commits) --- updated-dependencies: - dependency-name: androidx.constraintlayout:constraintlayout dependency-type: direct:production update-type: version-update:semver-patch ... Signed-off-by: dependabot[bot] Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com> * Improve validation logic, fix tests (#261) * Fix nullable return type (#260) * Bump okhttp from 4.9.1 to 4.9.2 (#258) Bumps [okhttp](https://github.com/square/okhttp) from 4.9.1 to 4.9.2. - [Release notes](https://github.com/square/okhttp/releases) - [Changelog](https://github.com/square/okhttp/blob/master/CHANGELOG.md) - [Commits](https://github.com/square/okhttp/compare/parent-4.9.1...parent-4.9.2) --- updated-dependencies: - dependency-name: com.squareup.okhttp3:okhttp dependency-type: direct:production update-type: version-update:semver-patch ... Signed-off-by: dependabot[bot] Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com> Co-authored-by: Dmytro * Bump dokka_version from 1.5.30 to 1.5.31 (#264) Bumps `dokka_version` from 1.5.30 to 1.5.31. Updates `dokka-gradle-plugin` from 1.5.30 to 1.5.31 - [Release notes](https://github.com/Kotlin/dokka/releases) - [Commits](https://github.com/Kotlin/dokka/compare/v1.5.30...v1.5.31) Updates `dokka-base` from 1.5.30 to 1.5.31 - [Release notes](https://github.com/Kotlin/dokka/releases) - [Commits](https://github.com/Kotlin/dokka/compare/v1.5.30...v1.5.31) --- updated-dependencies: - dependency-name: org.jetbrains.dokka:dokka-gradle-plugin dependency-type: direct:production update-type: version-update:semver-patch - dependency-name: org.jetbrains.dokka:dokka-base dependency-type: direct:production update-type: version-update:semver-patch ... Signed-off-by: dependabot[bot] Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com> Co-authored-by: Dmytro * Public release v1.6.15 (#266) * Version name & code rise * Update docs * Bump firebase-bom from 28.4.1 to 28.4.2 (#270) Bumps firebase-bom from 28.4.1 to 28.4.2. --- updated-dependencies: - dependency-name: com.google.firebase:firebase-bom dependency-type: direct:production update-type: version-update:semver-patch ... Signed-off-by: dependabot[bot] Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com> * Bump mockito_version from 3.12.4 to 4.0.0 (#271) Bumps `mockito_version` from 3.12.4 to 4.0.0. Updates `mockito-core` from 3.12.4 to 4.0.0 - [Release notes](https://github.com/mockito/mockito/releases) - [Commits](https://github.com/mockito/mockito/compare/v3.12.4...v4.0.0) Updates `mockito-inline` from 3.12.4 to 4.0.0 - [Release notes](https://github.com/mockito/mockito/releases) - [Commits](https://github.com/mockito/mockito/compare/v3.12.4...v4.0.0) --- updated-dependencies: - dependency-name: org.mockito:mockito-core dependency-type: direct:production update-type: version-update:semver-major - dependency-name: org.mockito:mockito-inline dependency-type: direct:production update-type: version-update:semver-major ... Signed-off-by: dependabot[bot] Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com> * Bump gradle from 7.0.2 to 7.0.3 (#273) Bumps gradle from 7.0.2 to 7.0.3. --- updated-dependencies: - dependency-name: com.android.tools.build:gradle dependency-type: direct:production update-type: version-update:semver-patch ... Signed-off-by: dependabot[bot] Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com> * Fix submit function response body (#274) * Public release v1.6.16 (#275) * Merge dev into master (#269) * Release/v1.6.13 to dev (#240) * Bump dokka_version from 1.5.0 to 1.5.30 (#242) Bumps `dokka_version` from 1.5.0 to 1.5.30. Updates `dokka-gradle-plugin` from 1.5.0 to 1.5.30 - [Release notes](https://github.com/Kotlin/dokka/releases) - [Commits](https://github.com/Kotlin/dokka/compare/v1.5.0...v1.5.30) Updates `dokka-base` from 1.5.0 to 1.5.30 - [Release notes](https://github.com/Kotlin/dokka/releases) - [Commits](https://github.com/Kotlin/dokka/compare/v1.5.0...v1.5.30) --- updated-dependencies: - dependency-name: org.jetbrains.dokka:dokka-gradle-plugin dependency-type: direct:production update-type: version-update:semver-patch - dependency-name: org.jetbrains.dokka:dokka-base dependency-type: direct:production update-type: version-update:semver-patch ... Signed-off-by: dependabot[bot] Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com> * Improve default validation (#243) * Update MIGRATING.md (#244) * Release v1.6.14 (#246) * Bump cardscan-ui from 2.1.0011 to 2.1.0012 (#249) Bumps [cardscan-ui](https://github.com/getbouncer/cardscan-android) from 2.1.0011 to 2.1.0012. - [Release notes](https://github.com/getbouncer/cardscan-android/releases) - [Changelog](https://github.com/getbouncer/cardscan-android/blob/master/CHANGELOG.md) - [Commits](https://github.com/getbouncer/cardscan-android/compare/2.1.0011...2.1.0012) --- updated-dependencies: - dependency-name: com.getbouncer:cardscan-ui dependency-type: direct:production update-type: version-update:semver-patch ... Signed-off-by: dependabot[bot] Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com> * Bump kotlin-gradle-plugin from 1.5.30 to 1.5.31 (#253) Bumps [kotlin-gradle-plugin](https://github.com/JetBrains/kotlin) from 1.5.30 to 1.5.31. - [Release notes](https://github.com/JetBrains/kotlin/releases) - [Changelog](https://github.com/JetBrains/kotlin/blob/v1.5.31/ChangeLog.md) - [Commits](https://github.com/JetBrains/kotlin/compare/v1.5.30...v1.5.31) --- updated-dependencies: - dependency-name: org.jetbrains.kotlin:kotlin-gradle-plugin dependency-type: direct:production update-type: version-update:semver-patch ... Signed-off-by: dependabot[bot] Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com> * Bump constraintlayout from 2.1.0 to 2.1.1 (#257) Bumps [constraintlayout](https://github.com/androidx/constraintlayout) from 2.1.0 to 2.1.1. - [Release notes](https://github.com/androidx/constraintlayout/releases) - [Commits](https://github.com/androidx/constraintlayout/commits) --- updated-dependencies: - dependency-name: androidx.constraintlayout:constraintlayout dependency-type: direct:production update-type: version-update:semver-patch ... Signed-off-by: dependabot[bot] Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com> * Improve validation logic, fix tests (#261) * Fix nullable return type (#260) * Bump okhttp from 4.9.1 to 4.9.2 (#258) Bumps [okhttp](https://github.com/square/okhttp) from 4.9.1 to 4.9.2. - [Release notes](https://github.com/square/okhttp/releases) - [Changelog](https://github.com/square/okhttp/blob/master/CHANGELOG.md) - [Commits](https://github.com/square/okhttp/compare/parent-4.9.1...parent-4.9.2) --- updated-dependencies: - dependency-name: com.squareup.okhttp3:okhttp dependency-type: direct:production update-type: version-update:semver-patch ... Signed-off-by: dependabot[bot] Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com> Co-authored-by: Dmytro * Bump dokka_version from 1.5.30 to 1.5.31 (#264) Bumps `dokka_version` from 1.5.30 to 1.5.31. Updates `dokka-gradle-plugin` from 1.5.30 to 1.5.31 - [Release notes](https://github.com/Kotlin/dokka/releases) - [Commits](https://github.com/Kotlin/dokka/compare/v1.5.30...v1.5.31) Updates `dokka-base` from 1.5.30 to 1.5.31 - [Release notes](https://github.com/Kotlin/dokka/releases) - [Commits](https://github.com/Kotlin/dokka/compare/v1.5.30...v1.5.31) --- updated-dependencies: - dependency-name: org.jetbrains.dokka:dokka-gradle-plugin dependency-type: direct:production update-type: version-update:semver-patch - dependency-name: org.jetbrains.dokka:dokka-base dependency-type: direct:production update-type: version-update:semver-patch ... Signed-off-by: dependabot[bot] Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com> Co-authored-by: Dmytro * Public release v1.6.15 (#266) * Version name & code rise * Update docs Co-authored-by: Dmytro Kos Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com> * Images patch 1 (#272) * Version name & code rise * Update docs * Update config.yml Co-authored-by: Dmytro Kos Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com> * Bump tensorflow-lite from 2.1.0011 to 2.1.0015 (#262) Bumps [tensorflow-lite](https://github.com/getbouncer/cardscan-android) from 2.1.0011 to 2.1.0015. - [Release notes](https://github.com/getbouncer/cardscan-android/releases) - [Changelog](https://github.com/getbouncer/cardscan-android/blob/master/CHANGELOG.md) - [Commits](https://github.com/getbouncer/cardscan-android/compare/2.1.0011...2.1.0015) --- updated-dependencies: - dependency-name: com.getbouncer:tensorflow-lite dependency-type: direct:production update-type: version-update:semver-patch ... Signed-off-by: dependabot[bot] Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com> Co-authored-by: dmytrodmytryshyn * Bump scan-payment-full from 2.1.0011 to 2.1.0015 (#265) Bumps [scan-payment-full](https://github.com/getbouncer/cardscan-android) from 2.1.0011 to 2.1.0015. - [Release notes](https://github.com/getbouncer/cardscan-android/releases) - [Changelog](https://github.com/getbouncer/cardscan-android/blob/master/CHANGELOG.md) - [Commits](https://github.com/getbouncer/cardscan-android/compare/2.1.0011...2.1.0015) --- updated-dependencies: - dependency-name: com.getbouncer:scan-payment-full dependency-type: direct:production update-type: version-update:semver-patch ... Signed-off-by: dependabot[bot] Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com> Co-authored-by: dmytrodmytryshyn * Bump cardscan-ui from 2.1.0012 to 2.1.0015 (#263) Bumps [cardscan-ui](https://github.com/getbouncer/cardscan-android) from 2.1.0012 to 2.1.0015. - [Release notes](https://github.com/getbouncer/cardscan-android/releases) - [Changelog](https://github.com/getbouncer/cardscan-android/blob/master/CHANGELOG.md) - [Commits](https://github.com/getbouncer/cardscan-android/compare/2.1.0012...2.1.0015) --- updated-dependencies: - dependency-name: com.getbouncer:cardscan-ui dependency-type: direct:production update-type: version-update:semver-patch ... Signed-off-by: dependabot[bot] Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com> Co-authored-by: dmytrodmytryshyn * Bump bouncer versions from 2.1.0015 -> 2.1.0016 (#279) * Bouncer adapter version name & code rise (#278) Co-authored-by: Dmytro Kos Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com> * Version name & code rise * Update docs Co-authored-by: Dmytro Kos Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com> * Bump firebase-bom from 29.0.0 to 29.0.1 (#302) Bumps firebase-bom from 29.0.0 to 29.0.1. --- updated-dependencies: - dependency-name: com.google.firebase:firebase-bom dependency-type: direct:production update-type: version-update:semver-patch ... Signed-off-by: dependabot[bot] Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com> * Bump robolectric from 4.7.2 to 4.7.3 (#303) Bumps [robolectric](https://github.com/robolectric/robolectric) from 4.7.2 to 4.7.3. - [Release notes](https://github.com/robolectric/robolectric/releases) - [Commits](https://github.com/robolectric/robolectric/compare/robolectric-4.7.2...robolectric-4.7.3) --- updated-dependencies: - dependency-name: org.robolectric:robolectric dependency-type: direct:production update-type: version-update:semver-patch ... Signed-off-by: dependabot[bot] Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com> * Bump json from 20210307 to 20211205 (#304) Bumps [json](https://github.com/douglascrockford/JSON-java) from 20210307 to 20211205. - [Release notes](https://github.com/douglascrockford/JSON-java/releases) - [Changelog](https://github.com/stleary/JSON-java/blob/master/docs/RELEASES.md) - [Commits](https://github.com/douglascrockford/JSON-java/commits) --- updated-dependencies: - dependency-name: org.json:json dependency-type: direct:production update-type: version-update:semver-major ... Signed-off-by: dependabot[bot] Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com> * Bump play-services-auth from 19.2.0 to 20.0.0 (#306) Bumps play-services-auth from 19.2.0 to 20.0.0. --- updated-dependencies: - dependency-name: com.google.android.gms:play-services-auth dependency-type: direct:production update-type: version-update:semver-major ... Signed-off-by: dependabot[bot] Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com> * Bump firebase-bom from 29.0.1 to 29.0.2 (#311) Bumps firebase-bom from 29.0.1 to 29.0.2. --- updated-dependencies: - dependency-name: com.google.firebase:firebase-bom dependency-type: direct:production update-type: version-update:semver-patch ... Signed-off-by: dependabot[bot] Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com> * Move google-services.json to ci (#307) * Remove google-services.json. Update ci config. Add test code for check file creation. * Remove tests code. * Fix TextInputFieldLayout.kt error restore after screen rotation (#312) * Bump kotlin-gradle-plugin from 1.6.0 to 1.6.10 (#313) Bumps [kotlin-gradle-plugin](https://github.com/JetBrains/kotlin) from 1.6.0 to 1.6.10. - [Release notes](https://github.com/JetBrains/kotlin/releases) - [Changelog](https://github.com/JetBrains/kotlin/blob/v1.6.10/ChangeLog.md) - [Commits](https://github.com/JetBrains/kotlin/compare/v1.6.0...v1.6.10) --- updated-dependencies: - dependency-name: org.jetbrains.kotlin:kotlin-gradle-plugin dependency-type: direct:production update-type: version-update:semver-patch ... Signed-off-by: dependabot[bot] Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com> * Bump gradle from 7.0.3 to 7.0.4 (#305) Bumps gradle from 7.0.3 to 7.0.4. --- updated-dependencies: - dependency-name: com.android.tools.build:gradle dependency-type: direct:production update-type: version-update:semver-patch ... Signed-off-by: dependabot[bot] Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com> * Merge public release v1.6.18 into dev (#315) * Merge public release 1.6.16 into master (#277) * Release/v1.6.13 to dev (#240) * Bump dokka_version from 1.5.0 to 1.5.30 (#242) Bumps `dokka_version` from 1.5.0 to 1.5.30. Updates `dokka-gradle-plugin` from 1.5.0 to 1.5.30 - [Release notes](https://github.com/Kotlin/dokka/releases) - [Commits](https://github.com/Kotlin/dokka/compare/v1.5.0...v1.5.30) Updates `dokka-base` from 1.5.0 to 1.5.30 - [Release notes](https://github.com/Kotlin/dokka/releases) - [Commits](https://github.com/Kotlin/dokka/compare/v1.5.0...v1.5.30) --- updated-dependencies: - dependency-name: org.jetbrains.dokka:dokka-gradle-plugin dependency-type: direct:production update-type: version-update:semver-patch - dependency-name: org.jetbrains.dokka:dokka-base dependency-type: direct:production update-type: version-update:semver-patch ... Signed-off-by: dependabot[bot] Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com> * Improve default validation (#243) * Update MIGRATING.md (#244) * Release v1.6.14 (#246) * Bump cardscan-ui from 2.1.0011 to 2.1.0012 (#249) Bumps [cardscan-ui](https://github.com/getbouncer/cardscan-android) from 2.1.0011 to 2.1.0012. - [Release notes](https://github.com/getbouncer/cardscan-android/releases) - [Changelog](https://github.com/getbouncer/cardscan-android/blob/master/CHANGELOG.md) - [Commits](https://github.com/getbouncer/cardscan-android/compare/2.1.0011...2.1.0012) --- updated-dependencies: - dependency-name: com.getbouncer:cardscan-ui dependency-type: direct:production update-type: version-update:semver-patch ... Signed-off-by: dependabot[bot] Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com> * Bump kotlin-gradle-plugin from 1.5.30 to 1.5.31 (#253) Bumps [kotlin-gradle-plugin](https://github.com/JetBrains/kotlin) from 1.5.30 to 1.5.31. - [Release notes](https://github.com/JetBrains/kotlin/releases) - [Changelog](https://github.com/JetBrains/kotlin/blob/v1.5.31/ChangeLog.md) - [Commits](https://github.com/JetBrains/kotlin/compare/v1.5.30...v1.5.31) --- updated-dependencies: - dependency-name: org.jetbrains.kotlin:kotlin-gradle-plugin dependency-type: direct:production update-type: version-update:semver-patch ... Signed-off-by: dependabot[bot] Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com> * Bump constraintlayout from 2.1.0 to 2.1.1 (#257) Bumps [constraintlayout](https://github.com/androidx/constraintlayout) from 2.1.0 to 2.1.1. - [Release notes](https://github.com/androidx/constraintlayout/releases) - [Commits](https://github.com/androidx/constraintlayout/commits) --- updated-dependencies: - dependency-name: androidx.constraintlayout:constraintlayout dependency-type: direct:production update-type: version-update:semver-patch ... Signed-off-by: dependabot[bot] Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com> * Improve validation logic, fix tests (#261) * Fix nullable return type (#260) * Bump okhttp from 4.9.1 to 4.9.2 (#258) Bumps [okhttp](https://github.com/square/okhttp) from 4.9.1 to 4.9.2. - [Release notes](https://github.com/square/okhttp/releases) - [Changelog](https://github.com/square/okhttp/blob/master/CHANGELOG.md) - [Commits](https://github.com/square/okhttp/compare/parent-4.9.1...parent-4.9.2) --- updated-dependencies: - dependency-name: com.squareup.okhttp3:okhttp dependency-type: direct:production update-type: version-update:semver-patch ... Signed-off-by: dependabot[bot] Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com> Co-authored-by: Dmytro * Bump dokka_version from 1.5.30 to 1.5.31 (#264) Bumps `dokka_version` from 1.5.30 to 1.5.31. Updates `dokka-gradle-plugin` from 1.5.30 to 1.5.31 - [Release notes](https://github.com/Kotlin/dokka/releases) - [Commits](https://github.com/Kotlin/dokka/compare/v1.5.30...v1.5.31) Updates `dokka-base` from 1.5.30 to 1.5.31 - [Release notes](https://github.com/Kotlin/dokka/releases) - [Commits](https://github.com/Kotlin/dokka/compare/v1.5.30...v1.5.31) --- updated-dependencies: - dependency-name: org.jetbrains.dokka:dokka-gradle-plugin dependency-type: direct:production update-type: version-update:semver-patch - dependency-name: org.jetbrains.dokka:dokka-base dependency-type: direct:production update-type: version-update:semver-patch ... Signed-off-by: dependabot[bot] Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com> Co-authored-by: Dmytro * Public release v1.6.15 (#266) * Version name & code rise * Update docs * Bump firebase-bom from 28.4.1 to 28.4.2 (#270) Bumps firebase-bom from 28.4.1 to 28.4.2. --- updated-dependencies: - dependency-name: com.google.firebase:firebase-bom dependency-type: direct:production update-type: version-update:semver-patch ... Signed-off-by: dependabot[bot] Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com> * Bump mockito_version from 3.12.4 to 4.0.0 (#271) Bumps `mockito_version` from 3.12.4 to 4.0.0. Updates `mockito-core` from 3.12.4 to 4.0.0 - [Release notes](https://github.com/mockito/mockito/releases) - [Commits](https://github.com/mockito/mockito/compare/v3.12.4...v4.0.0) Updates `mockito-inline` from 3.12.4 to 4.0.0 - [Release notes](https://github.com/mockito/mockito/releases) - [Commits](https://github.com/mockito/mockito/compare/v3.12.4...v4.0.0) --- updated-dependencies: - dependency-name: org.mockito:mockito-core dependency-type: direct:production update-type: version-update:semver-major - dependency-name: org.mockito:mockito-inline dependency-type: direct:production update-type: version-update:semver-major ... Signed-off-by: dependabot[bot] Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com> * Bump gradle from 7.0.2 to 7.0.3 (#273) Bumps gradle from 7.0.2 to 7.0.3. --- updated-dependencies: - dependency-name: com.android.tools.build:gradle dependency-type: direct:production update-type: version-update:semver-patch ... Signed-off-by: dependabot[bot] Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com> * Fix submit function response body (#274) * Public release v1.6.16 (#275) * Merge dev into master (#269) * Release/v1.6.13 to dev (#240) * Bump dokka_version from 1.5.0 to 1.5.30 (#242) Bumps `dokka_version` from 1.5.0 to 1.5.30. Updates `dokka-gradle-plugin` from 1.5.0 to 1.5.30 - [Release notes](https://github.com/Kotlin/dokka/releases) - [Commits](https://github.com/Kotlin/dokka/compare/v1.5.0...v1.5.30) Updates `dokka-base` from 1.5.0 to 1.5.30 - [Release notes](https://github.com/Kotlin/dokka/releases) - [Commits](https://github.com/Kotlin/dokka/compare/v1.5.0...v1.5.30) --- updated-dependencies: - dependency-name: org.jetbrains.dokka:dokka-gradle-plugin dependency-type: direct:production update-type: version-update:semver-patch - dependency-name: org.jetbrains.dokka:dokka-base dependency-type: direct:production update-type: version-update:semver-patch ... Signed-off-by: dependabot[bot] Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com> * Improve default validation (#243) * Update MIGRATING.md (#244) * Release v1.6.14 (#246) * Bump cardscan-ui from 2.1.0011 to 2.1.0012 (#249) Bumps [cardscan-ui](https://github.com/getbouncer/cardscan-android) from 2.1.0011 to 2.1.0012. - [Release notes](https://github.com/getbouncer/cardscan-android/releases) - [Changelog](https://github.com/getbouncer/cardscan-android/blob/master/CHANGELOG.md) - [Commits](https://github.com/getbouncer/cardscan-android/compare/2.1.0011...2.1.0012) --- updated-dependencies: - dependency-name: com.getbouncer:cardscan-ui dependency-type: direct:production update-type: version-update:semver-patch ... Signed-off-by: dependabot[bot] Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com> * Bump kotlin-gradle-plugin from 1.5.30 to 1.5.31 (#253) Bumps [kotlin-gradle-plugin](https://github.com/JetBrains/kotlin) from 1.5.30 to 1.5.31. - [Release notes](https://github.com/JetBrains/kotlin/releases) - [Changelog](https://github.com/JetBrains/kotlin/blob/v1.5.31/ChangeLog.md) - [Commits](https://github.com/JetBrains/kotlin/compare/v1.5.30...v1.5.31) --- updated-dependencies: - dependency-name: org.jetbrains.kotlin:kotlin-gradle-plugin dependency-type: direct:production update-type: version-update:semver-patch ... Signed-off-by: dependabot[bot] Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com> * Bump constraintlayout from 2.1.0 to 2.1.1 (#257) Bumps [constraintlayout](https://github.com/androidx/constraintlayout) from 2.1.0 to 2.1.1. - [Release notes](https://github.com/androidx/constraintlayout/releases) - [Commits](https://github.com/androidx/constraintlayout/commits) --- updated-dependencies: - dependency-name: androidx.constraintlayout:constraintlayout dependency-type: direct:production update-type: version-update:semver-patch ... Signed-off-by: dependabot[bot] Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com> * Improve validation logic, fix tests (#261) * Fix nullable return type (#260) * Bump okhttp from 4.9.1 to 4.9.2 (#258) Bumps [okhttp](https://github.com/square/okhttp) from 4.9.1 to 4.9.2. - [Release notes](https://github.com/square/okhttp/releases) - [Changelog](https://github.com/square/okhttp/blob/master/CHANGELOG.md) - [Commits](https://github.com/square/okhttp/compare/parent-4.9.1...parent-4.9.2) --- updated-dependencies: - dependency-name: com.squareup.okhttp3:okhttp dependency-type: direct:production update-type: version-update:semver-patch ... Signed-off-by: dependabot[bot] Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com> Co-authored-by: Dmytro * Bump dokka_version from 1.5.30 to 1.5.31 (#264) Bumps `dokka_version` from 1.5.30 to 1.5.31. Updates `dokka-gradle-plugin` from 1.5.30 to 1.5.31 - [Release notes](https://github.com/Kotlin/dokka/releases) - [Commits](https://github.com/Kotlin/dokka/compare/v1.5.30...v1.5.31) Updates `dokka-base` from 1.5.30 to 1.5.31 - [Release notes](https://github.com/Kotlin/dokka/releases) - [Commits](https://github.com/Kotlin/dokka/compare/v1.5.30...v1.5.31) --- updated-dependencies: - dependency-name: org.jetbrains.dokka:dokka-gradle-plugin dependency-type: direct:production update-type: version-update:semver-patch - dependency-name: org.jetbrains.dokka:dokka-base dependency-type: direct:production update-type: version-update:semver-patch ... Signed-off-by: dependabot[bot] Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com> Co-authored-by: Dmytro * Public release v1.6.15 (#266) * Version name & code rise * Update docs Co-authored-by: Dmytro Kos Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com> * Images patch 1 (#272) * Version name & code rise * Update docs * Update config.yml Co-authored-by: Dmytro Kos Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com> Co-authored-by: Dmytro Kos Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com> * Merge dev into master (#280) * Release/v1.6.13 to dev (#240) * Bump dokka_version from 1.5.0 to 1.5.30 (#242) Bumps `dokka_version` from 1.5.0 to 1.5.30. Updates `dokka-gradle-plugin` from 1.5.0 to 1.5.30 - [Release notes](https://github.com/Kotlin/dokka/releases) - [Commits… * Add test coverage (#561) * Add test coverage gradle plugin, push test coverage to compass on ci build * Update ci config.yml branches names * Test coverage upload * Update config.yml * Remove test code * Build(deps): bump io.gitlab.arturbosch.detekt:detekt-gradle-plugin (#560) Bumps [io.gitlab.arturbosch.detekt:detekt-gradle-plugin](https://github.com/detekt/detekt) from 1.23.0 to 1.23.1. - [Release notes](https://github.com/detekt/detekt/releases) - [Commits](https://github.com/detekt/detekt/compare/v1.23.0...v1.23.1) --- updated-dependencies: - dependency-name: io.gitlab.arturbosch.detekt:detekt-gradle-plugin dependency-type: direct:production update-type: version-update:semver-patch ... Signed-off-by: dependabot[bot] Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com> * Build(deps): bump androidx.preference:preference-ktx from 1.2.0 to 1.2.1 (#562) Bumps androidx.preference:preference-ktx from 1.2.0 to 1.2.1. --- updated-dependencies: - dependency-name: androidx.preference:preference-ktx dependency-type: direct:production update-type: version-update:semver-patch ... Signed-off-by: dependabot[bot] Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com> * Build(deps): bump org.mockito:mockito-core from 5.4.0 to 5.5.0 (#564) Bumps [org.mockito:mockito-core](https://github.com/mockito/mockito) from 5.4.0 to 5.5.0. - [Release notes](https://github.com/mockito/mockito/releases) - [Commits](https://github.com/mockito/mockito/compare/v5.4.0...v5.5.0) --- updated-dependencies: - dependency-name: org.mockito:mockito-core dependency-type: direct:production update-type: version-update:semver-minor ... Signed-off-by: dependabot[bot] Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com> * Build(deps): bump com.android.tools.build:gradle from 8.0.2 to 8.1.1 (#565) Bumps com.android.tools.build:gradle from 8.0.2 to 8.1.1. --- updated-dependencies: - dependency-name: com.android.tools.build:gradle dependency-type: direct:production update-type: version-update:semver-minor ... Signed-off-by: dependabot[bot] Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com> * Build(deps): bump org.jetbrains.dokka:dokka-base from 1.8.20 to 1.9.0 (#569) Bumps [org.jetbrains.dokka:dokka-base](https://github.com/Kotlin/dokka) from 1.8.20 to 1.9.0. - [Release notes](https://github.com/Kotlin/dokka/releases) - [Commits](https://github.com/Kotlin/dokka/compare/v1.8.20...v1.9.0) --- updated-dependencies: - dependency-name: org.jetbrains.dokka:dokka-base dependency-type: direct:production update-type: version-update:semver-minor ... Signed-off-by: dependabot[bot] Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com> * Build(deps): bump org.jetbrains.dokka:dokka-gradle-plugin (#568) Bumps [org.jetbrains.dokka:dokka-gradle-plugin](https://github.com/Kotlin/dokka) from 1.8.20 to 1.9.0. - [Release notes](https://github.com/Kotlin/dokka/releases) - [Commits](https://github.com/Kotlin/dokka/compare/v1.8.20...v1.9.0) --- updated-dependencies: - dependency-name: org.jetbrains.dokka:dokka-gradle-plugin dependency-type: direct:production update-type: version-update:semver-minor ... Signed-off-by: dependabot[bot] Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com> * Build(deps): bump org.jetbrains.kotlin:kotlin-gradle-plugin (#566) Bumps [org.jetbrains.kotlin:kotlin-gradle-plugin](https://github.com/JetBrains/kotlin) from 1.8.22 to 1.9.10. - [Release notes](https://github.com/JetBrains/kotlin/releases) - [Changelog](https://github.com/JetBrains/kotlin/blob/v1.9.10/ChangeLog.md) - [Commits](https://github.com/JetBrains/kotlin/compare/v1.8.22...v1.9.10) --- updated-dependencies: - dependency-name: org.jetbrains.kotlin:kotlin-gradle-plugin dependency-type: direct:production update-type: version-update:semver-minor ... Signed-off-by: dependabot[bot] Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com> * Build(deps): bump com.google.android.gms:play-services-wallet (#571) Bumps com.google.android.gms:play-services-wallet from 19.2.0 to 19.2.1. --- updated-dependencies: - dependency-name: com.google.android.gms:play-services-wallet dependency-type: direct:production update-type: version-update:semver-patch ... Signed-off-by: dependabot[bot] Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com> * Bump compile and target SDK version to 34 (#574) * Build(deps): bump org.mockito:mockito-core from 5.5.0 to 5.6.0 (#576) Bumps [org.mockito:mockito-core](https://github.com/mockito/mockito) from 5.5.0 to 5.6.0. - [Release notes](https://github.com/mockito/mockito/releases) - [Commits](https://github.com/mockito/mockito/compare/v5.5.0...v5.6.0) --- updated-dependencies: - dependency-name: org.mockito:mockito-core dependency-type: direct:production update-type: version-update:semver-minor ... Signed-off-by: dependabot[bot] Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com> * Build(deps): bump com.android.tools.build:gradle from 8.1.1 to 8.1.2 (#573) Bumps com.android.tools.build:gradle from 8.1.1 to 8.1.2. --- updated-dependencies: - dependency-name: com.android.tools.build:gradle dependency-type: direct:production update-type: version-update:semver-patch ... Signed-off-by: dependabot[bot] Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com> Co-authored-by: dmytrodmytryshyn * Build(deps): bump org.jetbrains.kotlinx:kover-gradle-plugin (#577) Bumps [org.jetbrains.kotlinx:kover-gradle-plugin](https://github.com/Kotlin/kotlinx-kover) from 0.7.3 to 0.7.4. - [Release notes](https://github.com/Kotlin/kotlinx-kover/releases) - [Changelog](https://github.com/Kotlin/kotlinx-kover/blob/main/CHANGELOG.md) - [Commits](https://github.com/Kotlin/kotlinx-kover/compare/v0.7.3...0.7.4) --- updated-dependencies: - dependency-name: org.jetbrains.kotlinx:kover-gradle-plugin dependency-type: direct:production update-type: version-update:semver-patch ... Signed-off-by: dependabot[bot] Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com> * Build(deps): bump org.jetbrains.dokka:dokka-gradle-plugin (#579) Bumps [org.jetbrains.dokka:dokka-gradle-plugin](https://github.com/Kotlin/dokka) from 1.9.0 to 1.9.10. - [Release notes](https://github.com/Kotlin/dokka/releases) - [Commits](https://github.com/Kotlin/dokka/compare/v1.9.0...v1.9.10) --- updated-dependencies: - dependency-name: org.jetbrains.dokka:dokka-gradle-plugin dependency-type: direct:production update-type: version-update:semver-patch ... Signed-off-by: dependabot[bot] Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com> * Build(deps): bump org.jetbrains.dokka:dokka-base from 1.9.0 to 1.9.10 (#580) Bumps [org.jetbrains.dokka:dokka-base](https://github.com/Kotlin/dokka) from 1.9.0 to 1.9.10. - [Release notes](https://github.com/Kotlin/dokka/releases) - [Commits](https://github.com/Kotlin/dokka/compare/v1.9.0...v1.9.10) --- updated-dependencies: - dependency-name: org.jetbrains.dokka:dokka-base dependency-type: direct:production update-type: version-update:semver-patch ... Signed-off-by: dependabot[bot] Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com> * Build(deps): bump com.squareup.okhttp3:okhttp from 4.11.0 to 4.12.0 (#582) Bumps [com.squareup.okhttp3:okhttp](https://github.com/square/okhttp) from 4.11.0 to 4.12.0. - [Changelog](https://github.com/square/okhttp/blob/master/CHANGELOG.md) - [Commits](https://github.com/square/okhttp/compare/parent-4.11.0...parent-4.12.0) --- updated-dependencies: - dependency-name: com.squareup.okhttp3:okhttp dependency-type: direct:production update-type: version-update:semver-minor ... Signed-off-by: dependabot[bot] Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com> Co-authored-by: dmytrodmytryshyn * Build(deps): bump org.json:json from 20230618 to 20231013 (#581) Bumps [org.json:json](https://github.com/douglascrockford/JSON-java) from 20230618 to 20231013. - [Release notes](https://github.com/douglascrockford/JSON-java/releases) - [Changelog](https://github.com/stleary/JSON-java/blob/master/docs/RELEASES.md) - [Commits](https://github.com/douglascrockford/JSON-java/commits) --- updated-dependencies: - dependency-name: org.json:json dependency-type: direct:production update-type: version-update:semver-major ... Signed-off-by: dependabot[bot] Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com> * Update SSN regex and tests (#584) * Credit cards regex update (#583) * Update mastercard regex, update tests * Update cards regex and length. Update tests * Update maestro regex * Update visa range * Fix tests * Remove duplicate test card * Merge release v1.8.2 into dev (#586) * Merge dev into master (#405) * Release/v1.6.13 to dev (#240) * Bump dokka_version from 1.5.0 to 1.5.30 (#242) Bumps `dokka_version` from 1.5.0 to 1.5.30. Updates `dokka-gradle-plugin` from 1.5.0 to 1.5.30 - [Release notes](https://github.com/Kotlin/dokka/releases) - [Commits](https://github.com/Kotlin/dokka/compare/v1.5.0...v1.5.30) Updates `dokka-base` from 1.5.0 to 1.5.30 - [Release notes](https://github.com/Kotlin/dokka/releases) - [Commits](https://github.com/Kotlin/dokka/compare/v1.5.0...v1.5.30) --- updated-dependencies: - dependency-name: org.jetbrains.dokka:dokka-gradle-plugin dependency-type: direct:production update-type: version-update:semver-patch - dependency-name: org.jetbrains.dokka:dokka-base dependency-type: direct:production update-type: version-update:semver-patch ... Signed-off-by: dependabot[bot] Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com> * Improve default validation (#243) * Update MIGRATING.md (#244) * Release v1.6.14 (#246) * Bump cardscan-ui from 2.1.0011 to 2.1.0012 (#249) Bumps [cardscan-ui](https://github.com/getbouncer/cardscan-android) from 2.1.0011 to 2.1.0012. - [Release notes](https://github.com/getbouncer/cardscan-android/releases) - [Changelog](https://github.com/getbouncer/cardscan-android/blob/master/CHANGELOG.md) - [Commits](https://github.com/getbouncer/cardscan-android/compare/2.1.0011...2.1.0012) --- updated-dependencies: - dependency-name: com.getbouncer:cardscan-ui dependency-type: direct:production update-type: version-update:semver-patch ... Signed-off-by: dependabot[bot] Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com> * Bump kotlin-gradle-plugin from 1.5.30 to 1.5.31 (#253) Bumps [kotlin-gradle-plugin](https://github.com/JetBrains/kotlin) from 1.5.30 to 1.5.31. - [Release notes](https://github.com/JetBrains/kotlin/releases) - [Changelog](https://github.com/JetBrains/kotlin/blob/v1.5.31/ChangeLog.md) - [Commits](https://github.com/JetBrains/kotlin/compare/v1.5.30...v1.5.31) --- updated-dependencies: - dependency-name: org.jetbrains.kotlin:kotlin-gradle-plugin dependency-type: direct:production update-type: version-update:semver-patch ... Signed-off-by: dependabot[bot] Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com> * Bump constraintlayout from 2.1.0 to 2.1.1 (#257) Bumps [constraintlayout](https://github.com/androidx/constraintlayout) from 2.1.0 to 2.1.1. - [Release notes](https://github.com/androidx/constraintlayout/releases) - [Commits](https://github.com/androidx/constraintlayout/commits) --- updated-dependencies: - dependency-name: androidx.constraintlayout:constraintlayout dependency-type: direct:production update-type: version-update:semver-patch ... Signed-off-by: dependabot[bot] Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com> * Improve validation logic, fix tests (#261) * Fix nullable return type (#260) * Bump okhttp from 4.9.1 to 4.9.2 (#258) Bumps [okhttp](https://github.com/square/okhttp) from 4.9.1 to 4.9.2. - [Release notes](https://github.com/square/okhttp/releases) - [Changelog](https://github.com/square/okhttp/blob/master/CHANGELOG.md) - [Commits](https://github.com/square/okhttp/compare/parent-4.9.1...parent-4.9.2) --- updated-dependencies: - dependency-name: com.squareup.okhttp3:okhttp dependency-type: direct:production update-type: version-update:semver-patch ... Signed-off-by: dependabot[bot] Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com> Co-authored-by: Dmytro * Bump dokka_version from 1.5.30 to 1.5.31 (#264) Bumps `dokka_version` from 1.5.30 to 1.5.31. Updates `dokka-gradle-plugin` from 1.5.30 to 1.5.31 - [Release notes](https://github.com/Kotlin/dokka/releases) - [Commits](https://github.com/Kotlin/dokka/compare/v1.5.30...v1.5.31) Updates `dokka-base` from 1.5.30 to 1.5.31 - [Release notes](https://github.com/Kotlin/dokka/releases) - [Commits](https://github.com/Kotlin/dokka/compare/v1.5.30...v1.5.31) --- updated-dependencies: - dependency-name: org.jetbrains.dokka:dokka-gradle-plugin dependency-type: direct:production update-type: version-update:semver-patch - dependency-name: org.jetbrains.dokka:dokka-base dependency-type: direct:production update-type: version-update:semver-patch ... Signed-off-by: dependabot[bot] Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com> Co-authored-by: Dmytro * Public release v1.6.15 (#266) * Version name & code rise * Update docs * Bump firebase-bom from 28.4.1 to 28.4.2 (#270) Bumps firebase-bom from 28.4.1 to 28.4.2. --- updated-dependencies: - dependency-name: com.google.firebase:firebase-bom dependency-type: direct:production update-type: version-update:semver-patch ... Signed-off-by: dependabot[bot] Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com> * Bump mockito_version from 3.12.4 to 4.0.0 (#271) Bumps `mockito_version` from 3.12.4 to 4.0.0. Updates `mockito-core` from 3.12.4 to 4.0.0 - [Release notes](https://github.com/mockito/mockito/releases) - [Commits](https://github.com/mockito/mockito/compare/v3.12.4...v4.0.0) Updates `mockito-inline` from 3.12.4 to 4.0.0 - [Release notes](https://github.com/mockito/mockito/releases) - [Commits](https://github.com/mockito/mockito/compare/v3.12.4...v4.0.0) --- updated-dependencies: - dependency-name: org.mockito:mockito-core dependency-type: direct:production update-type: version-update:semver-major - dependency-name: org.mockito:mockito-inline dependency-type: direct:production update-type: version-update:semver-major ... Signed-off-by: dependabot[bot] Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com> * Bump gradle from 7.0.2 to 7.0.3 (#273) Bumps gradle from 7.0.2 to 7.0.3. --- updated-dependencies: - dependency-name: com.android.tools.build:gradle dependency-type: direct:production update-type: version-update:semver-patch ... Signed-off-by: dependabot[bot] Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com> * Fix submit function response body (#274) * Public release v1.6.16 (#275) * Merge dev into master (#269) * Release/v1.6.13 to dev (#240) * Bump dokka_version from 1.5.0 to 1.5.30 (#242) Bumps `dokka_version` from 1.5.0 to 1.5.30. Updates `dokka-gradle-plugin` from 1.5.0 to 1.5.30 - [Release notes](https://github.com/Kotlin/dokka/releases) - [Commits](https://github.com/Kotlin/dokka/compare/v1.5.0...v1.5.30) Updates `dokka-base` from 1.5.0 to 1.5.30 - [Release notes](https://github.com/Kotlin/dokka/releases) - [Commits](https://github.com/Kotlin/dokka/compare/v1.5.0...v1.5.30) --- updated-dependencies: - dependency-name: org.jetbrains.dokka:dokka-gradle-plugin dependency-type: direct:production update-type: version-update:semver-patch - dependency-name: org.jetbrains.dokka:dokka-base dependency-type: direct:production update-type: version-update:semver-patch ... Signed-off-by: dependabot[bot] Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com> * Improve default validation (#243) * Update MIGRATING.md (#244) * Release v1.6.14 (#246) * Bump cardscan-ui from 2.1.0011 to 2.1.0012 (#249) Bumps [cardscan-ui](https://github.com/getbouncer/cardscan-android) from 2.1.0011 to 2.1.0012. - [Release notes](https://github.com/getbouncer/cardscan-android/releases) - [Changelog](https://github.com/getbouncer/cardscan-android/blob/master/CHANGELOG.md) - [Commits](https://github.com/getbouncer/cardscan-android/compare/2.1.0011...2.1.0012) --- updated-dependencies: - dependency-name: com.getbouncer:cardscan-ui dependency-type: direct:production update-type: version-update:semver-patch ... Signed-off-by: dependabot[bot] Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com> * Bump kotlin-gradle-plugin from 1.5.30 to 1.5.31 (#253) Bumps [kotlin-gradle-plugin](https://github.com/JetBrains/kotlin) from 1.5.30 to 1.5.31. - [Release notes](https://github.com/JetBrains/kotlin/releases) - [Changelog](https://github.com/JetBrains/kotlin/blob/v1.5.31/ChangeLog.md) - [Commits](https://github.com/JetBrains/kotlin/compare/v1.5.30...v1.5.31) --- updated-dependencies: - dependency-name: org.jetbrains.kotlin:kotlin-gradle-plugin dependency-type: direct:production update-type: version-update:semver-patch ... Signed-off-by: dependabot[bot] Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com> * Bump constraintlayout from 2.1.0 to 2.1.1 (#257) Bumps [constraintlayout](https://github.com/androidx/constraintlayout) from 2.1.0 to 2.1.1. - [Release notes](https://github.com/androidx/constraintlayout/releases) - [Commits](https://github.com/androidx/constraintlayout/commits) --- updated-dependencies: - dependency-name: androidx.constraintlayout:constraintlayout dependency-type: direct:production update-type: version-update:semver-patch ... Signed-off-by: dependabot[bot] Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com> * Improve validation logic, fix tests (#261) * Fix nullable return type (#260) * Bump okhttp from 4.9.1 to 4.9.2 (#258) Bumps [okhttp](https://github.com/square/okhttp) from 4.9.1 to 4.9.2. - [Release notes](https://github.com/square/okhttp/releases) - [Changelog](https://github.com/square/okhttp/blob/master/CHANGELOG.md) - [Commits](https://github.com/square/okhttp/compare/parent-4.9.1...parent-4.9.2) --- updated-dependencies: - dependency-name: com.squareup.okhttp3:okhttp dependency-type: direct:production update-type: version-update:semver-patch ... Signed-off-by: dependabot[bot] Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com> Co-authored-by: Dmytro * Bump dokka_version from 1.5.30 to 1.5.31 (#264) Bumps `dokka_version` from 1.5.30 to 1.5.31. Updates `dokka-gradle-plugin` from 1.5.30 to 1.5.31 - [Release notes](https://github.com/Kotlin/dokka/releases) - [Commits](https://github.com/Kotlin/dokka/compare/v1.5.30...v1.5.31) Updates `dokka-base` from 1.5.30 to 1.5.31 - [Release notes](https://github.com/Kotlin/dokka/releases) - [Commits](https://github.com/Kotlin/dokka/compare/v1.5.30...v1.5.31) --- updated-dependencies: - dependency-name: org.jetbrains.dokka:dokka-gradle-plugin dependency-type: direct:production update-type: version-update:semver-patch - dependency-name: org.jetbrains.dokka:dokka-base dependency-type: direct:production update-type: version-update:semver-patch ... Signed-off-by: dependabot[bot] Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com> Co-authored-by: Dmytro * Public release v1.6.15 (#266) * Version name & code rise * Update docs Co-authored-by: Dmytro Kos Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com> * Images patch 1 (#272) * Version name & code rise * Update docs * Update config.yml Co-authored-by: Dmytro Kos Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com> * Bump tensorflow-lite from 2.1.0011 to 2.1.0015 (#262) Bumps [tensorflow-lite](https://github.com/getbouncer/cardscan-android) from 2.1.0011 to 2.1.0015. - [Release notes](https://github.com/getbouncer/cardscan-android/releases) - [Changelog](https://github.com/getbouncer/cardscan-android/blob/master/CHANGELOG.md) - [Commits](https://github.com/getbouncer/cardscan-android/compare/2.1.0011...2.1.0015) --- updated-dependencies: - dependency-name: com.getbouncer:tensorflow-lite dependency-type: direct:production update-type: version-update:semver-patch ... Signed-off-by: dependabot[bot] Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com> Co-authored-by: dmytrodmytryshyn * Bump scan-payment-full from 2.1.0011 to 2.1.0015 (#265) Bumps [scan-payment-full](https://github.com/getbouncer/cardscan-android) from 2.1.0011 to 2.1.0015. - [Release notes](https://github.com/getbouncer/cardscan-android/releases) - [Changelog](https://github.com/getbouncer/cardscan-android/blob/master/CHANGELOG.md) - [Commits](https://github.com/getbouncer/cardscan-android/compare/2.1.0011...2.1.0015) --- updated-dependencies: - dependency-name: com.getbouncer:scan-payment-full dependency-type: direct:production update-type: version-update:semver-patch ... Signed-off-by: dependabot[bot] Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com> Co-authored-by: dmytrodmytryshyn * Bump cardscan-ui from 2.1.0012 to 2.1.0015 (#263) Bumps [cardscan-ui](https://github.com/getbouncer/cardscan-android) from 2.1.0012 to 2.1.0015. - [Release notes](https://github.com/getbouncer/cardscan-android/releases) - [Changelog](https://github.com/getbouncer/cardscan-android/blob/master/CHANGELOG.md) - [Commits](https://github.com/getbouncer/cardscan-android/compare/2.1.0012...2.1.0015) --- updated-dependencies: - dependency-name: com.getbouncer:cardscan-ui dependency-type: direct:production update-type: version-update:semver-patch ... Signed-off-by: dependabot[bot] Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com> Co-authored-by: dmytrodmytryshyn * Bump bouncer versions from 2.1.0015 -> 2.1.0016 (#279) * Bouncer adapter version name & code rise (#278) * Bump core-ktx from 1.6.0 to 1.7.0 (#285) * Bump core-ktx from 1.6.0 to 1.7.0 Bumps core-ktx from 1.6.0 to 1.7.0. --- updated-dependencies: - dependency-name: androidx.core:core-ktx dependency-type: direct:production update-type: version-update:semver-minor ... Signed-off-by: dependabot[bot] * update compileSdkVersion * update cursor.getString Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com> Co-authored-by: Dmytro * Bump firebase-bom from 28.4.2 to 29.0.0 (#286) Bumps firebase-bom from 28.4.2 to 29.0.0. --- updated-dependencies: - dependency-name: com.google.firebase:firebase-bom dependency-type: direct:production update-type: version-update:semver-major ... Signed-off-by: dependabot[bot] Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com> * Bump robolectric from 4.6.1 to 4.7 (#287) Bumps [robolectric](https://github.com/robolectric/robolectric) from 4.6.1 to 4.7. - [Release notes](https://github.com/robolectric/robolectric/releases) - [Commits](https://github.com/robolectric/robolectric/compare/robolectric-4.6.1...robolectric-4.7) --- updated-dependencies: - dependency-name: org.robolectric:robolectric dependency-type: direct:production update-type: version-update:semver-minor ... Signed-off-by: dependabot[bot] Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com> * Bump kotlin-gradle-plugin from 1.5.31 to 1.6.0 (#288) Bumps [kotlin-gradle-plugin](https://github.com/JetBrains/kotlin) from 1.5.31 to 1.6.0. - [Release notes](https://github.com/JetBrains/kotlin/releases) - [Changelog](https://github.com/JetBrains/kotlin/blob/master/ChangeLog.md) - [Commits](https://github.com/JetBrains/kotlin/commits) --- updated-dependencies: - dependency-name: org.jetbrains.kotlin:kotlin-gradle-plugin dependency-type: direct:production update-type: version-update:semver-minor ... Signed-off-by: dependabot[bot] Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com> * add max Length (#289) * Bump mockk from 1.12.0 to 1.12.1 (#290) Bumps [mockk](https://github.com/mockk/mockk) from 1.12.0 to 1.12.1. - [Release notes](https://github.com/mockk/mockk/releases) - [Commits](https://github.com/mockk/mockk/compare/v1.12.0...1.12.1) --- updated-dependencies: - dependency-name: io.mockk:mockk dependency-type: direct:production update-type: version-update:semver-patch ... Signed-off-by: dependabot[bot] Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com> * Bump appcompat from 1.3.1 to 1.4.0 (#291) Bumps appcompat from 1.3.1 to 1.4.0. --- updated-dependencies: - dependency-name: androidx.appcompat:appcompat dependency-type: direct:production update-type: version-update:semver-minor ... Signed-off-by: dependabot[bot] Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com> * Bump robolectric from 4.7 to 4.7.1 (#292) Bumps [robolectric](https://github.com/robolectric/robolectric) from 4.7 to 4.7.1. - [Release notes](https://github.com/robolectric/robolectric/releases) - [Commits](https://github.com/robolectric/robolectric/compare/robolectric-4.7...robolectric-4.7.1) --- updated-dependencies: - dependency-name: org.robolectric:robolectric dependency-type: direct:production update-type: version-update:semver-patch ... Signed-off-by: dependabot[bot] Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com> * Bump constraintlayout from 2.1.1 to 2.1.2 (#293) Bumps [constraintlayout](https://github.com/androidx/constraintlayout) from 2.1.1 to 2.1.2. - [Release notes](https://github.com/androidx/constraintlayout/releases) - [Commits](https://github.com/androidx/constraintlayout/commits) --- updated-dependencies: - dependency-name: androidx.constraintlayout:constraintlayout dependency-type: direct:production update-type: version-update:semver-patch ... Signed-off-by: dependabot[bot] Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com> * Bump okhttp from 4.9.2 to 4.9.3 (#294) Bumps [okhttp](https://github.com/square/okhttp) from 4.9.2 to 4.9.3. - [Release notes](https://github.com/square/okhttp/releases) - [Changelog](https://github.com/square/okhttp/blob/master/CHANGELOG.md) - [Commits](https://github.com/square/okhttp/compare/parent-4.9.2...parent-4.9.3) --- updated-dependencies: - dependency-name: com.squareup.okhttp3:okhttp dependency-type: direct:production update-type: version-update:semver-patch ... Signed-off-by: dependabot[bot] Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com> * Bump mockito_version from 4.0.0 to 4.1.0 (#295) Bumps `mockito_version` from 4.0.0 to 4.1.0. Updates `mockito-core` from 4.0.0 to 4.1.0 - [Release notes](https://github.com/mockito/mockito/releases) - [Commits](https://github.com/mockito/mockito/compare/v4.0.0...v4.1.0) Updates `mockito-inline` from 4.0.0 to 4.1.0 - [Release notes](https://github.com/mockito/mockito/releases) - [Commits](https://github.com/mockito/mockito/compare/v4.0.0...v4.1.0) --- updated-dependencies: - dependency-name: org.mockito:mockito-core dependency-type: direct:production update-type: version-update:semver-minor - dependency-name: org.mockito:mockito-inline dependency-type: direct:production update-type: version-update:semver-minor ... Signed-off-by: dependabot[bot] Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com> * Bump robolectric from 4.7.1 to 4.7.2 (#296) Bumps [robolectric](https://github.com/robolectric/robolectric) from 4.7.1 to 4.7.2. - [Release notes](https://github.com/robolectric/robolectric/releases) - [Commits](https://github.com/robolectric/robolectric/compare/robolectric-4.7.1...robolectric-4.7.2) --- updated-dependencies: - dependency-name: org.robolectric:robolectric dependency-type: direct:production update-type: version-update:semver-patch ... Signed-off-by: dependabot[bot] Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com> * Bump dokka_version from 1.5.31 to 1.6.0 (#297) Bumps `dokka_version` from 1.5.31 to 1.6.0. Updates `dokka-gradle-plugin` from 1.5.31 to 1.6.0 - [Release notes](https://github.com/Kotlin/dokka/releases) - [Commits](https://github.com/Kotlin/dokka/compare/v1.5.31...v1.6.0) Updates `dokka-base` from 1.5.31 to 1.6.0 - [Release notes](https://github.com/Kotlin/dokka/releases) - [Commits](https://github.com/Kotlin/dokka/compare/v1.5.31...v1.6.0) --- updated-dependencies: - dependency-name: org.jetbrains.dokka:dokka-gradle-plugin dependency-type: direct:production update-type: version-update:semver-minor - dependency-name: org.jetbrains.dokka:dokka-base dependency-type: direct:production update-type: version-update:semver-minor ... Signed-off-by: dependabot[bot] Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com> * Merge public release v1.16.17 into development (#299) * Merge public release 1.6.16 into master (#277) * Release/v1.6.13 to dev (#240) * Bump dokka_version from 1.5.0 to 1.5.30 (#242) Bumps `dokka_version` from 1.5.0 to 1.5.30. Updates `dokka-gradle-plugin` from 1.5.0 to 1.5.30 - [Release notes](https://github.com/Kotlin/dokka/releases) - [Commits](https://github.com/Kotlin/dokka/compare/v1.5.0...v1.5.30) Updates `dokka-base` from 1.5.0 to 1.5.30 - [Release notes](https://github.com/Kotlin/dokka/releases) - [Commits](https://github.com/Kotlin/dokka/compare/v1.5.0...v1.5.30) --- updated-dependencies: - dependency-name: org.jetbrains.dokka:dokka-gradle-plugin dependency-type: direct:production update-type: version-update:semver-patch - dependency-name: org.jetbrains.dokka:dokka-base dependency-type: direct:production update-type: version-update:semver-patch ... Signed-off-by: dependabot[bot] Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com> * Improve default validation (#243) * Update MIGRATING.md (#244) * Release v1.6.14 (#246) * Bump cardscan-ui from 2.1.0011 to 2.1.0012 (#249) Bumps [cardscan-ui](https://github.com/getbouncer/cardscan-android) from 2.1.0011 to 2.1.0012. - [Release notes](https://github.com/getbouncer/cardscan-android/releases) - [Changelog](https://github.com/getbouncer/cardscan-android/blob/master/CHANGELOG.md) - [Commits](https://github.com/getbouncer/cardscan-android/compare/2.1.0011...2.1.0012) --- updated-dependencies: - dependency-name: com.getbouncer:cardscan-ui dependency-type: direct:production update-type: version-update:semver-patch ... Signed-off-by: dependabot[bot] Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com> * Bump kotlin-gradle-plugin from 1.5.30 to 1.5.31 (#253) Bumps [kotlin-gradle-plugin](https://github.com/JetBrains/kotlin) from 1.5.30 to 1.5.31. - [Release notes](https://github.com/JetBrains/kotlin/releases) - [Changelog](https://github.com/JetBrains/kotlin/blob/v1.5.31/ChangeLog.md) - [Commits](https://github.com/JetBrains/kotlin/compare/v1.5.30...v1.5.31) --- updated-dependencies: - dependency-name: org.jetbrains.kotlin:kotlin-gradle-plugin dependency-type: direct:production update-type: version-update:semver-patch ... Signed-off-by: dependabot[bot] Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com> * Bump constraintlayout from 2.1.0 to 2.1.1 (#257) Bumps [constraintlayout](https://github.com/androidx/constraintlayout) from 2.1.0 to 2.1.1. - [Release notes](https://github.com/androidx/constraintlayout/releases) - [Commits](https://github.com/androidx/constraintlayout/commits) --- updated-dependencies: - dependency-name: androidx.constraintlayout:constraintlayout dependency-type: direct:production update-type: version-update:semver-patch ... Signed-off-by: dependabot[bot] Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com> * Improve validation logic, fix tests (#261) * Fix nullable return type (#260) * Bump okhttp from 4.9.1 to 4.9.2 (#258) Bumps [okhttp](https://github.com/square/okhttp) from 4.9.1 to 4.9.2. - [Release notes](https://github.com/square/okhttp/releases) - [Changelog](https://github.com/square/okhttp/blob/master/CHANGELOG.md) - [Commits](https://github.com/square/okhttp/compare/parent-4.9.1...parent-4.9.2) --- updated-dependencies: - dependency-name: com.squareup.okhttp3:okhttp dependency-type: direct:production update-type: version-update:semver-patch ... Signed-off-by: dependabot[bot] Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com> Co-authored-by: Dmytro * Bump dokka_version from 1.5.30 to 1.5.31 (#264) Bumps `dokka_version` from 1.5.30 to 1.5.31. Updates `dokka-gradle-plugin` from 1.5.30 to 1.5.31 - [Release notes](https://github.com/Kotlin/dokka/releases) - [Commits](https://github.com/Kotlin/dokka/compare/v1.5.30...v1.5.31) Updates `dokka-base` from 1.5.30 to 1.5.31 - [Release notes](https://github.com/Kotlin/dokka/releases) - [Commits](https://github.com/Kotlin/dokka/compare/v1.5.30...v1.5.31) --- updated-dependencies: - dependency-name: org.jetbrains.dokka:dokka-gradle-plugin dependency-type: direct:production update-type: version-update:semver-patch - dependency-name: org.jetbrains.dokka:dokka-base dependency-type: direct:production update-type: version-update:semver-patch ... Signed-off-by: dependabot[bot] Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com> Co-authored-by: Dmytro * Public release v1.6.15 (#266) * Version name & code rise * Update docs * Bump firebase-bom from 28.4.1 to 28.4.2 (#270) Bumps firebase-bom from 28.4.1 to 28.4.2. --- updated-dependencies: - dependency-name: com.google.firebase:firebase-bom dependency-type: direct:production update-type: version-update:semver-patch ... Signed-off-by: dependabot[bot] Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com> * Bump mockito_version from 3.12.4 to 4.0.0 (#271) Bumps `mockito_version` from 3.12.4 to 4.0.0. Updates `mockito-core` from 3.12.4 to 4.0.0 - [Release notes](https://github.com/mockito/mockito/releases) - [Commits](https://github.com/mockito/mockito/compare/v3.12.4...v4.0.0) Updates `mockito-inline` from 3.12.4 to 4.0.0 - [Release notes](https://github.com/mockito/mockito/releases) - [Commits](https://github.com/mockito/mockito/compare/v3.12.4...v4.0.0) --- updated-dependencies: - dependency-name: org.mockito:mockito-core dependency-type: direct:production update-type: version-update:semver-major - dependency-name: org.mockito:mockito-inline dependency-type: direct:production update-type: version-update:semver-major ... Signed-off-by: dependabot[bot] Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com> * Bump gradle from 7.0.2 to 7.0.3 (#273) Bumps gradle from 7.0.2 to 7.0.3. --- updated-dependencies: - dependency-name: com.android.tools.build:gradle dependency-type: direct:production update-type: version-update:semver-patch ... Signed-off-by: dependabot[bot] Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com> * Fix submit function response body (#274) * Public release v1.6.16 (#275) * Merge dev into master (#269) * Release/v1.6.13 to dev (#240) * Bump dokka_version from 1.5.0 to 1.5.30 (#242) Bumps `dokka_version` from 1.5.0 to 1.5.30. Updates `dokka-gradle-plugin` from 1.5.0 to 1.5.30 - [Release notes](https://github.com/Kotlin/dokka/releases) - [Commits](https://github.com/Kotlin/dokka/compare/v1.5.0...v1.5.30) Updates `dokka-base` from 1.5.0 to 1.5.30 - [Release notes](https://github.com/Kotlin/dokka/releases) - [Commits](https://github.com/Kotlin/dokka/compare/v1.5.0...v1.5.30) --- updated-dependencies: - dependency-name: org.jetbrains.dokka:dokka-gradle-plugin dependency-type: direct:production update-type: version-update:semver-patch - dependency-name: org.jetbrains.dokka:dokka-base dependency-type: direct:production update-type: version-update:semver-patch ... Signed-off-by: dependabot[bot] Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com> * Improve default validation (#243) * Update MIGRATING.md (#244) * Release v1.6.14 (#246) * Bump cardscan-ui from 2.1.0011 to 2.1.0012 (#249) Bumps [cardscan-ui](https://github.com/getbouncer/cardscan-android) from 2.1.0011 to 2.1.0012. - [Release notes](https://github.com/getbouncer/cardscan-android/releases) - [Changelog](https://github.com/getbouncer/cardscan-android/blob/master/CHANGELOG.md) - [Commits](https://github.com/getbouncer/cardscan-android/compare/2.1.0011...2.1.0012) --- updated-dependencies: - dependency-name: com.getbouncer:cardscan-ui dependency-type: direct:production update-type: version-update:semver-patch ... Signed-off-by: dependabot[bot] Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com> * Bump kotlin-gradle-plugin from 1.5.30 to 1.5.31 (#253) Bumps [kotlin-gradle-plugin](https://github.com/JetBrains/kotlin) from 1.5.30 to 1.5.31. - [Release notes](https://github.com/JetBrains/kotlin/releases) - [Changelog](https://github.com/JetBrains/kotlin/blob/v1.5.31/ChangeLog.md) - [Commits](https://github.com/JetBrains/kotlin/compare/v1.5.30...v1.5.31) --- updated-dependencies: - dependency-name: org.jetbrains.kotlin:kotlin-gradle-plugin dependency-type: direct:production update-type: version-update:semver-patch ... Signed-off-by: dependabot[bot] Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com> * Bump constraintlayout from 2.1.0 to 2.1.1 (#257) Bumps [constraintlayout](https://github.com/androidx/constraintlayout) from 2.1.0 to 2.1.1. - [Release notes](https://github.com/androidx/constraintlayout/releases) - [Commits](https://github.com/androidx/constraintlayout/commits) --- updated-dependencies: - dependency-name: androidx.constraintlayout:constraintlayout dependency-type: direct:production update-type: version-update:semver-patch ... Signed-off-by: dependabot[bot] Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com> * Improve validation logic, fix tests (#261) * Fix nullable return type (#260) * Bump okhttp from 4.9.1 to 4.9.2 (#258) Bumps [okhttp](https://github.com/square/okhttp) from 4.9.1 to 4.9.2. - [Release notes](https://github.com/square/okhttp/releases) - [Changelog](https://github.com/square/okhttp/blob/master/CHANGELOG.md) - [Commits](https://github.com/square/okhttp/compare/parent-4.9.1...parent-4.9.2) --- updated-dependencies: - dependency-name: com.squareup.okhttp3:okhttp dependency-type: direct:production update-type: version-update:semver-patch ... Signed-off-by: dependabot[bot] Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com> Co-authored-by: Dmytro * Bump dokka_version from 1.5.30 to 1.5.31 (#264) Bumps `dokka_version` from 1.5.30 to 1.5.31. Updates `dokka-gradle-plugin` from 1.5.30 to 1.5.31 - [Release notes](https://github.com/Kotlin/dokka/releases) - [Commits](https://github.com/Kotlin/dokka/compare/v1.5.30...v1.5.31) Updates `dokka-base` from 1.5.30 to 1.5.31 - [Release notes](https://github.com/Kotlin/dokka/releases) - [Commits](https://github.com/Kotlin/dokka/compare/v1.5.30...v1.5.31) --- updated-dependencies: - dependency-name: org.jetbrains.dokka:dokka-gradle-plugin dependency-type: direct:production update-type: version-update:semver-patch - dependency-name: org.jetbrains.dokka:dokka-base dependency-type: direct:production update-type: version-update:semver-patch ... Signed-off-by: dependabot[bot] Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com> Co-authored-by: Dmytro * Public release v1.6.15 (#266) * Version name & code rise * Update docs Co-authored-by: Dmytro Kos Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com> * Images patch 1 (#272) * Version name & code rise * Update docs * Update config.yml Co-authored-by: Dmytro Kos Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com> Co-authored-by: Dmytro Kos Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com> * Merge dev into master (#280) * Release/v1.6.13 to dev (#240) * Bump dokka_version from 1.5.0 to 1.5.30 (#242) Bumps `dokka_version` from 1.5.0 to 1.5.30. Updates `dokka-gradle-plugin` from 1.5.0 to 1.5.30 - [Release notes](https://github.com/Kotlin/dokka/releases) - [Commits](https://github.com/Kotlin/dokka/compare/v1.5.0...v1.5.30) Updates `dokka-base` from 1.5.0 to 1.5.30 - [Release notes](https://github.com/Kotlin/dokka/releases) - [Commits](https://github.com/Kotlin/dokka/compare/v1.5.0...v1.5.30) --- updated-dependencies: - dependency-name: org.jetbrains.dokka:dokka-gradle-plugin dependency-type: direct:production update-type: version-update:semver-patch - dependency-name: org.jetbrains.dokka:dokka-base dependency-type: direct:production update-type: version-update:semver-patch ... Signed-off-by: dependabot[bot] Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com> * Improve default validation (#243) * Update MIGRATING.md (#244) * Release v1.6.14 (#246) * Bump cardscan-ui from 2.1.0011 to 2.1.0012 (#249) Bumps [cardscan-ui](https://github.com/getbouncer/cardscan-android) from 2.1.0011 to 2.1.0012. - [Release notes](https://github.com/getbouncer/cardscan-android/releases) - [Changelog](https://github.com/getbouncer/cardscan-android/blob/master/CHANGELOG.md) - [Commits](https://github.com/getbouncer/cardscan-android/compare/2.1.0011...2.1.0012) --- updated-dependencies: - dependency-name: com.getbouncer:cardscan-ui dependency-type: direct:production update-type: version-update:semver-patch ... Signed-off-by: dependabot[bot] Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com> * Bump kotlin-gradle-plugin from 1.5.30 to 1.5.31 (#253) Bumps [kotlin-gradle-plugin](https://github.com/JetBrains/kotlin) from 1.5.30 to 1.5.31. - [Release notes](https://github.com/JetBrains/kotlin/releases) - [Changelog](https://github.com/JetBrains/kotlin/blob/v1.5.31/ChangeLog.md) - [Commits](https://github.com/JetBrains/kotlin/compare/v1.5.30...v1.5.31) --- updated-dependencies: - dependency-name: org.jetbrains.kotlin:kotlin-gradle-plugin dependency-type: direct:production update-type: version-update:semver-patch ... Signed-off-by: dependabot[bot] Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com> * Bump constraintlayout from 2.1.0 to 2.1.1 (#257) Bumps [constraintlayout](https://github.com/androidx/constraintlayout) from 2.1.0 to 2.1.1. - [Release notes](https://github.com/androidx/constraintlayout/releases) - [Commits](https://github.com/androidx/constraintlayout/commits) --- updated-dependencies: - dependency-name: androidx.constraintlayout:constraintlayout dependency-type: direct:production update-type: version-update:semver-patch ... Signed-off-by: dependabot[bot] Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com> * Improve validation logic, fix tests (#261) * Fix nullable return type (#260) * Bump okhttp from 4.9.1 to 4.9.2 (#258) Bumps [okhttp](https://github.com/square/okhttp) from 4.9.1 to 4.9.2. - [Release notes](https://github.com/square/okhttp/releases) - [Changelog](https://github.com/square/okhttp/blob/master/CHANGELOG.md) - [Commits](https://github.com/square/okhttp/compare/parent-4.9.1...parent-4.9.2) --- updated-dependencies: - dependency-name: com.squareup.okhttp3:okhttp dependency-type: direct:production update-type: version-update:semver-patch ... Signed-off-by: dependabot[bot] Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com> Co-authored-by: Dmytro * Bump dokka_version from 1.5.30 to 1.5.31 (#264) Bumps `dokka_version` from 1.5.30 to 1.5.31. Updates `dokka-gradle-plugin` from 1.5.30 to 1.5.31 - [Release notes](https://github.com/Kotlin/dokka/releases) - [Commits](https://github.com/Kotlin/dokka/compare/v1.5.30...v1.5.31) Updates `dokka-base` from 1.5.30 to 1.5.31 - [Release notes](https://github.com/Kotlin/dokka/releases) - [Commits](https://github.com/Kotlin/dokka/compare/v1.5.30...v1.5.31) --- updated-dependencies: - dependency-name: org.jetbrains.dokka:dokka-gradle-plugin dependency-type: direct:production update-type: version-update:semver-patch - dependency-name: org.jetbrains.dokka:dokka-base dependency-type: direct:production update-type: version-update:semver-patch ... Signed-off-by: dependabot[bot] Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com> Co-authored-by: Dmytro * Public release v1.6.15 (#266) * Version name & code rise * Update docs * Bump firebase-bom from 28.4.1 to 28.4.2 (#270) Bumps firebase-bom from 28.4.1 to 28.4.2. --- updated-dependencies: - dependency-name: com.google.firebase:firebase-bom dependency-type: direct:production update-type: version-update:semver-patch ... Signed-off-by: dependabot[bot] Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com> * Bump mockito_version from 3.12.4 to 4.0.0 (#271) Bumps `mockito_version` from 3.12.4 to 4.0.0. Updates `mockito-core` from 3.12.4 to 4.0.0 - [Release notes](https://github.com/mockito/mockito/releases) - [Commits](https://github.com/mockito/mockito/compare/v3.12.4...v4.0.0) Updates `mockito-inline` from 3.12.4 to 4.0.0 - [Release notes](https://github.com/mockito/mockito/releases) - [Commits](https://github.com/mockito/mockito/compare/v3.12.4...v4.0.0) --- updated-dependencies: - dependency-name: org.mockito:mockito-core dependency-type: direct:production update-type: version-update:semver-major - dependency-name: org.mockito:mockito-inline dependency-type: direct:production update-type: version-update:semver-major ... Signed-off-by: dependabot[bot] Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com> * Bump gradle from 7.0.2 to 7.0.3 (#273) Bumps gradle from 7.0.2 to 7.0.3. --- updated-dependencies: - dependency-name: com.android.tools.build:gradle dependency-type: direct:production update-type: version-update:semver-patch ... Signed-off-by: dependabot[bot] Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com> * Fix submit function response body (#274) * Public release v1.6.16 (#275) * Merge dev into master (#269) * Release/v1.6.13 to dev (#240) * Bump dokka_version from 1.5.0 to 1.5.30 (#242) Bumps `dokka_version` from 1.5.0 to 1.5.30. Updates `dokka-gradle-plugin` from 1.5.0 to 1.5.30 - [Release notes](https://github.com/Kotlin/dokka/releases) - [Commits](https://github.com/Kotlin/dokka/compare/v1.5.0...v1.5.30) Updates `dokka-base` from 1.5.0 to 1.5.30 - [Release notes](https://github.com/Kotlin/dokka/releases) - [Commits](https://github.com/Kotlin/dokka/compare/v1.5.0...v1.5.30) --- updated-dependencies: - dependency-name: org.jetbrains.dokka:dokka-gradle-plugin dependency-type: direct:production update-type: version-update:semver-patch - dependency-name: org.jetbrains.dokka:dokka-base dependency-type: direct:production update-type: version-update:semver-patch ... Signed-off-by: dependabot[bot] Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com> * Improve default validation (#243) * Update MIGRATING.md (#244) * Release v1.6.14 (#246) * Bump cardscan-ui from 2.1.0011 to 2.1.0012 (#249) Bumps [cardscan-ui](https://github.com/getbouncer/cardscan-android) from 2.1.0011 to 2.1.0012. - [Release notes](https://github.com/getbouncer/cardscan-android/releases) - [Changelog](https://github.com/getbouncer/cardscan-android/blob/master/CHANGELOG.md) - [Commits](https://github.com/getbouncer/cardscan-android/compare/2.1.0011...2.1.0012) --- updated-dependencies: - dependency-name: com.getbouncer:cardscan-ui dependency-type: direct:production update-type: version-update:semver-patch ... Signed-off-by: dependabot[bot] Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com> * Bump kotlin-gradle-plugin from 1.5.30 to 1.5.31 (#253) Bumps [kotlin-gradle-plugin](https://github.com/JetBrains/kotlin) from 1.5.30 to 1.5.31. - [Release notes](https://github.com/JetBrains/kotlin/releases) - [Changelog](https://github.com/JetBrains/kotlin/blob/v1.5.31/ChangeLog.md) - [Commits](https://github.com/JetBrains/kotlin/compare/v1.5.30...v1.5.31) --- updated-dependencies: - dependency-name: org.jetbrains.kotlin:kotlin-gradle-plugin dependency-type: direct:production update-type: version-update:semver-patch ... Signed-off-by: dependabot[bot] Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com> * Bump constraintlayout from 2.1.0 to 2.1.1 (#257) Bumps [constraintlayout](https://github.com/androidx/constraintlayout) from 2.1.0 to 2.1.1. - [Release notes](https://github.com/androidx/constraintlayout/releases) - [Commits](https://github.com/androidx/constraintlayout/commits) --- updated-dependencies: - dependency-name: androidx.constraintlayout:constraintlayout dependency-type: direct:production update-type: version-update:semver-patch ... Signed-off-by: dependabot[bot] Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com> * Improve validation logic, fix tests (#261) * Fix nullable return type (#260) * Bump okhttp from 4.9.1 to 4.9.2 (#258) Bumps [okhttp](https://github.com/square/okhttp) from 4.9.1 to 4.9.2. - [Release notes](https://github.com/square/okhttp/releases) - [Changelog](https://github.com/square/okhttp/blob/master/CHANGELOG.md) - [Commits](https://github.com/square/okhttp/compare/parent-4.9.1...parent-4.9.2) --- updated-dependencies: - dependency-name: com.squareup.okhttp3:okhttp dependency-type: direct:production update-type: version-update:semver-patch ... Signed-off-by: dependabot[bot] Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com> Co-authored-by: Dmytro * Bump dokka_version from 1.5.30 to 1.5.31 (#264) Bumps `dokka_version` from 1.5.30 to 1.5.31. Updates `dokka-gradle-plugin` from 1.5.30 to 1.5.31 - [Release notes](https://github.com/Kotlin/dokka/releases) - [Commits](https://github.com/Kotlin/dokka/compare/v1.5.30...v1.5.31) Updates `dokka-base` from 1.5.30 to 1.5.31 - [Release notes](https://github.com/Kotlin/dokka/releases) - [Commits](https://github.com/Kotlin/dokka/compare/v1.5.30...v1.5.31) --- updated-dependencies: - dependency-name: org.jetbrains.dokka:dokka-gradle-plugin dependency-type: direct:production update-type: version-update:semver-patch - dependency-name: org.jetbrains.dokka:dokka-base dependency-type: direct:production update-type: version-update:semver-patch ... Signed-off-by: dependabot[bot] Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com> Co-authored-by: Dmytro * Public release v1.6.15 (#266) * Version name & code rise * Update docs Co-authored-by: Dmytro Kos Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com> * Images patch 1 (#272) * Version name & code rise * Update docs * Update config.yml Co-authored-by: Dmytro Kos Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com> * Bump tensorflow-lite from 2.1.0011 to 2.1.0015 (#262) Bumps [tensorflow-lite](https://github.com/getbouncer/cardscan-android) from 2.1.0011 to 2.1.0015. - [Release notes](https://github.com/getbouncer/cardscan-android/releases) - [Changelog](https://github.com/getbouncer/cardscan-android/blob/master/CHANGELOG.md) - [Commits](https://github.com/getbouncer/cardscan-android/compare/2.1.0011...2.1.0015) --- updated-dependencies: - dependency-name: com.getbouncer:tensorflow-lite dependency-type: direct:production update-type: version-update:semver-patch ... Signed-off-by: dependabot[bot] Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com> Co-authored-by: dmytrodmytryshyn * Bump scan-payment-full from 2.1.0011 to 2.1.0015 (#265) Bumps [scan-payment-full](https://github.com/getbouncer/cardscan-android) from 2.1.0011 to 2.1.0015. - [Release notes](https://github.com/getbouncer/cardscan-android/releases) - [Changelog](https://github.com/getbouncer/cardscan-android/blob/master/CHANGELOG.md) - [Commits](https://github.com/getbouncer/cardscan-android/compare/2.1.0011...2.1.0015) --- updated-dependencies: - dependency-name: com.getbouncer:scan-payment-full dependency-type: direct:production update-type: version-update:semver-patch ... Signed-off-by: dependabot[bot] Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com> Co-authored-by: dmytrodmytryshyn * Bump cardscan-ui from 2.1.0012 to 2.1.0015 (#263) Bumps [cardscan-ui](https://github.com/getbouncer/cardscan-android) from 2.1.0012 to 2.1.0015. - [Release notes](https://github.com/getbouncer/cardscan-android/releases) - [Changelog](https://github.com/getbouncer/cardscan-android/blob/master/CHANGELOG.md) - [Commits](https://github.com/getbouncer/cardscan-android/compare/2.1.0012...2.1.0015) --- updated-dependencies: - dependency-name: com.getbouncer:cardscan-ui dependency-type: direct:production update-type: version-update:semver-patch ... Signed-off-by: dependabot[bot] Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com> Co-authored-by: dmytrodmytryshyn * Bump bouncer versions from 2.1.0015 -> 2.1.0016 (#279) * Bouncer adapter version name & code rise (#278) Co-authored-by: Dmytro Kos Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com> * Version name & code rise * Update docs Co-authored-by: Dmytro Kos Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com> * Bump firebase-bom from 29.0.0 to 29.0.1 (#302) Bumps firebase-bom from 29.0.0 to 29.0.1. --- updated-dependencies: - dependency-name: com.google.firebase:firebase-bom dependency-type: direct:production update-type: version-update:semver-patch ... Signed-off-by: dependabot[bot] Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com> * Bump robolectric from 4.7.2 to 4.7.3 (#303) Bumps [robolectric](https://github.com/robolectric/robolectric) from 4.7.2 to 4.7.3. - [Release notes](https://github.com/robolectric/robolectric/releases) - [Commits](https://github.com/robolectric/robolectric/compare/robolectric-4.7.2...robolectric-4.7.3) --- updated-dependencies: - dependency-name: org.robolectric:robolectric dependency-type: direct:production update-type: version-update:semver-patch ... Signed-off-by: dependabot[bot] Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com> * Bump json from 20210307 to 20211205 (#304) Bumps [json](https://github.com/douglascrockford/JSON-java) from 20210307 to 20211205. - [Release notes](https://github.com/douglascrockford/JSON-java/releases) - [Changelog](https://github.com/stleary/JSON-java/blob/master/docs/RELEASES.md) - [Commits](https://github.com/douglascrockford/JSON-java/commits) --- updated-dependencies: - dependency-name: org.json:json dependency-type: direct:production update-type: version-update:semver-major ... Signed-off-by: dependabot[bot] Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com> * Bump play-services-auth from 19.2.0 to 20.0.0 (#306) Bumps play-services-auth from 19.2.0 to 20.0.0. --- updated-dependencies: - dependency-name: com.google.android.gms:play-services-auth dependency-type: direct:production update-type: version-update:semver-major ... Signed-off-by: dependabot[bot] Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com> * Bump firebase-bom from 29.0.1 to 29.0.2 (#311) Bumps firebase-bom from 29.0.1 to 29.0.2. --- updated-dependencies: - dependency-name: com.google.firebase:firebase-bom dependency-type: direct:production update-type: version-update:semver-patch ... Signed-off-by: dependabot[bot] Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com> * Move google-services.json to ci (#307) * Remove google-services.json. Update ci config. Add test code for check file creation. * Remove tests code. * Fix TextInputFieldLayout.kt error restore after screen rotation (#312) * Bump kotlin-gradle-plugin from 1.6.0 to 1.6.10 (#313) Bumps [kotlin-gradle-plugin](https://github.com/JetBrains/kotlin) from 1.6.0 to 1.6.10. - [Release notes](https://github.com/JetBrains/kotlin/releases) - [Changelog](https://github.com/JetBrains/kotlin/blob/v1.6.10/ChangeLog.md) - [Commits](https://github.com/JetBrains/kotlin/compare/v1.6.0...v1.6.10) --- updated-dependencies: - dependency-name: org.jetbrains.kotlin:kotlin-gradle-plugin dependency-type: direct:production update-type: version-update:semver-patch ... Signed-off-by: dependabot[bot] Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com> * Bump gradle from 7.0.3 to 7.0.4 (#305) Bumps gradle from 7.0.3 to 7.0.4. --- updated-dependencies: - dependency-name: com.android.tools.build:gradle dependency-type: direct:production update-type: version-update:semver-patch ... Signed-off-by: dependabot[bot] Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com> * Merge public release v1.6.18 into dev (#315) * Merge public release 1.6.16 into master (#277) * Release/v1.6.13 to dev (#240) * Bump dokka_version from 1.5.0 to 1.5.30 (#242) Bumps `dokka_version` from 1.5.0 to 1.5.30. Updates `dokka-gradle-plugin` from 1.5.0 to 1.5.30 - [Release notes](https://github.com/Kotlin/dokka/releases) - [Commits](https://github.com/Kotlin/dokka/compare/v1.5.0...v1.5.30) Updates `dokka-base` from 1.5.0 to 1.5.30 - [Release notes](https://github.com/Kotlin/dokka/releases) - [Commits](https://github.com/Kotlin/dokka/compare/v1.5.0...v1.5.30) --- updated-dependencies: - dependency-name: org.jetbrains.dokka:dokka-gradle-plugin dependency-type: direct:production update-type: version-update:semver-patch - dependency-name: org.jetbrains.dokka:dokka-base dependency-type: direct:production update-type: version-update:semver-patch ... Signed-off-by: dependabot[bot] Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com> * Improve default validation (#243) * Update MIGRATING.md (#244) * Release v1.6.14 (#246) * Bump cardscan-ui from 2.1.0011 to 2.1.0012 (#249) Bumps [cardscan-ui](https://github.com/getbouncer/cardscan-android) from 2.1.0011 to 2.1.0012. - [Release notes](https://github.com/getbouncer/cardscan-android/releases) - [Changelog](https://github.com/getbouncer/cardscan-android/blob/master/CHANGELOG.md) - [Commits](https://github.com/getbouncer/cardscan-android/compare/2.1.0011...2.1.0012) --- updated-dependencies: - dependency-name: com.getbouncer:cardscan-ui dependency-type: direct:production update-type: version-update:semver-patch ... Signed-off-by: dependabot[bot] Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com> * Bump kotlin-gradle-plugin from 1.5.30 to 1.5.31 (#253) Bumps [kotlin-gradle-plugin](https://github.com/JetBrains/kotlin) from 1.5.30 to 1.5.31. - [Release notes](https://github.com/JetBrains/kotlin/releases) - [Changelog](https://github.com/JetBrains/kotlin/blob/v1.5.31/ChangeLog.md) - [Commits](https://github.com/JetBrains/kotlin/compare/v1.5.30...v1.5.31) --- updated-dependencies: - dependency-name: org.jetbrains.kotlin:kotlin-gradle-plugin dependency-type: direct:production update-type: version-update:semver-patch ... Signed-off-by: dependabot[bot] Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com> * Bump constraintlayout from 2.1.0 to 2.1.1 (#257) Bumps [constraintlayout](https://github.com/androidx/constraintlayout) from 2.1.0 to 2.1.1. - [Release notes](https://github.com/androidx/constraintlayout/releases) - [Commits](https://github.com/androidx/constraintlayout/commits) --- updated-dependencies: - dependency-name: androidx.constraintlayout:constraintlayout dependency-type: direct:production update-type: version-update:semver-patch ... Signed-off-by: dependabot[bot] Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com> * Improve validation logic, fix tests (#261) * Fix nullable return type (#260) * Bump okhttp from 4.9.1 to 4.9.2 (#258) Bumps [okhttp](https://github.com/square/okhttp) from 4.9.1 to 4.9.2. - [Release notes](https://github.com/square/okhttp/releases) - [Changelog](https://github.com/square/okhttp/blob/master/CHANGELOG.md) - [Commits](https://github.com/square/okhttp/compare/parent-4.9.1...parent-4.9.2) --- updated-dependencies: - dependency-name: com.squareup.okhttp3:okhttp dependency-type: direct:production update-type: version-update:semver-patch ... Signed-off-by: dependabot[bot] Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com> Co-authored-by: Dmytro * Bump dokka_version from 1.5.30 to 1.5.31 (#264) Bumps `dokka_version` from 1.5.30 to 1.5.31. Updates `dokka-gradle-plugin` from 1.5.30 to 1.5.31 - [Release notes](https://github.com/Kotlin/dokka/releases) - [Commits](https://github.com/Kotlin/dokka/compare/v1.5.30...v1.5.31) Updates `dokka-base` from 1.5.30 to 1.5.31 - [Release notes](https://github.com/Kotlin/dokka/releases) - [Commits](https://github.com/Kotlin/dokka/compare/v1.5.30...v1.5.31) --- updated-dependencies: - dependency-name: org.jetbrains.dokka:dokka-gradle-plugin dependency-type: direct:production update-type: version-update:semver-patch - dependency-name: org.jetbrains.dokka:dokka-base dependency-type: direct:production update-type: version-update:semver-patch ... Signed-off-by: dependabot[bot] Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com> Co-authored-by: Dmytro * Public release v1.6.15 (#266) * Version name & code rise * Update docs * Bump firebase-bom from 28.4.1 to 28.4.2 (#270) Bumps firebase-bom from 28.4.1 to 28.4.2. --- updated-dependencies: - dependency-name: com.google.firebase:firebase-bom dependency-type: direct:production update-type: version-update:semver-patch ... Signed-off-by: dependabot[bot] Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com> * Bump mockito_version from 3.12.4 to 4.0.0 (#271) Bumps `mockito_version` from 3.12.4 to 4.0.0. Updates `mockito-core` from 3.12.4 to 4.0.0 - [Release notes](https://github.com/mockito/mockito/releases) - [Commits](https://github.com/mockito/mockito/compare/v3.12.4...v4.0.0) Updates `mockito-inline` from 3.12.4 to 4.0.0 - [Release notes](https://github.com/mockito/mockito/releases) - [Commits](https://github.com/mockito/mockito/compare/v3.12.4...v4.0.0) --- updated-dependencies: - dependency-name: org.mockito:mockito-core dependency-type: direct:production update-type: version-update:semver-major - dependency-name: org.mockito:mockito-inline dependency-type: direct:production update-type: version-update:semver-major ... Signed-off-by: dependabot[bot] Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com> * Bump gradle from 7.0.2 to 7.0.3 (#273) Bumps gradle from 7.0.2 to 7.0.3. --- updated-dependencies: - dependency-name: com.android.tools.build:gradle dependency-type: direct:production update-type: version-update:semver-patch ... Signed-off-by: dependabot[bot] Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com> * Fix submit function response body (#274) * Public release v1.6.16 (#275) * Merge dev into master (#269) * Release/v1.6.13 to dev (#240) * Bump dokka_version from 1.5.0 to 1.5.30 (#242) Bumps `dokka_version` from 1.5.0 to 1.5.30. Updates `dokka-gradle-plugin` from 1.5.0 to 1.5.30 - [Release notes](https://github.com/Kotlin/dokka/releases) - [Commits](https://github.com/Kotlin/dokka/compare/v1.5.0...v1.5.30) Updates `dokka-base` from 1.5.0 to 1.5.30 - [Release notes](https://github.com/Kotlin/dokka/releases) - [Commits](https://github.com/Kotlin/dokka/compare/v1.5.0...v1.5.30) --- updated-dependencies: - dependency-name: org.jetbrains.dokka:dokka-gradle-plugin dependency-type: direct:production update-type: version-update:semver-patch - dependency-name: org.jetbrains.dokka:dokka-base dependency-type: direct:production update-type: version-update:semver-patch ... Signed-off-by: dependabot[bot] Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com> * Improve default validation (#243) * Update MIGRATING.md (#244) * Release v1.6.14 (#246) * Bump cardscan-ui from 2.1.0011 to 2.1.0012 (#249) Bumps [cardscan-ui](https://github.com/getbouncer/cardscan-android) from 2.1.0011 to 2.1.0012. - [Release notes](https://github.com/getbouncer/cardscan-android/releases) - [Changelog](https://github.com/getbouncer/cardscan-android/blob/master/CHANGELOG.md) - [Commits](https://github.com/getbouncer/cardscan-android/compare/2.1.0011...2.1.0012) --- updated-dependencies: - dependency-name: com.getbouncer:cardscan-ui dependency-type: direct:production update-type: version-update:semver-patch ... Signed-off-by: dependabot[bot] Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com> * Bump kotlin-gradle-plugin from 1.5.30 to 1.5.31 (#253) Bumps [kotlin-gradle-plugin](https://github.com/JetBrains/kotlin) from 1.5.30 to 1.5.31. - [Release notes](https://github.com/JetBrains/kotlin/releases) - [Changelog](https://github.com/JetBrains/kotlin/blob/v1.5.31/ChangeLog.md) - [Commits](https://github.com/JetBrains/kotlin/compare/v1.5.30...v1.5.31) --- updated-dependencies: - dependency-name: org.jetbrains.kotlin:kotlin-gradle-plugin dependency-type: direct:production update-type: version-update:semver-patch ... Signed-off-by: dependabot[bot] Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com> * Bump constraintlayout from 2.1.0 to 2.1.1 (#257) Bumps [constraintlayout](https://github.com/androidx/constraintlayout) from 2.1.0 to 2.1.1. - [Release notes](https://github.com/androidx/constraintlayout/releases) - [Commits](https://github.com/androidx/constraintlayout/commits) --- updated-dependencies: - dependency-name: androidx.constraintlayout:constraintlayout dependency-type: direct:production update-type: version-update:semver-patch ... Signed-off-by: dependabot[bot] Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com> * Improve validation logic, fix tests (#261) * Fix nullable return type (#260) * Bump okhttp from 4.9.1 to 4.9.2 (#258) Bumps [okhttp](https://github.com/square/okhttp) from 4.9.1 to 4.9.2. - [Release notes](https://github.com/square/okhttp/releases) - [Changelog](https://github.com/square/okhttp/blob/master/CHANGELOG.md) - [Commits](https://github.com/square/okhttp/compare/parent-4.9.1...parent-4.9.2) --- updated-dependencies: - dependency-name: com.squareup.okhttp3:okhttp dependency-type: direct:production update-type: version-update:semver-patch ... Signed-off-by: dependabot[bot] Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com> Co-authored-by: Dmytro * Bump dokka_version from 1.5.30 to 1.5.31 (#264) Bumps `dokka_version` from 1.5.30 to 1.5.31. Updates `dokka-gradle-plugin` from 1.5.30 to 1.5.31 - [Release notes](https://github.com/Kotlin/dokka/releases) - [Commits](https://github.com/Kotlin/dokka/compare/v1.5.30...v1.5.31) Updates `dokka-base` from 1.5.30 to 1.5.31 - [Release notes](https://github.com/Kotlin/dokka/releases) - [Commits](https://github.com/Kotlin/dokka/compare/v1.5.30...v1.5.31) --- updated-dependencies: - dependency-name: org.jetbrains.dokka:dokka-gradle-plugin dependency-type: direct:production update-type: version-update:semver-patch - dependency-name: org.jetbrains.dokka:dokka-base dependency-type: direct:production update-type: version-update:semver-patch ... Signed-off-by: dependabot[bot] Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com> Co-authored-by: Dmytro * Public release v1.6.15 (#266) * Version name & code rise * Update docs Co-authored-by: Dmytro Kos Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com> * Images patch 1 (#272) * Version name & code rise * Update docs * Update config.yml Co-authored-by: Dmytro Kos Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com> Co-authored-by: Dmytro Kos Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com> * Merge dev into master (#280) * Release/v1.6.13 to dev (#240) * Bump dokka_version from 1.5.0 to 1.5.30 (#242) Bumps `dokka_version` from 1.5.0 to 1.5.30. Updates `dokka-gradle-plugin` from 1.5.0 to 1.5.30 - [Release notes](https://github.com/Kotlin/dokka/releases) - [Commits](https://g… * Build(deps): bump io.gitlab.arturbosch.detekt:detekt-gradle-plugin (#588) Bumps [io.gitlab.arturbosch.detekt:detekt-gradle-plugin](https://github.com/detekt/detekt) from 1.23.1 to 1.23.3. - [Release notes](https://github.com/detekt/detekt/releases) - [Commits](https://github.com/detekt/detekt/commits) --- updated-dependencies: - dependency-name: io.gitlab.arturbosch.detekt:detekt-gradle-plugin dependency-type: direct:production update-type: version-update:semver-patch ... Signed-off-by: dependabot[bot] Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com> * Build(deps): bump org.robolectric:robolectric from 4.10.3 to 4.11.1 (#589) Bumps [org.robolectric:robolectric](https://github.com/robolectric/robolectric) from 4.10.3 to 4.11.1. - [Release notes](https://github.com/robolectric/robolectric/releases) - [Commits](https://github.com/robolectric/robolectric/compare/robolectric-4.10.3...robolectric-4.11.1) --- updated-dependencies: - dependency-name: org.robolectric:robolectric dependency-type: direct:production update-type: version-update:semver-minor ... Signed-off-by: dependabot[bot] Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com> * Build(deps): bump org.jetbrains.kotlin:kotlin-gradle-plugin (#590) Bumps [org.jetbrains.kotlin:kotlin-gradle-plugin](https://github.com/JetBrains/kotlin) from 1.9.10 to 1.9.20. - [Release notes](https://github.com/JetBrains/kotlin/releases) - [Changelog](https://github.com/JetBrains/kotlin/blob/master/ChangeLog.md) - [Commits](https://github.com/JetBrains/kotlin/commits) --- updated-dependencies: - dependency-name: org.jetbrains.kotlin:kotlin-gradle-plugin dependency-type: direct:production update-type: version-update:semver-patch ... Signed-off-by: dependabot[bot] Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com> * Build(deps): bump org.mockito:mockito-core from 5.6.0 to 5.7.0 (#592) Bumps [org.mockito:mockito-core](https://github.com/mockito/mockito) from 5.6.0 to 5.7.0. - [Release notes](https://github.com/mockito/mockito/releases) - [Commits](https://github.com/mockito/mockito/compare/v5.6.0...v5.7.0) --- updated-dependencies: - dependency-name: org.mockito:mockito-core dependency-type: direct:production update-type: version-update:semver-minor ... Signed-off-by: dependabot[bot] Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com> * CSL3-1873: Fix listener not triggered after unbind (#591) * Build(deps): bump org.mockito:mockito-core from 5.7.0 to 5.8.0 (#603) Bumps [org.mockito:mockito-core](https://github.com/mockito/mockito) from 5.7.0 to 5.8.0. - [Release notes](https://github.com/mockito/mockito/releases) - [Commits](https://github.com/mockito/mockito/compare/v5.7.0...v5.8.0) --- updated-dependencies: - dependency-name: org.mockito:mockito-core dependency-type: direct:production update-type: version-update:semver-minor ... Signed-off-by: dependabot[bot] Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com> * Build(deps): bump io.gitlab.arturbosch.detekt:detekt-gradle-plugin (#600) Bumps [io.gitlab.arturbosch.detekt:detekt-gradle-plugin](https://github.com/detekt/detekt) from 1.23.3 to 1.23.4. - [Release notes](https://github.com/detekt/detekt/releases) - [Commits](https://github.com/detekt/detekt/compare/v1.23.3...v1.23.4) --- updated-dependencies: - dependency-name: io.gitlab.arturbosch.detekt:detekt-gradle-plugin dependency-type: direct:production update-type: version-update:semver-patch ... Signed-off-by: dependabot[bot] Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com> * Build(deps): bump org.jetbrains.kotlin:kotlin-gradle-plugin (#598) Bumps [org.jetbrains.kotlin:kotlin-gradle-plugin](https://github.com/JetBrains/kotlin) from 1.9.20 to 1.9.21. - [Release notes](https://github.com/JetBrains/kotlin/releases) - [Changelog](https://github.com/JetBrains/kotlin/blob/master/ChangeLog.md) - [Commits](https://github.com/JetBrains/kotlin/compare/v1.9.20...v1.9.21) --- updated-dependencies: - dependency-name: org.jetbrains.kotlin:kotlin-gradle-plugin dependency-type: direct:production update-type: version-update:semver-patch ... Signed-off-by: dependabot[bot] Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com> * Fix lint warnings (#578) * fix warnings and errors in the demo app * fix warnings and errors in the collect SDK library * Apply requests from PR --------- Co-authored-by: dmytrodmytryshyn * Build(deps): bump org.jetbrains.kotlinx:kover-gradle-plugin (#601) Bumps [org.jetbrains.kotlinx:kover-gradle-plugin](https://github.com/Kotlin/kotlinx-kover) from 0.7.4 to 0.7.5. - [Release notes](https://github.com/Kotlin/kotlinx-kover/releases) - [Changelog](https://github.com/Kotlin/kotlinx-kover/blob/main/CHANGELOG.md) - [Commits](https://github.com/Kotlin/kotlinx-kover/compare/0.7.4...v0.7.5) --- updated-dependencies: - dependency-name: org.jetbrains.kotlinx:kover-gradle-plugin dependency-type: direct:production update-type: version-update:semver-patch ... Signed-off-by: dependabot[bot] Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com> * Build(deps): bump com.android.tools.build:gradle from 8.1.2 to 8.2.0 (#602) * Build(deps): bump com.android.tools.build:gradle from 8.1.2 to 8.2.0 Bumps com.android.tools.build:gradle from 8.1.2 to 8.2.0. --- updated-dependencies: - dependency-name: com.android.tools.build:gradle dependency-type: direct:production update-type: version-update:semver-minor ... Signed-off-by: dependabot[bot] * Update wrapper version --------- Signed-off-by: dependabot[bot] Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com> Co-authored-by: dmytrodmytryshyn * Fix masks (#608) * Add debug code * Implement digit formatting with selector handling, refactor old formatting * Add tests * Remove debug code * Merge public release into dev (#610) * Version name and code bump * Update docs * Build(deps): bump org.jetbrains.kotlin:kotlin-gradle-plugin (#607) Bumps [org.jetbrains.kotlin:kotlin-gradle-plugin](https://github.com/JetBrains/kotlin) from 1.9.21 to 1.9.22. - [Release notes](https://github.com/JetBrains/kotlin/releases) - [Changelog](https://github.com/JetBrains/kotlin/blob/master/ChangeLog.md) - [Commits](https://github.com/JetBrains/kotlin/compare/v1.9.21...v1.9.22) --- updated-dependencies: - dependency-name: org.jetbrains.kotlin:kotlin-gradle-plugin dependency-type: direct:production update-type: version-update:semver-patch ... Signed-off-by: dependabot[bot] Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com> * Add demo (#616) * Build(deps): bump com.android.tools.build:gradle from 8.2.0 to 8.2.2 (#614) Bumps com.android.tools.build:gradle from 8.2.0 to 8.2.2. --- updated-dependencies: - dependency-name: com.android.tools.build:gradle dependency-type: direct:production update-type: version-update:semver-patch ... Signed-off-by: dependabot[bot] Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com> Co-authored-by: dmytrodmytryshyn * Build(deps): bump com.vanniktech:gradle-maven-publish-plugin (#613) Bumps [com.vanniktech:gradle-maven-publish-plugin](https://github.com/vanniktech/gradle-maven-publish-plugin) from 0.25.3 to 0.27.0. - [Release notes](https://github.com/vanniktech/gradle-maven-publish-plugin/releases) - [Changelog](https://github.com/vanniktech/gradle-maven-publish-plugin/blob/main/CHANGELOG.md) - [Commits](https://github.com/vanniktech/gradle-maven-publish-plugin/compare/0.25.3...0.27.0) --- updated-dependencies: - dependency-name: com.vanniktech:gradle-maven-publish-plugin dependency-type: direct:production update-type: version-update:semver-minor ... Signed-off-by: dependabot[bot] Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com> Co-authored-by: dmytrodmytryshyn * Build(deps): bump com.squareup.leakcanary:leakcanary-android (#611) Bumps [com.squareup.leakcanary:leakcanary-android](https://github.com/square/leakcanary) from 2.12 to 2.13. - [Release notes](https://github.com/square/leakcanary/releases) - [Changelog](https://github.com/square/leakcanary/blob/v2.13/docs/changelog.md) - [Commits](https://github.com/square/leakcanary/compare/v2.12...v2.13) --- updated-dependencies: - dependency-name: com.squareup.leakcanary:leakcanary-android dependency-type: direct:production update-type: version-update:semver-minor ... Signed-off-by: dependabot[bot] Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com> Co-authored-by: dmytrodmytryshyn * Build(deps): bump com.google.android.material:material from 1.9.0 to 1.11.0 (#605) * Build(deps): bump com.google.android.material:material Bumps [com.google.android.material:material](https://github.com/material-components/material-components-android) from 1.9.0 to 1.11.0. - [Release notes](https://github.com/material-components/material-components-android/releases) - [Commits](https://github.com/material-components/material-components-android/compare/1.9.0...1.11.0) --- updated-dependencies: - dependency-name: com.google.android.material:material dependency-type: direct:production update-type: version-update:semver-minor ... Signed-off-by: dependabot[bot] * Fix test --------- Signed-off-by: dependabot[bot] Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com> Co-authored-by: dmytrodmytryshyn * Build(deps): bump org.mockito:mockito-core from 5.8.0 to 5.10.0 (#617) Bumps [org.mockito:mockito-core](https://github.com/mockito/mockito) from 5.8.0 to 5.10.0. - [Release notes](https://github.com/mockito/mockito/releases) - [Commits](https://github.com/mockito/mockito/compare/v5.8.0...v5.10.0) --- updated-dependencies: - dependency-name: org.mockito:mockito-core dependency-type: direct:production update-type: version-update:semver-minor ... Signed-off-by: dependabot[bot] Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com> * Compose support (#615) * Add dependencies. Implement VGSInfoField compose wrapper * Add comments * Add generic root layout and implementation for all edit texts * Remove redundant dependencies * Fix javadoc * Add demo * Update compose compiler version * Merge public release v1.9.0 into dev (#620) * Public release v1.8.4 (#609) * Bump gradle from 7.0.2 to 7.0.3 (#273) Bumps gradle from 7.0.2 to 7.0.3. --- updated-dependencies: - dependency-name: com.android.tools.build:gradle dependency-type: direct:production update-type: version-update:semver-patch ... Signed-off-by: dependabot[bot] Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com> * Fix submit function response body (#274) * Public release v1.6.16 (#275) * Merge dev into master (#269) * Release/v1.6.13 to dev (#240) * Bump dokka_version from 1.5.0 to 1.5.30 (#242) Bumps `dokka_version` from 1.5.0 to 1.5.30. Updates `dokka-gradle-plugin` from 1.5.0 to 1.5.30 - [Release notes](https://github.com/Kotlin/dokka/releases) - [Commits](https://github.com/Kotlin/dokka/compare/v1.5.0...v1.5.30) Updates `dokka-base` from 1.5.0 to 1.5.30 - [Release notes](https://github.com/Kotlin/dokka/releases) - [Commits](https://github.com/Kotlin/dokka/compare/v1.5.0...v1.5.30) --- updated-dependencies: - dependency-name: org.jetbrains.dokka:dokka-gradle-plugin dependency-type: direct:production update-type: version-update:semver-patch - dependency-name: org.jetbrains.dokka:dokka-base dependency-type: direct:production update-type: version-update:semver-patch ... Signed-off-by: dependabot[bot] Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com> * Improve default validation (#243) * Update MIGRATING.md (#244) * Release v1.6.14 (#246) * Bump cardscan-ui from 2.1.0011 to 2.1.0012 (#249) Bumps [cardscan-ui](https://github.com/getbouncer/cardscan-android) from 2.1.0011 to 2.1.0012. - [Release notes](https://github.com/getbouncer/cardscan-android/releases) - [Changelog](https://github.com/getbouncer/cardscan-android/blob/master/CHANGELOG.md) - [Commits](https://github.com/getbouncer/cardscan-android/compare/2.1.0011...2.1.0012) --- updated-dependencies: - dependency-name: com.getbouncer:cardscan-ui dependency-type: direct:production update-type: version-update:semver-patch ... Signed-off-by: dependabot[bot] Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com> * Bump kotlin-gradle-plugin from 1.5.30 to 1.5.31 (#253) Bumps [kotlin-gradle-plugin](https://github.com/JetBrains/kotlin) from 1.5.30 to 1.5.31. - [Release notes](https://github.com/JetBrains/kotlin/releases) - [Changelog](https://github.com/JetBrains/kotlin/blob/v1.5.31/ChangeLog.md) - [Commits](https://github.com/JetBrains/kotlin/compare/v1.5.30...v1.5.31) --- updated-dependencies: - dependency-name: org.jetbrains.kotlin:kotlin-gradle-plugin dependency-type: direct:production update-type: version-update:semver-patch ... Signed-off-by: dependabot[bot] Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com> * Bump constraintlayout from 2.1.0 to 2.1.1 (#257) Bumps [constraintlayout](https://github.com/androidx/constraintlayout) from 2.1.0 to 2.1.1. - [Release notes](https://github.com/androidx/constraintlayout/releases) - [Commits](https://github.com/androidx/constraintlayout/commits) --- updated-dependencies: - dependency-name: androidx.constraintlayout:constraintlayout dependency-type: direct:production update-type: version-update:semver-patch ... Signed-off-by: dependabot[bot] Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com> * Improve validation logic, fix tests (#261) * Fix nullable return type (#260) * Bump okhttp from 4.9.1 to 4.9.2 (#258) Bumps [okhttp](https://github.com/square/okhttp) from 4.9.1 to 4.9.2. - [Release notes](https://github.com/square/okhttp/releases) - [Changelog](https://github.com/square/okhttp/blob/master/CHANGELOG.md) - [Commits](https://github.com/square/okhttp/compare/parent-4.9.1...parent-4.9.2) --- updated-dependencies: - dependency-name: com.squareup.okhttp3:okhttp dependency-type: direct:production update-type: version-update:semver-patch ... Signed-off-by: dependabot[bot] Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com> Co-authored-by: Dmytro * Bump dokka_version from 1.5.30 to 1.5.31 (#264) Bumps `dokka_version` from 1.5.30 to 1.5.31. Updates `dokka-gradle-plugin` from 1.5.30 to 1.5.31 - [Release notes](https://github.com/Kotlin/dokka/releases) - [Commits](https://github.com/Kotlin/dokka/compare/v1.5.30...v1.5.31) Updates `dokka-base` from 1.5.30 to 1.5.31 - [Release notes](https://github.com/Kotlin/dokka/releases) - [Commits](https://github.com/Kotlin/dokka/compare/v1.5.30...v1.5.31) --- updated-dependencies: - dependency-name: org.jetbrains.dokka:dokka-gradle-plugin dependency-type: direct:production update-type: version-update:semver-patch - dependency-name: org.jetbrains.dokka:dokka-base dependency-type: direct:production update-type: version-update:semver-patch ... Signed-off-by: dependabot[bot] Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com> Co-authored-by: Dmytro * Public release v1.6.15 (#266) * Version name & code rise * Update docs Co-authored-by: Dmytro Kos Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com> * Images patch 1 (#272) * Version name & code rise * Update docs * Update config.yml Co-authored-by: Dmytro Kos Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com> * Bump tensorflow-lite from 2.1.0011 to 2.1.0015 (#262) Bumps [tensorflow-lite](https://github.com/getbouncer/cardscan-android) from 2.1.0011 to 2.1.0015. - [Release notes](https://github.com/getbouncer/cardscan-android/releases) - [Changelog](https://github.com/getbouncer/cardscan-android/blob/master/CHANGELOG.md) - [Commits](https://github.com/getbouncer/cardscan-android/compare/2.1.0011...2.1.0015) --- updated-dependencies: - dependency-name: com.getbouncer:tensorflow-lite dependency-type: direct:production update-type: version-update:semver-patch ... Signed-off-by: dependabot[bot] Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com> Co-authored-by: dmytrodmytryshyn * Bump scan-payment-full from 2.1.0011 to 2.1.0015 (#265) Bumps [scan-payment-full](https://github.com/getbouncer/cardscan-android) from 2.1.0011 to 2.1.0015. - [Release notes](https://github.com/getbouncer/cardscan-android/releases) - [Changelog](https://github.com/getbouncer/cardscan-android/blob/master/CHANGELOG.md) - [Commits](https://github.com/getbouncer/cardscan-android/compare/2.1.0011...2.1.0015) --- updated-dependencies: - dependency-name: com.getbouncer:scan-payment-full dependency-type: direct:production update-type: version-update:semver-patch ... Signed-off-by: dependabot[bot] Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com> Co-authored-by: dmytrodmytryshyn * Bump cardscan-ui from 2.1.0012 to 2.1.0015 (#263) Bumps [cardscan-ui](https://github.com/getbouncer/cardscan-android) from 2.1.0012 to 2.1.0015. - [Release notes](https://github.com/getbouncer/cardscan-android/releases) - [Changelog](https://github.com/getbouncer/cardscan-android/blob/master/CHANGELOG.md) - [Commits](https://github.com/getbouncer/cardscan-android/compare/2.1.0012...2.1.0015) --- updated-dependencies: - dependency-name: com.getbouncer:cardscan-ui dependency-type: direct:production update-type: version-update:semver-patch ... Signed-off-by: dependabot[bot] Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com> Co-authored-by: dmytrodmytryshyn * Bump bouncer versions from 2.1.0015 -> 2.1.0016 (#279) * Bouncer adapter version name & code rise (#278) * Bump core-ktx from 1.6.0 to 1.7.0 (#285) * Bump core-ktx from 1.6.0 to 1.7.0 Bumps core-ktx from 1.6.0 to 1.7.0. --- updated-dependencies: - dependency-name: androidx.core:core-ktx dependency-type: direct:production update-type: version-update:semver-minor ... Signed-off-by: dependabot[bot] * update compileSdkVersion * update cursor.getString Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com> Co-authored-by: Dmytro * Bump firebase-bom from 28.4.2 to 29.0.0 (#286) Bumps firebase-bom from 28.4.2 to 29.0.0. --- updated-dependencies: - dependency-name: com.google.firebase:firebase-bom dependency-type: direct:production update-type: version-update:semver-major ... Signed-off-by: dependabot[bot] Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com> * Bump robolectric from 4.6.1 to 4.7 (#287) Bumps [robolectric](https://github.com/robolectric/robolectric) from 4.6.1 to 4.7. - [Release notes](https://github.com/robolectric/robolectric/releases) - [Commits](https://github.com/robolectric/robolectric/compare/robolectric-4.6.1...robolectric-4.7) --- updated-dependencies: - dependency-name: org.robolectric:robolectric dependency-type: direct:production update-type: version-update:semver-minor ... Signed-off-by: dependabot[bot] Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com> * Bump kotlin-gradle-plugin from 1.5.31 to 1.6.0 (#288) Bumps [kotlin-gradle-plugin](https://github.com/JetBrains/kotlin) from 1.5.31 to 1.6.0. - [Release notes](https://github.com/JetBrains/kotlin/releases) - [Changelog](https://github.com/JetBrains/kotlin/blob/master/ChangeLog.md) - [Commits](https://github.com/JetBrains/kotlin/commits) --- updated-dependencies: - dependency-name: org.jetbrains.kotlin:kotlin-gradle-plugin dependency-type: direct:production update-type: version-update:semver-minor ... Signed-off-by: dependabot[bot] Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com> * add max Length (#289) * Bump mockk from 1.12.0 to 1.12.1 (#290) Bumps [mockk](https://github.com/mockk/mockk) from 1.12.0 to 1.12.1. - [Release notes](https://github.com/mockk/mockk/releases) - [Commits](https://github.com/mockk/mockk/compare/v1.12.0...1.12.1) --- updated-dependencies: - dependency-name: io.mockk:mockk dependency-type: direct:production update-type: version-update:semver-patch ... Signed-off-by: dependabot[bot] Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com> * Bump appcompat from 1.3.1 to 1.4.0 (#291) Bumps appcompat from 1.3.1 to 1.4.0. --- updated-dependencies: - dependency-name: androidx.appcompat:appcompat dependency-type: direct:production update-type: version-update:semver-minor ... Signed-off-by: dependabot[bot] Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com> * Bump robolectric from 4.7 to 4.7.1 (#292) Bumps [robolectric](https://github.com/robolectric/robolectric) from 4.7 to 4.7.1. - [Release notes](https://github.com/robolectric/robolectric/releases) - [Commits](https://github.com/robolectric/robolectric/compare/robolectric-4.7...robolectric-4.7.1) --- updated-dependencies: - dependency-name: org.robolectric:robolectric dependency-type: direct:production update-type: version-update:semver-patch ... Signed-off-by: dependabot[bot] Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com> * Bump constraintlayout from 2.1.1 to 2.1.2 (#293) Bumps [constraintlayout](https://github.com/androidx/constraintlayout) from 2.1.1 to 2.1.2. - [Release notes](https://github.com/androidx/constraintlayout/releases) - [Commits](https://github.com/androidx/constraintlayout/commits) --- updated-dependencies: - dependency-name: androidx.constraintlayout:constraintlayout dependency-type: direct:production update-type: version-update:semver-patch ... Signed-off-by: dependabot[bot] Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com> * Bump okhttp from 4.9.2 to 4.9.3 (#294) Bumps [okhttp](https://github.com/square/okhttp) from 4.9.2 to 4.9.3. - [Release notes](https://github.com/square/okhttp/releases) - [Changelog](https://github.com/square/okhttp/blob/master/CHANGELOG.md) - [Commits](https://github.com/square/okhttp/compare/parent-4.9.2...parent-4.9.3) --- updated-dependencies: - dependency-name: com.squareup.okhttp3:okhttp dependency-type: direct:production update-type: version-update:semver-patch ... Signed-off-by: dependabot[bot] Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com> * Bump mockito_version from 4.0.0 to 4.1.0 (#295) Bumps `mockito_version` from 4.0.0 to 4.1.0. Updates `mockito-core` from 4.0.0 to 4.1.0 - [Release notes](https://github.com/mockito/mockito/releases) - [Commits](https://github.com/mockito/mockito/compare/v4.0.0...v4.1.0) Updates `mockito-inline` from 4.0.0 to 4.1.0 - [Release notes](https://github.com/mockito/mockito/releases) - [Commits](https://github.com/mockito/mockito/compare/v4.0.0...v4.1.0) --- updated-dependencies: - dependency-name: org.mockito:mockito-core dependency-type: direct:production update-type: version-update:semver-minor - dependency-name: org.mockito:mockito-inline dependency-type: direct:production update-type: version-update:semver-minor ... Signed-off-by: dependabot[bot] Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com> * Bump robolectric from 4.7.1 to 4.7.2 (#296) Bumps [robolectric](https://github.com/robolectric/robolectric) from 4.7.1 to 4.7.2. - [Release notes](https://github.com/robolectric/robolectric/releases) - [Commits](https://github.com/robolectric/robolectric/compare/robolectric-4.7.1...robolectric-4.7.2) --- updated-dependencies: - dependency-name: org.robolectric:robolectric dependency-type: direct:production update-type: version-update:semver-patch ... Signed-off-by: dependabot[bot] Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com> * Bump dokka_version from 1.5.31 to 1.6.0 (#297) Bumps `dokka_version` from 1.5.31 to 1.6.0. Updates `dokka-gradle-plugin` from 1.5.31 to 1.6.0 - [Release notes](https://github.com/Kotlin/dokka/releases) - [Commits](https://github.com/Kotlin/dokka/compare/v1.5.31...v1.6.0) Updates `dokka-base` from 1.5.31 to 1.6.0 - [Release notes](https://github.com/Kotlin/dokka/releases) - [Commits](https://github.com/Kotlin/dokka/compare/v1.5.31...v1.6.0) --- updated-dependencies: - dependency-name: org.jetbrains.dokka:dokka-gradle-plugin dependency-type: direct:production update-type: version-update:semver-minor - dependency-name: org.jetbrains.dokka:dokka-base dependency-type: direct:production update-type: version-update:semver-minor ... Signed-off-by: dependabot[bot] Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com> * Merge public release v1.16.17 into development (#299) * Merge public release 1.6.16 into master (#277) * Release/v1.6.13 to dev (#240) * Bump dokka_version from 1.5.0 to 1.5.30 (#242) Bumps `dokka_version` from 1.5.0 to 1.5.30. Updates `dokka-gradle-plugin` from 1.5.0 to 1.5.30 - [Release notes](https://github.com/Kotlin/dokka/releases) - [Commits](https://github.com/Kotlin/dokka/compare/v1.5.0...v1.5.30) Updates `dokka-base` from 1.5.0 to 1.5.30 - [Release notes](https://github.com/Kotlin/dokka/releases) - [Commits](https://github.com/Kotlin/dokka/compare/v1.5.0...v1.5.30) --- updated-dependencies: - dependency-name: org.jetbrains.dokka:dokka-gradle-plugin dependency-type: direct:production update-type: version-update:semver-patch - dependency-name: org.jetbrains.dokka:dokka-base dependency-type: direct:production update-type: version-update:semver-patch ... Signed-off-by: dependabot[bot] Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com> * Improve default validation (#243) * Update MIGRATING.md (#244) * Release v1.6.14 (#246) * Bump cardscan-ui from 2.1.0011 to 2.1.0012 (#249) Bumps [cardscan-ui](https://github.com/getbouncer/cardscan-android) from 2.1.0011 to 2.1.0012. - [Release notes](https://github.com/getbouncer/cardscan-android/releases) - [Changelog](https://github.com/getbouncer/cardscan-android/blob/master/CHANGELOG.md) - [Commits](https://github.com/getbouncer/cardscan-android/compare/2.1.0011...2.1.0012) --- updated-dependencies: - dependency-name: com.getbouncer:cardscan-ui dependency-type: direct:production update-type: version-update:semver-patch ... Signed-off-by: dependabot[bot] Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com> * Bump kotlin-gradle-plugin from 1.5.30 to 1.5.31 (#253) Bumps [kotlin-gradle-plugin](https://github.com/JetBrains/kotlin) from 1.5.30 to 1.5.31. - [Release notes](https://github.com/JetBrains/kotlin/releases) - [Changelog](https://github.com/JetBrains/kotlin/blob/v1.5.31/ChangeLog.md) - [Commits](https://github.com/JetBrains/kotlin/compare/v1.5.30...v1.5.31) --- updated-dependencies: - dependency-name: org.jetbrains.kotlin:kotlin-gradle-plugin dependency-type: direct:production update-type: version-update:semver-patch ... Signed-off-by: dependabot[bot] Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com> * Bump constraintlayout from 2.1.0 to 2.1.1 (#257) Bumps [constraintlayout](https://github.com/androidx/constraintlayout) from 2.1.0 to 2.1.1. - [Release notes](https://github.com/androidx/constraintlayout/releases) - [Commits](https://github.com/androidx/constraintlayout/commits) --- updated-dependencies: - dependency-name: androidx.constraintlayout:constraintlayout dependency-type: direct:production update-type: version-update:semver-patch ... Signed-off-by: dependabot[bot] Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com> * Improve validation logic, fix tests (#261) * Fix nullable return type (#260) * Bump okhttp from 4.9.1 to 4.9.2 (#258) Bumps [okhttp](https://github.com/square/okhttp) from 4.9.1 to 4.9.2. - [Release notes](https://github.com/square/okhttp/releases) - [Changelog](https://github.com/square/okhttp/blob/master/CHANGELOG.md) - [Commits](https://github.com/square/okhttp/compare/parent-4.9.1...parent-4.9.2) --- updated-dependencies: - dependency-name: com.squareup.okhttp3:okhttp dependency-type: direct:production update-type: version-update:semver-patch ... Signed-off-by: dependabot[bot] Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com> Co-authored-by: Dmytro * Bump dokka_version from 1.5.30 to 1.5.31 (#264) Bumps `dokka_version` from 1.5.30 to 1.5.31. Updates `dokka-gradle-plugin` from 1.5.30 to 1.5.31 - [Release notes](https://github.com/Kotlin/dokka/releases) - [Commits](https://github.com/Kotlin/dokka/compare/v1.5.30...v1.5.31) Updates `dokka-base` from 1.5.30 to 1.5.31 - [Release notes](https://github.com/Kotlin/dokka/releases) - [Commits](https://github.com/Kotlin/dokka/compare/v1.5.30...v1.5.31) --- updated-dependencies: - dependency-name: org.jetbrains.dokka:dokka-gradle-plugin dependency-type: direct:production update-type: version-update:semver-patch - dependency-name: org.jetbrains.dokka:dokka-base dependency-type: direct:production update-type: version-update:semver-patch ... Signed-off-by: dependabot[bot] Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com> Co-authored-by: Dmytro * Public release v1.6.15 (#266) * Version name & code rise * Update docs * Bump firebase-bom from 28.4.1 to 28.4.2 (#270) Bumps firebase-bom from 28.4.1 to 28.4.2. --- updated-dependencies: - dependency-name: com.google.firebase:firebase-bom dependency-type: direct:production update-type: version-update:semver-patch ... Signed-off-by: dependabot[bot] Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com> * Bump mockito_version from 3.12.4 to 4.0.0 (#271) Bumps `mockito_version` from 3.12.4 to 4.0.0. Updates `mockito-core` from 3.12.4 to 4.0.0 - [Release notes](https://github.com/mockito/mockito/releases) - [Commits](https://github.com/mockito/mockito/compare/v3.12.4...v4.0.0) Updates `mockito-inline` from 3.12.4 to 4.0.0 - [Release notes](https://github.com/mockito/mockito/releases) - [Commits](https://github.com/mockito/mockito/compare/v3.12.4...v4.0.0) --- updated-dependencies: - dependency-name: org.mockito:mockito-core dependency-type: direct:production update-type: version-update:semver-major - dependency-name: org.mockito:mockito-inline dependency-type: direct:production update-type: version-update:semver-major ... Signed-off-by: dependabot[bot] Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com> * Bump gradle from 7.0.2 to 7.0.3 (#273) Bumps gradle from 7.0.2 to 7.0.3. --- updated-dependencies: - dependency-name: com.android.tools.build:gradle dependency-type: direct:production update-type: version-update:semver-patch ... Signed-off-by: dependabot[bot] Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com> * Fix submit function response body (#274) * Public release v1.6.16 (#275) * Merge dev into master (#269) * Release/v1.6.13 to dev (#240) * Bump dokka_version from 1.5.0 to 1.5.30 (#242) Bumps `dokka_version` from 1.5.0 to 1.5.30. Updates `dokka-gradle-plugin` from 1.5.0 to 1.5.30 - [Release notes](https://github.com/Kotlin/dokka/releases) - [Commits](https://github.com/Kotlin/dokka/compare/v1.5.0...v1.5.30) Updates `dokka-base` from 1.5.0 to 1.5.30 - [Release notes](https://github.com/Kotlin/dokka/releases) - [Commits](https://github.com/Kotlin/dokka/compare/v1.5.0...v1.5.30) --- updated-dependencies: - dependency-name: org.jetbrains.dokka:dokka-gradle-plugin dependency-type: direct:production update-type: version-update:semver-patch - dependency-name: org.jetbrains.dokka:dokka-base dependency-type: direct:production update-type: version-update:semver-patch ... Signed-off-by: dependabot[bot] Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com> * Improve default validation (#243) * Update MIGRATING.md (#244) * Release v1.6.14 (#246) * Bump cardscan-ui from 2.1.0011 to 2.1.0012 (#249) Bumps [cardscan-ui](https://github.com/getbouncer/cardscan-android) from 2.1.0011 to 2.1.0012. - [Release notes](https://github.com/getbouncer/cardscan-android/releases) - [Changelog](https://github.com/getbouncer/cardscan-android/blob/master/CHANGELOG.md) - [Commits](https://github.com/getbouncer/cardscan-android/compare/2.1.0011...2.1.0012) --- updated-dependencies: - dependency-name: com.getbouncer:cardscan-ui dependency-type: direct:production update-type: version-update:semver-patch ... Signed-off-by: dependabot[bot] Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com> * Bump kotlin-gradle-plugin from 1.5.30 to 1.5.31 (#253) Bumps [kotlin-gradle-plugin](https://github.com/JetBrains/kotlin) from 1.5.30 to 1.5.31. - [Release notes](https://github.com/JetBrains/kotlin/releases) - [Changelog](https://github.com/JetBrains/kotlin/blob/v1.5.31/ChangeLog.md) - [Commits](https://github.com/JetBrains/kotlin/compare/v1.5.30...v1.5.31) --- updated-dependencies: - dependency-name: org.jetbrains.kotlin:kotlin-gradle-plugin dependency-type: direct:production update-type: version-update:semver-patch ... Signed-off-by: dependabot[bot] Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com> * Bump constraintlayout from 2.1.0 to 2.1.1 (#257) Bumps [constraintlayout](https://github.com/androidx/constraintlayout) from 2.1.0 to 2.1.1. - [Release notes](https://github.com/androidx/constraintlayout/releases) - [Commits](https://github.com/androidx/constraintlayout/commits) --- updated-dependencies: - dependency-name: androidx.constraintlayout:constraintlayout dependency-type: direct:production update-type: version-update:semver-patch ... Signed-off-by: dependabot[bot] Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com> * Improve validation logic, fix tests (#261) * Fix nullable return type (#260) * Bump okhttp from 4.9.1 to 4.9.2 (#258) Bumps [okhttp](https://github.com/square/okhttp) from 4.9.1 to 4.9.2. - [Release notes](https://github.com/square/okhttp/releases) - [Changelog](https://github.com/square/okhttp/blob/master/CHANGELOG.md) - [Commits](https://github.com/square/okhttp/compare/parent-4.9.1...parent-4.9.2) --- updated-dependencies: - dependency-name: com.squareup.okhttp3:okhttp dependency-type: direct:production update-type: version-update:semver-patch ... Signed-off-by: dependabot[bot] Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com> Co-authored-by: Dmytro * Bump dokka_version from 1.5.30 to 1.5.31 (#264) Bumps `dokka_version` from 1.5.30 to 1.5.31. Updates `dokka-gradle-plugin` from 1.5.30 to 1.5.31 - [Release notes](https://github.com/Kotlin/dokka/releases) - [Commits](https://github.com/Kotlin/dokka/compare/v1.5.30...v1.5.31) Updates `dokka-base` from 1.5.30 to 1.5.31 - [Release notes](https://github.com/Kotlin/dokka/releases) - [Commits](https://github.com/Kotlin/dokka/compare/v1.5.30...v1.5.31) --- updated-dependencies: - dependency-name: org.jetbrains.dokka:dokka-gradle-plugin dependency-type: direct:production update-type: version-update:semver-patch - dependency-name: org.jetbrains.dokka:dokka-base dependency-type: direct:production update-type: version-update:semver-patch ... Signed-off-by: dependabot[bot] Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com> Co-authored-by: Dmytro * Public release v1.6.15 (#266) * Version name & code rise * Update docs Co-authored-by: Dmytro Kos Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com> * Images patch 1 (#272) * Version name & code rise * Update docs * Update config.yml Co-authored-by: Dmytro Kos Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com> Co-authored-by: Dmytro Kos Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com> * Merge dev into master (#280) * Release/v1.6.13 to dev (#240) * Bump dokka_version from 1.5.0 to 1.5.30 (#242) Bumps `dokka_version` from 1.5.0 to 1.5.30. Updates `dokka-gradle-plugin` from 1.5.0 to 1.5.30 - [Release notes](https://github.com/Kotlin/dokka/releases) - [Commits](https://github.com/Kotlin/dokka/compare/v1.5.0...v1.5.30) Updates `dokka-base` from 1.5.0 to 1.5.30 - [Release notes](https://github.com/Kotlin/dokka/releases) - [Commits](https://github.com/Kotlin/dokka/compare/v1.5.0...v1.5.30) --- updated-dependencies: - dependency-name: org.jetbrains.dokka:dokka-gradle-plugin dependency-type: direct:production update-type: version-update:semver-patch - dependency-name: org.jetbrains.dokka:dokka-base dependency-type: direct:production update-type: version-update:semver-patch ... Signed-off-by: dependabot[bot] Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com> * Improve default validation (#243) * Update MIGRATING.md (#244) * Release v1.6.14 (#246) * Bump cardscan-ui from 2.1.0011 to 2.1.0012 (#249) Bumps [cardscan-ui](https://github.com/getbouncer/cardscan-android) from 2.1.0011 to 2.1.0012. - [Release notes](https://github.com/getbouncer/cardscan-android/releases) - [Changelog](https://github.com/getbouncer/cardscan-android/blob/master/CHANGELOG.md) - [Commits](https://github.com/getbouncer/cardscan-android/compare/2.1.0011...2.1.0012) --- updated-dependencies: - dependency-name: com.getbouncer:cardscan-ui dependency-type: direct:production update-type: version-update:semver-patch ... Signed-off-by: dependabot[bot] Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com> * Bump kotlin-gradle-plugin from 1.5.30 to 1.5.31 (#253) Bumps [kotlin-gradle-plugin](https://github.com/JetBrains/kotlin) from 1.5.30 to 1.5.31. - [Release notes](https://github.com/JetBrains/kotlin/releases) - [Changelog](https://github.com/JetBrains/kotlin/blob/v1.5.31/ChangeLog.md) - [Commits](https://github.com/JetBrains/kotlin/compare/v1.5.30...v1.5.31) --- updated-dependencies: - dependency-name: org.jetbrains.kotlin:kotlin-gradle-plugin dependency-type: direct:production update-type: version-update:semver-patch ... Signed-off-by: dependabot[bot] Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com> * Bump constraintlayout from 2.1.0 to 2.1.1 (#257) Bumps [constraintlayout](https://github.com/androidx/constraintlayout) from 2.1.0 to 2.1.1. - [Release notes](https://github.com/androidx/constraintlayout/releases) - [Commits](https://github.com/androidx/constraintlayout/commits) --- updated-dependencies: - dependency-name: androidx.constraintlayout:constraintlayout dependency-type: direct:production update-type: version-update:semver-patch ... Signed-off-by: dependabot[bot] Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com> * Improve validation logic, fix tests (#261) * Fix nullable return type (#260) * Bump okhttp from 4.9.1 to 4.9.2 (#258) Bumps [okhttp](https://github.com/square/okhttp) from 4.9.1 to 4.9.2. - [Release notes](https://github.com/square/okhttp/releases) - [Changelog](https://github.com/square/okhttp/blob/master/CHANGELOG.md) - [Commits](https://github.com/square/okhttp/compare/parent-4.9.1...parent-4.9.2) --- updated-dependencies: - dependency-name: com.squareup.okhttp3:okhttp dependency-type: direct:production update-type: version-update:semver-patch ... Signed-off-by: dependabot[bot] Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com> Co-authored-by: Dmytro * Bump dokka_version from 1.5.30 to 1.5.31 (#264) Bumps `dokka_version` from 1.5.30 to 1.5.31. Updates `dokka-gradle-plugin` from 1.5.30 to 1.5.31 - [Release notes](https://github.com/Kotlin/dokka/releases) - [Commits](https://github.com/Kotlin/dokka/compare/v1.5.30...v1.5.31) Updates `dokka-base` from 1.5.30 to 1.5.31 - [Release notes](https://github.com/Kotlin/dokka/releases) - [Commits](https://github.com/Kotlin/dokka/compare/v1.5.30...v1.5.31) --- updated-dependencies: - dependency-name: org.jetbrains.dokka:dokka-gradle-plugin dependency-type: direct:production update-type: version-update:semver-patch - dependency-name: org.jetbrains.dokka:dokka-base dependency-type: direct:production update-type: version-update:semver-patch ... Signed-off-by: dependabot[bot] Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com> Co-authored-by: Dmytro * Public release v1.6.15 (#266) * Version name & code rise * Update docs * Bump firebase-bom from 28.4.1 to 28.4.2 (#270) Bumps firebase-bom from 28.4.1 to 28.4.2. --- updated-dependencies: - dependency-name: com.google.firebase:firebase-bom dependency-type: direct:production update-type: version-update:semver-patch ... Signed-off-by: dependabot[bot] Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com> * Bump mockito_version from 3.12.4 to 4.0.0 (#271) Bumps `mockito_version` from 3.12.4 to 4.0.0. Updates `mockito-core` from 3.12.4 to 4.0.0 - [Release notes](https://github.com/mockito/mockito/releases) - [Commits](https://github.com/mockito/mockito/compare/v3.12.4...v4.0.0) Updates `mockito-inline` from 3.12.4 to 4.0.0 - [Release notes](https://github.com/mockito/mockito/releases) - [Commits](https://github.com/mockito/mockito/compare/v3.12.4...v4.0.0) --- updated-dependencies: - dependency-name: org.mockito:mockito-core dependency-type: direct:production update-type: version-update:semver-major - dependency-name: org.mockito:mockito-inline dependency-type: direct:production update-type: version-update:semver-major ... Signed-off-by: dependabot[bot] Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com> * Bump gradle from 7.0.2 to 7.0.3 (#273) Bumps gradle from 7.0.2 to 7.0.3. --- updated-dependencies: - dependency-name: com.android.tools.build:gradle dependency-type: direct:production update-type: version-update:semver-patch ... Signed-off-by: dependabot[bot] Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com> * Fix submit function response body (#274) * Public release v1.6.16 (#275) * Merge dev into master (#269) * Release/v1.6.13 to dev (#240) * Bump dokka_version from 1.5.0 to 1.5.30 (#242) Bumps `dokka_version` from 1.5.0 to 1.5.30. Updates `dokka-gradle-plugin` from 1.5.0 to 1.5.30 - [Release notes](https://github.com/Kotlin/dokka/releases) - [Commits](https://github.com/Kotlin/dokka/compare/v1.5.0...v1.5.30) Updates `dokka-base` from 1.5.0 to 1.5.30 - [Release notes](https://github.com/Kotlin/dokka/releases) - [Commits](https://github.com/Kotlin/dokka/compare/v1.5.0...v1.5.30) --- updated-dependencies: - dependency-name: org.jetbrains.dokka:dokka-gradle-plugin dependency-type: direct:production update-type: version-update:semver-patch - dependency-name: org.jetbrains.dokka:dokka-base dependency-type: direct:production update-type: version-update:semver-patch ... Signed-off-by: dependabot[bot] Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com> * Improve default validation (#243) * Update MIGRATING.md (#244) * Release v1.6.14 (#246) * Bump cardscan-ui from 2.1.0011 to 2.1.0012 (#249) Bumps [cardscan-ui](https://github.com/getbouncer/cardscan-android) from 2.1.0011 to 2.1.0012. - [Release notes](https://github.com/getbouncer/cardscan-android/releases) - [Changelog](https://github.com/getbouncer/cardscan-android/blob/master/CHANGELOG.md) - [Commits](https://github.com/getbouncer/cardscan-android/compare/2.1.0011...2.1.0012) --- updated-dependencies: - dependency-name: com.getbouncer:cardscan-ui dependency-type: direct:production update-type: version-update:semver-patch ... Signed-off-by: dependabot[bot] Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com> * Bump kotlin-gradle-plugin from 1.5.30 to 1.5.31 (#253) Bumps [kotlin-gradle-plugin](https://github.com/JetBrains/kotlin) from 1.5.30 to 1.5.31. - [Release notes](https://github.com/JetBrains/kotlin/releases) - [Changelog](https://github.com/JetBrains/kotlin/blob/v1.5.31/ChangeLog.md) - [Commits](https://github.com/JetBrains/kotlin/compare/v1.5.30...v1.5.31) --- updated-dependencies: - dependency-name: org.jetbrains.kotlin:kotlin-gradle-plugin dependency-type: direct:production update-type: version-update:semver-patch ... Signed-off-by: dependabot[bot] Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com> * Bump constraintlayout from 2.1.0 to 2.1.1 (#257) Bumps [constraintlayout](https://github.com/androidx/constraintlayout) from 2.1.0 to 2.1.1. - [Release notes](https://github.com/androidx/constraintlayout/releases) - [Commits](https://github.com/androidx/constraintlayout/commits) --- updated-dependencies: - dependency-name: androidx.constraintlayout:constraintlayout dependency-type: direct:production update-type: version-update:semver-patch ... Signed-off-by: dependabot[bot] Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com> * Improve validation logic, fix tests (#261) * Fix nullable return type (#260) * Bump okhttp from 4.9.1 to 4.9.2 (#258) Bumps [okhttp](https://github.com/square/okhttp) from 4.9.1 to 4.9.2. - [Release notes](https://github.com/square/okhttp/releases) - [Changelog](https://github.com/square/okhttp/blob/master/CHANGELOG.md) - [Commits](https://github.com/square/okhttp/compare/parent-4.9.1...parent-4.9.2) --- updated-dependencies: - dependency-name: com.squareup.okhttp3:okhttp dependency-type: direct:production update-type: version-update:semver-patch ... Signed-off-by: dependabot[bot] Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com> Co-authored-by: Dmytro * Bump dokka_version from 1.5.30 to 1.5.31 (#264) Bumps `dokka_version` from 1.5.30 to 1.5.31. Updates `dokka-gradle-plugin` from 1.5.30 to 1.5.31 - [Release notes](https://github.com/Kotlin/dokka/releases) - [Commits](https://github.com/Kotlin/dokka/compare/v1.5.30...v1.5.31) Updates `dokka-base` from 1.5.30 to 1.5.31 - [Release notes](https://github.com/Kotlin/dokka/releases) - [Commits](https://github.com/Kotlin/dokka/compare/v1.5.30...v1.5.31) --- updated-dependencies: - dependency-name: org.jetbrains.dokka:dokka-gradle-plugin dependency-type: direct:production update-type: version-update:semver-patch - dependency-name: org.jetbrains.dokka:dokka-base dependency-type: direct:production update-type: version-update:semver-patch ... Signed-off-by: dependabot[bot] Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com> Co-authored-by: Dmytro * Public release v1.6.15 (#266) * Version name & code rise * Update docs Co-authored-by: Dmytro Kos Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com> * Images patch 1 (#272) * Version name & code rise * Update docs * Update config.yml Co-authored-by: Dmytro Kos Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com> * Bump tensorflow-lite from 2.1.0011 to 2.1.0015 (#262) Bumps [tensorflow-lite](https://github.com/getbouncer/cardscan-android) from 2.1.0011 to 2.1.0015. - [Release notes](https://github.com/getbouncer/cardscan-android/releases) - [Changelog](https://github.com/getbouncer/cardscan-android/blob/master/CHANGELOG.md) - [Commits](https://github.com/getbouncer/cardscan-android/compare/2.1.0011...2.1.0015) --- updated-dependencies: - dependency-name: com.getbouncer:tensorflow-lite dependency-type: direct:production update-type: version-update:semver-patch ... Signed-off-by: dependabot[bot] Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com> Co-authored-by: dmytrodmytryshyn * Bump scan-payment-full from 2.1.0011 to 2.1.0015 (#265) Bumps [scan-payment-full](https://github.com/getbouncer/cardscan-android) from 2.1.0011 to 2.1.0015. - [Release notes](https://github.com/getbouncer/cardscan-android/releases) - [Changelog](https://github.com/getbouncer/cardscan-android/blob/master/CHANGELOG.md) - [Commits](https://github.com/getbouncer/cardscan-android/compare/2.1.0011...2.1.0015) --- updated-dependencies: - dependency-name: com.getbouncer:scan-payment-full dependency-type: direct:production update-type: version-update:semver-patch ... Signed-off-by: dependabot[bot] Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com> Co-authored-by: dmytrodmytryshyn * Bump cardscan-ui from 2.1.0012 to 2.1.0015 (#263) Bumps [cardscan-ui](https://github.com/getbouncer/cardscan-android) from 2.1.0012 to 2.1.0015. - [Release notes](https://github.com/getbouncer/cardscan-android/releases) - [Changelog](https://github.com/getbouncer/cardscan-android/blob/master/CHANGELOG.md) - [Commits](https://github.com/getbouncer/cardscan-android/compare/2.1.0012...2.1.0015) --- updated-dependencies: - dependency-name: com.getbouncer:cardscan-ui dependency-type: direct:production update-type: version-update:semver-patch ... Signed-off-by: dependabot[bot] Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com> Co-authored-by: dmytrodmytryshyn * Bump bouncer versions from 2.1.0015 -> 2.1.0016 (#279) * Bouncer adapter version name & code rise (#278) Co-authored-by: Dmytro Kos Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com> * Version name & code rise * Update docs Co-authored-by: Dmytro Kos Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com> * Bump firebase-bom from 29.0.0 to 29.0.1 (#302) Bumps firebase-bom from 29.0.0 to 29.0.1. --- updated-dependencies: - dependency-name: com.google.firebase:firebase-bom dependency-type: direct:production update-type: version-update:semver-patch ... Signed-off-by: dependabot[bot] Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com> * Bump robolectric from 4.7.2 to 4.7.3 (#303) Bumps [robolectric](https://github.com/robolectric/robolectric) from 4.7.2 to 4.7.3. - [Release notes](https://github.com/robolectric/robolectric/releases) - [Commits](https://github.com/robolectric/robolectric/compare/robolectric-4.7.2...robolectric-4.7.3) --- updated-dependencies: - dependency-name: org.robolectric:robolectric dependency-type: direct:production update-type: version-update:semver-patch ... Signed-off-by: dependabot[bot] Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com> * Bump json from 20210307 to 20211205 (#304) Bumps [json](https://github.com/douglascrockford/JSON-java) from 20210307 to 20211205. - [Release notes](https://github.com/douglascrockford/JSON-java/releases) - [Changelog](https://github.com/stleary/JSON-java/blob/master/docs/RELEASES.md) - [Commits](https://github.com/douglascrockford/JSON-java/commits) --- updated-dependencies: - dependency-name: org.json:json dependency-type: direct:production update-type: version-update:semver-major ... Signed-off-by: dependabot[bot] Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com> * Bump play-services-auth from 19.2.0 to 20.0.0 (#306) Bumps play-services-auth from 19.2.0 to 20.0.0. --- updated-dependencies: - dependency-name: com.google.android.gms:play-services-auth dependency-type: direct:production update-type: version-update:semver-major ... Signed-off-by: dependabot[bot] Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com> * Bump firebase-bom from 29.0.1 to 29.0.2 (#311) Bumps firebase-bom from 29.0.1 to 29.0.2. --- updated-dependencies: - dependency-name: com.google.firebase:firebase-bom dependency-type: direct:production update-type: version-update:semver-patch ... Signed-off-by: dependabot[bot] Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com> * Move google-services.json to ci (#307) * Remove google-services.json. Update ci config. Add test code for check file creation. * Remove tests code. * Fix TextInputFieldLayout.kt error restore after screen rotation (#312) * Bump kotlin-gradle-plugin from 1.6.0 to 1.6.10 (#313) Bumps [kotlin-gradle-plugin](https://github.com/JetBrains/kotlin) from 1.6.0 to 1.6.10. - [Release notes](https://github.com/JetBrains/kotlin/releases) - [Changelog](https://github.com/JetBrains/kotlin/blob/v1.6.10/ChangeLog.md) - [Commits](https://github.com/JetBrains/kotlin/compare/v1.6.0...v1.6.10) --- updated-dependencies: - dependency-name: org.jetbrains.kotlin:kotlin-gradle-plugin dependency-type: direct:production update-type: version-update:semver-patch ... Signed-off-by: dependabot[bot] Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com> * Bump gradle from 7.0.3 to 7.0.4 (#305) Bumps gradle from 7.0.3 to 7.0.4. --- updated-dependencies: - dependency-name: com.android.tools.build:gradle dependency-type: direct:production update-type: version-update:semver-patch ... Signed-off-by: dependabot[bot] Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com> * Merge public release v1.6.18 into dev (#315) * Merge public release 1.6.16 into master (#277) * Release/v1.6.13 to dev (#240) * Bump dokka_version from 1.5.0 to 1.5.30 (#242) Bumps `dokka_version` from 1.5.0 to 1.5.30. Updates `dokka-gradle-plugin` from 1.5.0 to 1.5.30 - [Release notes](https://github.com/Kotlin/dokka/releases) - [Commits](https://github.com/Kotlin/dokka/compare/v1.5.0...v1.5.30) Updates `dokka-base` from 1.5.0 to 1.5.30 - [Release notes](https://github.com/Kotlin/dokka/releases) - [Commits](https://github.com/Kotlin/dokka/compare/v1.5.0...v1.5.30) --- updated-dependencies: - dependency-name: org.jetbrains.dokka:dokka-gradle-plugin dependency-type: direct:production update-type: version-update:semver-patch - dependency-name: org.jetbrains.dokka:dokka-base dependency-type: direct:production update-type: version-update:semver-patch ... Signed-off-by: dependabot[bot] Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com> * Improve default validation (#243) * Update MIGRATING.md (#244) * Release v1.6.14 (#246) * Bump cardscan-ui from 2.1.0011 to 2.1.0012 (#249) Bumps [cardscan-ui](https://github.com/getbouncer/cardscan-android) from 2.1.0011 to 2.1.0012. - [Release notes](https://github.com/getbouncer/cardscan-android/releases) - [Changelog](https://github.com/getbouncer/cardscan-android/blob/master/CHANGELOG.md) - [Commits](https://github.com/getbouncer/cardscan-android/compare/2.1.0011...2.1.0012) --- updated-dependencies: - dependency-name: com.getbouncer:cardscan-ui dependency-type: direct:production update-type: version-update:semver-patch ... Signed-off-by: dependabot[bot] Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com> * Bump kotlin-gradle-plugin from 1.5.30 to 1.5.31 (#253) Bumps [kotlin-gradle-plugin](https://github.com/JetBrains/kotlin) from 1.5.30 to 1.5.31. - [Release notes](https://github.com/JetBrains/kotlin/releases) - [Changelog](https://github.com/JetBrains/kotlin/blob/v1.5.31/ChangeLog.md) - [Commits](https://github.com/JetBrains/kotlin/compare/v1.5.30...v1.5.31) --- updated-dependencies: - dependency-name: org.jetbrains.kotlin:kotlin-gradle-plugin dependency-type: direct:production update-type: version-update:semver-patch ... Signed-off-by: dependabot[bot] Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com> * Bump constraintlayout from 2.1.0 to 2.1.1 (#257) Bumps [constraintlayout](https://github.com/androidx/constraintlayout) from 2.1.0 to 2.1.1. - [Release notes](https://github.com/androidx/constraintlayout/releases) - [Commits](https://github.com/androidx/constraintlayout/commits) --- updated-dependencies: - dependency-name: androidx.constraintlayout:constraintlayout dependency-type: direct:production update-type: version-update:semver-patch ... Signed-off-by: dependabot[bot] Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com> * Improve validation logic, fix tests (#261) * Fix nullable return type (#260) * Bump okhttp from 4.9.1 to 4.9.2 (#258) Bumps [okhttp](https://github.com/square/okhttp) from 4.9.1 to 4.9.2. - [Release notes](https://github.com/square/okhttp/releases) - [Changelog](https://github.com/square/okhttp/blob/master/CHANGELOG.md) - [Commits](https://github.com/square/okhttp/compare/parent-4.9.1...parent-4.9.2) --- updated-dependencies: - dependency-name: com.squareup.okhttp3:okhttp dependency-type: direct:production update-type: version-update:semver-patch ... Signed-off-by: dependabot[bot] Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com> Co-authored-by: Dmytro * Bump dokka_version from 1.5.30 to 1.5.31 (#264) Bumps `dokka_version` from 1.5.30 to 1.5.31. Updates `dokka-gradle-plugin` from 1.5.30 to 1.5.31 - [Release notes](https://github.com/Kotlin/dokka/releases) - [Commits](https://github.com/Kotlin/dokka/compare/v1.5.30...v1.5.31) Updates `dokka-base` from 1.5.30 to 1.5.31 - [Release notes](https://github.com/Kotlin/dokka/releases) - [Commits](https://github.com/Kotlin/dokka/compare/v1.5.30...v1.5.31) --- updated-dependencies: - dependency-name: org.jetbrains.dokka:dokka-gradle-plugin dependency-type: direct:production update-type: version-update:semver-patch - dependency-name: org.jetbrains.dokka:dokka-base dependency-type: direct:production update-type: version-update:semver-patch ... Signed-off-by: dependabot[bot] Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com> Co-authored-by: Dmytro * Public release v1.6.15 (#266) * Version name & code rise * Update docs * Bump firebase-bom from 28.4.1 to 28.4.2 (#270) Bumps firebase-bom from 28.4.1 to 28.4.2. --- updated-dependencies: - dependency-name: com.google.firebase:firebase-bom dependency-type: direct:production update-type: version-update:semver-patch ... Signed-off-by: dependabot[bot] Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com> * Bump mockito_version from 3.12.4 to 4.0.0 (#271) Bumps `mockito_version` from 3.12.4 to 4.0.0. Updates `mockito-core` from 3.12.4 to 4.0.0 - [Release notes](https://github.com/mockito/mockito/releases) - [Commits](https://github.com/mockito/mockito/compare/v3.12.4...v4.0.0) Updates `mockito-inline` from 3.12.4 to 4.0.0 - [Release notes](https://github.com/mockito/mockito/releases) - [Commits](https://github.com/mockito/mockito/compare/v3.12.4...v4.0.0) --- updated-dependencies: - dependency-name: org.mockito:mockito-core dependency-type: direct:production update-type: version-update:semver-major - dependency-name: org.mockito:mockito-inline dependency-type: direct:production update-type: version-update:semver-major ... Signed-off-by: dependabot[bot] Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com> * Bump gradle from 7.0.2 to 7.0.3 (#273) Bumps gradle from 7.0.2 to 7.0.3. --- updated-dependencies: - dependency-name: com.android.tools.build:gradle dependency-type: direct:production update-type: version-update:semver-patch ... Signed-off-by: dependabot[bot] Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com> * Fix submit function response body (#274) * Public release v1.6.16 (#275) * Merge dev into master (#269) * Release/v1.6.13 to dev (#240) * Bump dokka_version from 1.5.0 to 1.5.30 (#242) Bumps `dokka_version` from 1.5.0 to 1.5.30. Updates `dokka-gradle-plugin` from 1.5.0 to 1.5.30 - [Release notes](https://github.com/Kotlin/dokka/releases) - [Commits](https://github.com/Kotlin/dokka/compare/v1.5.0...v1.5.30) Updates `dokka-base` from 1.5.0 to 1.5.30 - [Release notes](https://github.com/Kotlin/dokka/releases) - [Commits](https://github.com/Kotlin/dokka/compare/v1.5.0...v1.5.30) --- updated-dependencies: - dependency-name: org.jetbrains.dokka:dokka-gradle-plugin dependency-type: direct:production update-type: version-update:semver-patch - dependency-name: org.jetbrains.dokka:dokka-base dependency-type: direct:production update-type: version-update:semver-patch ... Signed-off-by: dependabot[bot] Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com> * Improve default validation (#243) * Update MIGRATING.md (#244) * Release v1.6.14 (#246) * Bump cardscan-ui from 2.1.0011 to 2.1.0012 (#249) Bumps [cardscan-ui](https://github.com/getbouncer/cardscan-android) from 2.1.0011 to 2.1.0012. - [Release notes](https://github.com/getbouncer/cardscan-android/releases) - [Changelog](https://github.com/getbouncer/cardscan-android/blob/master/CHANGELOG.md) - [Commits](https://github.com/getbouncer/cardscan-android/compare/2.1.0011...2.1.0012) --- updated-dependencies: - dependency-name: com.getbouncer:cardscan-ui dependency-type: direct:production update-type: version-update:semver-patch ... Signed-off-by: dependabot[bot] Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com> * Bump kotlin-gradle-plugin from 1.5.30 to 1.5.31 (#253) Bumps [kotlin-gradle-plugin](https://github.com/JetBrains/kotlin) from 1.5.30 to 1.5.31. - [Release notes](https://github.com/JetBrains/kotlin/releases) - [Changelog](https://github.com/JetBrains/kotlin/blob/v1.5.31/ChangeLog.md) - [Commits](https://github.com/JetBrains/kotlin/compare/v1.5.30...v1.5.31) --- updated-dependencies: - dependency-name: org.jetbrains.kotlin:kotlin-gradle-plugin dependency-type: direct:production update-type: version-update:semver-patch ... Signed-off-by: dependabot[bot] Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com> * Bump constraintlayout from 2.1.0 to 2.1.1 (#257) Bumps [constraintlayout](https://github.com/androidx/constraintlayout) from 2.1.0 to 2.1.1. - [Release notes](https://github.com/androidx/constraintlayout/releases) - [Commits](https://github.com/androidx/constraintlayout/commits) --- updated-dependencies: - dependency-name: androidx.constraintlayout:constraintlayout dependency-type: direct:production update-type: version-update:semver-patch ... Signed-off-by: dependabot[bot] Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com> * Improve validation logic, fix tests (#261) * Fix nullable return type (#260) * Bump okhttp from 4.9.1 to 4.9.2 (#258) Bumps [okhttp](https://github.com/square/okhttp) from 4.9.1 to 4.9.2. - [Release notes](https://github.com/square/okhttp/releases) - [Changelog](https://github.com/square/okhttp/blob/master/CHANGELOG.md) - [Commits](https://github.com/square/okhttp/compare/parent-4.9.1...parent-4.9.2) --- updated-dependencies: - dependency-name: com.squareup.okhttp3:okhttp dependency-type: direct:production update-type: version-update:semver-patch ... Signed-off-by: dependabot[bot] Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com> Co-authored-by: Dmytro * Bump dokka_version from 1.5.30 to 1.5.31 (#264) Bumps `dokka_version` from 1.5.30 to 1.5.31. Updates `dokka-gradle-plugin` from 1.5.30 to 1.5.31 - [Release notes](https://github.com/Kotlin/dokka/releases) - [Commits](https://github.com/Kotlin/dokka/compare/v1.5.30...v1.5.31) Updates `dokka-base` from 1.5.30 to 1.5.31 - [Release notes](https://github.com/Kotlin/dokka/releases) - [Commits](https://github.com/Kotlin/dokka/compare/v1.5.30...v1.5.31) --- updated-dependencies: - dependency-name: org.jetbrains.dokka:dokka-gradle-plugin dependency-type: direct:production update-type: version-update:semver-patch - dependency-name: org.jetbrains.dokka:dokka-base dependency-type: direct:production update-type: version-update:semver-patch ... Signed-off-by: dependabot[bot] Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com> Co-authored-by: Dmytro * Public release v1.6.15 (#266) * Version name & code rise * Update docs Co-authored-by: Dmytro Kos Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com> * Images patch 1 (#272) * Version name & code rise * Update docs * Update config.yml Co-authored-by: Dmytro Kos Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com> Co-authored-by: Dmytro Kos Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com> * Merge dev into master (#280) * Release/v1.6.13 to dev (#240) * Bump dokka_version from 1.5.0 to 1.5.30 (#242) Bumps `dokka_version` from 1.5.0 to 1.5.30. Updates `dokka-gradle-plugin` from 1.5.0 to 1.5.30 - [Release notes](https://github.com/Kotlin/dokka/releases) - [Commits](https://github.com/Kotlin/dokka/compare/v1.5.0...v1.5.30) Updates `dokka-base` from 1.5.0 to 1.5.30 - [Release notes](https://github.com/Kotlin/dokka/releases) - [Commits](https://github.com/Kotlin/dokka/compare/v1.5.0...v1.5.30) --- updated-dependencies: - dependency-name: org.jetbrains.dokka:dokka-gradle-plugin dependency-type: direct:production update-type: version-update:semver-patch - dependency-name: org.jetbrains.dokka:dokka-base dependency-type: direct:production update-type: version-update:semver-patch ... Signed-off-by: dependabot[bot] Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com> * Improve default validation (#243) * Update MIGRATING.md (#244) * Release v1.6.14 (#246) * Bump cardscan-ui from 2.1.0011 to 2.1.0012 (#249) Bumps [cardscan-ui](https://github.com/getbouncer/cardscan-android) from 2.1.0011 to 2.1.0012. - [Release notes](https://github.com/getbouncer/cardscan-android/releases) - [Changelog](https://github.com/getbouncer/cardscan-android/blob/master/CHANGELOG.md) - [Commits](https://github.com/getbouncer/cardscan-android/compare/2.1.0011...2.1.0012) --- updated-dependencies: - dependency-name: com.getbouncer:cardscan-ui dependency-type: direct:production update-type: version-update:semver-patch ... Signed-off-by: dependabot[bot] Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com> * Bump kotlin-gradle-plugin from 1.5.30 to 1.5.31 (#253) Bumps [kotlin-gradle-plugin](https://github.com/JetBrains/kotlin) from 1.5.30 to 1.5.31. - [Release notes](https://github.com/JetBrains/kotlin/releases) - [Changelog](https://github.com/JetBrains/kotlin/blob/v1.5.31/ChangeLog.md) - [Commits](https://github.com/JetBrains/kotlin/compare/v1.5.30...v1.5.31) --- updated-dependencies: - dependency-name: org.jetbrains.kotlin:kotlin-gradle-plugin dependency-type: direct:production update-type: version-update:semver-patch ... Signed-off-by: dependabot[bot] Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com> * Bump constraintlayout from 2.1.0 to 2.1.1 (#257) Bumps [constraintlayout](https://github.com/androidx/constraintlayout) from 2.1.0 to 2.1.1. - [Release notes](https://github.com/androidx/constraintlayout/releases) - [Commits](https://github.com/androidx/constraintlayout/commits) --- updated-dependencies: - dependency-name: androidx.constraintlayout:constraintlayout dependency-type: direct:production update-type: version-update:semver-patch ... Signed-off-by: dependabot[bot] Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com> * Improve validation logic, fix tests (#261) * Fix nullable return type (#260) * Bump okhttp from 4.9.1 to 4.9.2 (#258) Bumps [okhttp](https://github.com/square/okhttp) from 4.9.1 to 4.9.2. - [Release notes](https://github.com/square/okhttp/releases) - [Changelog](https://github.com/square/okhttp/blob/master/CHANGELOG.md) - [Commits](https://github.com/square/okhttp/compare/parent-4.9.1...parent-4.9.2) --- updated-dependencies: - dependency-name: com.squareup.okhttp3:okhttp dependency-type: direct:production update-type: version-update:semver-patch ... Signed-off-by: dependabot[bot] Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com> Co-authored-by: Dmytro * Bump dokka_version from 1.5.30 to 1.5.31 (#264) Bumps `dokka_version` from 1.5.30 to 1.5.31. Updates `dokka-gradle-plugin` from 1.5.30 to 1.5.31 - [Release notes](https://github.com/Kotlin/dokka/releases) - [Commits](https://github.com/Kotlin/dokka/compare/v1.5.30...v1.5.31) Updates `dokka-base` from 1.5.30 to 1.5.31 - [Release notes](https://github.com/Kotlin/dokka/releases) - [Commits](https://github.com/Kotlin/dokka/compare/v1.5.30...v1.5.31) --- updated-dependencies: - dependency-name: org.jetbrains.dokka:dokka-gradle-plugin dependency-type: direct:production update-type: version-update:semver-patch - dependency-name: org.jetbrains.dokka:dokka-base dependency-type: direct:production update-type: version-update:semver-patch ... Signed-off-by: dependabot[bot] Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com> Co-authored-by: Dmytro * Public release v1.6.15 (#266) * Version name & code rise * Update docs * Bump firebase-bom from 28.4.1 to 28.4.2 (#270) Bumps firebase-bom from 28.4.1 to 28.4.2. --- updated-dependencies: - dependency-name: com.google.firebase:firebase-bom dependency-type: direct:production update-type: version-update:semver-patch ... Signed-off-by: dependabot[bot] Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com> * Bump mockito_version from 3.12.4 to 4.0.0 (#271) Bumps `mockito_version` from 3.12.4 to 4.0.0. Updates `mockito-core` from 3.12.4 to 4.0.0 - [Release notes](https://github.com/mockito/mockito/releases) - [Commits](https://github.com/mockito/mockito/compare/v3.12.4...v4.0.0) Updates `mockito-inline` from 3.12.4 to 4.0.0 - [Release notes](https://github.com/mockito/mockito/releases) - [Commits](https://github.com/mockito/mockito/compare/v3.12.4...v4.0.0) --- updated-dependencies: - dependency-name: org.mockito:mockito-core dependency-type: direct:production update-type: version-update:semver-major - dependency-name: org.mockito:mockito-inline dependency-type: direct:production update-type: version-update:semver-major ... Signed-off-by: dependabot[bot] Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com> * Bump gradle from 7.0.2 to 7.0.3 (#273) Bumps gradle from 7.0.2 to 7.0.3. --- updated-dependencies: - dependency-name: com.android.tools.build:gradle dependency-type: direct:production update-type: version-update:semver-patch ... Signed-off-b… * Build(deps): bump androidx.compose:compose-bom (#621) Bumps androidx.compose:compose-bom from 2023.10.01 to 2024.01.00. --- updated-dependencies: - dependency-name: androidx.compose:compose-bom dependency-type: direct:production ... Signed-off-by: dependabot[bot] Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com> * Build(deps): bump androidx.compose.ui:ui-tooling-preview (#623) Bumps androidx.compose.ui:ui-tooling-preview from 1.5.4 to 1.6.0. --- updated-dependencies: - dependency-name: androidx.compose.ui:ui-tooling-preview dependency-type: direct:production update-type: version-update:semver-minor ... Signed-off-by: dependabot[bot] Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com> * Build(deps): bump androidx.compose.ui:ui-tooling from 1.5.4 to 1.6.0 (#624) Bumps androidx.compose.ui:ui-tooling from 1.5.4 to 1.6.0. --- updated-dependencies: - dependency-name: androidx.compose.ui:ui-tooling dependency-type: direct:production update-type: version-update:semver-minor ... Signed-off-by: dependabot[bot] Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com> * Build(deps): bump androidx.compose.material:material from 1.5.4 to 1.6.0 (#622) Bumps androidx.compose.material:material from 1.5.4 to 1.6.0. --- updated-dependencies: - dependency-name: androidx.compose.material:material dependency-type: direct:production update-type: version-update:semver-minor ... Signed-off-by: dependabot[bot] Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com> * Update github template (#625) * Build(deps): bump org.json:json from 20231013 to 20240205 (#628) Bumps [org.json:json](https://github.com/douglascrockford/JSON-java) from 20231013 to 20240205. - [Release notes](https://github.com/douglascrockford/JSON-java/releases) - [Changelog](https://github.com/stleary/JSON-java/blob/master/docs/RELEASES.md) - [Commits](https://github.com/douglascrockford/JSON-java/commits) --- updated-dependencies: - dependency-name: org.json:json dependency-type: direct:production update-type: version-update:semver-major ... Signed-off-by: dependabot[bot] Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com> * Build(deps): bump androidx.compose.ui:ui-tooling-preview (#632) Bumps androidx.compose.ui:ui-tooling-preview from 1.6.0 to 1.6.1. --- updated-dependencies: - dependency-name: androidx.compose.ui:ui-tooling-preview dependency-type: direct:production update-type: version-update:semver-patch ... Signed-off-by: dependabot[bot] Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com> * Build(deps): bump io.gitlab.arturbosch.detekt:detekt-gradle-plugin (#626) Bumps [io.gitlab.arturbosch.detekt:detekt-gradle-plugin](https://github.com/detekt/detekt) from 1.23.4 to 1.23.5. - [Release notes](https://github.com/detekt/detekt/releases) - [Commits](https://github.com/detekt/detekt/compare/v1.23.4...v1.23.5) --- updated-dependencies: - dependency-name: io.gitlab.arturbosch.detekt:detekt-gradle-plugin dependency-type: direct:production update-type: version-update:semver-patch ... Signed-off-by: dependabot[bot] Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com> * Build(deps): bump androidx.compose.material:material from 1.6.0 to 1.6.1 (#629) * Build(deps): bump androidx.compose.material:material from 1.6.0 to 1.6.1 Bumps androidx.compose.material:material from 1.6.0 to 1.6.1. --- updated-dependencies: - dependency-name: androidx.compose.material:material dependency-type: direct:production update-type: version-update:semver-patch ... Signed-off-by: dependabot[bot] * Update android image --------- Signed-off-by: dependabot[bot] Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com> Co-authored-by: dmytrodmytryshyn * Build(deps): bump androidx.compose.ui:ui-tooling from 1.6.0 to 1.6.1 (#630) Bumps androidx.compose.ui:ui-tooling from 1.6.0 to 1.6.1. --- updated-dependencies: - dependency-name: androidx.compose.ui:ui-tooling dependency-type: direct:production update-type: version-update:semver-patch ... Signed-off-by: dependabot[bot] Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com> * Build(deps): bump androidx.compose:compose-bom (#631) Bumps androidx.compose:compose-bom from 2024.01.00 to 2024.02.00. --- updated-dependencies: - dependency-name: androidx.compose:compose-bom dependency-type: direct:production ... Signed-off-by: dependabot[bot] Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com> * Add compose support demo with fragment (#634) * Build(deps): bump org.jetbrains.kotlinx:kover-gradle-plugin (#633) Bumps [org.jetbrains.kotlinx:kover-gradle-plugin](https://github.com/Kotlin/kotlinx-kover) from 0.7.5 to 0.7.6. - [Release notes](https://github.com/Kotlin/kotlinx-kover/releases) - [Changelog](https://github.com/Kotlin/kotlinx-kover/blob/main/CHANGELOG.md) - [Commits](https://github.com/Kotlin/kotlinx-kover/compare/v0.7.5...v0.7.6) --- updated-dependencies: - dependency-name: org.jetbrains.kotlinx:kover-gradle-plugin dependency-type: direct:production update-type: version-update:semver-patch ... Signed-off-by: dependabot[bot] Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com> * Build(deps): bump androidx.compose.material:material from 1.6.1 to 1.6.2 (#636) Bumps androidx.compose.material:material from 1.6.1 to 1.6.2. --- updated-dependencies: - dependency-name: androidx.compose.material:material dependency-type: direct:production update-type: version-update:semver-patch ... Signed-off-by: dependabot[bot] Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com> * Build(deps): bump androidx.compose.ui:ui-tooling from 1.6.1 to 1.6.2 (#635) Bumps androidx.compose.ui:ui-tooling from 1.6.1 to 1.6.2. --- updated-dependencies: - dependency-name: androidx.compose.ui:ui-tooling dependency-type: direct:production update-type: version-update:semver-patch ... Signed-off-by: dependabot[bot] Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com> * Build(deps): bump androidx.test.uiautomator:uiautomator (#637) Bumps androidx.test.uiautomator:uiautomator from 2.2.0 to 2.3.0. --- updated-dependencies: - dependency-name: androidx.test.uiautomator:uiautomator dependency-type: direct:production update-type: version-update:semver-minor ... Signed-off-by: dependabot[bot] Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com> * Build(deps): bump androidx.compose:compose-bom (#639) Bumps androidx.compose:compose-bom from 2024.02.00 to 2024.02.01. --- updated-dependencies: - dependency-name: androidx.compose:compose-bom dependency-type: direct:production ... Signed-off-by: dependabot[bot] Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com> * Fix formatting crash (#640) * Fix formatting crash * Add debug flag from CI task run * Update CI config * Update CI config * Update CI config * Update CI config * Update CI config * Update CI config * Build(deps): bump com.google.android.gms:play-services-wallet (#642) Bumps com.google.android.gms:play-services-wallet from 19.2.1 to 19.3.0. --- updated-dependencies: - dependency-name: com.google.android.gms:play-services-wallet dependency-type: direct:production update-type: version-update:semver-minor ... Signed-off-by: dependabot[bot] Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com> * Merge release v1.9.1 into dev (#644) * Public release v1.8.4 (#609) * Bump gradle from 7.0.2 to 7.0.3 (#273) Bumps gradle from 7.0.2 to 7.0.3. --- updated-dependencies: - dependency-name: com.android.tools.build:gradle dependency-type: direct:production update-type: version-update:semver-patch ... Signed-off-by: dependabot[bot] Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com> * Fix submit function response body (#274) * Public release v1.6.16 (#275) * Merge dev into master (#269) * Release/v1.6.13 to dev (#240) * Bump dokka_version from 1.5.0 to 1.5.30 (#242) Bumps `dokka_version` from 1.5.0 to 1.5.30. Updates `dokka-gradle-plugin` from 1.5.0 to 1.5.30 - [Release notes](https://github.com/Kotlin/dokka/releases) - [Commits](https://github.com/Kotlin/dokka/compare/v1.5.0...v1.5.30) Updates `dokka-base` from 1.5.0 to 1.5.30 - [Release notes](https://github.com/Kotlin/dokka/releases) - [Commits](https://github.com/Kotlin/dokka/compare/v1.5.0...v1.5.30) --- updated-dependencies: - dependency-name: org.jetbrains.dokka:dokka-gradle-plugin dependency-type: direct:production update-type: version-update:semver-patch - dependency-name: org.jetbrains.dokka:dokka-base dependency-type: direct:production update-type: version-update:semver-patch ... Signed-off-by: dependabot[bot] Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com> * Improve default validation (#243) * Update MIGRATING.md (#244) * Release v1.6.14 (#246) * Bump cardscan-ui from 2.1.0011 to 2.1.0012 (#249) Bumps [cardscan-ui](https://github.com/getbouncer/cardscan-android) from 2.1.0011 to 2.1.0012. - [Release notes](https://github.com/getbouncer/cardscan-android/releases) - [Changelog](https://github.com/getbouncer/cardscan-android/blob/master/CHANGELOG.md) - [Commits](https://github.com/getbouncer/cardscan-android/compare/2.1.0011...2.1.0012) --- updated-dependencies: - dependency-name: com.getbouncer:cardscan-ui dependency-type: direct:production update-type: version-update:semver-patch ... Signed-off-by: dependabot[bot] Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com> * Bump kotlin-gradle-plugin from 1.5.30 to 1.5.31 (#253) Bumps [kotlin-gradle-plugin](https://github.com/JetBrains/kotlin) from 1.5.30 to 1.5.31. - [Release notes](https://github.com/JetBrains/kotlin/releases) - [Changelog](https://github.com/JetBrains/kotlin/blob/v1.5.31/ChangeLog.md) - [Commits](https://github.com/JetBrains/kotlin/compare/v1.5.30...v1.5.31) --- updated-dependencies: - dependency-name: org.jetbrains.kotlin:kotlin-gradle-plugin dependency-type: direct:production update-type: version-update:semver-patch ... Signed-off-by: dependabot[bot] Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com> * Bump constraintlayout from 2.1.0 to 2.1.1 (#257) Bumps [constraintlayout](https://github.com/androidx/constraintlayout) from 2.1.0 to 2.1.1. - [Release notes](https://github.com/androidx/constraintlayout/releases) - [Commits](https://github.com/androidx/constraintlayout/commits) --- updated-dependencies: - dependency-name: androidx.constraintlayout:constraintlayout dependency-type: direct:production update-type: version-update:semver-patch ... Signed-off-by: dependabot[bot] Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com> * Improve validation logic, fix tests (#261) * Fix nullable return type (#260) * Bump okhttp from 4.9.1 to 4.9.2 (#258) Bumps [okhttp](https://github.com/square/okhttp) from 4.9.1 to 4.9.2. - [Release notes](https://github.com/square/okhttp/releases) - [Changelog](https://github.com/square/okhttp/blob/master/CHANGELOG.md) - [Commits](https://github.com/square/okhttp/compare/parent-4.9.1...parent-4.9.2) --- updated-dependencies: - dependency-name: com.squareup.okhttp3:okhttp dependency-type: direct:production update-type: version-update:semver-patch ... Signed-off-by: dependabot[bot] Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com> Co-authored-by: Dmytro * Bump dokka_version from 1.5.30 to 1.5.31 (#264) Bumps `dokka_version` from 1.5.30 to 1.5.31. Updates `dokka-gradle-plugin` from 1.5.30 to 1.5.31 - [Release notes](https://github.com/Kotlin/dokka/releases) - [Commits](https://github.com/Kotlin/dokka/compare/v1.5.30...v1.5.31) Updates `dokka-base` from 1.5.30 to 1.5.31 - [Release notes](https://github.com/Kotlin/dokka/releases) - [Commits](https://github.com/Kotlin/dokka/compare/v1.5.30...v1.5.31) --- updated-dependencies: - dependency-name: org.jetbrains.dokka:dokka-gradle-plugin dependency-type: direct:production update-type: version-update:semver-patch - dependency-name: org.jetbrains.dokka:dokka-base dependency-type: direct:production update-type: version-update:semver-patch ... Signed-off-by: dependabot[bot] Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com> Co-authored-by: Dmytro * Public release v1.6.15 (#266) * Version name & code rise * Update docs Co-authored-by: Dmytro Kos Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com> * Images patch 1 (#272) * Version name & code rise * Update docs * Update config.yml Co-authored-by: Dmytro Kos Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com> * Bump tensorflow-lite from 2.1.0011 to 2.1.0015 (#262) Bumps [tensorflow-lite](https://github.com/getbouncer/cardscan-android) from 2.1.0011 to 2.1.0015. - [Release notes](https://github.com/getbouncer/cardscan-android/releases) - [Changelog](https://github.com/getbouncer/cardscan-android/blob/master/CHANGELOG.md) - [Commits](https://github.com/getbouncer/cardscan-android/compare/2.1.0011...2.1.0015) --- updated-dependencies: - dependency-name: com.getbouncer:tensorflow-lite dependency-type: direct:production update-type: version-update:semver-patch ... Signed-off-by: dependabot[bot] Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com> Co-authored-by: dmytrodmytryshyn * Bump scan-payment-full from 2.1.0011 to 2.1.0015 (#265) Bumps [scan-payment-full](https://github.com/getbouncer/cardscan-android) from 2.1.0011 to 2.1.0015. - [Release notes](https://github.com/getbouncer/cardscan-android/releases) - [Changelog](https://github.com/getbouncer/cardscan-android/blob/master/CHANGELOG.md) - [Commits](https://github.com/getbouncer/cardscan-android/compare/2.1.0011...2.1.0015) --- updated-dependencies: - dependency-name: com.getbouncer:scan-payment-full dependency-type: direct:production update-type: version-update:semver-patch ... Signed-off-by: dependabot[bot] Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com> Co-authored-by: dmytrodmytryshyn * Bump cardscan-ui from 2.1.0012 to 2.1.0015 (#263) Bumps [cardscan-ui](https://github.com/getbouncer/cardscan-android) from 2.1.0012 to 2.1.0015. - [Release notes](https://github.com/getbouncer/cardscan-android/releases) - [Changelog](https://github.com/getbouncer/cardscan-android/blob/master/CHANGELOG.md) - [Commits](https://github.com/getbouncer/cardscan-android/compare/2.1.0012...2.1.0015) --- updated-dependencies: - dependency-name: com.getbouncer:cardscan-ui dependency-type: direct:production update-type: version-update:semver-patch ... Signed-off-by: dependabot[bot] Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com> Co-authored-by: dmytrodmytryshyn * Bump bouncer versions from 2.1.0015 -> 2.1.0016 (#279) * Bouncer adapter version name & code rise (#278) * Bump core-ktx from 1.6.0 to 1.7.0 (#285) * Bump core-ktx from 1.6.0 to 1.7.0 Bumps core-ktx from 1.6.0 to 1.7.0. --- updated-dependencies: - dependency-name: androidx.core:core-ktx dependency-type: direct:production update-type: version-update:semver-minor ... Signed-off-by: dependabot[bot] * update compileSdkVersion * update cursor.getString Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com> Co-authored-by: Dmytro * Bump firebase-bom from 28.4.2 to 29.0.0 (#286) Bumps firebase-bom from 28.4.2 to 29.0.0. --- updated-dependencies: - dependency-name: com.google.firebase:firebase-bom dependency-type: direct:production update-type: version-update:semver-major ... Signed-off-by: dependabot[bot] Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com> * Bump robolectric from 4.6.1 to 4.7 (#287) Bumps [robolectric](https://github.com/robolectric/robolectric) from 4.6.1 to 4.7. - [Release notes](https://github.com/robolectric/robolectric/releases) - [Commits](https://github.com/robolectric/robolectric/compare/robolectric-4.6.1...robolectric-4.7) --- updated-dependencies: - dependency-name: org.robolectric:robolectric dependency-type: direct:production update-type: version-update:semver-minor ... Signed-off-by: dependabot[bot] Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com> * Bump kotlin-gradle-plugin from 1.5.31 to 1.6.0 (#288) Bumps [kotlin-gradle-plugin](https://github.com/JetBrains/kotlin) from 1.5.31 to 1.6.0. - [Release notes](https://github.com/JetBrains/kotlin/releases) - [Changelog](https://github.com/JetBrains/kotlin/blob/master/ChangeLog.md) - [Commits](https://github.com/JetBrains/kotlin/commits) --- updated-dependencies: - dependency-name: org.jetbrains.kotlin:kotlin-gradle-plugin dependency-type: direct:production update-type: version-update:semver-minor ... Signed-off-by: dependabot[bot] Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com> * add max Length (#289) * Bump mockk from 1.12.0 to 1.12.1 (#290) Bumps [mockk](https://github.com/mockk/mockk) from 1.12.0 to 1.12.1. - [Release notes](https://github.com/mockk/mockk/releases) - [Commits](https://github.com/mockk/mockk/compare/v1.12.0...1.12.1) --- updated-dependencies: - dependency-name: io.mockk:mockk dependency-type: direct:production update-type: version-update:semver-patch ... Signed-off-by: dependabot[bot] Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com> * Bump appcompat from 1.3.1 to 1.4.0 (#291) Bumps appcompat from 1.3.1 to 1.4.0. --- updated-dependencies: - dependency-name: androidx.appcompat:appcompat dependency-type: direct:production update-type: version-update:semver-minor ... Signed-off-by: dependabot[bot] Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com> * Bump robolectric from 4.7 to 4.7.1 (#292) Bumps [robolectric](https://github.com/robolectric/robolectric) from 4.7 to 4.7.1. - [Release notes](https://github.com/robolectric/robolectric/releases) - [Commits](https://github.com/robolectric/robolectric/compare/robolectric-4.7...robolectric-4.7.1) --- updated-dependencies: - dependency-name: org.robolectric:robolectric dependency-type: direct:production update-type: version-update:semver-patch ... Signed-off-by: dependabot[bot] Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com> * Bump constraintlayout from 2.1.1 to 2.1.2 (#293) Bumps [constraintlayout](https://github.com/androidx/constraintlayout) from 2.1.1 to 2.1.2. - [Release notes](https://github.com/androidx/constraintlayout/releases) - [Commits](https://github.com/androidx/constraintlayout/commits) --- updated-dependencies: - dependency-name: androidx.constraintlayout:constraintlayout dependency-type: direct:production update-type: version-update:semver-patch ... Signed-off-by: dependabot[bot] Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com> * Bump okhttp from 4.9.2 to 4.9.3 (#294) Bumps [okhttp](https://github.com/square/okhttp) from 4.9.2 to 4.9.3. - [Release notes](https://github.com/square/okhttp/releases) - [Changelog](https://github.com/square/okhttp/blob/master/CHANGELOG.md) - [Commits](https://github.com/square/okhttp/compare/parent-4.9.2...parent-4.9.3) --- updated-dependencies: - dependency-name: com.squareup.okhttp3:okhttp dependency-type: direct:production update-type: version-update:semver-patch ... Signed-off-by: dependabot[bot] Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com> * Bump mockito_version from 4.0.0 to 4.1.0 (#295) Bumps `mockito_version` from 4.0.0 to 4.1.0. Updates `mockito-core` from 4.0.0 to 4.1.0 - [Release notes](https://github.com/mockito/mockito/releases) - [Commits](https://github.com/mockito/mockito/compare/v4.0.0...v4.1.0) Updates `mockito-inline` from 4.0.0 to 4.1.0 - [Release notes](https://github.com/mockito/mockito/releases) - [Commits](https://github.com/mockito/mockito/compare/v4.0.0...v4.1.0) --- updated-dependencies: - dependency-name: org.mockito:mockito-core dependency-type: direct:production update-type: version-update:semver-minor - dependency-name: org.mockito:mockito-inline dependency-type: direct:production update-type: version-update:semver-minor ... Signed-off-by: dependabot[bot] Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com> * Bump robolectric from 4.7.1 to 4.7.2 (#296) Bumps [robolectric](https://github.com/robolectric/robolectric) from 4.7.1 to 4.7.2. - [Release notes](https://github.com/robolectric/robolectric/releases) - [Commits](https://github.com/robolectric/robolectric/compare/robolectric-4.7.1...robolectric-4.7.2) --- updated-dependencies: - dependency-name: org.robolectric:robolectric dependency-type: direct:production update-type: version-update:semver-patch ... Signed-off-by: dependabot[bot] Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com> * Bump dokka_version from 1.5.31 to 1.6.0 (#297) Bumps `dokka_version` from 1.5.31 to 1.6.0. Updates `dokka-gradle-plugin` from 1.5.31 to 1.6.0 - [Release notes](https://github.com/Kotlin/dokka/releases) - [Commits](https://github.com/Kotlin/dokka/compare/v1.5.31...v1.6.0) Updates `dokka-base` from 1.5.31 to 1.6.0 - [Release notes](https://github.com/Kotlin/dokka/releases) - [Commits](https://github.com/Kotlin/dokka/compare/v1.5.31...v1.6.0) --- updated-dependencies: - dependency-name: org.jetbrains.dokka:dokka-gradle-plugin dependency-type: direct:production update-type: version-update:semver-minor - dependency-name: org.jetbrains.dokka:dokka-base dependency-type: direct:production update-type: version-update:semver-minor ... Signed-off-by: dependabot[bot] Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com> * Merge public release v1.16.17 into development (#299) * Merge public release 1.6.16 into master (#277) * Release/v1.6.13 to dev (#240) * Bump dokka_version from 1.5.0 to 1.5.30 (#242) Bumps `dokka_version` from 1.5.0 to 1.5.30. Updates `dokka-gradle-plugin` from 1.5.0 to 1.5.30 - [Release notes](https://github.com/Kotlin/dokka/releases) - [Commits](https://github.com/Kotlin/dokka/compare/v1.5.0...v1.5.30) Updates `dokka-base` from 1.5.0 to 1.5.30 - [Release notes](https://github.com/Kotlin/dokka/releases) - [Commits](https://github.com/Kotlin/dokka/compare/v1.5.0...v1.5.30) --- updated-dependencies: - dependency-name: org.jetbrains.dokka:dokka-gradle-plugin dependency-type: direct:production update-type: version-update:semver-patch - dependency-name: org.jetbrains.dokka:dokka-base dependency-type: direct:production update-type: version-update:semver-patch ... Signed-off-by: dependabot[bot] Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com> * Improve default validation (#243) * Update MIGRATING.md (#244) * Release v1.6.14 (#246) * Bump cardscan-ui from 2.1.0011 to 2.1.0012 (#249) Bumps [cardscan-ui](https://github.com/getbouncer/cardscan-android) from 2.1.0011 to 2.1.0012. - [Release notes](https://github.com/getbouncer/cardscan-android/releases) - [Changelog](https://github.com/getbouncer/cardscan-android/blob/master/CHANGELOG.md) - [Commits](https://github.com/getbouncer/cardscan-android/compare/2.1.0011...2.1.0012) --- updated-dependencies: - dependency-name: com.getbouncer:cardscan-ui dependency-type: direct:production update-type: version-update:semver-patch ... Signed-off-by: dependabot[bot] Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com> * Bump kotlin-gradle-plugin from 1.5.30 to 1.5.31 (#253) Bumps [kotlin-gradle-plugin](https://github.com/JetBrains/kotlin) from 1.5.30 to 1.5.31. - [Release notes](https://github.com/JetBrains/kotlin/releases) - [Changelog](https://github.com/JetBrains/kotlin/blob/v1.5.31/ChangeLog.md) - [Commits](https://github.com/JetBrains/kotlin/compare/v1.5.30...v1.5.31) --- updated-dependencies: - dependency-name: org.jetbrains.kotlin:kotlin-gradle-plugin dependency-type: direct:production update-type: version-update:semver-patch ... Signed-off-by: dependabot[bot] Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com> * Bump constraintlayout from 2.1.0 to 2.1.1 (#257) Bumps [constraintlayout](https://github.com/androidx/constraintlayout) from 2.1.0 to 2.1.1. - [Release notes](https://github.com/androidx/constraintlayout/releases) - [Commits](https://github.com/androidx/constraintlayout/commits) --- updated-dependencies: - dependency-name: androidx.constraintlayout:constraintlayout dependency-type: direct:production update-type: version-update:semver-patch ... Signed-off-by: dependabot[bot] Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com> * Improve validation logic, fix tests (#261) * Fix nullable return type (#260) * Bump okhttp from 4.9.1 to 4.9.2 (#258) Bumps [okhttp](https://github.com/square/okhttp) from 4.9.1 to 4.9.2. - [Release notes](https://github.com/square/okhttp/releases) - [Changelog](https://github.com/square/okhttp/blob/master/CHANGELOG.md) - [Commits](https://github.com/square/okhttp/compare/parent-4.9.1...parent-4.9.2) --- updated-dependencies: - dependency-name: com.squareup.okhttp3:okhttp dependency-type: direct:production update-type: version-update:semver-patch ... Signed-off-by: dependabot[bot] Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com> Co-authored-by: Dmytro * Bump dokka_version from 1.5.30 to 1.5.31 (#264) Bumps `dokka_version` from 1.5.30 to 1.5.31. Updates `dokka-gradle-plugin` from 1.5.30 to 1.5.31 - [Release notes](https://github.com/Kotlin/dokka/releases) - [Commits](https://github.com/Kotlin/dokka/compare/v1.5.30...v1.5.31) Updates `dokka-base` from 1.5.30 to 1.5.31 - [Release notes](https://github.com/Kotlin/dokka/releases) - [Commits](https://github.com/Kotlin/dokka/compare/v1.5.30...v1.5.31) --- updated-dependencies: - dependency-name: org.jetbrains.dokka:dokka-gradle-plugin dependency-type: direct:production update-type: version-update:semver-patch - dependency-name: org.jetbrains.dokka:dokka-base dependency-type: direct:production update-type: version-update:semver-patch ... Signed-off-by: dependabot[bot] Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com> Co-authored-by: Dmytro * Public release v1.6.15 (#266) * Version name & code rise * Update docs * Bump firebase-bom from 28.4.1 to 28.4.2 (#270) Bumps firebase-bom from 28.4.1 to 28.4.2. --- updated-dependencies: - dependency-name: com.google.firebase:firebase-bom dependency-type: direct:production update-type: version-update:semver-patch ... Signed-off-by: dependabot[bot] Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com> * Bump mockito_version from 3.12.4 to 4.0.0 (#271) Bumps `mockito_version` from 3.12.4 to 4.0.0. Updates `mockito-core` from 3.12.4 to 4.0.0 - [Release notes](https://github.com/mockito/mockito/releases) - [Commits](https://github.com/mockito/mockito/compare/v3.12.4...v4.0.0) Updates `mockito-inline` from 3.12.4 to 4.0.0 - [Release notes](https://github.com/mockito/mockito/releases) - [Commits](https://github.com/mockito/mockito/compare/v3.12.4...v4.0.0) --- updated-dependencies: - dependency-name: org.mockito:mockito-core dependency-type: direct:production update-type: version-update:semver-major - dependency-name: org.mockito:mockito-inline dependency-type: direct:production update-type: version-update:semver-major ... Signed-off-by: dependabot[bot] Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com> * Bump gradle from 7.0.2 to 7.0.3 (#273) Bumps gradle from 7.0.2 to 7.0.3. --- updated-dependencies: - dependency-name: com.android.tools.build:gradle dependency-type: direct:production update-type: version-update:semver-patch ... Signed-off-by: dependabot[bot] Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com> * Fix submit function response body (#274) * Public release v1.6.16 (#275) * Merge dev into master (#269) * Release/v1.6.13 to dev (#240) * Bump dokka_version from 1.5.0 to 1.5.30 (#242) Bumps `dokka_version` from 1.5.0 to 1.5.30. Updates `dokka-gradle-plugin` from 1.5.0 to 1.5.30 - [Release notes](https://github.com/Kotlin/dokka/releases) - [Commits](https://github.com/Kotlin/dokka/compare/v1.5.0...v1.5.30) Updates `dokka-base` from 1.5.0 to 1.5.30 - [Release notes](https://github.com/Kotlin/dokka/releases) - [Commits](https://github.com/Kotlin/dokka/compare/v1.5.0...v1.5.30) --- updated-dependencies: - dependency-name: org.jetbrains.dokka:dokka-gradle-plugin dependency-type: direct:production update-type: version-update:semver-patch - dependency-name: org.jetbrains.dokka:dokka-base dependency-type: direct:production update-type: version-update:semver-patch ... Signed-off-by: dependabot[bot] Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com> * Improve default validation (#243) * Update MIGRATING.md (#244) * Release v1.6.14 (#246) * Bump cardscan-ui from 2.1.0011 to 2.1.0012 (#249) Bumps [cardscan-ui](https://github.com/getbouncer/cardscan-android) from 2.1.0011 to 2.1.0012. - [Release notes](https://github.com/getbouncer/cardscan-android/releases) - [Changelog](https://github.com/getbouncer/cardscan-android/blob/master/CHANGELOG.md) - [Commits](https://github.com/getbouncer/cardscan-android/compare/2.1.0011...2.1.0012) --- updated-dependencies: - dependency-name: com.getbouncer:cardscan-ui dependency-type: direct:production update-type: version-update:semver-patch ... Signed-off-by: dependabot[bot] Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com> * Bump kotlin-gradle-plugin from 1.5.30 to 1.5.31 (#253) Bumps [kotlin-gradle-plugin](https://github.com/JetBrains/kotlin) from 1.5.30 to 1.5.31. - [Release notes](https://github.com/JetBrains/kotlin/releases) - [Changelog](https://github.com/JetBrains/kotlin/blob/v1.5.31/ChangeLog.md) - [Commits](https://github.com/JetBrains/kotlin/compare/v1.5.30...v1.5.31) --- updated-dependencies: - dependency-name: org.jetbrains.kotlin:kotlin-gradle-plugin dependency-type: direct:production update-type: version-update:semver-patch ... Signed-off-by: dependabot[bot] Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com> * Bump constraintlayout from 2.1.0 to 2.1.1 (#257) Bumps [constraintlayout](https://github.com/androidx/constraintlayout) from 2.1.0 to 2.1.1. - [Release notes](https://github.com/androidx/constraintlayout/releases) - [Commits](https://github.com/androidx/constraintlayout/commits) --- updated-dependencies: - dependency-name: androidx.constraintlayout:constraintlayout dependency-type: direct:production update-type: version-update:semver-patch ... Signed-off-by: dependabot[bot] Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com> * Improve validation logic, fix tests (#261) * Fix nullable return type (#260) * Bump okhttp from 4.9.1 to 4.9.2 (#258) Bumps [okhttp](https://github.com/square/okhttp) from 4.9.1 to 4.9.2. - [Release notes](https://github.com/square/okhttp/releases) - [Changelog](https://github.com/square/okhttp/blob/master/CHANGELOG.md) - [Commits](https://github.com/square/okhttp/compare/parent-4.9.1...parent-4.9.2) --- updated-dependencies: - dependency-name: com.squareup.okhttp3:okhttp dependency-type: direct:production update-type: version-update:semver-patch ... Signed-off-by: dependabot[bot] Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com> Co-authored-by: Dmytro * Bump dokka_version from 1.5.30 to 1.5.31 (#264) Bumps `dokka_version` from 1.5.30 to 1.5.31. Updates `dokka-gradle-plugin` from 1.5.30 to 1.5.31 - [Release notes](https://github.com/Kotlin/dokka/releases) - [Commits](https://github.com/Kotlin/dokka/compare/v1.5.30...v1.5.31) Updates `dokka-base` from 1.5.30 to 1.5.31 - [Release notes](https://github.com/Kotlin/dokka/releases) - [Commits](https://github.com/Kotlin/dokka/compare/v1.5.30...v1.5.31) --- updated-dependencies: - dependency-name: org.jetbrains.dokka:dokka-gradle-plugin dependency-type: direct:production update-type: version-update:semver-patch - dependency-name: org.jetbrains.dokka:dokka-base dependency-type: direct:production update-type: version-update:semver-patch ... Signed-off-by: dependabot[bot] Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com> Co-authored-by: Dmytro * Public release v1.6.15 (#266) * Version name & code rise * Update docs Co-authored-by: Dmytro Kos Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com> * Images patch 1 (#272) * Version name & code rise * Update docs * Update config.yml Co-authored-by: Dmytro Kos Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com> Co-authored-by: Dmytro Kos Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com> * Merge dev into master (#280) * Release/v1.6.13 to dev (#240) * Bump dokka_version from 1.5.0 to 1.5.30 (#242) Bumps `dokka_version` from 1.5.0 to 1.5.30. Updates `dokka-gradle-plugin` from 1.5.0 to 1.5.30 - [Release notes](https://github.com/Kotlin/dokka/releases) - [Commits](https://github.com/Kotlin/dokka/compare/v1.5.0...v1.5.30) Updates `dokka-base` from 1.5.0 to 1.5.30 - [Release notes](https://github.com/Kotlin/dokka/releases) - [Commits](https://github.com/Kotlin/dokka/compare/v1.5.0...v1.5.30) --- updated-dependencies: - dependency-name: org.jetbrains.dokka:dokka-gradle-plugin dependency-type: direct:production update-type: version-update:semver-patch - dependency-name: org.jetbrains.dokka:dokka-base dependency-type: direct:production update-type: version-update:semver-patch ... Signed-off-by: dependabot[bot] Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com> * Improve default validation (#243) * Update MIGRATING.md (#244) * Release v1.6.14 (#246) * Bump cardscan-ui from 2.1.0011 to 2.1.0012 (#249) Bumps [cardscan-ui](https://github.com/getbouncer/cardscan-android) from 2.1.0011 to 2.1.0012. - [Release notes](https://github.com/getbouncer/cardscan-android/releases) - [Changelog](https://github.com/getbouncer/cardscan-android/blob/master/CHANGELOG.md) - [Commits](https://github.com/getbouncer/cardscan-android/compare/2.1.0011...2.1.0012) --- updated-dependencies: - dependency-name: com.getbouncer:cardscan-ui dependency-type: direct:production update-type: version-update:semver-patch ... Signed-off-by: dependabot[bot] Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com> * Bump kotlin-gradle-plugin from 1.5.30 to 1.5.31 (#253) Bumps [kotlin-gradle-plugin](https://github.com/JetBrains/kotlin) from 1.5.30 to 1.5.31. - [Release notes](https://github.com/JetBrains/kotlin/releases) - [Changelog](https://github.com/JetBrains/kotlin/blob/v1.5.31/ChangeLog.md) - [Commits](https://github.com/JetBrains/kotlin/compare/v1.5.30...v1.5.31) --- updated-dependencies: - dependency-name: org.jetbrains.kotlin:kotlin-gradle-plugin dependency-type: direct:production update-type: version-update:semver-patch ... Signed-off-by: dependabot[bot] Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com> * Bump constraintlayout from 2.1.0 to 2.1.1 (#257) Bumps [constraintlayout](https://github.com/androidx/constraintlayout) from 2.1.0 to 2.1.1. - [Release notes](https://github.com/androidx/constraintlayout/releases) - [Commits](https://github.com/androidx/constraintlayout/commits) --- updated-dependencies: - dependency-name: androidx.constraintlayout:constraintlayout dependency-type: direct:production update-type: version-update:semver-patch ... Signed-off-by: dependabot[bot] Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com> * Improve validation logic, fix tests (#261) * Fix nullable return type (#260) * Bump okhttp from 4.9.1 to 4.9.2 (#258) Bumps [okhttp](https://github.com/square/okhttp) from 4.9.1 to 4.9.2. - [Release notes](https://github.com/square/okhttp/releases) - [Changelog](https://github.com/square/okhttp/blob/master/CHANGELOG.md) - [Commits](https://github.com/square/okhttp/compare/parent-4.9.1...parent-4.9.2) --- updated-dependencies: - dependency-name: com.squareup.okhttp3:okhttp dependency-type: direct:production update-type: version-update:semver-patch ... Signed-off-by: dependabot[bot] Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com> Co-authored-by: Dmytro * Bump dokka_version from 1.5.30 to 1.5.31 (#264) Bumps `dokka_version` from 1.5.30 to 1.5.31. Updates `dokka-gradle-plugin` from 1.5.30 to 1.5.31 - [Release notes](https://github.com/Kotlin/dokka/releases) - [Commits](https://github.com/Kotlin/dokka/compare/v1.5.30...v1.5.31) Updates `dokka-base` from 1.5.30 to 1.5.31 - [Release notes](https://github.com/Kotlin/dokka/releases) - [Commits](https://github.com/Kotlin/dokka/compare/v1.5.30...v1.5.31) --- updated-dependencies: - dependency-name: org.jetbrains.dokka:dokka-gradle-plugin dependency-type: direct:production update-type: version-update:semver-patch - dependency-name: org.jetbrains.dokka:dokka-base dependency-type: direct:production update-type: version-update:semver-patch ... Signed-off-by: dependabot[bot] Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com> Co-authored-by: Dmytro * Public release v1.6.15 (#266) * Version name & code rise * Update docs * Bump firebase-bom from 28.4.1 to 28.4.2 (#270) Bumps firebase-bom from 28.4.1 to 28.4.2. --- updated-dependencies: - dependency-name: com.google.firebase:firebase-bom dependency-type: direct:production update-type: version-update:semver-patch ... Signed-off-by: dependabot[bot] Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com> * Bump mockito_version from 3.12.4 to 4.0.0 (#271) Bumps `mockito_version` from 3.12.4 to 4.0.0. Updates `mockito-core` from 3.12.4 to 4.0.0 - [Release notes](https://github.com/mockito/mockito/releases) - [Commits](https://github.com/mockito/mockito/compare/v3.12.4...v4.0.0) Updates `mockito-inline` from 3.12.4 to 4.0.0 - [Release notes](https://github.com/mockito/mockito/releases) - [Commits](https://github.com/mockito/mockito/compare/v3.12.4...v4.0.0) --- updated-dependencies: - dependency-name: org.mockito:mockito-core dependency-type: direct:production update-type: version-update:semver-major - dependency-name: org.mockito:mockito-inline dependency-type: direct:production update-type: version-update:semver-major ... Signed-off-by: dependabot[bot] Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com> * Bump gradle from 7.0.2 to 7.0.3 (#273) Bumps gradle from 7.0.2 to 7.0.3. --- updated-dependencies: - dependency-name: com.android.tools.build:gradle dependency-type: direct:production update-type: version-update:semver-patch ... Signed-off-by: dependabot[bot] Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com> * Fix submit function response body (#274) * Public release v1.6.16 (#275) * Merge dev into master (#269) * Release/v1.6.13 to dev (#240) * Bump dokka_version from 1.5.0 to 1.5.30 (#242) Bumps `dokka_version` from 1.5.0 to 1.5.30. Updates `dokka-gradle-plugin` from 1.5.0 to 1.5.30 - [Release notes](https://github.com/Kotlin/dokka/releases) - [Commits](https://github.com/Kotlin/dokka/compare/v1.5.0...v1.5.30) Updates `dokka-base` from 1.5.0 to 1.5.30 - [Release notes](https://github.com/Kotlin/dokka/releases) - [Commits](https://github.com/Kotlin/dokka/compare/v1.5.0...v1.5.30) --- updated-dependencies: - dependency-name: org.jetbrains.dokka:dokka-gradle-plugin dependency-type: direct:production update-type: version-update:semver-patch - dependency-name: org.jetbrains.dokka:dokka-base dependency-type: direct:production update-type: version-update:semver-patch ... Signed-off-by: dependabot[bot] Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com> * Improve default validation (#243) * Update MIGRATING.md (#244) * Release v1.6.14 (#246) * Bump cardscan-ui from 2.1.0011 to 2.1.0012 (#249) Bumps [cardscan-ui](https://github.com/getbouncer/cardscan-android) from 2.1.0011 to 2.1.0012. - [Release notes](https://github.com/getbouncer/cardscan-android/releases) - [Changelog](https://github.com/getbouncer/cardscan-android/blob/master/CHANGELOG.md) - [Commits](https://github.com/getbouncer/cardscan-android/compare/2.1.0011...2.1.0012) --- updated-dependencies: - dependency-name: com.getbouncer:cardscan-ui dependency-type: direct:production update-type: version-update:semver-patch ... Signed-off-by: dependabot[bot] Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com> * Bump kotlin-gradle-plugin from 1.5.30 to 1.5.31 (#253) Bumps [kotlin-gradle-plugin](https://github.com/JetBrains/kotlin) from 1.5.30 to 1.5.31. - [Release notes](https://github.com/JetBrains/kotlin/releases) - [Changelog](https://github.com/JetBrains/kotlin/blob/v1.5.31/ChangeLog.md) - [Commits](https://github.com/JetBrains/kotlin/compare/v1.5.30...v1.5.31) --- updated-dependencies: - dependency-name: org.jetbrains.kotlin:kotlin-gradle-plugin dependency-type: direct:production update-type: version-update:semver-patch ... Signed-off-by: dependabot[bot] Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com> * Bump constraintlayout from 2.1.0 to 2.1.1 (#257) Bumps [constraintlayout](https://github.com/androidx/constraintlayout) from 2.1.0 to 2.1.1. - [Release notes](https://github.com/androidx/constraintlayout/releases) - [Commits](https://github.com/androidx/constraintlayout/commits) --- updated-dependencies: - dependency-name: androidx.constraintlayout:constraintlayout dependency-type: direct:production update-type: version-update:semver-patch ... Signed-off-by: dependabot[bot] Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com> * Improve validation logic, fix tests (#261) * Fix nullable return type (#260) * Bump okhttp from 4.9.1 to 4.9.2 (#258) Bumps [okhttp](https://github.com/square/okhttp) from 4.9.1 to 4.9.2. - [Release notes](https://github.com/square/okhttp/releases) - [Changelog](https://github.com/square/okhttp/blob/master/CHANGELOG.md) - [Commits](https://github.com/square/okhttp/compare/parent-4.9.1...parent-4.9.2) --- updated-dependencies: - dependency-name: com.squareup.okhttp3:okhttp dependency-type: direct:production update-type: version-update:semver-patch ... Signed-off-by: dependabot[bot] Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com> Co-authored-by: Dmytro * Bump dokka_version from 1.5.30 to 1.5.31 (#264) Bumps `dokka_version` from 1.5.30 to 1.5.31. Updates `dokka-gradle-plugin` from 1.5.30 to 1.5.31 - [Release notes](https://github.com/Kotlin/dokka/releases) - [Commits](https://github.com/Kotlin/dokka/compare/v1.5.30...v1.5.31) Updates `dokka-base` from 1.5.30 to 1.5.31 - [Release notes](https://github.com/Kotlin/dokka/releases) - [Commits](https://github.com/Kotlin/dokka/compare/v1.5.30...v1.5.31) --- updated-dependencies: - dependency-name: org.jetbrains.dokka:dokka-gradle-plugin dependency-type: direct:production update-type: version-update:semver-patch - dependency-name: org.jetbrains.dokka:dokka-base dependency-type: direct:production update-type: version-update:semver-patch ... Signed-off-by: dependabot[bot] Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com> Co-authored-by: Dmytro * Public release v1.6.15 (#266) * Version name & code rise * Update docs Co-authored-by: Dmytro Kos Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com> * Images patch 1 (#272) * Version name & code rise * Update docs * Update config.yml Co-authored-by: Dmytro Kos Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com> * Bump tensorflow-lite from 2.1.0011 to 2.1.0015 (#262) Bumps [tensorflow-lite](https://github.com/getbouncer/cardscan-android) from 2.1.0011 to 2.1.0015. - [Release notes](https://github.com/getbouncer/cardscan-android/releases) - [Changelog](https://github.com/getbouncer/cardscan-android/blob/master/CHANGELOG.md) - [Commits](https://github.com/getbouncer/cardscan-android/compare/2.1.0011...2.1.0015) --- updated-dependencies: - dependency-name: com.getbouncer:tensorflow-lite dependency-type: direct:production update-type: version-update:semver-patch ... Signed-off-by: dependabot[bot] Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com> Co-authored-by: dmytrodmytryshyn * Bump scan-payment-full from 2.1.0011 to 2.1.0015 (#265) Bumps [scan-payment-full](https://github.com/getbouncer/cardscan-android) from 2.1.0011 to 2.1.0015. - [Release notes](https://github.com/getbouncer/cardscan-android/releases) - [Changelog](https://github.com/getbouncer/cardscan-android/blob/master/CHANGELOG.md) - [Commits](https://github.com/getbouncer/cardscan-android/compare/2.1.0011...2.1.0015) --- updated-dependencies: - dependency-name: com.getbouncer:scan-payment-full dependency-type: direct:production update-type: version-update:semver-patch ... Signed-off-by: dependabot[bot] Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com> Co-authored-by: dmytrodmytryshyn * Bump cardscan-ui from 2.1.0012 to 2.1.0015 (#263) Bumps [cardscan-ui](https://github.com/getbouncer/cardscan-android) from 2.1.0012 to 2.1.0015. - [Release notes](https://github.com/getbouncer/cardscan-android/releases) - [Changelog](https://github.com/getbouncer/cardscan-android/blob/master/CHANGELOG.md) - [Commits](https://github.com/getbouncer/cardscan-android/compare/2.1.0012...2.1.0015) --- updated-dependencies: - dependency-name: com.getbouncer:cardscan-ui dependency-type: direct:production update-type: version-update:semver-patch ... Signed-off-by: dependabot[bot] Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com> Co-authored-by: dmytrodmytryshyn * Bump bouncer versions from 2.1.0015 -> 2.1.0016 (#279) * Bouncer adapter version name & code rise (#278) Co-authored-by: Dmytro Kos Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com> * Version name & code rise * Update docs Co-authored-by: Dmytro Kos Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com> * Bump firebase-bom from 29.0.0 to 29.0.1 (#302) Bumps firebase-bom from 29.0.0 to 29.0.1. --- updated-dependencies: - dependency-name: com.google.firebase:firebase-bom dependency-type: direct:production update-type: version-update:semver-patch ... Signed-off-by: dependabot[bot] Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com> * Bump robolectric from 4.7.2 to 4.7.3 (#303) Bumps [robolectric](https://github.com/robolectric/robolectric) from 4.7.2 to 4.7.3. - [Release notes](https://github.com/robolectric/robolectric/releases) - [Commits](https://github.com/robolectric/robolectric/compare/robolectric-4.7.2...robolectric-4.7.3) --- updated-dependencies: - dependency-name: org.robolectric:robolectric dependency-type: direct:production update-type: version-update:semver-patch ... Signed-off-by: dependabot[bot] Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com> * Bump json from 20210307 to 20211205 (#304) Bumps [json](https://github.com/douglascrockford/JSON-java) from 20210307 to 20211205. - [Release notes](https://github.com/douglascrockford/JSON-java/releases) - [Changelog](https://github.com/stleary/JSON-java/blob/master/docs/RELEASES.md) - [Commits](https://github.com/douglascrockford/JSON-java/commits) --- updated-dependencies: - dependency-name: org.json:json dependency-type: direct:production update-type: version-update:semver-major ... Signed-off-by: dependabot[bot] Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com> * Bump play-services-auth from 19.2.0 to 20.0.0 (#306) Bumps play-services-auth from 19.2.0 to 20.0.0. --- updated-dependencies: - dependency-name: com.google.android.gms:play-services-auth dependency-type: direct:production update-type: version-update:semver-major ... Signed-off-by: dependabot[bot] Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com> * Bump firebase-bom from 29.0.1 to 29.0.2 (#311) Bumps firebase-bom from 29.0.1 to 29.0.2. --- updated-dependencies: - dependency-name: com.google.firebase:firebase-bom dependency-type: direct:production update-type: version-update:semver-patch ... Signed-off-by: dependabot[bot] Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com> * Move google-services.json to ci (#307) * Remove google-services.json. Update ci config. Add test code for check file creation. * Remove tests code. * Fix TextInputFieldLayout.kt error restore after screen rotation (#312) * Bump kotlin-gradle-plugin from 1.6.0 to 1.6.10 (#313) Bumps [kotlin-gradle-plugin](https://github.com/JetBrains/kotlin) from 1.6.0 to 1.6.10. - [Release notes](https://github.com/JetBrains/kotlin/releases) - [Changelog](https://github.com/JetBrains/kotlin/blob/v1.6.10/ChangeLog.md) - [Commits](https://github.com/JetBrains/kotlin/compare/v1.6.0...v1.6.10) --- updated-dependencies: - dependency-name: org.jetbrains.kotlin:kotlin-gradle-plugin dependency-type: direct:production update-type: version-update:semver-patch ... Signed-off-by: dependabot[bot] Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com> * Bump gradle from 7.0.3 to 7.0.4 (#305) Bumps gradle from 7.0.3 to 7.0.4. --- updated-dependencies: - dependency-name: com.android.tools.build:gradle dependency-type: direct:production update-type: version-update:semver-patch ... Signed-off-by: dependabot[bot] Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com> * Merge public release v1.6.18 into dev (#315) * Merge public release 1.6.16 into master (#277) * Release/v1.6.13 to dev (#240) * Bump dokka_version from 1.5.0 to 1.5.30 (#242) Bumps `dokka_version` from 1.5.0 to 1.5.30. Updates `dokka-gradle-plugin` from 1.5.0 to 1.5.30 - [Release notes](https://github.com/Kotlin/dokka/releases) - [Commits](https://github.com/Kotlin/dokka/compare/v1.5.0...v1.5.30) Updates `dokka-base` from 1.5.0 to 1.5.30 - [Release notes](https://github.com/Kotlin/dokka/releases) - [Commits](https://github.com/Kotlin/dokka/compare/v1.5.0...v1.5.30) --- updated-dependencies: - dependency-name: org.jetbrains.dokka:dokka-gradle-plugin dependency-type: direct:production update-type: version-update:semver-patch - dependency-name: org.jetbrains.dokka:dokka-base dependency-type: direct:production update-type: version-update:semver-patch ... Signed-off-by: dependabot[bot] Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com> * Improve default validation (#243) * Update MIGRATING.md (#244) * Release v1.6.14 (#246) * Bump cardscan-ui from 2.1.0011 to 2.1.0012 (#249) Bumps [cardscan-ui](https://github.com/getbouncer/cardscan-android) from 2.1.0011 to 2.1.0012. - [Release notes](https://github.com/getbouncer/cardscan-android/releases) - [Changelog](https://github.com/getbouncer/cardscan-android/blob/master/CHANGELOG.md) - [Commits](https://github.com/getbouncer/cardscan-android/compare/2.1.0011...2.1.0012) --- updated-dependencies: - dependency-name: com.getbouncer:cardscan-ui dependency-type: direct:production update-type: version-update:semver-patch ... Signed-off-by: dependabot[bot] Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com> * Bump kotlin-gradle-plugin from 1.5.30 to 1.5.31 (#253) Bumps [kotlin-gradle-plugin](https://github.com/JetBrains/kotlin) from 1.5.30 to 1.5.31. - [Release notes](https://github.com/JetBrains/kotlin/releases) - [Changelog](https://github.com/JetBrains/kotlin/blob/v1.5.31/ChangeLog.md) - [Commits](https://github.com/JetBrains/kotlin/compare/v1.5.30...v1.5.31) --- updated-dependencies: - dependency-name: org.jetbrains.kotlin:kotlin-gradle-plugin dependency-type: direct:production update-type: version-update:semver-patch ... Signed-off-by: dependabot[bot] Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com> * Bump constraintlayout from 2.1.0 to 2.1.1 (#257) Bumps [constraintlayout](https://github.com/androidx/constraintlayout) from 2.1.0 to 2.1.1. - [Release notes](https://github.com/androidx/constraintlayout/releases) - [Commits](https://github.com/androidx/constraintlayout/commits) --- updated-dependencies: - dependency-name: androidx.constraintlayout:constraintlayout dependency-type: direct:production update-type: version-update:semver-patch ... Signed-off-by: dependabot[bot] Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com> * Improve validation logic, fix tests (#261) * Fix nullable return type (#260) * Bump okhttp from 4.9.1 to 4.9.2 (#258) Bumps [okhttp](https://github.com/square/okhttp) from 4.9.1 to 4.9.2. - [Release notes](https://github.com/square/okhttp/releases) - [Changelog](https://github.com/square/okhttp/blob/master/CHANGELOG.md) - [Commits](https://github.com/square/okhttp/compare/parent-4.9.1...parent-4.9.2) --- updated-dependencies: - dependency-name: com.squareup.okhttp3:okhttp dependency-type: direct:production update-type: version-update:semver-patch ... Signed-off-by: dependabot[bot] Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com> Co-authored-by: Dmytro * Bump dokka_version from 1.5.30 to 1.5.31 (#264) Bumps `dokka_version` from 1.5.30 to 1.5.31. Updates `dokka-gradle-plugin` from 1.5.30 to 1.5.31 - [Release notes](https://github.com/Kotlin/dokka/releases) - [Commits](https://github.com/Kotlin/dokka/compare/v1.5.30...v1.5.31) Updates `dokka-base` from 1.5.30 to 1.5.31 - [Release notes](https://github.com/Kotlin/dokka/releases) - [Commits](https://github.com/Kotlin/dokka/compare/v1.5.30...v1.5.31) --- updated-dependencies: - dependency-name: org.jetbrains.dokka:dokka-gradle-plugin dependency-type: direct:production update-type: version-update:semver-patch - dependency-name: org.jetbrains.dokka:dokka-base dependency-type: direct:production update-type: version-update:semver-patch ... Signed-off-by: dependabot[bot] Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com> Co-authored-by: Dmytro * Public release v1.6.15 (#266) * Version name & code rise * Update docs * Bump firebase-bom from 28.4.1 to 28.4.2 (#270) Bumps firebase-bom from 28.4.1 to 28.4.2. --- updated-dependencies: - dependency-name: com.google.firebase:firebase-bom dependency-type: direct:production update-type: version-update:semver-patch ... Signed-off-by: dependabot[bot] Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com> * Bump mockito_version from 3.12.4 to 4.0.0 (#271) Bumps `mockito_version` from 3.12.4 to 4.0.0. Updates `mockito-core` from 3.12.4 to 4.0.0 - [Release notes](https://github.com/mockito/mockito/releases) - [Commits](https://github.com/mockito/mockito/compare/v3.12.4...v4.0.0) Updates `mockito-inline` from 3.12.4 to 4.0.0 - [Release notes](https://github.com/mockito/mockito/releases) - [Commits](https://github.com/mockito/mockito/compare/v3.12.4...v4.0.0) --- updated-dependencies: - dependency-name: org.mockito:mockito-core dependency-type: direct:production update-type: version-update:semver-major - dependency-name: org.mockito:mockito-inline dependency-type: direct:production update-type: version-update:semver-major ... Signed-off-by: dependabot[bot] Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com> * Bump gradle from 7.0.2 to 7.0.3 (#273) Bumps gradle from 7.0.2 to 7.0.3. --- updated-dependencies: - dependency-name: com.android.tools.build:gradle dependency-type: direct:production update-type: version-update:semver-patch ... Signed-off-by: dependabot[bot] Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com> * Fix submit function response body (#274) * Public release v1.6.16 (#275) * Merge dev into master (#269) * Release/v1.6.13 to dev (#240) * Bump dokka_version from 1.5.0 to 1.5.30 (#242) Bumps `dokka_version` from 1.5.0 to 1.5.30. Updates `dokka-gradle-plugin` from 1.5.0 to 1.5.30 - [Release notes](https://github.com/Kotlin/dokka/releases) - [Commits](https://github.com/Kotlin/dokka/compare/v1.5.0...v1.5.30) Updates `dokka-base` from 1.5.0 to 1.5.30 - [Release notes](https://github.com/Kotlin/dokka/releases) - [Commits](https://github.com/Kotlin/dokka/compare/v1.5.0...v1.5.30) --- updated-dependencies: - dependency-name: org.jetbrains.dokka:dokka-gradle-plugin dependency-type: direct:production update-type: version-update:semver-patch - dependency-name: org.jetbrains.dokka:dokka-base dependency-type: direct:production update-type: version-update:semver-patch ... Signed-off-by: dependabot[bot] Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com> * Improve default validation (#243) * Update MIGRATING.md (#244) * Release v1.6.14 (#246) * Bump cardscan-ui from 2.1.0011 to 2.1.0012 (#249) Bumps [cardscan-ui](https://github.com/getbouncer/cardscan-android) from 2.1.0011 to 2.1.0012. - [Release notes](https://github.com/getbouncer/cardscan-android/releases) - [Changelog](https://github.com/getbouncer/cardscan-android/blob/master/CHANGELOG.md) - [Commits](https://github.com/getbouncer/cardscan-android/compare/2.1.0011...2.1.0012) --- updated-dependencies: - dependency-name: com.getbouncer:cardscan-ui dependency-type: direct:production update-type: version-update:semver-patch ... Signed-off-by: dependabot[bot] Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com> * Bump kotlin-gradle-plugin from 1.5.30 to 1.5.31 (#253) Bumps [kotlin-gradle-plugin](https://github.com/JetBrains/kotlin) from 1.5.30 to 1.5.31. - [Release notes](https://github.com/JetBrains/kotlin/releases) - [Changelog](https://github.com/JetBrains/kotlin/blob/v1.5.31/ChangeLog.md) - [Commits](https://github.com/JetBrains/kotlin/compare/v1.5.30...v1.5.31) --- updated-dependencies: - dependency-name: org.jetbrains.kotlin:kotlin-gradle-plugin dependency-type: direct:production update-type: version-update:semver-patch ... Signed-off-by: dependabot[bot] Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com> * Bump constraintlayout from 2.1.0 to 2.1.1 (#257) Bumps [constraintlayout](https://github.com/androidx/constraintlayout) from 2.1.0 to 2.1.1. - [Release notes](https://github.com/androidx/constraintlayout/releases) - [Commits](https://github.com/androidx/constraintlayout/commits) --- updated-dependencies: - dependency-name: androidx.constraintlayout:constraintlayout dependency-type: direct:production update-type: version-update:semver-patch ... Signed-off-by: dependabot[bot] Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com> * Improve validation logic, fix tests (#261) * Fix nullable return type (#260) * Bump okhttp from 4.9.1 to 4.9.2 (#258) Bumps [okhttp](https://github.com/square/okhttp) from 4.9.1 to 4.9.2. - [Release notes](https://github.com/square/okhttp/releases) - [Changelog](https://github.com/square/okhttp/blob/master/CHANGELOG.md) - [Commits](https://github.com/square/okhttp/compare/parent-4.9.1...parent-4.9.2) --- updated-dependencies: - dependency-name: com.squareup.okhttp3:okhttp dependency-type: direct:production update-type: version-update:semver-patch ... Signed-off-by: dependabot[bot] Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com> Co-authored-by: Dmytro * Bump dokka_version from 1.5.30 to 1.5.31 (#264) Bumps `dokka_version` from 1.5.30 to 1.5.31. Updates `dokka-gradle-plugin` from 1.5.30 to 1.5.31 - [Release notes](https://github.com/Kotlin/dokka/releases) - [Commits](https://github.com/Kotlin/dokka/compare/v1.5.30...v1.5.31) Updates `dokka-base` from 1.5.30 to 1.5.31 - [Release notes](https://github.com/Kotlin/dokka/releases) - [Commits](https://github.com/Kotlin/dokka/compare/v1.5.30...v1.5.31) --- updated-dependencies: - dependency-name: org.jetbrains.dokka:dokka-gradle-plugin dependency-type: direct:production update-type: version-update:semver-patch - dependency-name: org.jetbrains.dokka:dokka-base dependency-type: direct:production update-type: version-update:semver-patch ... Signed-off-by: dependabot[bot] Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com> Co-authored-by: Dmytro * Public release v1.6.15 (#266) * Version name & code rise * Update docs Co-authored-by: Dmytro Kos Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com> * Images patch 1 (#272) * Version name & code rise * Update docs * Update config.yml Co-authored-by: Dmytro Kos Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com> Co-authored-by: Dmytro Kos Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com> * Merge dev into master (#280) * Release/v1.6.13 to dev (#240) * Bump dokka_version from 1.5.0 to 1.5.30 (#242) Bumps `dokka_version` from 1.5.0 to 1.5.30. Updates `dokka-gradle-plugin` from 1.5.0 to 1.5.30 - [Release notes](https://github.com/Kotlin/dokka/releases) - [Commits](https://github.com/Kotlin/dokka/compare/v1.5.0...v1.5.30) Updates `dokka-base` from 1.5.0 to 1.5.30 - [Release notes](https://github.com/Kotlin/dokka/releases) - [Commits](https://github.com/Kotlin/dokka/compare/v1.5.0...v1.5.30) --- updated-dependencies: - dependency-name: org.jetbrains.dokka:dokka-gradle-plugin dependency-type: direct:production update-type: version-update:semver-patch - dependency-name: org.jetbrains.dokka:dokka-base dependency-type: direct:production update-type: version-update:semver-patch ... Signed-off-by: dependabot[bot] Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com> * Improve default validation (#243) * Update MIGRATING.md (#244) * Release v1.6.14 (#246) * Bump cardscan-ui from 2.1.0011 to 2.1.0012 (#249) Bumps [cardscan-ui](https://github.com/getbouncer/cardscan-android) from 2.1.0011 to 2.1.0012. - [Release notes](https://github.com/getbouncer/cardscan-android/releases) - [Changelog](https://github.com/getbouncer/cardscan-android/blob/master/CHANGELOG.md) - [Commits](https://github.com/getbouncer/cardscan-android/compare/2.1.0011...2.1.0012) --- updated-dependencies: - dependency-name: com.getbouncer:cardscan-ui dependency-type: direct:production update-type: version-update:semver-patch ... Signed-off-by: dependabot[bot] Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com> * Bump kotlin-gradle-plugin from 1.5.30 to 1.5.31 (#253) Bumps [kotlin-gradle-plugin](https://github.com/JetBrains/kotlin) from 1.5.30 to 1.5.31. - [Release notes](https://github.com/JetBrains/kotlin/releases) - [Changelog](https://github.com/JetBrains/kotlin/blob/v1.5.31/ChangeLog.md) - [Commits](https://github.com/JetBrains/kotlin/compare/v1.5.30...v1.5.31) --- updated-dependencies: - dependency-name: org.jetbrains.kotlin:kotlin-gradle-plugin dependency-type: direct:production update-type: version-update:semver-patch ... Signed-off-by: dependabot[bot] Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com> * Bump constraintlayout from 2.1.0 to 2.1.1 (#257) Bumps [constraintlayout](https://github.com/androidx/constraintlayout) from 2.1.0 to 2.1.1. - [Release notes](https://github.com/androidx/constraintlayout/releases) - [Commits](https://github.com/androidx/constraintlayout/commits) --- updated-dependencies: - dependency-name: androidx.constraintlayout:constraintlayout dependency-type: direct:production update-type: version-update:semver-patch ... Signed-off-by: dependabot[bot] Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com> * Improve validation logic, fix tests (#261) * Fix nullable return type (#260) * Bump okhttp from 4.9.1 to 4.9.2 (#258) Bumps [okhttp](https://github.com/square/okhttp) from 4.9.1 to 4.9.2. - [Release notes](https://github.com/square/okhttp/releases) - [Changelog](https://github.com/square/okhttp/blob/master/CHANGELOG.md) - [Commits](https://github.com/square/okhttp/compare/parent-4.9.1...parent-4.9.2) --- updated-dependencies: - dependency-name: com.squareup.okhttp3:okhttp dependency-type: direct:production update-type: version-update:semver-patch ... Signed-off-by: dependabot[bot] Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com> Co-authored-by: Dmytro * Bump dokka_version from 1.5.30 to 1.5.31 (#264) Bumps `dokka_version` from 1.5.30 to 1.5.31. Updates `dokka-gradle-plugin` from 1.5.30 to 1.5.31 - [Release notes](https://github.com/Kotlin/dokka/releases) - [Commits](https://github.com/Kotlin/dokka/compare/v1.5.30...v1.5.31) Updates `dokka-base` from 1.5.30 to 1.5.31 - [Release notes](https://github.com/Kotlin/dokka/releases) - [Commits](https://github.com/Kotlin/dokka/compare/v1.5.30...v1.5.31) --- updated-dependencies: - dependency-name: org.jetbrains.dokka:dokka-gradle-plugin dependency-type: direct:production update-type: version-update:semver-patch - dependency-name: org.jetbrains.dokka:dokka-base dependency-type: direct:production update-type: version-update:semver-patch ... Signed-off-by: dependabot[bot] Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com> Co-authored-by: Dmytro * Public release v1.6.15 (#266) * Version name & code rise * Update docs * Bump firebase-bom from 28.4.1 to 28.4.2 (#270) Bumps firebase-bom from 28.4.1 to 28.4.2. --- updated-dependencies: - dependency-name: com.google.firebase:firebase-bom dependency-type: direct:production update-type: version-update:semver-patch ... Signed-off-by: dependabot[bot] Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com> * Bump mockito_version from 3.12.4 to 4.0.0 (#271) Bumps `mockito_version` from 3.12.4 to 4.0.0. Updates `mockito-core` from 3.12.4 to 4.0.0 - [Release notes](https://github.com/mockito/mockito/releases) - [Commits](https://github.com/mockito/mockito/compare/v3.12.4...v4.0.0) Updates `mockito-inline` from 3.12.4 to 4.0.0 - [Release notes](https://github.com/mockito/mockito/releases) - [Commits](https://github.com/mockito/mockito/compare/v3.12.4...v4.0.0) --- updated-dependencies: - dependency-name: org.mockito:mockito-core dependency-type: direct:production update-type: version-update:semver-major - dependency-name: org.mockito:mockito-inline dependency-type: direct:production update-type: version-update:semver-major ... Signed-off-by: dependabot[bot] Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com> * Bump gradle from 7.0.2 to 7.0.3 (#273) Bumps gradle from 7.0.2 to 7.0.3. --- updated-dependencies: - dependency-name: com.android.tools.build:gradle dependency-type: direct:production update-type: version-update:semver-patch ... Signed-off-by: depe… * Add new tokenization alias format (#651) * Add new tokenization alias format * Update demo * Update tokenization alias types, and demo * Version name & code bump * Update docs --------- Signed-off-by: dependabot[bot] Co-authored-by: Dmytro Kos Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com> Co-authored-by: Mike Jensen Co-authored-by: Dima Khludkov <57712402+dmytrokhl@users.noreply.github.com> Co-authored-by: Donald Rodriguez Gutierrez <129230521+DonaldRG@users.noreply.github.com> Co-authored-by: Alexandr Co-authored-by: Raj Balaebail --- .../tokenization/TokenizationActivity.kt | 14 +- app/src/main/res/values/arrays.xml | 14 +- docs/navigation.html | 44 +++- docs/scripts/pages.json | 2 +- .../index.html | 119 +++++++++++ .../index.html | 119 +++++++++++ .../index.html | 119 +++++++++++ .../index.html | 119 +++++++++++ .../index.html | 119 +++++++++++ .../index.html | 119 +++++++++++ .../index.html | 119 +++++++++++ .../-f-p-e_-s-s-n_-t_-f-o-u-r/index.html | 119 +++++++++++ .../-f-p-e_-t_-f-o-u-r/index.html | 119 +++++++++++ .../-g-e-n-e-r-i-c_-t_-f-o-u-r/index.html | 119 +++++++++++ .../-p-f-p-t/index.html | 119 +++++++++++ .../-r-a-w_-u-u-i-d/index.html | 119 +++++++++++ .../-v-g-s-vault-alias-format/index.html | 188 +++++++++++++++++- docs/vgscollect/package-list | 12 ++ vgscollect/gradle.properties | 4 +- .../state/tokenization/VGSVaultAliasFormat.kt | 17 +- 20 files changed, 1708 insertions(+), 15 deletions(-) create mode 100644 docs/vgscollect/com.verygoodsecurity.vgscollect.core.model.state.tokenization/-v-g-s-vault-alias-format/-a-l-p-h-a-n-u-m-e-r-i-c_-l-e-n-g-t-h_-p-r-e-s-e-r-v-i-n-g/index.html create mode 100644 docs/vgscollect/com.verygoodsecurity.vgscollect.core.model.state.tokenization/-v-g-s-vault-alias-format/-a-l-p-h-a-n-u-m-e-r-i-c_-l-e-n-g-t-h_-p-r-e-s-e-r-v-i-n-g_-s-i-x_-t_-f-o-u-r/index.html create mode 100644 docs/vgscollect/com.verygoodsecurity.vgscollect.core.model.state.tokenization/-v-g-s-vault-alias-format/-a-l-p-h-a-n-u-m-e-r-i-c_-l-e-n-g-t-h_-p-r-e-s-e-r-v-i-n-g_-t_-f-o-u-r/index.html create mode 100644 docs/vgscollect/com.verygoodsecurity.vgscollect.core.model.state.tokenization/-v-g-s-vault-alias-format/-a-l-p-h-a-n-u-m-e-r-i-c_-s-i-x_-t_-f-o-u-r/index.html create mode 100644 docs/vgscollect/com.verygoodsecurity.vgscollect.core.model.state.tokenization/-v-g-s-vault-alias-format/-a-l-p-h-a-n-u-m-e-r-i-c_-s-s-n_-t_-f-o-u-r/index.html create mode 100644 docs/vgscollect/com.verygoodsecurity.vgscollect.core.model.state.tokenization/-v-g-s-vault-alias-format/-f-p-e_-a-c-c_-n-u-m_-t_-f-o-u-r/index.html create mode 100644 docs/vgscollect/com.verygoodsecurity.vgscollect.core.model.state.tokenization/-v-g-s-vault-alias-format/-f-p-e_-a-l-p-h-a-n-u-m-e-r-i-c_-a-c-c_-n-u-m_-t_-f-o-u-r/index.html create mode 100644 docs/vgscollect/com.verygoodsecurity.vgscollect.core.model.state.tokenization/-v-g-s-vault-alias-format/-f-p-e_-s-s-n_-t_-f-o-u-r/index.html create mode 100644 docs/vgscollect/com.verygoodsecurity.vgscollect.core.model.state.tokenization/-v-g-s-vault-alias-format/-f-p-e_-t_-f-o-u-r/index.html create mode 100644 docs/vgscollect/com.verygoodsecurity.vgscollect.core.model.state.tokenization/-v-g-s-vault-alias-format/-g-e-n-e-r-i-c_-t_-f-o-u-r/index.html create mode 100644 docs/vgscollect/com.verygoodsecurity.vgscollect.core.model.state.tokenization/-v-g-s-vault-alias-format/-p-f-p-t/index.html create mode 100644 docs/vgscollect/com.verygoodsecurity.vgscollect.core.model.state.tokenization/-v-g-s-vault-alias-format/-r-a-w_-u-u-i-d/index.html diff --git a/app/src/main/java/com/verygoodsecurity/demoapp/tokenization/TokenizationActivity.kt b/app/src/main/java/com/verygoodsecurity/demoapp/tokenization/TokenizationActivity.kt index 0e9843533..becd48577 100644 --- a/app/src/main/java/com/verygoodsecurity/demoapp/tokenization/TokenizationActivity.kt +++ b/app/src/main/java/com/verygoodsecurity/demoapp/tokenization/TokenizationActivity.kt @@ -310,9 +310,21 @@ class TokenizationActivity : AppCompatActivity(), InputFieldView.OnTextChangedLi } private fun parseAliasFormat(format: String): VGSVaultAliasFormat = when (format) { - VGSVaultAliasFormat.UUID.name -> VGSVaultAliasFormat.UUID + VGSVaultAliasFormat.FPE_ACC_NUM_T_FOUR.name -> VGSVaultAliasFormat.FPE_ACC_NUM_T_FOUR + VGSVaultAliasFormat.FPE_ALPHANUMERIC_ACC_NUM_T_FOUR.name -> VGSVaultAliasFormat.FPE_ALPHANUMERIC_ACC_NUM_T_FOUR VGSVaultAliasFormat.FPE_SIX_T_FOUR.name -> VGSVaultAliasFormat.FPE_SIX_T_FOUR + VGSVaultAliasFormat.FPE_SSN_T_FOUR.name -> VGSVaultAliasFormat.FPE_SSN_T_FOUR + VGSVaultAliasFormat.FPE_T_FOUR.name -> VGSVaultAliasFormat.FPE_T_FOUR VGSVaultAliasFormat.NUM_LENGTH_PRESERVING.name -> VGSVaultAliasFormat.NUM_LENGTH_PRESERVING + VGSVaultAliasFormat.PFPT.name -> VGSVaultAliasFormat.PFPT + VGSVaultAliasFormat.RAW_UUID.name -> VGSVaultAliasFormat.RAW_UUID + VGSVaultAliasFormat.UUID.name -> VGSVaultAliasFormat.UUID + VGSVaultAliasFormat.GENERIC_T_FOUR.name -> VGSVaultAliasFormat.GENERIC_T_FOUR + VGSVaultAliasFormat.ALPHANUMERIC_SIX_T_FOUR.name -> VGSVaultAliasFormat.ALPHANUMERIC_SIX_T_FOUR + VGSVaultAliasFormat.ALPHANUMERIC_LENGTH_PRESERVING.name -> VGSVaultAliasFormat.ALPHANUMERIC_LENGTH_PRESERVING + VGSVaultAliasFormat.ALPHANUMERIC_LENGTH_PRESERVING_T_FOUR.name -> VGSVaultAliasFormat.ALPHANUMERIC_LENGTH_PRESERVING_T_FOUR + VGSVaultAliasFormat.ALPHANUMERIC_SSN_T_FOUR.name -> VGSVaultAliasFormat.ALPHANUMERIC_SSN_T_FOUR + VGSVaultAliasFormat.ALPHANUMERIC_LENGTH_PRESERVING_SIX_T_FOUR.name -> VGSVaultAliasFormat.ALPHANUMERIC_LENGTH_PRESERVING_SIX_T_FOUR else -> throw IllegalArgumentException("Not implemented!") } } \ No newline at end of file diff --git a/app/src/main/res/values/arrays.xml b/app/src/main/res/values/arrays.xml index fd6828025..d49c828cc 100644 --- a/app/src/main/res/values/arrays.xml +++ b/app/src/main/res/values/arrays.xml @@ -7,8 +7,20 @@ - UUID + FPE_ACC_NUM_T_FOUR + FPE_ALPHANUMERIC_ACC_NUM_T_FOUR FPE_SIX_T_FOUR + FPE_SSN_T_FOUR + FPE_T_FOUR NUM_LENGTH_PRESERVING + PFPT + RAW_UUID + UUID + GENERIC_T_FOUR + ALPHANUMERIC_SIX_T_FOUR + ALPHANUMERIC_LENGTH_PRESERVING + ALPHANUMERIC_LENGTH_PRESERVING_T_FOUR + ALPHANUMERIC_SSN_T_FOUR + ALPHANUMERIC_LENGTH_PRESERVING_SIX_T_FOUR \ No newline at end of file diff --git a/docs/navigation.html b/docs/navigation.html index 30968ee5c..61a878c53 100644 --- a/docs/navigation.html +++ b/docs/navigation.html @@ -316,15 +316,51 @@
-
- + + -
+ -
diff --git a/docs/scripts/pages.json b/docs/scripts/pages.json index 93781b9f4..f74da3255 100644 --- a/docs/scripts/pages.json +++ b/docs/scripts/pages.json @@ -1 +1 @@ -[{"name":"AMERICAN_EXPRESS","description":"com.verygoodsecurity.vgscollect.view.card.CardType.AMERICAN_EXPRESS","location":"vgscollect/com.verygoodsecurity.vgscollect.view.card/-card-type/-a-m-e-r-i-c-a-n_-e-x-p-r-e-s-s/index.html","searchKeys":["AMERICAN_EXPRESS","AMERICAN_EXPRESS","com.verygoodsecurity.vgscollect.view.card.CardType.AMERICAN_EXPRESS"]},{"name":"ANY","description":"com.verygoodsecurity.vgscollect.view.card.validation.payment.ChecksumAlgorithm.ANY","location":"vgscollect/com.verygoodsecurity.vgscollect.view.card.validation.payment/-checksum-algorithm/-a-n-y/index.html","searchKeys":["ANY","ANY","com.verygoodsecurity.vgscollect.view.card.validation.payment.ChecksumAlgorithm.ANY"]},{"name":"CALENDAR","description":"com.verygoodsecurity.vgscollect.view.date.DatePickerMode.CALENDAR","location":"vgscollect/com.verygoodsecurity.vgscollect.view.date/-date-picker-mode/-c-a-l-e-n-d-a-r/index.html","searchKeys":["CALENDAR","CALENDAR","com.verygoodsecurity.vgscollect.view.date.DatePickerMode.CALENDAR"]},{"name":"CARD_EXPIRATION_DATE","description":"com.verygoodsecurity.vgscollect.view.card.FieldType.CARD_EXPIRATION_DATE","location":"vgscollect/com.verygoodsecurity.vgscollect.view.card/-field-type/-c-a-r-d_-e-x-p-i-r-a-t-i-o-n_-d-a-t-e/index.html","searchKeys":["CARD_EXPIRATION_DATE","CARD_EXPIRATION_DATE","com.verygoodsecurity.vgscollect.view.card.FieldType.CARD_EXPIRATION_DATE"]},{"name":"CARD_HOLDER_NAME","description":"com.verygoodsecurity.vgscollect.view.card.FieldType.CARD_HOLDER_NAME","location":"vgscollect/com.verygoodsecurity.vgscollect.view.card/-field-type/-c-a-r-d_-h-o-l-d-e-r_-n-a-m-e/index.html","searchKeys":["CARD_HOLDER_NAME","CARD_HOLDER_NAME","com.verygoodsecurity.vgscollect.view.card.FieldType.CARD_HOLDER_NAME"]},{"name":"CARD_NUMBER","description":"com.verygoodsecurity.vgscollect.view.card.FieldType.CARD_NUMBER","location":"vgscollect/com.verygoodsecurity.vgscollect.view.card/-field-type/-c-a-r-d_-n-u-m-b-e-r/index.html","searchKeys":["CARD_NUMBER","CARD_NUMBER","com.verygoodsecurity.vgscollect.view.card.FieldType.CARD_NUMBER"]},{"name":"CLOSE","description":"com.verygoodsecurity.vgscollect.app.BaseTransmitActivity.Status.CLOSE","location":"vgscollect/com.verygoodsecurity.vgscollect.app/-base-transmit-activity/-status/-c-l-o-s-e/index.html","searchKeys":["CLOSE","CLOSE","com.verygoodsecurity.vgscollect.app.BaseTransmitActivity.Status.CLOSE"]},{"name":"CVC","description":"com.verygoodsecurity.vgscollect.view.card.FieldType.CVC","location":"vgscollect/com.verygoodsecurity.vgscollect.view.card/-field-type/-c-v-c/index.html","searchKeys":["CVC","CVC","com.verygoodsecurity.vgscollect.view.card.FieldType.CVC"]},{"name":"DANKORT","description":"com.verygoodsecurity.vgscollect.view.card.CardType.DANKORT","location":"vgscollect/com.verygoodsecurity.vgscollect.view.card/-card-type/-d-a-n-k-o-r-t/index.html","searchKeys":["DANKORT","DANKORT","com.verygoodsecurity.vgscollect.view.card.CardType.DANKORT"]},{"name":"DATE_RANGE","description":"com.verygoodsecurity.vgscollect.view.card.FieldType.DATE_RANGE","location":"vgscollect/com.verygoodsecurity.vgscollect.view.card/-field-type/-d-a-t-e_-r-a-n-g-e/index.html","searchKeys":["DATE_RANGE","DATE_RANGE","com.verygoodsecurity.vgscollect.view.card.FieldType.DATE_RANGE"]},{"name":"DEBUG","description":"com.verygoodsecurity.vgscollect.VGSCollectLogger.Level.DEBUG","location":"vgscollect/com.verygoodsecurity.vgscollect/-v-g-s-collect-logger/-level/-d-e-b-u-g/index.html","searchKeys":["DEBUG","DEBUG","com.verygoodsecurity.vgscollect.VGSCollectLogger.Level.DEBUG"]},{"name":"DEFAULT","description":"com.verygoodsecurity.vgscollect.view.date.DatePickerMode.DEFAULT","location":"vgscollect/com.verygoodsecurity.vgscollect.view.date/-date-picker-mode/-d-e-f-a-u-l-t/index.html","searchKeys":["DEFAULT","DEFAULT","com.verygoodsecurity.vgscollect.view.date.DatePickerMode.DEFAULT"]},{"name":"DELETE","description":"com.verygoodsecurity.vgscollect.core.HTTPMethod.DELETE","location":"vgscollect/com.verygoodsecurity.vgscollect.core/-h-t-t-p-method/-d-e-l-e-t-e/index.html","searchKeys":["DELETE","DELETE","com.verygoodsecurity.vgscollect.core.HTTPMethod.DELETE"]},{"name":"DINCLUB","description":"com.verygoodsecurity.vgscollect.view.card.CardType.DINCLUB","location":"vgscollect/com.verygoodsecurity.vgscollect.view.card/-card-type/-d-i-n-c-l-u-b/index.html","searchKeys":["DINCLUB","DINCLUB","com.verygoodsecurity.vgscollect.view.card.CardType.DINCLUB"]},{"name":"DISCOVER","description":"com.verygoodsecurity.vgscollect.view.card.CardType.DISCOVER","location":"vgscollect/com.verygoodsecurity.vgscollect.view.card/-card-type/-d-i-s-c-o-v-e-r/index.html","searchKeys":["DISCOVER","DISCOVER","com.verygoodsecurity.vgscollect.view.card.CardType.DISCOVER"]},{"name":"ELO","description":"com.verygoodsecurity.vgscollect.view.card.CardType.ELO","location":"vgscollect/com.verygoodsecurity.vgscollect.view.card/-card-type/-e-l-o/index.html","searchKeys":["ELO","ELO","com.verygoodsecurity.vgscollect.view.card.CardType.ELO"]},{"name":"FAILED","description":"com.verygoodsecurity.vgscollect.app.BaseTransmitActivity.Status.FAILED","location":"vgscollect/com.verygoodsecurity.vgscollect.app/-base-transmit-activity/-status/-f-a-i-l-e-d/index.html","searchKeys":["FAILED","FAILED","com.verygoodsecurity.vgscollect.app.BaseTransmitActivity.Status.FAILED"]},{"name":"FIELD_NAME_NOT_SET","description":"com.verygoodsecurity.vgscollect.core.model.network.VGSError.FIELD_NAME_NOT_SET","location":"vgscollect/com.verygoodsecurity.vgscollect.core.model.network/-v-g-s-error/-f-i-e-l-d_-n-a-m-e_-n-o-t_-s-e-t/index.html","searchKeys":["FIELD_NAME_NOT_SET","FIELD_NAME_NOT_SET","com.verygoodsecurity.vgscollect.core.model.network.VGSError.FIELD_NAME_NOT_SET"]},{"name":"FILE_NOT_FOUND","description":"com.verygoodsecurity.vgscollect.core.model.network.VGSError.FILE_NOT_FOUND","location":"vgscollect/com.verygoodsecurity.vgscollect.core.model.network/-v-g-s-error/-f-i-l-e_-n-o-t_-f-o-u-n-d/index.html","searchKeys":["FILE_NOT_FOUND","FILE_NOT_FOUND","com.verygoodsecurity.vgscollect.core.model.network.VGSError.FILE_NOT_FOUND"]},{"name":"FILE_NOT_SUPPORT","description":"com.verygoodsecurity.vgscollect.core.model.network.VGSError.FILE_NOT_SUPPORT","location":"vgscollect/com.verygoodsecurity.vgscollect.core.model.network/-v-g-s-error/-f-i-l-e_-n-o-t_-s-u-p-p-o-r-t/index.html","searchKeys":["FILE_NOT_SUPPORT","FILE_NOT_SUPPORT","com.verygoodsecurity.vgscollect.core.model.network.VGSError.FILE_NOT_SUPPORT"]},{"name":"FILE_SIZE_OVER_LIMIT","description":"com.verygoodsecurity.vgscollect.core.model.network.VGSError.FILE_SIZE_OVER_LIMIT","location":"vgscollect/com.verygoodsecurity.vgscollect.core.model.network/-v-g-s-error/-f-i-l-e_-s-i-z-e_-o-v-e-r_-l-i-m-i-t/index.html","searchKeys":["FILE_SIZE_OVER_LIMIT","FILE_SIZE_OVER_LIMIT","com.verygoodsecurity.vgscollect.core.model.network.VGSError.FILE_SIZE_OVER_LIMIT"]},{"name":"FLAT_JSON","description":"com.verygoodsecurity.vgscollect.core.model.VGSCollectFieldNameMappingPolicy.FLAT_JSON","location":"vgscollect/com.verygoodsecurity.vgscollect.core.model/-v-g-s-collect-field-name-mapping-policy/-f-l-a-t_-j-s-o-n/index.html","searchKeys":["FLAT_JSON","FLAT_JSON","com.verygoodsecurity.vgscollect.core.model.VGSCollectFieldNameMappingPolicy.FLAT_JSON"]},{"name":"FLEXIBLE","description":"com.verygoodsecurity.vgscollect.view.card.formatter.rules.FormatMode.FLEXIBLE","location":"vgscollect/com.verygoodsecurity.vgscollect.view.card.formatter.rules/-format-mode/-f-l-e-x-i-b-l-e/index.html","searchKeys":["FLEXIBLE","FLEXIBLE","com.verygoodsecurity.vgscollect.view.card.formatter.rules.FormatMode.FLEXIBLE"]},{"name":"FORBRUGSFORENINGEN","description":"com.verygoodsecurity.vgscollect.view.card.CardType.FORBRUGSFORENINGEN","location":"vgscollect/com.verygoodsecurity.vgscollect.view.card/-card-type/-f-o-r-b-r-u-g-s-f-o-r-e-n-i-n-g-e-n/index.html","searchKeys":["FORBRUGSFORENINGEN","FORBRUGSFORENINGEN","com.verygoodsecurity.vgscollect.view.card.CardType.FORBRUGSFORENINGEN"]},{"name":"FPE_SIX_T_FOUR","description":"com.verygoodsecurity.vgscollect.core.model.state.tokenization.VGSVaultAliasFormat.FPE_SIX_T_FOUR","location":"vgscollect/com.verygoodsecurity.vgscollect.core.model.state.tokenization/-v-g-s-vault-alias-format/-f-p-e_-s-i-x_-t_-f-o-u-r/index.html","searchKeys":["FPE_SIX_T_FOUR","FPE_SIX_T_FOUR","com.verygoodsecurity.vgscollect.core.model.state.tokenization.VGSVaultAliasFormat.FPE_SIX_T_FOUR"]},{"name":"GET","description":"com.verygoodsecurity.vgscollect.core.HTTPMethod.GET","location":"vgscollect/com.verygoodsecurity.vgscollect.core/-h-t-t-p-method/-g-e-t/index.html","searchKeys":["GET","GET","com.verygoodsecurity.vgscollect.core.HTTPMethod.GET"]},{"name":"HIPERCARD","description":"com.verygoodsecurity.vgscollect.view.card.CardType.HIPERCARD","location":"vgscollect/com.verygoodsecurity.vgscollect.view.card/-card-type/-h-i-p-e-r-c-a-r-d/index.html","searchKeys":["HIPERCARD","HIPERCARD","com.verygoodsecurity.vgscollect.view.card.CardType.HIPERCARD"]},{"name":"INFO","description":"com.verygoodsecurity.vgscollect.view.card.FieldType.INFO","location":"vgscollect/com.verygoodsecurity.vgscollect.view.card/-field-type/-i-n-f-o/index.html","searchKeys":["INFO","INFO","com.verygoodsecurity.vgscollect.view.card.FieldType.INFO"]},{"name":"INPUT","description":"com.verygoodsecurity.vgscollect.view.date.DatePickerMode.INPUT","location":"vgscollect/com.verygoodsecurity.vgscollect.view.date/-date-picker-mode/-i-n-p-u-t/index.html","searchKeys":["INPUT","INPUT","com.verygoodsecurity.vgscollect.view.date.DatePickerMode.INPUT"]},{"name":"INPUT_DATA_NOT_VALID","description":"com.verygoodsecurity.vgscollect.core.model.network.VGSError.INPUT_DATA_NOT_VALID","location":"vgscollect/com.verygoodsecurity.vgscollect.core.model.network/-v-g-s-error/-i-n-p-u-t_-d-a-t-a_-n-o-t_-v-a-l-i-d/index.html","searchKeys":["INPUT_DATA_NOT_VALID","INPUT_DATA_NOT_VALID","com.verygoodsecurity.vgscollect.core.model.network.VGSError.INPUT_DATA_NOT_VALID"]},{"name":"JCB","description":"com.verygoodsecurity.vgscollect.view.card.CardType.JCB","location":"vgscollect/com.verygoodsecurity.vgscollect.view.card/-card-type/-j-c-b/index.html","searchKeys":["JCB","JCB","com.verygoodsecurity.vgscollect.view.card.CardType.JCB"]},{"name":"JSON","description":"com.verygoodsecurity.vgscollect.core.api.VGSHttpBodyFormat.JSON","location":"vgscollect/com.verygoodsecurity.vgscollect.core.api/-v-g-s-http-body-format/-j-s-o-n/index.html","searchKeys":["JSON","JSON","com.verygoodsecurity.vgscollect.core.api.VGSHttpBodyFormat.JSON"]},{"name":"LIVE","description":"com.verygoodsecurity.vgscollect.core.Environment.LIVE","location":"vgscollect/com.verygoodsecurity.vgscollect.core/-environment/-l-i-v-e/index.html","searchKeys":["LIVE","LIVE","com.verygoodsecurity.vgscollect.core.Environment.LIVE"]},{"name":"LUHN","description":"com.verygoodsecurity.vgscollect.view.card.validation.payment.ChecksumAlgorithm.LUHN","location":"vgscollect/com.verygoodsecurity.vgscollect.view.card.validation.payment/-checksum-algorithm/-l-u-h-n/index.html","searchKeys":["LUHN","LUHN","com.verygoodsecurity.vgscollect.view.card.validation.payment.ChecksumAlgorithm.LUHN"]},{"name":"MAESTRO","description":"com.verygoodsecurity.vgscollect.view.card.CardType.MAESTRO","location":"vgscollect/com.verygoodsecurity.vgscollect.view.card/-card-type/-m-a-e-s-t-r-o/index.html","searchKeys":["MAESTRO","MAESTRO","com.verygoodsecurity.vgscollect.view.card.CardType.MAESTRO"]},{"name":"MASTERCARD","description":"com.verygoodsecurity.vgscollect.view.card.CardType.MASTERCARD","location":"vgscollect/com.verygoodsecurity.vgscollect.view.card/-card-type/-m-a-s-t-e-r-c-a-r-d/index.html","searchKeys":["MASTERCARD","MASTERCARD","com.verygoodsecurity.vgscollect.view.card.CardType.MASTERCARD"]},{"name":"NESTED_JSON","description":"com.verygoodsecurity.vgscollect.core.model.VGSCollectFieldNameMappingPolicy.NESTED_JSON","location":"vgscollect/com.verygoodsecurity.vgscollect.core.model/-v-g-s-collect-field-name-mapping-policy/-n-e-s-t-e-d_-j-s-o-n/index.html","searchKeys":["NESTED_JSON","NESTED_JSON","com.verygoodsecurity.vgscollect.core.model.VGSCollectFieldNameMappingPolicy.NESTED_JSON"]},{"name":"NESTED_JSON_WITH_ARRAYS_MERGE","description":"com.verygoodsecurity.vgscollect.core.model.VGSCollectFieldNameMappingPolicy.NESTED_JSON_WITH_ARRAYS_MERGE","location":"vgscollect/com.verygoodsecurity.vgscollect.core.model/-v-g-s-collect-field-name-mapping-policy/-n-e-s-t-e-d_-j-s-o-n_-w-i-t-h_-a-r-r-a-y-s_-m-e-r-g-e/index.html","searchKeys":["NESTED_JSON_WITH_ARRAYS_MERGE","NESTED_JSON_WITH_ARRAYS_MERGE","com.verygoodsecurity.vgscollect.core.model.VGSCollectFieldNameMappingPolicy.NESTED_JSON_WITH_ARRAYS_MERGE"]},{"name":"NESTED_JSON_WITH_ARRAYS_OVERWRITE","description":"com.verygoodsecurity.vgscollect.core.model.VGSCollectFieldNameMappingPolicy.NESTED_JSON_WITH_ARRAYS_OVERWRITE","location":"vgscollect/com.verygoodsecurity.vgscollect.core.model/-v-g-s-collect-field-name-mapping-policy/-n-e-s-t-e-d_-j-s-o-n_-w-i-t-h_-a-r-r-a-y-s_-o-v-e-r-w-r-i-t-e/index.html","searchKeys":["NESTED_JSON_WITH_ARRAYS_OVERWRITE","NESTED_JSON_WITH_ARRAYS_OVERWRITE","com.verygoodsecurity.vgscollect.core.model.VGSCollectFieldNameMappingPolicy.NESTED_JSON_WITH_ARRAYS_OVERWRITE"]},{"name":"NONE","description":"com.verygoodsecurity.vgscollect.VGSCollectLogger.Level.NONE","location":"vgscollect/com.verygoodsecurity.vgscollect/-v-g-s-collect-logger/-level/-n-o-n-e/index.html","searchKeys":["NONE","NONE","com.verygoodsecurity.vgscollect.VGSCollectLogger.Level.NONE"]},{"name":"NONE","description":"com.verygoodsecurity.vgscollect.view.card.validation.payment.ChecksumAlgorithm.NONE","location":"vgscollect/com.verygoodsecurity.vgscollect.view.card.validation.payment/-checksum-algorithm/-n-o-n-e/index.html","searchKeys":["NONE","NONE","com.verygoodsecurity.vgscollect.view.card.validation.payment.ChecksumAlgorithm.NONE"]},{"name":"NOT_ACTIVITY_CONTEXT","description":"com.verygoodsecurity.vgscollect.core.model.network.VGSError.NOT_ACTIVITY_CONTEXT","location":"vgscollect/com.verygoodsecurity.vgscollect.core.model.network/-v-g-s-error/-n-o-t_-a-c-t-i-v-i-t-y_-c-o-n-t-e-x-t/index.html","searchKeys":["NOT_ACTIVITY_CONTEXT","NOT_ACTIVITY_CONTEXT","com.verygoodsecurity.vgscollect.core.model.network.VGSError.NOT_ACTIVITY_CONTEXT"]},{"name":"NO_INTERNET_PERMISSIONS","description":"com.verygoodsecurity.vgscollect.core.model.network.VGSError.NO_INTERNET_PERMISSIONS","location":"vgscollect/com.verygoodsecurity.vgscollect.core.model.network/-v-g-s-error/-n-o_-i-n-t-e-r-n-e-t_-p-e-r-m-i-s-s-i-o-n-s/index.html","searchKeys":["NO_INTERNET_PERMISSIONS","NO_INTERNET_PERMISSIONS","com.verygoodsecurity.vgscollect.core.model.network.VGSError.NO_INTERNET_PERMISSIONS"]},{"name":"NO_NETWORK_CONNECTIONS","description":"com.verygoodsecurity.vgscollect.core.model.network.VGSError.NO_NETWORK_CONNECTIONS","location":"vgscollect/com.verygoodsecurity.vgscollect.core.model.network/-v-g-s-error/-n-o_-n-e-t-w-o-r-k_-c-o-n-n-e-c-t-i-o-n-s/index.html","searchKeys":["NO_NETWORK_CONNECTIONS","NO_NETWORK_CONNECTIONS","com.verygoodsecurity.vgscollect.core.model.network.VGSError.NO_NETWORK_CONNECTIONS"]},{"name":"NUM_LENGTH_PRESERVING","description":"com.verygoodsecurity.vgscollect.core.model.state.tokenization.VGSVaultAliasFormat.NUM_LENGTH_PRESERVING","location":"vgscollect/com.verygoodsecurity.vgscollect.core.model.state.tokenization/-v-g-s-vault-alias-format/-n-u-m_-l-e-n-g-t-h_-p-r-e-s-e-r-v-i-n-g/index.html","searchKeys":["NUM_LENGTH_PRESERVING","NUM_LENGTH_PRESERVING","com.verygoodsecurity.vgscollect.core.model.state.tokenization.VGSVaultAliasFormat.NUM_LENGTH_PRESERVING"]},{"name":"PATCH","description":"com.verygoodsecurity.vgscollect.core.HTTPMethod.PATCH","location":"vgscollect/com.verygoodsecurity.vgscollect.core/-h-t-t-p-method/-p-a-t-c-h/index.html","searchKeys":["PATCH","PATCH","com.verygoodsecurity.vgscollect.core.HTTPMethod.PATCH"]},{"name":"PERSISTENT","description":"com.verygoodsecurity.vgscollect.core.model.state.tokenization.VGSVaultStorageType.PERSISTENT","location":"vgscollect/com.verygoodsecurity.vgscollect.core.model.state.tokenization/-v-g-s-vault-storage-type/-p-e-r-s-i-s-t-e-n-t/index.html","searchKeys":["PERSISTENT","PERSISTENT","com.verygoodsecurity.vgscollect.core.model.state.tokenization.VGSVaultStorageType.PERSISTENT"]},{"name":"PLAIN_TEXT","description":"com.verygoodsecurity.vgscollect.core.api.VGSHttpBodyFormat.PLAIN_TEXT","location":"vgscollect/com.verygoodsecurity.vgscollect.core.api/-v-g-s-http-body-format/-p-l-a-i-n_-t-e-x-t/index.html","searchKeys":["PLAIN_TEXT","PLAIN_TEXT","com.verygoodsecurity.vgscollect.core.api.VGSHttpBodyFormat.PLAIN_TEXT"]},{"name":"POST","description":"com.verygoodsecurity.vgscollect.core.HTTPMethod.POST","location":"vgscollect/com.verygoodsecurity.vgscollect.core/-h-t-t-p-method/-p-o-s-t/index.html","searchKeys":["POST","POST","com.verygoodsecurity.vgscollect.core.HTTPMethod.POST"]},{"name":"PUT","description":"com.verygoodsecurity.vgscollect.core.HTTPMethod.PUT","location":"vgscollect/com.verygoodsecurity.vgscollect.core/-h-t-t-p-method/-p-u-t/index.html","searchKeys":["PUT","PUT","com.verygoodsecurity.vgscollect.core.HTTPMethod.PUT"]},{"name":"SANDBOX","description":"com.verygoodsecurity.vgscollect.core.Environment.SANDBOX","location":"vgscollect/com.verygoodsecurity.vgscollect.core/-environment/-s-a-n-d-b-o-x/index.html","searchKeys":["SANDBOX","SANDBOX","com.verygoodsecurity.vgscollect.core.Environment.SANDBOX"]},{"name":"SPINNER","description":"com.verygoodsecurity.vgscollect.view.date.DatePickerMode.SPINNER","location":"vgscollect/com.verygoodsecurity.vgscollect.view.date/-date-picker-mode/-s-p-i-n-n-e-r/index.html","searchKeys":["SPINNER","SPINNER","com.verygoodsecurity.vgscollect.view.date.DatePickerMode.SPINNER"]},{"name":"SSN","description":"com.verygoodsecurity.vgscollect.view.card.FieldType.SSN","location":"vgscollect/com.verygoodsecurity.vgscollect.view.card/-field-type/-s-s-n/index.html","searchKeys":["SSN","SSN","com.verygoodsecurity.vgscollect.view.card.FieldType.SSN"]},{"name":"STRICT","description":"com.verygoodsecurity.vgscollect.view.card.formatter.rules.FormatMode.STRICT","location":"vgscollect/com.verygoodsecurity.vgscollect.view.card.formatter.rules/-format-mode/-s-t-r-i-c-t/index.html","searchKeys":["STRICT","STRICT","com.verygoodsecurity.vgscollect.view.card.formatter.rules.FormatMode.STRICT"]},{"name":"SUCCESS","description":"com.verygoodsecurity.vgscollect.app.BaseTransmitActivity.Status.SUCCESS","location":"vgscollect/com.verygoodsecurity.vgscollect.app/-base-transmit-activity/-status/-s-u-c-c-e-s-s/index.html","searchKeys":["SUCCESS","SUCCESS","com.verygoodsecurity.vgscollect.app.BaseTransmitActivity.Status.SUCCESS"]},{"name":"TIME_OUT","description":"com.verygoodsecurity.vgscollect.core.model.network.VGSError.TIME_OUT","location":"vgscollect/com.verygoodsecurity.vgscollect.core.model.network/-v-g-s-error/-t-i-m-e_-o-u-t/index.html","searchKeys":["TIME_OUT","TIME_OUT","com.verygoodsecurity.vgscollect.core.model.network.VGSError.TIME_OUT"]},{"name":"UNIONPAY","description":"com.verygoodsecurity.vgscollect.view.card.CardType.UNIONPAY","location":"vgscollect/com.verygoodsecurity.vgscollect.view.card/-card-type/-u-n-i-o-n-p-a-y/index.html","searchKeys":["UNIONPAY","UNIONPAY","com.verygoodsecurity.vgscollect.view.card.CardType.UNIONPAY"]},{"name":"UNKNOWN","description":"com.verygoodsecurity.vgscollect.view.card.CardType.UNKNOWN","location":"vgscollect/com.verygoodsecurity.vgscollect.view.card/-card-type/-u-n-k-n-o-w-n/index.html","searchKeys":["UNKNOWN","UNKNOWN","com.verygoodsecurity.vgscollect.view.card.CardType.UNKNOWN"]},{"name":"URL_NOT_VALID","description":"com.verygoodsecurity.vgscollect.core.model.network.VGSError.URL_NOT_VALID","location":"vgscollect/com.verygoodsecurity.vgscollect.core.model.network/-v-g-s-error/-u-r-l_-n-o-t_-v-a-l-i-d/index.html","searchKeys":["URL_NOT_VALID","URL_NOT_VALID","com.verygoodsecurity.vgscollect.core.model.network.VGSError.URL_NOT_VALID"]},{"name":"UUID","description":"com.verygoodsecurity.vgscollect.core.model.state.tokenization.VGSVaultAliasFormat.UUID","location":"vgscollect/com.verygoodsecurity.vgscollect.core.model.state.tokenization/-v-g-s-vault-alias-format/-u-u-i-d/index.html","searchKeys":["UUID","UUID","com.verygoodsecurity.vgscollect.core.model.state.tokenization.VGSVaultAliasFormat.UUID"]},{"name":"VISA","description":"com.verygoodsecurity.vgscollect.view.card.CardType.VISA","location":"vgscollect/com.verygoodsecurity.vgscollect.view.card/-card-type/-v-i-s-a/index.html","searchKeys":["VISA","VISA","com.verygoodsecurity.vgscollect.view.card.CardType.VISA"]},{"name":"VISA_ELECTRON","description":"com.verygoodsecurity.vgscollect.view.card.CardType.VISA_ELECTRON","location":"vgscollect/com.verygoodsecurity.vgscollect.view.card/-card-type/-v-i-s-a_-e-l-e-c-t-r-o-n/index.html","searchKeys":["VISA_ELECTRON","VISA_ELECTRON","com.verygoodsecurity.vgscollect.view.card.CardType.VISA_ELECTRON"]},{"name":"VOLATILE","description":"com.verygoodsecurity.vgscollect.core.model.state.tokenization.VGSVaultStorageType.VOLATILE","location":"vgscollect/com.verygoodsecurity.vgscollect.core.model.state.tokenization/-v-g-s-vault-storage-type/-v-o-l-a-t-i-l-e/index.html","searchKeys":["VOLATILE","VOLATILE","com.verygoodsecurity.vgscollect.core.model.state.tokenization.VGSVaultStorageType.VOLATILE"]},{"name":"WARN","description":"com.verygoodsecurity.vgscollect.VGSCollectLogger.Level.WARN","location":"vgscollect/com.verygoodsecurity.vgscollect/-v-g-s-collect-logger/-level/-w-a-r-n/index.html","searchKeys":["WARN","WARN","com.verygoodsecurity.vgscollect.VGSCollectLogger.Level.WARN"]},{"name":"X_WWW_FORM_URLENCODED","description":"com.verygoodsecurity.vgscollect.core.api.VGSHttpBodyFormat.X_WWW_FORM_URLENCODED","location":"vgscollect/com.verygoodsecurity.vgscollect.core.api/-v-g-s-http-body-format/-x_-w-w-w_-f-o-r-m_-u-r-l-e-n-c-o-d-e-d/index.html","searchKeys":["X_WWW_FORM_URLENCODED","X_WWW_FORM_URLENCODED","com.verygoodsecurity.vgscollect.core.api.VGSHttpBodyFormat.X_WWW_FORM_URLENCODED"]},{"name":"abstract class BaseDateFormatter : TextWatcher, DatePickerFormatter","description":"com.verygoodsecurity.vgscollect.view.card.formatter.date.BaseDateFormatter","location":"vgscollect/com.verygoodsecurity.vgscollect.view.card.formatter.date/-base-date-formatter/index.html","searchKeys":["BaseDateFormatter","abstract class BaseDateFormatter : TextWatcher, DatePickerFormatter","com.verygoodsecurity.vgscollect.view.card.formatter.date.BaseDateFormatter"]},{"name":"abstract class BaseTransmitActivity : AppCompatActivity","description":"com.verygoodsecurity.vgscollect.app.BaseTransmitActivity","location":"vgscollect/com.verygoodsecurity.vgscollect.app/-base-transmit-activity/index.html","searchKeys":["BaseTransmitActivity","abstract class BaseTransmitActivity : AppCompatActivity","com.verygoodsecurity.vgscollect.app.BaseTransmitActivity"]},{"name":"abstract class DateEditText : InputFieldView","description":"com.verygoodsecurity.vgscollect.widget.core.DateEditText","location":"vgscollect/com.verygoodsecurity.vgscollect.widget.core/-date-edit-text/index.html","searchKeys":["DateEditText","abstract class DateEditText : InputFieldView","com.verygoodsecurity.vgscollect.widget.core.DateEditText"]},{"name":"abstract class FieldDataSerializer","description":"com.verygoodsecurity.vgscollect.view.core.serializers.FieldDataSerializer","location":"vgscollect/com.verygoodsecurity.vgscollect.view.core.serializers/-field-data-serializer/index.html","searchKeys":["FieldDataSerializer","abstract class FieldDataSerializer","com.verygoodsecurity.vgscollect.view.core.serializers.FieldDataSerializer"]},{"name":"abstract class InputFieldView constructor(context: Context, attrs: AttributeSet? = null, defStyleAttr: Int = 0) : FrameLayout","description":"com.verygoodsecurity.vgscollect.view.InputFieldView","location":"vgscollect/com.verygoodsecurity.vgscollect.view/-input-field-view/index.html","searchKeys":["InputFieldView","abstract class InputFieldView constructor(context: Context, attrs: AttributeSet? = null, defStyleAttr: Int = 0) : FrameLayout","com.verygoodsecurity.vgscollect.view.InputFieldView"]},{"name":"abstract class TextInputFieldLayout constructor(context: Context, attrs: AttributeSet? = null, defStyleAttr: Int = 0) : FrameLayout","description":"com.verygoodsecurity.vgscollect.view.material.TextInputFieldLayout","location":"vgscollect/com.verygoodsecurity.vgscollect.view.material/-text-input-field-layout/index.html","searchKeys":["TextInputFieldLayout","abstract class TextInputFieldLayout constructor(context: Context, attrs: AttributeSet? = null, defStyleAttr: Int = 0) : FrameLayout","com.verygoodsecurity.vgscollect.view.material.TextInputFieldLayout"]},{"name":"abstract class VGSBaseRequest","description":"com.verygoodsecurity.vgscollect.core.model.network.VGSBaseRequest","location":"vgscollect/com.verygoodsecurity.vgscollect.core.model.network/-v-g-s-base-request/index.html","searchKeys":["VGSBaseRequest","abstract class VGSBaseRequest","com.verygoodsecurity.vgscollect.core.model.network.VGSBaseRequest"]},{"name":"abstract fun attachFile(activity: Activity, fieldName: String)","description":"com.verygoodsecurity.vgscollect.core.storage.content.file.VGSFileProvider.attachFile","location":"vgscollect/com.verygoodsecurity.vgscollect.core.storage.content.file/-v-g-s-file-provider/attach-file.html","searchKeys":["attachFile","abstract fun attachFile(activity: Activity, fieldName: String)","com.verygoodsecurity.vgscollect.core.storage.content.file.VGSFileProvider.attachFile"]},{"name":"abstract fun attachFile(fieldName: String)","description":"com.verygoodsecurity.vgscollect.core.storage.content.file.VGSFileProvider.attachFile","location":"vgscollect/com.verygoodsecurity.vgscollect.core.storage.content.file/-v-g-s-file-provider/attach-file.html","searchKeys":["attachFile","abstract fun attachFile(fieldName: String)","com.verygoodsecurity.vgscollect.core.storage.content.file.VGSFileProvider.attachFile"]},{"name":"abstract fun detachAll()","description":"com.verygoodsecurity.vgscollect.core.storage.content.file.VGSFileProvider.detachAll","location":"vgscollect/com.verygoodsecurity.vgscollect.core.storage.content.file/-v-g-s-file-provider/detach-all.html","searchKeys":["detachAll","abstract fun detachAll()","com.verygoodsecurity.vgscollect.core.storage.content.file.VGSFileProvider.detachAll"]},{"name":"abstract fun detachFile(file: FileState)","description":"com.verygoodsecurity.vgscollect.core.storage.content.file.VGSFileProvider.detachFile","location":"vgscollect/com.verygoodsecurity.vgscollect.core.storage.content.file/-v-g-s-file-provider/detach-file.html","searchKeys":["detachFile","abstract fun detachFile(file: FileState)","com.verygoodsecurity.vgscollect.core.storage.content.file.VGSFileProvider.detachFile"]},{"name":"abstract fun getAttachedFiles(): List","description":"com.verygoodsecurity.vgscollect.core.storage.content.file.VGSFileProvider.getAttachedFiles","location":"vgscollect/com.verygoodsecurity.vgscollect.core.storage.content.file/-v-g-s-file-provider/get-attached-files.html","searchKeys":["getAttachedFiles","abstract fun getAttachedFiles(): List","com.verygoodsecurity.vgscollect.core.storage.content.file.VGSFileProvider.getAttachedFiles"]},{"name":"abstract fun getAttributes(): MutableMap","description":"com.verygoodsecurity.vgscollect.core.api.analityc.action.Action.getAttributes","location":"vgscollect/com.verygoodsecurity.vgscollect.core.api.analityc.action/-action/get-attributes.html","searchKeys":["getAttributes","abstract fun getAttributes(): MutableMap","com.verygoodsecurity.vgscollect.core.api.analityc.action.Action.getAttributes"]},{"name":"abstract fun getMask(): String","description":"com.verygoodsecurity.vgscollect.view.card.formatter.Formatter.getMask","location":"vgscollect/com.verygoodsecurity.vgscollect.view.card.formatter/-formatter/get-mask.html","searchKeys":["getMask","abstract fun getMask(): String","com.verygoodsecurity.vgscollect.view.card.formatter.Formatter.getMask"]},{"name":"abstract fun logEvent(action: Action)","description":"com.verygoodsecurity.vgscollect.core.api.analityc.AnalyticTracker.logEvent","location":"vgscollect/com.verygoodsecurity.vgscollect.core.api.analityc/-analytic-tracker/log-event.html","searchKeys":["logEvent","abstract fun logEvent(action: Action)","com.verygoodsecurity.vgscollect.core.api.analityc.AnalyticTracker.logEvent"]},{"name":"abstract fun onDismiss()","description":"com.verygoodsecurity.vgscollect.widget.core.VisibilityChangeListener.onDismiss","location":"vgscollect/com.verygoodsecurity.vgscollect.widget.core/-visibility-change-listener/on-dismiss.html","searchKeys":["onDismiss","abstract fun onDismiss()","com.verygoodsecurity.vgscollect.widget.core.VisibilityChangeListener.onDismiss"]},{"name":"abstract fun onEditorAction(v: View?, actionId: Int, event: KeyEvent?): Boolean","description":"com.verygoodsecurity.vgscollect.view.InputFieldView.OnEditorActionListener.onEditorAction","location":"vgscollect/com.verygoodsecurity.vgscollect.view/-input-field-view/-on-editor-action-listener/on-editor-action.html","searchKeys":["onEditorAction","abstract fun onEditorAction(v: View?, actionId: Int, event: KeyEvent?): Boolean","com.verygoodsecurity.vgscollect.view.InputFieldView.OnEditorActionListener.onEditorAction"]},{"name":"abstract fun onResponse(response: VGSResponse?)","description":"com.verygoodsecurity.vgscollect.core.VgsCollectResponseListener.onResponse","location":"vgscollect/com.verygoodsecurity.vgscollect.core/-vgs-collect-response-listener/on-response.html","searchKeys":["onResponse","abstract fun onResponse(response: VGSResponse?)","com.verygoodsecurity.vgscollect.core.VgsCollectResponseListener.onResponse"]},{"name":"abstract fun onResult(isSuccessful: Boolean)","description":"com.verygoodsecurity.vgscollect.view.card.validation.rules.VGSValidationResultListener.onResult","location":"vgscollect/com.verygoodsecurity.vgscollect.view.card.validation.rules/-v-g-s-validation-result-listener/on-result.html","searchKeys":["onResult","abstract fun onResult(isSuccessful: Boolean)","com.verygoodsecurity.vgscollect.view.card.validation.rules.VGSValidationResultListener.onResult"]},{"name":"abstract fun onShow()","description":"com.verygoodsecurity.vgscollect.widget.core.VisibilityChangeListener.onShow","location":"vgscollect/com.verygoodsecurity.vgscollect.widget.core/-visibility-change-listener/on-show.html","searchKeys":["onShow","abstract fun onShow()","com.verygoodsecurity.vgscollect.widget.core.VisibilityChangeListener.onShow"]},{"name":"abstract fun onStateChange(state: FieldState)","description":"com.verygoodsecurity.vgscollect.core.storage.OnFieldStateChangeListener.onStateChange","location":"vgscollect/com.verygoodsecurity.vgscollect.core.storage/-on-field-state-change-listener/on-state-change.html","searchKeys":["onStateChange","abstract fun onStateChange(state: FieldState)","com.verygoodsecurity.vgscollect.core.storage.OnFieldStateChangeListener.onStateChange"]},{"name":"abstract fun onTextChange(view: InputFieldView, isEmpty: Boolean)","description":"com.verygoodsecurity.vgscollect.view.InputFieldView.OnTextChangedListener.onTextChange","location":"vgscollect/com.verygoodsecurity.vgscollect.view/-input-field-view/-on-text-changed-listener/on-text-change.html","searchKeys":["onTextChange","abstract fun onTextChange(view: InputFieldView, isEmpty: Boolean)","com.verygoodsecurity.vgscollect.view.InputFieldView.OnTextChangedListener.onTextChange"]},{"name":"abstract fun resize(cacheSize: Int)","description":"com.verygoodsecurity.vgscollect.core.storage.content.file.VGSFileProvider.resize","location":"vgscollect/com.verygoodsecurity.vgscollect.core.storage.content.file/-v-g-s-file-provider/resize.html","searchKeys":["resize","abstract fun resize(cacheSize: Int)","com.verygoodsecurity.vgscollect.core.storage.content.file.VGSFileProvider.resize"]},{"name":"abstract fun setMask(mask: String)","description":"com.verygoodsecurity.vgscollect.view.card.formatter.Formatter.setMask","location":"vgscollect/com.verygoodsecurity.vgscollect.view.card.formatter/-formatter/set-mask.html","searchKeys":["setMask","abstract fun setMask(mask: String)","com.verygoodsecurity.vgscollect.view.card.formatter.Formatter.setMask"]},{"name":"abstract fun setMode(mode: DatePickerMode)","description":"com.verygoodsecurity.vgscollect.view.card.formatter.date.DatePickerFormatter.setMode","location":"vgscollect/com.verygoodsecurity.vgscollect.view.card.formatter.date/-date-picker-formatter/set-mode.html","searchKeys":["setMode","abstract fun setMode(mode: DatePickerMode)","com.verygoodsecurity.vgscollect.view.card.formatter.date.DatePickerFormatter.setMode"]},{"name":"abstract val customData: Map","description":"com.verygoodsecurity.vgscollect.core.model.network.VGSBaseRequest.customData","location":"vgscollect/com.verygoodsecurity.vgscollect.core.model.network/-v-g-s-base-request/custom-data.html","searchKeys":["customData","abstract val customData: Map","com.verygoodsecurity.vgscollect.core.model.network.VGSBaseRequest.customData"]},{"name":"abstract val customHeader: Map","description":"com.verygoodsecurity.vgscollect.core.model.network.VGSBaseRequest.customHeader","location":"vgscollect/com.verygoodsecurity.vgscollect.core.model.network/-v-g-s-base-request/custom-header.html","searchKeys":["customHeader","abstract val customHeader: Map","com.verygoodsecurity.vgscollect.core.model.network.VGSBaseRequest.customHeader"]},{"name":"abstract val fieldNameMappingPolicy: VGSCollectFieldNameMappingPolicy","description":"com.verygoodsecurity.vgscollect.core.model.network.VGSBaseRequest.fieldNameMappingPolicy","location":"vgscollect/com.verygoodsecurity.vgscollect.core.model.network/-v-g-s-base-request/field-name-mapping-policy.html","searchKeys":["fieldNameMappingPolicy","abstract val fieldNameMappingPolicy: VGSCollectFieldNameMappingPolicy","com.verygoodsecurity.vgscollect.core.model.network.VGSBaseRequest.fieldNameMappingPolicy"]},{"name":"abstract val fieldsIgnore: Boolean","description":"com.verygoodsecurity.vgscollect.core.model.network.VGSBaseRequest.fieldsIgnore","location":"vgscollect/com.verygoodsecurity.vgscollect.core.model.network/-v-g-s-base-request/fields-ignore.html","searchKeys":["fieldsIgnore","abstract val fieldsIgnore: Boolean","com.verygoodsecurity.vgscollect.core.model.network.VGSBaseRequest.fieldsIgnore"]},{"name":"abstract val fileIgnore: Boolean","description":"com.verygoodsecurity.vgscollect.core.model.network.VGSBaseRequest.fileIgnore","location":"vgscollect/com.verygoodsecurity.vgscollect.core.model.network/-v-g-s-base-request/file-ignore.html","searchKeys":["fileIgnore","abstract val fileIgnore: Boolean","com.verygoodsecurity.vgscollect.core.model.network.VGSBaseRequest.fileIgnore"]},{"name":"abstract val format: VGSHttpBodyFormat","description":"com.verygoodsecurity.vgscollect.core.model.network.VGSBaseRequest.format","location":"vgscollect/com.verygoodsecurity.vgscollect.core.model.network/-v-g-s-base-request/format.html","searchKeys":["format","abstract val format: VGSHttpBodyFormat","com.verygoodsecurity.vgscollect.core.model.network.VGSBaseRequest.format"]},{"name":"abstract val isValid: Boolean","description":"com.verygoodsecurity.vgscollect.core.model.map.Key.isValid","location":"vgscollect/com.verygoodsecurity.vgscollect.core.model.map/-key/is-valid.html","searchKeys":["isValid","abstract val isValid: Boolean","com.verygoodsecurity.vgscollect.core.model.map.Key.isValid"]},{"name":"abstract val method: HTTPMethod","description":"com.verygoodsecurity.vgscollect.core.model.network.VGSBaseRequest.method","location":"vgscollect/com.verygoodsecurity.vgscollect.core.model.network/-v-g-s-base-request/method.html","searchKeys":["method","abstract val method: HTTPMethod","com.verygoodsecurity.vgscollect.core.model.network.VGSBaseRequest.method"]},{"name":"abstract val path: String","description":"com.verygoodsecurity.vgscollect.core.model.network.VGSBaseRequest.path","location":"vgscollect/com.verygoodsecurity.vgscollect.core.model.network/-v-g-s-base-request/path.html","searchKeys":["path","abstract val path: String","com.verygoodsecurity.vgscollect.core.model.network.VGSBaseRequest.path"]},{"name":"abstract val requestTimeoutInterval: Long","description":"com.verygoodsecurity.vgscollect.core.model.network.VGSBaseRequest.requestTimeoutInterval","location":"vgscollect/com.verygoodsecurity.vgscollect.core.model.network/-v-g-s-base-request/request-timeout-interval.html","searchKeys":["requestTimeoutInterval","abstract val requestTimeoutInterval: Long","com.verygoodsecurity.vgscollect.core.model.network.VGSBaseRequest.requestTimeoutInterval"]},{"name":"abstract val routeId: String?","description":"com.verygoodsecurity.vgscollect.core.model.network.VGSBaseRequest.routeId","location":"vgscollect/com.verygoodsecurity.vgscollect.core.model.network/-v-g-s-base-request/route-id.html","searchKeys":["routeId","abstract val routeId: String?","com.verygoodsecurity.vgscollect.core.model.network.VGSBaseRequest.routeId"]},{"name":"abstract val value: String","description":"com.verygoodsecurity.vgscollect.core.model.map.Key.value","location":"vgscollect/com.verygoodsecurity.vgscollect.core.model.map/-key/value.html","searchKeys":["value","abstract val value: String","com.verygoodsecurity.vgscollect.core.model.map.Key.value"]},{"name":"abstract var isEnabled: Boolean","description":"com.verygoodsecurity.vgscollect.core.api.analityc.AnalyticTracker.isEnabled","location":"vgscollect/com.verygoodsecurity.vgscollect.core.api.analityc/-analytic-tracker/is-enabled.html","searchKeys":["isEnabled","abstract var isEnabled: Boolean","com.verygoodsecurity.vgscollect.core.api.analityc.AnalyticTracker.isEnabled"]},{"name":"class AttachFileAction(val params: Map) : Action","description":"com.verygoodsecurity.vgscollect.core.api.analityc.action.AttachFileAction","location":"vgscollect/com.verygoodsecurity.vgscollect.core.api.analityc.action/-attach-file-action/index.html","searchKeys":["AttachFileAction","class AttachFileAction(val params: Map) : Action","com.verygoodsecurity.vgscollect.core.api.analityc.action.AttachFileAction"]},{"name":"class AutofillAction(val params: Map) : Action","description":"com.verygoodsecurity.vgscollect.core.api.analityc.action.AutofillAction","location":"vgscollect/com.verygoodsecurity.vgscollect.core.api.analityc.action/-autofill-action/index.html","searchKeys":["AutofillAction","class AutofillAction(val params: Map) : Action","com.verygoodsecurity.vgscollect.core.api.analityc.action.AutofillAction"]},{"name":"class Builder(context: Context, id: String)","description":"com.verygoodsecurity.vgscollect.core.VGSCollect.Builder","location":"vgscollect/com.verygoodsecurity.vgscollect.core/-v-g-s-collect/-builder/index.html","searchKeys":["Builder","class Builder(context: Context, id: String)","com.verygoodsecurity.vgscollect.core.VGSCollect.Builder"]},{"name":"class CVCState : FieldState","description":"com.verygoodsecurity.vgscollect.core.model.state.FieldState.CVCState","location":"vgscollect/com.verygoodsecurity.vgscollect.core.model.state/-field-state/-c-v-c-state/index.html","searchKeys":["CVCState","class CVCState : FieldState","com.verygoodsecurity.vgscollect.core.model.state.FieldState.CVCState"]},{"name":"class CardHolderNameState : FieldState","description":"com.verygoodsecurity.vgscollect.core.model.state.FieldState.CardHolderNameState","location":"vgscollect/com.verygoodsecurity.vgscollect.core.model.state/-field-state/-card-holder-name-state/index.html","searchKeys":["CardHolderNameState","class CardHolderNameState : FieldState","com.verygoodsecurity.vgscollect.core.model.state.FieldState.CardHolderNameState"]},{"name":"class CardNumberState : FieldState","description":"com.verygoodsecurity.vgscollect.core.model.state.FieldState.CardNumberState","location":"vgscollect/com.verygoodsecurity.vgscollect.core.model.state/-field-state/-card-number-state/index.html","searchKeys":["CardNumberState","class CardNumberState : FieldState","com.verygoodsecurity.vgscollect.core.model.state.FieldState.CardNumberState"]},{"name":"class CardVerificationCodeEditText constructor(context: Context, attrs: AttributeSet? = null, defStyleAttr: Int = 0) : InputFieldView","description":"com.verygoodsecurity.vgscollect.widget.CardVerificationCodeEditText","location":"vgscollect/com.verygoodsecurity.vgscollect.widget/-card-verification-code-edit-text/index.html","searchKeys":["CardVerificationCodeEditText","class CardVerificationCodeEditText constructor(context: Context, attrs: AttributeSet? = null, defStyleAttr: Int = 0) : InputFieldView","com.verygoodsecurity.vgscollect.widget.CardVerificationCodeEditText"]},{"name":"class CheckSumValidator(value: ChecksumAlgorithm, val errorMsg: String = DEFAULT_ERROR_MSG) : VGSValidator","description":"com.verygoodsecurity.vgscollect.view.card.validation.CheckSumValidator","location":"vgscollect/com.verygoodsecurity.vgscollect.view.card.validation/-check-sum-validator/index.html","searchKeys":["CheckSumValidator","class CheckSumValidator(value: ChecksumAlgorithm, val errorMsg: String = DEFAULT_ERROR_MSG) : VGSValidator","com.verygoodsecurity.vgscollect.view.card.validation.CheckSumValidator"]},{"name":"class CompositeValidator","description":"com.verygoodsecurity.vgscollect.view.card.validation.CompositeValidator","location":"vgscollect/com.verygoodsecurity.vgscollect.view.card.validation/-composite-validator/index.html","searchKeys":["CompositeValidator","class CompositeValidator","com.verygoodsecurity.vgscollect.view.card.validation.CompositeValidator"]},{"name":"class DateState : FieldState","description":"com.verygoodsecurity.vgscollect.core.model.state.FieldState.DateState","location":"vgscollect/com.verygoodsecurity.vgscollect.core.model.state/-field-state/-date-state/index.html","searchKeys":["DateState","class DateState : FieldState","com.verygoodsecurity.vgscollect.core.model.state.FieldState.DateState"]},{"name":"class DigitInputFormatter(mask: String) : TextWatcher, Formatter","description":"com.verygoodsecurity.vgscollect.view.card.formatter.digit.DigitInputFormatter","location":"vgscollect/com.verygoodsecurity.vgscollect.view.card.formatter.digit/-digit-input-formatter/index.html","searchKeys":["DigitInputFormatter","class DigitInputFormatter(mask: String) : TextWatcher, Formatter","com.verygoodsecurity.vgscollect.view.card.formatter.digit.DigitInputFormatter"]},{"name":"class ExpirationDateEditText constructor(context: Context, attrs: AttributeSet? = null, defStyleAttr: Int = 0) : DateEditText","description":"com.verygoodsecurity.vgscollect.widget.ExpirationDateEditText","location":"vgscollect/com.verygoodsecurity.vgscollect.widget/-expiration-date-edit-text/index.html","searchKeys":["ExpirationDateEditText","class ExpirationDateEditText constructor(context: Context, attrs: AttributeSet? = null, defStyleAttr: Int = 0) : DateEditText","com.verygoodsecurity.vgscollect.widget.ExpirationDateEditText"]},{"name":"class FlatMap(allowParseArrays: Boolean = true)","description":"com.verygoodsecurity.vgscollect.core.model.map.FlatMap","location":"vgscollect/com.verygoodsecurity.vgscollect.core.model.map/-flat-map/index.html","searchKeys":["FlatMap","class FlatMap(allowParseArrays: Boolean = true)","com.verygoodsecurity.vgscollect.core.model.map.FlatMap"]},{"name":"class FlexibleDateFormatter : BaseDateFormatter","description":"com.verygoodsecurity.vgscollect.view.card.formatter.date.FlexibleDateFormatter","location":"vgscollect/com.verygoodsecurity.vgscollect.view.card.formatter.date/-flexible-date-formatter/index.html","searchKeys":["FlexibleDateFormatter","class FlexibleDateFormatter : BaseDateFormatter","com.verygoodsecurity.vgscollect.view.card.formatter.date.FlexibleDateFormatter"]},{"name":"class HostNameValidationAction(val params: Map) : Action","description":"com.verygoodsecurity.vgscollect.core.api.analityc.action.HostNameValidationAction","location":"vgscollect/com.verygoodsecurity.vgscollect.core.api.analityc.action/-host-name-validation-action/index.html","searchKeys":["HostNameValidationAction","class HostNameValidationAction(val params: Map) : Action","com.verygoodsecurity.vgscollect.core.api.analityc.action.HostNameValidationAction"]},{"name":"class InfoState : FieldState","description":"com.verygoodsecurity.vgscollect.core.model.state.FieldState.InfoState","location":"vgscollect/com.verygoodsecurity.vgscollect.core.model.state/-field-state/-info-state/index.html","searchKeys":["InfoState","class InfoState : FieldState","com.verygoodsecurity.vgscollect.core.model.state.FieldState.InfoState"]},{"name":"class PaymentCardNumberRule : ValidationRule","description":"com.verygoodsecurity.vgscollect.view.card.validation.rules.PaymentCardNumberRule","location":"vgscollect/com.verygoodsecurity.vgscollect.view.card.validation.rules/-payment-card-number-rule/index.html","searchKeys":["PaymentCardNumberRule","class PaymentCardNumberRule : ValidationRule","com.verygoodsecurity.vgscollect.view.card.validation.rules.PaymentCardNumberRule"]},{"name":"class PersonNameEditText constructor(context: Context, attrs: AttributeSet? = null, defStyleAttr: Int = 0) : InputFieldView","description":"com.verygoodsecurity.vgscollect.widget.PersonNameEditText","location":"vgscollect/com.verygoodsecurity.vgscollect.widget/-person-name-edit-text/index.html","searchKeys":["PersonNameEditText","class PersonNameEditText constructor(context: Context, attrs: AttributeSet? = null, defStyleAttr: Int = 0) : InputFieldView","com.verygoodsecurity.vgscollect.widget.PersonNameEditText"]},{"name":"class PersonNameRule : ValidationRule","description":"com.verygoodsecurity.vgscollect.view.card.validation.rules.PersonNameRule","location":"vgscollect/com.verygoodsecurity.vgscollect.view.card.validation.rules/-person-name-rule/index.html","searchKeys":["PersonNameRule","class PersonNameRule : ValidationRule","com.verygoodsecurity.vgscollect.view.card.validation.rules.PersonNameRule"]},{"name":"class RangeDateEditText constructor(context: Context, attrs: AttributeSet? = null, defStyleAttr: Int = 0) : DateEditText","description":"com.verygoodsecurity.vgscollect.widget.RangeDateEditText","location":"vgscollect/com.verygoodsecurity.vgscollect.widget/-range-date-edit-text/index.html","searchKeys":["RangeDateEditText","class RangeDateEditText constructor(context: Context, attrs: AttributeSet? = null, defStyleAttr: Int = 0) : DateEditText","com.verygoodsecurity.vgscollect.widget.RangeDateEditText"]},{"name":"class ResponseAction(val params: Map) : Action","description":"com.verygoodsecurity.vgscollect.core.api.analityc.action.ResponseAction","location":"vgscollect/com.verygoodsecurity.vgscollect.core.api.analityc.action/-response-action/index.html","searchKeys":["ResponseAction","class ResponseAction(val params: Map) : Action","com.verygoodsecurity.vgscollect.core.api.analityc.action.ResponseAction"]},{"name":"class SSNEditText constructor(context: Context, attrs: AttributeSet? = null, defStyleAttr: Int = 0) : InputFieldView","description":"com.verygoodsecurity.vgscollect.widget.SSNEditText","location":"vgscollect/com.verygoodsecurity.vgscollect.widget/-s-s-n-edit-text/index.html","searchKeys":["SSNEditText","class SSNEditText constructor(context: Context, attrs: AttributeSet? = null, defStyleAttr: Int = 0) : InputFieldView","com.verygoodsecurity.vgscollect.widget.SSNEditText"]},{"name":"class SSNNumberState : FieldState","description":"com.verygoodsecurity.vgscollect.core.model.state.FieldState.SSNNumberState","location":"vgscollect/com.verygoodsecurity.vgscollect.core.model.state/-field-state/-s-s-n-number-state/index.html","searchKeys":["SSNNumberState","class SSNNumberState : FieldState","com.verygoodsecurity.vgscollect.core.model.state.FieldState.SSNNumberState"]},{"name":"class ScanAction(val params: Map) : Action","description":"com.verygoodsecurity.vgscollect.core.api.analityc.action.ScanAction","location":"vgscollect/com.verygoodsecurity.vgscollect.core.api.analityc.action/-scan-action/index.html","searchKeys":["ScanAction","class ScanAction(val params: Map) : Action","com.verygoodsecurity.vgscollect.core.api.analityc.action.ScanAction"]},{"name":"class SubmitAction(val params: Map) : Action","description":"com.verygoodsecurity.vgscollect.core.api.analityc.action.SubmitAction","location":"vgscollect/com.verygoodsecurity.vgscollect.core.api.analityc.action/-submit-action/index.html","searchKeys":["SubmitAction","class SubmitAction(val params: Map) : Action","com.verygoodsecurity.vgscollect.core.api.analityc.action.SubmitAction"]},{"name":"class TextInputLayoutSavedState : View.BaseSavedState","description":"com.verygoodsecurity.vgscollect.view.material.internal.TextInputLayoutSavedState","location":"vgscollect/com.verygoodsecurity.vgscollect.view.material.internal/-text-input-layout-saved-state/index.html","searchKeys":["TextInputLayoutSavedState","class TextInputLayoutSavedState : View.BaseSavedState","com.verygoodsecurity.vgscollect.view.material.internal.TextInputLayoutSavedState"]},{"name":"class VGSCardNumberEditText constructor(context: Context, attrs: AttributeSet? = null, defStyleAttr: Int = 0) : InputFieldView","description":"com.verygoodsecurity.vgscollect.widget.VGSCardNumberEditText","location":"vgscollect/com.verygoodsecurity.vgscollect.widget/-v-g-s-card-number-edit-text/index.html","searchKeys":["VGSCardNumberEditText","class VGSCardNumberEditText constructor(context: Context, attrs: AttributeSet? = null, defStyleAttr: Int = 0) : InputFieldView","com.verygoodsecurity.vgscollect.widget.VGSCardNumberEditText"]},{"name":"class VGSCollect","description":"com.verygoodsecurity.vgscollect.core.VGSCollect","location":"vgscollect/com.verygoodsecurity.vgscollect.core/-v-g-s-collect/index.html","searchKeys":["VGSCollect","class VGSCollect","com.verygoodsecurity.vgscollect.core.VGSCollect"]},{"name":"class VGSDate","description":"com.verygoodsecurity.vgscollect.core.model.VGSDate","location":"vgscollect/com.verygoodsecurity.vgscollect.core.model/-v-g-s-date/index.html","searchKeys":["VGSDate","class VGSDate","com.verygoodsecurity.vgscollect.core.model.VGSDate"]},{"name":"class VGSDateRangeSeparateSerializer(dayFieldName: String, monthFieldName: String, yearFieldName: String) : FieldDataSerializer>> ","description":"com.verygoodsecurity.vgscollect.view.core.serializers.VGSDateRangeSeparateSerializer","location":"vgscollect/com.verygoodsecurity.vgscollect.view.core.serializers/-v-g-s-date-range-separate-serializer/index.html","searchKeys":["VGSDateRangeSeparateSerializer","class VGSDateRangeSeparateSerializer(dayFieldName: String, monthFieldName: String, yearFieldName: String) : FieldDataSerializer>> ","com.verygoodsecurity.vgscollect.view.core.serializers.VGSDateRangeSeparateSerializer"]},{"name":"class VGSExpDateSeparateSerializer(monthFieldName: String, yearFieldName: String) : FieldDataSerializer>> ","description":"com.verygoodsecurity.vgscollect.view.core.serializers.VGSExpDateSeparateSerializer","location":"vgscollect/com.verygoodsecurity.vgscollect.view.core.serializers/-v-g-s-exp-date-separate-serializer/index.html","searchKeys":["VGSExpDateSeparateSerializer","class VGSExpDateSeparateSerializer(monthFieldName: String, yearFieldName: String) : FieldDataSerializer>> ","com.verygoodsecurity.vgscollect.view.core.serializers.VGSExpDateSeparateSerializer"]},{"name":"class VGSInfoRule : ValidationRule","description":"com.verygoodsecurity.vgscollect.view.card.validation.rules.VGSInfoRule","location":"vgscollect/com.verygoodsecurity.vgscollect.view.card.validation.rules/-v-g-s-info-rule/index.html","searchKeys":["VGSInfoRule","class VGSInfoRule : ValidationRule","com.verygoodsecurity.vgscollect.view.card.validation.rules.VGSInfoRule"]},{"name":"class VGSRequestBuilder","description":"com.verygoodsecurity.vgscollect.core.model.network.VGSRequest.VGSRequestBuilder","location":"vgscollect/com.verygoodsecurity.vgscollect.core.model.network/-v-g-s-request/-v-g-s-request-builder/index.html","searchKeys":["VGSRequestBuilder","class VGSRequestBuilder","com.verygoodsecurity.vgscollect.core.model.network.VGSRequest.VGSRequestBuilder"]},{"name":"class VGSRequestBuilder","description":"com.verygoodsecurity.vgscollect.core.model.network.tokenization.VGSTokenizationRequest.VGSRequestBuilder","location":"vgscollect/com.verygoodsecurity.vgscollect.core.model.network.tokenization/-v-g-s-tokenization-request/-v-g-s-request-builder/index.html","searchKeys":["VGSRequestBuilder","class VGSRequestBuilder","com.verygoodsecurity.vgscollect.core.model.network.tokenization.VGSTokenizationRequest.VGSRequestBuilder"]},{"name":"class VGSTextInputLayout constructor(context: Context, attrs: AttributeSet? = null, defStyleAttr: Int = 0) : TextInputFieldLayout","description":"com.verygoodsecurity.vgscollect.widget.VGSTextInputLayout","location":"vgscollect/com.verygoodsecurity.vgscollect.widget/-v-g-s-text-input-layout/index.html","searchKeys":["VGSTextInputLayout","class VGSTextInputLayout constructor(context: Context, attrs: AttributeSet? = null, defStyleAttr: Int = 0) : TextInputFieldLayout","com.verygoodsecurity.vgscollect.widget.VGSTextInputLayout"]},{"name":"class ValidationBuilder","description":"com.verygoodsecurity.vgscollect.view.card.validation.rules.PaymentCardNumberRule.ValidationBuilder","location":"vgscollect/com.verygoodsecurity.vgscollect.view.card.validation.rules/-payment-card-number-rule/-validation-builder/index.html","searchKeys":["ValidationBuilder","class ValidationBuilder","com.verygoodsecurity.vgscollect.view.card.validation.rules.PaymentCardNumberRule.ValidationBuilder"]},{"name":"class ValidationBuilder","description":"com.verygoodsecurity.vgscollect.view.card.validation.rules.PersonNameRule.ValidationBuilder","location":"vgscollect/com.verygoodsecurity.vgscollect.view.card.validation.rules/-person-name-rule/-validation-builder/index.html","searchKeys":["ValidationBuilder","class ValidationBuilder","com.verygoodsecurity.vgscollect.view.card.validation.rules.PersonNameRule.ValidationBuilder"]},{"name":"class ValidationBuilder","description":"com.verygoodsecurity.vgscollect.view.card.validation.rules.VGSInfoRule.ValidationBuilder","location":"vgscollect/com.verygoodsecurity.vgscollect.view.card.validation.rules/-v-g-s-info-rule/-validation-builder/index.html","searchKeys":["ValidationBuilder","class ValidationBuilder","com.verygoodsecurity.vgscollect.view.card.validation.rules.VGSInfoRule.ValidationBuilder"]},{"name":"const val ATTACH: String","description":"com.verygoodsecurity.vgscollect.app.BaseTransmitActivity.Companion.ATTACH","location":"vgscollect/com.verygoodsecurity.vgscollect.app/-base-transmit-activity/-companion/-a-t-t-a-c-h.html","searchKeys":["ATTACH","const val ATTACH: String","com.verygoodsecurity.vgscollect.app.BaseTransmitActivity.Companion.ATTACH"]},{"name":"const val END_ICON_CLEAR_TEXT: Int = 2","description":"com.verygoodsecurity.vgscollect.widget.VGSTextInputLayout.Companion.END_ICON_CLEAR_TEXT","location":"vgscollect/com.verygoodsecurity.vgscollect.widget/-v-g-s-text-input-layout/-companion/-e-n-d_-i-c-o-n_-c-l-e-a-r_-t-e-x-t.html","searchKeys":["END_ICON_CLEAR_TEXT","const val END_ICON_CLEAR_TEXT: Int = 2","com.verygoodsecurity.vgscollect.widget.VGSTextInputLayout.Companion.END_ICON_CLEAR_TEXT"]},{"name":"const val END_ICON_CUSTOM: Int","description":"com.verygoodsecurity.vgscollect.widget.VGSTextInputLayout.Companion.END_ICON_CUSTOM","location":"vgscollect/com.verygoodsecurity.vgscollect.widget/-v-g-s-text-input-layout/-companion/-e-n-d_-i-c-o-n_-c-u-s-t-o-m.html","searchKeys":["END_ICON_CUSTOM","const val END_ICON_CUSTOM: Int","com.verygoodsecurity.vgscollect.widget.VGSTextInputLayout.Companion.END_ICON_CUSTOM"]},{"name":"const val END_ICON_NONE: Int = 0","description":"com.verygoodsecurity.vgscollect.widget.VGSTextInputLayout.Companion.END_ICON_NONE","location":"vgscollect/com.verygoodsecurity.vgscollect.widget/-v-g-s-text-input-layout/-companion/-e-n-d_-i-c-o-n_-n-o-n-e.html","searchKeys":["END_ICON_NONE","const val END_ICON_NONE: Int = 0","com.verygoodsecurity.vgscollect.widget.VGSTextInputLayout.Companion.END_ICON_NONE"]},{"name":"const val END_ICON_PASSWORD_TOGGLE: Int = 1","description":"com.verygoodsecurity.vgscollect.widget.VGSTextInputLayout.Companion.END_ICON_PASSWORD_TOGGLE","location":"vgscollect/com.verygoodsecurity.vgscollect.widget/-v-g-s-text-input-layout/-companion/-e-n-d_-i-c-o-n_-p-a-s-s-w-o-r-d_-t-o-g-g-l-e.html","searchKeys":["END_ICON_PASSWORD_TOGGLE","const val END_ICON_PASSWORD_TOGGLE: Int = 1","com.verygoodsecurity.vgscollect.widget.VGSTextInputLayout.Companion.END_ICON_PASSWORD_TOGGLE"]},{"name":"const val RESULT_DATA: String","description":"com.verygoodsecurity.vgscollect.app.BaseTransmitActivity.Companion.RESULT_DATA","location":"vgscollect/com.verygoodsecurity.vgscollect.app/-base-transmit-activity/-companion/-r-e-s-u-l-t_-d-a-t-a.html","searchKeys":["RESULT_DATA","const val RESULT_DATA: String","com.verygoodsecurity.vgscollect.app.BaseTransmitActivity.Companion.RESULT_DATA"]},{"name":"const val RESULT_DETAILS: String","description":"com.verygoodsecurity.vgscollect.app.BaseTransmitActivity.Companion.RESULT_DETAILS","location":"vgscollect/com.verygoodsecurity.vgscollect.app/-base-transmit-activity/-companion/-r-e-s-u-l-t_-d-e-t-a-i-l-s.html","searchKeys":["RESULT_DETAILS","const val RESULT_DETAILS: String","com.verygoodsecurity.vgscollect.app.BaseTransmitActivity.Companion.RESULT_DETAILS"]},{"name":"const val RESULT_ID: String","description":"com.verygoodsecurity.vgscollect.app.BaseTransmitActivity.Companion.RESULT_ID","location":"vgscollect/com.verygoodsecurity.vgscollect.app/-base-transmit-activity/-companion/-r-e-s-u-l-t_-i-d.html","searchKeys":["RESULT_ID","const val RESULT_ID: String","com.verygoodsecurity.vgscollect.app.BaseTransmitActivity.Companion.RESULT_ID"]},{"name":"const val RESULT_NAME: String","description":"com.verygoodsecurity.vgscollect.app.BaseTransmitActivity.Companion.RESULT_NAME","location":"vgscollect/com.verygoodsecurity.vgscollect.app/-base-transmit-activity/-companion/-r-e-s-u-l-t_-n-a-m-e.html","searchKeys":["RESULT_NAME","const val RESULT_NAME: String","com.verygoodsecurity.vgscollect.app.BaseTransmitActivity.Companion.RESULT_NAME"]},{"name":"const val RESULT_STATUS: String","description":"com.verygoodsecurity.vgscollect.app.BaseTransmitActivity.Companion.RESULT_STATUS","location":"vgscollect/com.verygoodsecurity.vgscollect.app/-base-transmit-activity/-companion/-r-e-s-u-l-t_-s-t-a-t-u-s.html","searchKeys":["RESULT_STATUS","const val RESULT_STATUS: String","com.verygoodsecurity.vgscollect.app.BaseTransmitActivity.Companion.RESULT_STATUS"]},{"name":"const val RESULT_TYPE: String","description":"com.verygoodsecurity.vgscollect.app.BaseTransmitActivity.Companion.RESULT_TYPE","location":"vgscollect/com.verygoodsecurity.vgscollect.app/-base-transmit-activity/-companion/-r-e-s-u-l-t_-t-y-p-e.html","searchKeys":["RESULT_TYPE","const val RESULT_TYPE: String","com.verygoodsecurity.vgscollect.app.BaseTransmitActivity.Companion.RESULT_TYPE"]},{"name":"const val SCAN: String","description":"com.verygoodsecurity.vgscollect.app.BaseTransmitActivity.Companion.SCAN","location":"vgscollect/com.verygoodsecurity.vgscollect.app/-base-transmit-activity/-companion/-s-c-a-n.html","searchKeys":["SCAN","const val SCAN: String","com.verygoodsecurity.vgscollect.app.BaseTransmitActivity.Companion.SCAN"]},{"name":"const val TAG: String","description":"com.verygoodsecurity.vgscollect.VGSCollectLogger.TAG","location":"vgscollect/com.verygoodsecurity.vgscollect/-v-g-s-collect-logger/-t-a-g.html","searchKeys":["TAG","const val TAG: String","com.verygoodsecurity.vgscollect.VGSCollectLogger.TAG"]},{"name":"constructor()","description":"com.verygoodsecurity.vgscollect.app.BaseTransmitActivity.BaseTransmitActivity","location":"vgscollect/com.verygoodsecurity.vgscollect.app/-base-transmit-activity/-base-transmit-activity.html","searchKeys":["BaseTransmitActivity","constructor()","com.verygoodsecurity.vgscollect.app.BaseTransmitActivity.BaseTransmitActivity"]},{"name":"constructor()","description":"com.verygoodsecurity.vgscollect.core.model.network.VGSBaseRequest.VGSBaseRequest","location":"vgscollect/com.verygoodsecurity.vgscollect.core.model.network/-v-g-s-base-request/-v-g-s-base-request.html","searchKeys":["VGSBaseRequest","constructor()","com.verygoodsecurity.vgscollect.core.model.network.VGSBaseRequest.VGSBaseRequest"]},{"name":"constructor()","description":"com.verygoodsecurity.vgscollect.core.model.network.VGSRequest.VGSRequestBuilder.VGSRequestBuilder","location":"vgscollect/com.verygoodsecurity.vgscollect.core.model.network/-v-g-s-request/-v-g-s-request-builder/-v-g-s-request-builder.html","searchKeys":["VGSRequestBuilder","constructor()","com.verygoodsecurity.vgscollect.core.model.network.VGSRequest.VGSRequestBuilder.VGSRequestBuilder"]},{"name":"constructor()","description":"com.verygoodsecurity.vgscollect.core.model.network.tokenization.VGSTokenizationRequest.VGSRequestBuilder.VGSRequestBuilder","location":"vgscollect/com.verygoodsecurity.vgscollect.core.model.network.tokenization/-v-g-s-tokenization-request/-v-g-s-request-builder/-v-g-s-request-builder.html","searchKeys":["VGSRequestBuilder","constructor()","com.verygoodsecurity.vgscollect.core.model.network.tokenization.VGSTokenizationRequest.VGSRequestBuilder.VGSRequestBuilder"]},{"name":"constructor()","description":"com.verygoodsecurity.vgscollect.core.model.state.FieldState.CVCState.CVCState","location":"vgscollect/com.verygoodsecurity.vgscollect.core.model.state/-field-state/-c-v-c-state/-c-v-c-state.html","searchKeys":["CVCState","constructor()","com.verygoodsecurity.vgscollect.core.model.state.FieldState.CVCState.CVCState"]},{"name":"constructor()","description":"com.verygoodsecurity.vgscollect.core.model.state.FieldState.CardHolderNameState.CardHolderNameState","location":"vgscollect/com.verygoodsecurity.vgscollect.core.model.state/-field-state/-card-holder-name-state/-card-holder-name-state.html","searchKeys":["CardHolderNameState","constructor()","com.verygoodsecurity.vgscollect.core.model.state.FieldState.CardHolderNameState.CardHolderNameState"]},{"name":"constructor()","description":"com.verygoodsecurity.vgscollect.core.model.state.FieldState.CardNumberState.CardNumberState","location":"vgscollect/com.verygoodsecurity.vgscollect.core.model.state/-field-state/-card-number-state/-card-number-state.html","searchKeys":["CardNumberState","constructor()","com.verygoodsecurity.vgscollect.core.model.state.FieldState.CardNumberState.CardNumberState"]},{"name":"constructor()","description":"com.verygoodsecurity.vgscollect.core.model.state.FieldState.DateState.DateState","location":"vgscollect/com.verygoodsecurity.vgscollect.core.model.state/-field-state/-date-state/-date-state.html","searchKeys":["DateState","constructor()","com.verygoodsecurity.vgscollect.core.model.state.FieldState.DateState.DateState"]},{"name":"constructor()","description":"com.verygoodsecurity.vgscollect.core.model.state.FieldState.InfoState.InfoState","location":"vgscollect/com.verygoodsecurity.vgscollect.core.model.state/-field-state/-info-state/-info-state.html","searchKeys":["InfoState","constructor()","com.verygoodsecurity.vgscollect.core.model.state.FieldState.InfoState.InfoState"]},{"name":"constructor()","description":"com.verygoodsecurity.vgscollect.core.model.state.FieldState.SSNNumberState.SSNNumberState","location":"vgscollect/com.verygoodsecurity.vgscollect.core.model.state/-field-state/-s-s-n-number-state/-s-s-n-number-state.html","searchKeys":["SSNNumberState","constructor()","com.verygoodsecurity.vgscollect.core.model.state.FieldState.SSNNumberState.SSNNumberState"]},{"name":"constructor()","description":"com.verygoodsecurity.vgscollect.view.card.formatter.CardMaskAdapter.CardMaskAdapter","location":"vgscollect/com.verygoodsecurity.vgscollect.view.card.formatter/-card-mask-adapter/-card-mask-adapter.html","searchKeys":["CardMaskAdapter","constructor()","com.verygoodsecurity.vgscollect.view.card.formatter.CardMaskAdapter.CardMaskAdapter"]},{"name":"constructor()","description":"com.verygoodsecurity.vgscollect.view.card.formatter.date.BaseDateFormatter.BaseDateFormatter","location":"vgscollect/com.verygoodsecurity.vgscollect.view.card.formatter.date/-base-date-formatter/-base-date-formatter.html","searchKeys":["BaseDateFormatter","constructor()","com.verygoodsecurity.vgscollect.view.card.formatter.date.BaseDateFormatter.BaseDateFormatter"]},{"name":"constructor()","description":"com.verygoodsecurity.vgscollect.view.card.formatter.date.FlexibleDateFormatter.FlexibleDateFormatter","location":"vgscollect/com.verygoodsecurity.vgscollect.view.card.formatter.date/-flexible-date-formatter/-flexible-date-formatter.html","searchKeys":["FlexibleDateFormatter","constructor()","com.verygoodsecurity.vgscollect.view.card.formatter.date.FlexibleDateFormatter.FlexibleDateFormatter"]},{"name":"constructor()","description":"com.verygoodsecurity.vgscollect.view.card.validation.CompositeValidator.CompositeValidator","location":"vgscollect/com.verygoodsecurity.vgscollect.view.card.validation/-composite-validator/-composite-validator.html","searchKeys":["CompositeValidator","constructor()","com.verygoodsecurity.vgscollect.view.card.validation.CompositeValidator.CompositeValidator"]},{"name":"constructor()","description":"com.verygoodsecurity.vgscollect.view.card.validation.rules.PaymentCardNumberRule.ValidationBuilder.ValidationBuilder","location":"vgscollect/com.verygoodsecurity.vgscollect.view.card.validation.rules/-payment-card-number-rule/-validation-builder/-validation-builder.html","searchKeys":["ValidationBuilder","constructor()","com.verygoodsecurity.vgscollect.view.card.validation.rules.PaymentCardNumberRule.ValidationBuilder.ValidationBuilder"]},{"name":"constructor()","description":"com.verygoodsecurity.vgscollect.view.card.validation.rules.PersonNameRule.ValidationBuilder.ValidationBuilder","location":"vgscollect/com.verygoodsecurity.vgscollect.view.card.validation.rules/-person-name-rule/-validation-builder/-validation-builder.html","searchKeys":["ValidationBuilder","constructor()","com.verygoodsecurity.vgscollect.view.card.validation.rules.PersonNameRule.ValidationBuilder.ValidationBuilder"]},{"name":"constructor()","description":"com.verygoodsecurity.vgscollect.view.card.validation.rules.VGSInfoRule.ValidationBuilder.ValidationBuilder","location":"vgscollect/com.verygoodsecurity.vgscollect.view.card.validation.rules/-v-g-s-info-rule/-validation-builder/-validation-builder.html","searchKeys":["ValidationBuilder","constructor()","com.verygoodsecurity.vgscollect.view.card.validation.rules.VGSInfoRule.ValidationBuilder.ValidationBuilder"]},{"name":"constructor()","description":"com.verygoodsecurity.vgscollect.view.core.serializers.FieldDataSerializer.FieldDataSerializer","location":"vgscollect/com.verygoodsecurity.vgscollect.view.core.serializers/-field-data-serializer/-field-data-serializer.html","searchKeys":["FieldDataSerializer","constructor()","com.verygoodsecurity.vgscollect.view.core.serializers.FieldDataSerializer.FieldDataSerializer"]},{"name":"constructor(allowParseArrays: Boolean = true)","description":"com.verygoodsecurity.vgscollect.core.model.map.FlatMap.FlatMap","location":"vgscollect/com.verygoodsecurity.vgscollect.core.model.map/-flat-map/-flat-map.html","searchKeys":["FlatMap","constructor(allowParseArrays: Boolean = true)","com.verygoodsecurity.vgscollect.core.model.map.FlatMap.FlatMap"]},{"name":"constructor(context: Context)","description":"com.verygoodsecurity.vgscollect.view.card.icon.CardIconAdapter.CardIconAdapter","location":"vgscollect/com.verygoodsecurity.vgscollect.view.card.icon/-card-icon-adapter/-card-icon-adapter.html","searchKeys":["CardIconAdapter","constructor(context: Context)","com.verygoodsecurity.vgscollect.view.card.icon.CardIconAdapter.CardIconAdapter"]},{"name":"constructor(context: Context)","description":"com.verygoodsecurity.vgscollect.view.cvc.CVCIconAdapter.CVCIconAdapter","location":"vgscollect/com.verygoodsecurity.vgscollect.view.cvc/-c-v-c-icon-adapter/-c-v-c-icon-adapter.html","searchKeys":["CVCIconAdapter","constructor(context: Context)","com.verygoodsecurity.vgscollect.view.cvc.CVCIconAdapter.CVCIconAdapter"]},{"name":"constructor(context: Context, attrs: AttributeSet? = null, defStyleAttr: Int = 0)","description":"com.verygoodsecurity.vgscollect.view.InputFieldView.InputFieldView","location":"vgscollect/com.verygoodsecurity.vgscollect.view/-input-field-view/-input-field-view.html","searchKeys":["InputFieldView","constructor(context: Context, attrs: AttributeSet? = null, defStyleAttr: Int = 0)","com.verygoodsecurity.vgscollect.view.InputFieldView.InputFieldView"]},{"name":"constructor(context: Context, attrs: AttributeSet? = null, defStyleAttr: Int = 0)","description":"com.verygoodsecurity.vgscollect.view.material.TextInputFieldLayout.TextInputFieldLayout","location":"vgscollect/com.verygoodsecurity.vgscollect.view.material/-text-input-field-layout/-text-input-field-layout.html","searchKeys":["TextInputFieldLayout","constructor(context: Context, attrs: AttributeSet? = null, defStyleAttr: Int = 0)","com.verygoodsecurity.vgscollect.view.material.TextInputFieldLayout.TextInputFieldLayout"]},{"name":"constructor(context: Context, attrs: AttributeSet? = null, defStyleAttr: Int = 0)","description":"com.verygoodsecurity.vgscollect.widget.CardVerificationCodeEditText.CardVerificationCodeEditText","location":"vgscollect/com.verygoodsecurity.vgscollect.widget/-card-verification-code-edit-text/-card-verification-code-edit-text.html","searchKeys":["CardVerificationCodeEditText","constructor(context: Context, attrs: AttributeSet? = null, defStyleAttr: Int = 0)","com.verygoodsecurity.vgscollect.widget.CardVerificationCodeEditText.CardVerificationCodeEditText"]},{"name":"constructor(context: Context, attrs: AttributeSet? = null, defStyleAttr: Int = 0)","description":"com.verygoodsecurity.vgscollect.widget.ExpirationDateEditText.ExpirationDateEditText","location":"vgscollect/com.verygoodsecurity.vgscollect.widget/-expiration-date-edit-text/-expiration-date-edit-text.html","searchKeys":["ExpirationDateEditText","constructor(context: Context, attrs: AttributeSet? = null, defStyleAttr: Int = 0)","com.verygoodsecurity.vgscollect.widget.ExpirationDateEditText.ExpirationDateEditText"]},{"name":"constructor(context: Context, attrs: AttributeSet? = null, defStyleAttr: Int = 0)","description":"com.verygoodsecurity.vgscollect.widget.PersonNameEditText.PersonNameEditText","location":"vgscollect/com.verygoodsecurity.vgscollect.widget/-person-name-edit-text/-person-name-edit-text.html","searchKeys":["PersonNameEditText","constructor(context: Context, attrs: AttributeSet? = null, defStyleAttr: Int = 0)","com.verygoodsecurity.vgscollect.widget.PersonNameEditText.PersonNameEditText"]},{"name":"constructor(context: Context, attrs: AttributeSet? = null, defStyleAttr: Int = 0)","description":"com.verygoodsecurity.vgscollect.widget.RangeDateEditText.RangeDateEditText","location":"vgscollect/com.verygoodsecurity.vgscollect.widget/-range-date-edit-text/-range-date-edit-text.html","searchKeys":["RangeDateEditText","constructor(context: Context, attrs: AttributeSet? = null, defStyleAttr: Int = 0)","com.verygoodsecurity.vgscollect.widget.RangeDateEditText.RangeDateEditText"]},{"name":"constructor(context: Context, attrs: AttributeSet? = null, defStyleAttr: Int = 0)","description":"com.verygoodsecurity.vgscollect.widget.SSNEditText.SSNEditText","location":"vgscollect/com.verygoodsecurity.vgscollect.widget/-s-s-n-edit-text/-s-s-n-edit-text.html","searchKeys":["SSNEditText","constructor(context: Context, attrs: AttributeSet? = null, defStyleAttr: Int = 0)","com.verygoodsecurity.vgscollect.widget.SSNEditText.SSNEditText"]},{"name":"constructor(context: Context, attrs: AttributeSet? = null, defStyleAttr: Int = 0)","description":"com.verygoodsecurity.vgscollect.widget.VGSCardNumberEditText.VGSCardNumberEditText","location":"vgscollect/com.verygoodsecurity.vgscollect.widget/-v-g-s-card-number-edit-text/-v-g-s-card-number-edit-text.html","searchKeys":["VGSCardNumberEditText","constructor(context: Context, attrs: AttributeSet? = null, defStyleAttr: Int = 0)","com.verygoodsecurity.vgscollect.widget.VGSCardNumberEditText.VGSCardNumberEditText"]},{"name":"constructor(context: Context, attrs: AttributeSet? = null, defStyleAttr: Int = 0)","description":"com.verygoodsecurity.vgscollect.widget.VGSEditText.VGSEditText","location":"vgscollect/com.verygoodsecurity.vgscollect.widget/-v-g-s-edit-text/-v-g-s-edit-text.html","searchKeys":["VGSEditText","constructor(context: Context, attrs: AttributeSet? = null, defStyleAttr: Int = 0)","com.verygoodsecurity.vgscollect.widget.VGSEditText.VGSEditText"]},{"name":"constructor(context: Context, attrs: AttributeSet? = null, defStyleAttr: Int = 0)","description":"com.verygoodsecurity.vgscollect.widget.VGSTextInputLayout.VGSTextInputLayout","location":"vgscollect/com.verygoodsecurity.vgscollect.widget/-v-g-s-text-input-layout/-v-g-s-text-input-layout.html","searchKeys":["VGSTextInputLayout","constructor(context: Context, attrs: AttributeSet? = null, defStyleAttr: Int = 0)","com.verygoodsecurity.vgscollect.widget.VGSTextInputLayout.VGSTextInputLayout"]},{"name":"constructor(context: Context, id: String)","description":"com.verygoodsecurity.vgscollect.core.VGSCollect.Builder.Builder","location":"vgscollect/com.verygoodsecurity.vgscollect.core/-v-g-s-collect/-builder/-builder.html","searchKeys":["Builder","constructor(context: Context, id: String)","com.verygoodsecurity.vgscollect.core.VGSCollect.Builder.Builder"]},{"name":"constructor(context: Context, id: String, environment: Environment = Environment.SANDBOX)","description":"com.verygoodsecurity.vgscollect.core.VGSCollect.VGSCollect","location":"vgscollect/com.verygoodsecurity.vgscollect.core/-v-g-s-collect/-v-g-s-collect.html","searchKeys":["VGSCollect","constructor(context: Context, id: String, environment: Environment = Environment.SANDBOX)","com.verygoodsecurity.vgscollect.core.VGSCollect.VGSCollect"]},{"name":"constructor(context: Context, id: String, environment: String)","description":"com.verygoodsecurity.vgscollect.core.VGSCollect.VGSCollect","location":"vgscollect/com.verygoodsecurity.vgscollect.core/-v-g-s-collect/-v-g-s-collect.html","searchKeys":["VGSCollect","constructor(context: Context, id: String, environment: String)","com.verygoodsecurity.vgscollect.core.VGSCollect.VGSCollect"]},{"name":"constructor(context: Context, id: String, environmentType: String, suffix: String)","description":"com.verygoodsecurity.vgscollect.core.VGSCollect.VGSCollect","location":"vgscollect/com.verygoodsecurity.vgscollect.core/-v-g-s-collect/-v-g-s-collect.html","searchKeys":["VGSCollect","constructor(context: Context, id: String, environmentType: String, suffix: String)","com.verygoodsecurity.vgscollect.core.VGSCollect.VGSCollect"]},{"name":"constructor(date: String, dateFormat: String?)","description":"com.verygoodsecurity.vgscollect.view.core.serializers.VGSDateRangeSeparateSerializer.Params.Params","location":"vgscollect/com.verygoodsecurity.vgscollect.view.core.serializers/-v-g-s-date-range-separate-serializer/-params/-params.html","searchKeys":["Params","constructor(date: String, dateFormat: String?)","com.verygoodsecurity.vgscollect.view.core.serializers.VGSDateRangeSeparateSerializer.Params.Params"]},{"name":"constructor(date: String, dateFormat: String?)","description":"com.verygoodsecurity.vgscollect.view.core.serializers.VGSExpDateSeparateSerializer.Params.Params","location":"vgscollect/com.verygoodsecurity.vgscollect.view.core.serializers/-v-g-s-exp-date-separate-serializer/-params/-params.html","searchKeys":["Params","constructor(date: String, dateFormat: String?)","com.verygoodsecurity.vgscollect.view.core.serializers.VGSExpDateSeparateSerializer.Params.Params"]},{"name":"constructor(dayFieldName: String, monthFieldName: String, yearFieldName: String)","description":"com.verygoodsecurity.vgscollect.view.core.serializers.VGSDateRangeSeparateSerializer.VGSDateRangeSeparateSerializer","location":"vgscollect/com.verygoodsecurity.vgscollect.view.core.serializers/-v-g-s-date-range-separate-serializer/-v-g-s-date-range-separate-serializer.html","searchKeys":["VGSDateRangeSeparateSerializer","constructor(dayFieldName: String, monthFieldName: String, yearFieldName: String)","com.verygoodsecurity.vgscollect.view.core.serializers.VGSDateRangeSeparateSerializer.VGSDateRangeSeparateSerializer"]},{"name":"constructor(in: Parcel)","description":"com.verygoodsecurity.vgscollect.view.material.internal.TextInputLayoutSavedState.TextInputLayoutSavedState","location":"vgscollect/com.verygoodsecurity.vgscollect.view.material.internal/-text-input-layout-saved-state/-text-input-layout-saved-state.html","searchKeys":["TextInputLayoutSavedState","constructor(in: Parcel)","com.verygoodsecurity.vgscollect.view.material.internal.TextInputLayoutSavedState.TextInputLayoutSavedState"]},{"name":"constructor(isSuccessful: Boolean = false, body: String? = null, code: Int = -1, message: String? = null, error: VGSError? = null)","description":"com.verygoodsecurity.vgscollect.core.model.network.NetworkResponse.NetworkResponse","location":"vgscollect/com.verygoodsecurity.vgscollect.core.model.network/-network-response/-network-response.html","searchKeys":["NetworkResponse","constructor(isSuccessful: Boolean = false, body: String? = null, code: Int = -1, message: String? = null, error: VGSError? = null)","com.verygoodsecurity.vgscollect.core.model.network.NetworkResponse.NetworkResponse"]},{"name":"constructor(localizeMessage: String = \"Can't connect to server\", errorCode: Int = -1, rawResponse: String? = null)","description":"com.verygoodsecurity.vgscollect.core.model.network.VGSResponse.ErrorResponse.ErrorResponse","location":"vgscollect/com.verygoodsecurity.vgscollect.core.model.network/-v-g-s-response/-error-response/-error-response.html","searchKeys":["ErrorResponse","constructor(localizeMessage: String = \"Can't connect to server\", errorCode: Int = -1, rawResponse: String? = null)","com.verygoodsecurity.vgscollect.core.model.network.VGSResponse.ErrorResponse.ErrorResponse"]},{"name":"constructor(mask: String = \"#### #### #### #### ###\", algorithm: ChecksumAlgorithm = ChecksumAlgorithm.NONE, rangeNumber: IntArray = CardType.UNKNOWN.rangeNumber, rangeCVV: IntArray = CardType.UNKNOWN.rangeCVV)","description":"com.verygoodsecurity.vgscollect.view.card.BrandParams.BrandParams","location":"vgscollect/com.verygoodsecurity.vgscollect.view.card/-brand-params/-brand-params.html","searchKeys":["BrandParams","constructor(mask: String = \"#### #### #### #### ###\", algorithm: ChecksumAlgorithm = ChecksumAlgorithm.NONE, rangeNumber: IntArray = CardType.UNKNOWN.rangeNumber, rangeCVV: IntArray = CardType.UNKNOWN.rangeCVV)","com.verygoodsecurity.vgscollect.view.card.BrandParams.BrandParams"]},{"name":"constructor(mask: String)","description":"com.verygoodsecurity.vgscollect.view.card.formatter.digit.DigitInputFormatter.DigitInputFormatter","location":"vgscollect/com.verygoodsecurity.vgscollect.view.card.formatter.digit/-digit-input-formatter/-digit-input-formatter.html","searchKeys":["DigitInputFormatter","constructor(mask: String)","com.verygoodsecurity.vgscollect.view.card.formatter.digit.DigitInputFormatter.DigitInputFormatter"]},{"name":"constructor(method: HTTPMethod, url: String, customHeader: Map, customData: Any, fieldsIgnore: Boolean, fileIgnore: Boolean, format: VGSHttpBodyFormat, requestTimeoutInterval: Long, requiresTokenization: Boolean)","description":"com.verygoodsecurity.vgscollect.core.model.network.NetworkRequest.NetworkRequest","location":"vgscollect/com.verygoodsecurity.vgscollect.core.model.network/-network-request/-network-request.html","searchKeys":["NetworkRequest","constructor(method: HTTPMethod, url: String, customHeader: Map, customData: Any, fieldsIgnore: Boolean, fileIgnore: Boolean, format: VGSHttpBodyFormat, requestTimeoutInterval: Long, requiresTokenization: Boolean)","com.verygoodsecurity.vgscollect.core.model.network.NetworkRequest.NetworkRequest"]},{"name":"constructor(monthFieldName: String, yearFieldName: String)","description":"com.verygoodsecurity.vgscollect.view.core.serializers.VGSExpDateSeparateSerializer.VGSExpDateSeparateSerializer","location":"vgscollect/com.verygoodsecurity.vgscollect.view.core.serializers/-v-g-s-exp-date-separate-serializer/-v-g-s-exp-date-separate-serializer.html","searchKeys":["VGSExpDateSeparateSerializer","constructor(monthFieldName: String, yearFieldName: String)","com.verygoodsecurity.vgscollect.view.core.serializers.VGSExpDateSeparateSerializer.VGSExpDateSeparateSerializer"]},{"name":"constructor(params: Map)","description":"com.verygoodsecurity.vgscollect.core.api.analityc.action.AttachFileAction.AttachFileAction","location":"vgscollect/com.verygoodsecurity.vgscollect.core.api.analityc.action/-attach-file-action/-attach-file-action.html","searchKeys":["AttachFileAction","constructor(params: Map)","com.verygoodsecurity.vgscollect.core.api.analityc.action.AttachFileAction.AttachFileAction"]},{"name":"constructor(params: Map)","description":"com.verygoodsecurity.vgscollect.core.api.analityc.action.AutofillAction.AutofillAction","location":"vgscollect/com.verygoodsecurity.vgscollect.core.api.analityc.action/-autofill-action/-autofill-action.html","searchKeys":["AutofillAction","constructor(params: Map)","com.verygoodsecurity.vgscollect.core.api.analityc.action.AutofillAction.AutofillAction"]},{"name":"constructor(params: Map)","description":"com.verygoodsecurity.vgscollect.core.api.analityc.action.HostNameValidationAction.HostNameValidationAction","location":"vgscollect/com.verygoodsecurity.vgscollect.core.api.analityc.action/-host-name-validation-action/-host-name-validation-action.html","searchKeys":["HostNameValidationAction","constructor(params: Map)","com.verygoodsecurity.vgscollect.core.api.analityc.action.HostNameValidationAction.HostNameValidationAction"]},{"name":"constructor(params: Map)","description":"com.verygoodsecurity.vgscollect.core.api.analityc.action.InitAction.InitAction","location":"vgscollect/com.verygoodsecurity.vgscollect.core.api.analityc.action/-init-action/-init-action.html","searchKeys":["InitAction","constructor(params: Map)","com.verygoodsecurity.vgscollect.core.api.analityc.action.InitAction.InitAction"]},{"name":"constructor(params: Map)","description":"com.verygoodsecurity.vgscollect.core.api.analityc.action.ResponseAction.ResponseAction","location":"vgscollect/com.verygoodsecurity.vgscollect.core.api.analityc.action/-response-action/-response-action.html","searchKeys":["ResponseAction","constructor(params: Map)","com.verygoodsecurity.vgscollect.core.api.analityc.action.ResponseAction.ResponseAction"]},{"name":"constructor(params: Map)","description":"com.verygoodsecurity.vgscollect.core.api.analityc.action.ScanAction.ScanAction","location":"vgscollect/com.verygoodsecurity.vgscollect.core.api.analityc.action/-scan-action/-scan-action.html","searchKeys":["ScanAction","constructor(params: Map)","com.verygoodsecurity.vgscollect.core.api.analityc.action.ScanAction.ScanAction"]},{"name":"constructor(params: Map)","description":"com.verygoodsecurity.vgscollect.core.api.analityc.action.SubmitAction.SubmitAction","location":"vgscollect/com.verygoodsecurity.vgscollect.core.api.analityc.action/-submit-action/-submit-action.html","searchKeys":["SubmitAction","constructor(params: Map)","com.verygoodsecurity.vgscollect.core.api.analityc.action.SubmitAction.SubmitAction"]},{"name":"constructor(rawValue: String)","description":"com.verygoodsecurity.vgscollect.core.model.map.Key.ArrayKey.ArrayKey","location":"vgscollect/com.verygoodsecurity.vgscollect.core.model.map/-key/-array-key/-array-key.html","searchKeys":["ArrayKey","constructor(rawValue: String)","com.verygoodsecurity.vgscollect.core.model.map.Key.ArrayKey.ArrayKey"]},{"name":"constructor(regex: String, cardBrandName: String, drawableResId: Int = 0, params: BrandParams = BrandParams())","description":"com.verygoodsecurity.vgscollect.view.card.CardBrand.CardBrand","location":"vgscollect/com.verygoodsecurity.vgscollect.view.card/-card-brand/-card-brand.html","searchKeys":["CardBrand","constructor(regex: String, cardBrandName: String, drawableResId: Int = 0, params: BrandParams = BrandParams())","com.verygoodsecurity.vgscollect.view.card.CardBrand.CardBrand"]},{"name":"constructor(response: Map? = null, successCode: Int = -1, rawResponse: String? = null)","description":"com.verygoodsecurity.vgscollect.core.model.network.VGSResponse.SuccessResponse.SuccessResponse","location":"vgscollect/com.verygoodsecurity.vgscollect.core.model.network/-v-g-s-response/-success-response/-success-response.html","searchKeys":["SuccessResponse","constructor(response: Map? = null, successCode: Int = -1, rawResponse: String? = null)","com.verygoodsecurity.vgscollect.core.model.network.VGSResponse.SuccessResponse.SuccessResponse"]},{"name":"constructor(size: Long = 0, name: String?, mimeType: String?, fieldName: String)","description":"com.verygoodsecurity.vgscollect.core.model.state.FileState.FileState","location":"vgscollect/com.verygoodsecurity.vgscollect.core.model.state/-file-state/-file-state.html","searchKeys":["FileState","constructor(size: Long = 0, name: String?, mimeType: String?, fieldName: String)","com.verygoodsecurity.vgscollect.core.model.state.FileState.FileState"]},{"name":"constructor(superState: Parcelable?)","description":"com.verygoodsecurity.vgscollect.view.material.internal.TextInputLayoutSavedState.TextInputLayoutSavedState","location":"vgscollect/com.verygoodsecurity.vgscollect.view.material.internal/-text-input-layout-saved-state/-text-input-layout-saved-state.html","searchKeys":["TextInputLayoutSavedState","constructor(superState: Parcelable?)","com.verygoodsecurity.vgscollect.view.material.internal.TextInputLayoutSavedState.TextInputLayoutSavedState"]},{"name":"constructor(value: ChecksumAlgorithm, errorMsg: String = DEFAULT_ERROR_MSG)","description":"com.verygoodsecurity.vgscollect.view.card.validation.CheckSumValidator.CheckSumValidator","location":"vgscollect/com.verygoodsecurity.vgscollect.view.card.validation/-check-sum-validator/-check-sum-validator.html","searchKeys":["CheckSumValidator","constructor(value: ChecksumAlgorithm, errorMsg: String = DEFAULT_ERROR_MSG)","com.verygoodsecurity.vgscollect.view.card.validation.CheckSumValidator.CheckSumValidator"]},{"name":"constructor(value: String)","description":"com.verygoodsecurity.vgscollect.core.model.map.Key.ObjectKey.ObjectKey","location":"vgscollect/com.verygoodsecurity.vgscollect.core.model.map/-key/-object-key/-object-key.html","searchKeys":["ObjectKey","constructor(value: String)","com.verygoodsecurity.vgscollect.core.model.map.Key.ObjectKey.ObjectKey"]},{"name":"data class ArrayKey(val rawValue: String) : Key","description":"com.verygoodsecurity.vgscollect.core.model.map.Key.ArrayKey","location":"vgscollect/com.verygoodsecurity.vgscollect.core.model.map/-key/-array-key/index.html","searchKeys":["ArrayKey","data class ArrayKey(val rawValue: String) : Key","com.verygoodsecurity.vgscollect.core.model.map.Key.ArrayKey"]},{"name":"data class BrandParams(val mask: String = \"#### #### #### #### ###\", val algorithm: ChecksumAlgorithm = ChecksumAlgorithm.NONE, val rangeNumber: IntArray = CardType.UNKNOWN.rangeNumber, val rangeCVV: IntArray = CardType.UNKNOWN.rangeCVV)","description":"com.verygoodsecurity.vgscollect.view.card.BrandParams","location":"vgscollect/com.verygoodsecurity.vgscollect.view.card/-brand-params/index.html","searchKeys":["BrandParams","data class BrandParams(val mask: String = \"#### #### #### #### ###\", val algorithm: ChecksumAlgorithm = ChecksumAlgorithm.NONE, val rangeNumber: IntArray = CardType.UNKNOWN.rangeNumber, val rangeCVV: IntArray = CardType.UNKNOWN.rangeCVV)","com.verygoodsecurity.vgscollect.view.card.BrandParams"]},{"name":"data class CardBrand(val regex: String, val cardBrandName: String, val drawableResId: Int = 0, val params: BrandParams = BrandParams())","description":"com.verygoodsecurity.vgscollect.view.card.CardBrand","location":"vgscollect/com.verygoodsecurity.vgscollect.view.card/-card-brand/index.html","searchKeys":["CardBrand","data class CardBrand(val regex: String, val cardBrandName: String, val drawableResId: Int = 0, val params: BrandParams = BrandParams())","com.verygoodsecurity.vgscollect.view.card.CardBrand"]},{"name":"data class ErrorResponse(val localizeMessage: String = \"Can't connect to server\", val errorCode: Int = -1, rawResponse: String? = null) : VGSResponse","description":"com.verygoodsecurity.vgscollect.core.model.network.VGSResponse.ErrorResponse","location":"vgscollect/com.verygoodsecurity.vgscollect.core.model.network/-v-g-s-response/-error-response/index.html","searchKeys":["ErrorResponse","data class ErrorResponse(val localizeMessage: String = \"Can't connect to server\", val errorCode: Int = -1, rawResponse: String? = null) : VGSResponse","com.verygoodsecurity.vgscollect.core.model.network.VGSResponse.ErrorResponse"]},{"name":"data class FileState(val size: Long = 0, val name: String?, val mimeType: String?, val fieldName: String)","description":"com.verygoodsecurity.vgscollect.core.model.state.FileState","location":"vgscollect/com.verygoodsecurity.vgscollect.core.model.state/-file-state/index.html","searchKeys":["FileState","data class FileState(val size: Long = 0, val name: String?, val mimeType: String?, val fieldName: String)","com.verygoodsecurity.vgscollect.core.model.state.FileState"]},{"name":"data class InitAction(val params: Map) : Action","description":"com.verygoodsecurity.vgscollect.core.api.analityc.action.InitAction","location":"vgscollect/com.verygoodsecurity.vgscollect.core.api.analityc.action/-init-action/index.html","searchKeys":["InitAction","data class InitAction(val params: Map) : Action","com.verygoodsecurity.vgscollect.core.api.analityc.action.InitAction"]},{"name":"data class NetworkRequest(val method: HTTPMethod, var url: String, val customHeader: Map, val customData: Any, val fieldsIgnore: Boolean, val fileIgnore: Boolean, val format: VGSHttpBodyFormat, val requestTimeoutInterval: Long, val requiresTokenization: Boolean)","description":"com.verygoodsecurity.vgscollect.core.model.network.NetworkRequest","location":"vgscollect/com.verygoodsecurity.vgscollect.core.model.network/-network-request/index.html","searchKeys":["NetworkRequest","data class NetworkRequest(val method: HTTPMethod, var url: String, val customHeader: Map, val customData: Any, val fieldsIgnore: Boolean, val fileIgnore: Boolean, val format: VGSHttpBodyFormat, val requestTimeoutInterval: Long, val requiresTokenization: Boolean)","com.verygoodsecurity.vgscollect.core.model.network.NetworkRequest"]},{"name":"data class NetworkResponse(val isSuccessful: Boolean = false, val body: String? = null, val code: Int = -1, val message: String? = null, val error: VGSError? = null)","description":"com.verygoodsecurity.vgscollect.core.model.network.NetworkResponse","location":"vgscollect/com.verygoodsecurity.vgscollect.core.model.network/-network-response/index.html","searchKeys":["NetworkResponse","data class NetworkResponse(val isSuccessful: Boolean = false, val body: String? = null, val code: Int = -1, val message: String? = null, val error: VGSError? = null)","com.verygoodsecurity.vgscollect.core.model.network.NetworkResponse"]},{"name":"data class ObjectKey(val value: String) : Key","description":"com.verygoodsecurity.vgscollect.core.model.map.Key.ObjectKey","location":"vgscollect/com.verygoodsecurity.vgscollect.core.model.map/-key/-object-key/index.html","searchKeys":["ObjectKey","data class ObjectKey(val value: String) : Key","com.verygoodsecurity.vgscollect.core.model.map.Key.ObjectKey"]},{"name":"data class Params(val date: String, val dateFormat: String?)","description":"com.verygoodsecurity.vgscollect.view.core.serializers.VGSDateRangeSeparateSerializer.Params","location":"vgscollect/com.verygoodsecurity.vgscollect.view.core.serializers/-v-g-s-date-range-separate-serializer/-params/index.html","searchKeys":["Params","data class Params(val date: String, val dateFormat: String?)","com.verygoodsecurity.vgscollect.view.core.serializers.VGSDateRangeSeparateSerializer.Params"]},{"name":"data class Params(val date: String, val dateFormat: String?)","description":"com.verygoodsecurity.vgscollect.view.core.serializers.VGSExpDateSeparateSerializer.Params","location":"vgscollect/com.verygoodsecurity.vgscollect.view.core.serializers/-v-g-s-exp-date-separate-serializer/-params/index.html","searchKeys":["Params","data class Params(val date: String, val dateFormat: String?)","com.verygoodsecurity.vgscollect.view.core.serializers.VGSExpDateSeparateSerializer.Params"]},{"name":"data class SuccessResponse(val response: Map? = null, val successCode: Int = -1, val rawResponse: String? = null) : VGSResponse","description":"com.verygoodsecurity.vgscollect.core.model.network.VGSResponse.SuccessResponse","location":"vgscollect/com.verygoodsecurity.vgscollect.core.model.network/-v-g-s-response/-success-response/index.html","searchKeys":["SuccessResponse","data class SuccessResponse(val response: Map? = null, val successCode: Int = -1, val rawResponse: String? = null) : VGSResponse","com.verygoodsecurity.vgscollect.core.model.network.VGSResponse.SuccessResponse"]},{"name":"data class VGSRequest : VGSBaseRequest","description":"com.verygoodsecurity.vgscollect.core.model.network.VGSRequest","location":"vgscollect/com.verygoodsecurity.vgscollect.core.model.network/-v-g-s-request/index.html","searchKeys":["VGSRequest","data class VGSRequest : VGSBaseRequest","com.verygoodsecurity.vgscollect.core.model.network.VGSRequest"]},{"name":"data class VGSTokenizationRequest : VGSBaseRequest","description":"com.verygoodsecurity.vgscollect.core.model.network.tokenization.VGSTokenizationRequest","location":"vgscollect/com.verygoodsecurity.vgscollect.core.model.network.tokenization/-v-g-s-tokenization-request/index.html","searchKeys":["VGSTokenizationRequest","data class VGSTokenizationRequest : VGSBaseRequest","com.verygoodsecurity.vgscollect.core.model.network.tokenization.VGSTokenizationRequest"]},{"name":"enum CardType : Enum ","description":"com.verygoodsecurity.vgscollect.view.card.CardType","location":"vgscollect/com.verygoodsecurity.vgscollect.view.card/-card-type/index.html","searchKeys":["CardType","enum CardType : Enum ","com.verygoodsecurity.vgscollect.view.card.CardType"]},{"name":"enum ChecksumAlgorithm : Enum ","description":"com.verygoodsecurity.vgscollect.view.card.validation.payment.ChecksumAlgorithm","location":"vgscollect/com.verygoodsecurity.vgscollect.view.card.validation.payment/-checksum-algorithm/index.html","searchKeys":["ChecksumAlgorithm","enum ChecksumAlgorithm : Enum ","com.verygoodsecurity.vgscollect.view.card.validation.payment.ChecksumAlgorithm"]},{"name":"enum DatePickerMode : Enum ","description":"com.verygoodsecurity.vgscollect.view.date.DatePickerMode","location":"vgscollect/com.verygoodsecurity.vgscollect.view.date/-date-picker-mode/index.html","searchKeys":["DatePickerMode","enum DatePickerMode : Enum ","com.verygoodsecurity.vgscollect.view.date.DatePickerMode"]},{"name":"enum Environment : Enum ","description":"com.verygoodsecurity.vgscollect.core.Environment","location":"vgscollect/com.verygoodsecurity.vgscollect.core/-environment/index.html","searchKeys":["Environment","enum Environment : Enum ","com.verygoodsecurity.vgscollect.core.Environment"]},{"name":"enum FieldType : Enum ","description":"com.verygoodsecurity.vgscollect.view.card.FieldType","location":"vgscollect/com.verygoodsecurity.vgscollect.view.card/-field-type/index.html","searchKeys":["FieldType","enum FieldType : Enum ","com.verygoodsecurity.vgscollect.view.card.FieldType"]},{"name":"enum FormatMode : Enum ","description":"com.verygoodsecurity.vgscollect.view.card.formatter.rules.FormatMode","location":"vgscollect/com.verygoodsecurity.vgscollect.view.card.formatter.rules/-format-mode/index.html","searchKeys":["FormatMode","enum FormatMode : Enum ","com.verygoodsecurity.vgscollect.view.card.formatter.rules.FormatMode"]},{"name":"enum HTTPMethod : Enum ","description":"com.verygoodsecurity.vgscollect.core.HTTPMethod","location":"vgscollect/com.verygoodsecurity.vgscollect.core/-h-t-t-p-method/index.html","searchKeys":["HTTPMethod","enum HTTPMethod : Enum ","com.verygoodsecurity.vgscollect.core.HTTPMethod"]},{"name":"enum Level : Enum ","description":"com.verygoodsecurity.vgscollect.VGSCollectLogger.Level","location":"vgscollect/com.verygoodsecurity.vgscollect/-v-g-s-collect-logger/-level/index.html","searchKeys":["Level","enum Level : Enum ","com.verygoodsecurity.vgscollect.VGSCollectLogger.Level"]},{"name":"enum Status : Enum ","description":"com.verygoodsecurity.vgscollect.app.BaseTransmitActivity.Status","location":"vgscollect/com.verygoodsecurity.vgscollect.app/-base-transmit-activity/-status/index.html","searchKeys":["Status","enum Status : Enum ","com.verygoodsecurity.vgscollect.app.BaseTransmitActivity.Status"]},{"name":"enum VGSCollectFieldNameMappingPolicy : Enum ","description":"com.verygoodsecurity.vgscollect.core.model.VGSCollectFieldNameMappingPolicy","location":"vgscollect/com.verygoodsecurity.vgscollect.core.model/-v-g-s-collect-field-name-mapping-policy/index.html","searchKeys":["VGSCollectFieldNameMappingPolicy","enum VGSCollectFieldNameMappingPolicy : Enum ","com.verygoodsecurity.vgscollect.core.model.VGSCollectFieldNameMappingPolicy"]},{"name":"enum VGSError : Enum ","description":"com.verygoodsecurity.vgscollect.core.model.network.VGSError","location":"vgscollect/com.verygoodsecurity.vgscollect.core.model.network/-v-g-s-error/index.html","searchKeys":["VGSError","enum VGSError : Enum ","com.verygoodsecurity.vgscollect.core.model.network.VGSError"]},{"name":"enum VGSHttpBodyFormat : Enum ","description":"com.verygoodsecurity.vgscollect.core.api.VGSHttpBodyFormat","location":"vgscollect/com.verygoodsecurity.vgscollect.core.api/-v-g-s-http-body-format/index.html","searchKeys":["VGSHttpBodyFormat","enum VGSHttpBodyFormat : Enum ","com.verygoodsecurity.vgscollect.core.api.VGSHttpBodyFormat"]},{"name":"enum VGSVaultAliasFormat : Enum ","description":"com.verygoodsecurity.vgscollect.core.model.state.tokenization.VGSVaultAliasFormat","location":"vgscollect/com.verygoodsecurity.vgscollect.core.model.state.tokenization/-v-g-s-vault-alias-format/index.html","searchKeys":["VGSVaultAliasFormat","enum VGSVaultAliasFormat : Enum ","com.verygoodsecurity.vgscollect.core.model.state.tokenization.VGSVaultAliasFormat"]},{"name":"enum VGSVaultStorageType : Enum ","description":"com.verygoodsecurity.vgscollect.core.model.state.tokenization.VGSVaultStorageType","location":"vgscollect/com.verygoodsecurity.vgscollect.core.model.state.tokenization/-v-g-s-vault-storage-type/index.html","searchKeys":["VGSVaultStorageType","enum VGSVaultStorageType : Enum ","com.verygoodsecurity.vgscollect.core.model.state.tokenization.VGSVaultStorageType"]},{"name":"fun Map.toJSON(): JSONObject","description":"com.verygoodsecurity.vgscollect.util.extension.toJSON","location":"vgscollect/com.verygoodsecurity.vgscollect.util.extension/to-j-s-o-n.html","searchKeys":["toJSON","fun Map.toJSON(): JSONObject","com.verygoodsecurity.vgscollect.util.extension.toJSON"]},{"name":"fun Array.toCardBrands(): List","description":"com.verygoodsecurity.vgscollect.util.extension.toCardBrands","location":"vgscollect/com.verygoodsecurity.vgscollect.util.extension/to-card-brands.html","searchKeys":["toCardBrands","fun Array.toCardBrands(): List","com.verygoodsecurity.vgscollect.util.extension.toCardBrands"]},{"name":"fun Boolean.toAnalyticStatus(): String","description":"com.verygoodsecurity.vgscollect.core.api.analityc.utils.toAnalyticStatus","location":"vgscollect/com.verygoodsecurity.vgscollect.core.api.analityc.utils/to-analytic-status.html","searchKeys":["toAnalyticStatus","fun Boolean.toAnalyticStatus(): String","com.verygoodsecurity.vgscollect.core.api.analityc.utils.toAnalyticStatus"]},{"name":"fun CardType.toCardBrand(): CardBrand","description":"com.verygoodsecurity.vgscollect.util.extension.toCardBrand","location":"vgscollect/com.verygoodsecurity.vgscollect.util.extension/to-card-brand.html","searchKeys":["toCardBrand","fun CardType.toCardBrand(): CardBrand","com.verygoodsecurity.vgscollect.util.extension.toCardBrand"]},{"name":"fun CardVerificationCodeEditTextWrapper(collect: VGSCollect?, fieldName: String, modifier: Modifier = Modifier, onViewCreate: (VGSTextInputLayout, CardVerificationCodeEditText) -> Unit? = null, onViewUpdate: (VGSTextInputLayout, CardVerificationCodeEditText) -> Unit? = null)","description":"com.verygoodsecurity.vgscollect.widget.compose.CardVerificationCodeEditTextWrapper","location":"vgscollect/com.verygoodsecurity.vgscollect.widget.compose/-card-verification-code-edit-text-wrapper.html","searchKeys":["CardVerificationCodeEditTextWrapper","fun CardVerificationCodeEditTextWrapper(collect: VGSCollect?, fieldName: String, modifier: Modifier = Modifier, onViewCreate: (VGSTextInputLayout, CardVerificationCodeEditText) -> Unit? = null, onViewUpdate: (VGSTextInputLayout, CardVerificationCodeEditText) -> Unit? = null)","com.verygoodsecurity.vgscollect.widget.compose.CardVerificationCodeEditTextWrapper"]},{"name":"fun Context.hasAccessNetworkStatePermission(): Boolean","description":"com.verygoodsecurity.vgscollect.util.extension.hasAccessNetworkStatePermission","location":"vgscollect/com.verygoodsecurity.vgscollect.util.extension/has-access-network-state-permission.html","searchKeys":["hasAccessNetworkStatePermission","fun Context.hasAccessNetworkStatePermission(): Boolean","com.verygoodsecurity.vgscollect.util.extension.hasAccessNetworkStatePermission"]},{"name":"fun Context.hasInternetPermission(): Boolean","description":"com.verygoodsecurity.vgscollect.util.extension.hasInternetPermission","location":"vgscollect/com.verygoodsecurity.vgscollect.util.extension/has-internet-permission.html","searchKeys":["hasInternetPermission","fun Context.hasInternetPermission(): Boolean","com.verygoodsecurity.vgscollect.util.extension.hasInternetPermission"]},{"name":"fun Context.isConnectionAvailable(): Boolean","description":"com.verygoodsecurity.vgscollect.util.extension.isConnectionAvailable","location":"vgscollect/com.verygoodsecurity.vgscollect.util.extension/is-connection-available.html","searchKeys":["isConnectionAvailable","fun Context.isConnectionAvailable(): Boolean","com.verygoodsecurity.vgscollect.util.extension.isConnectionAvailable"]},{"name":"fun ExpirationDateEditTextWrapper(collect: VGSCollect?, fieldName: String, modifier: Modifier = Modifier, onViewCreate: (VGSTextInputLayout, ExpirationDateEditText) -> Unit? = null, onViewUpdate: (VGSTextInputLayout, ExpirationDateEditText) -> Unit? = null)","description":"com.verygoodsecurity.vgscollect.widget.compose.ExpirationDateEditTextWrapper","location":"vgscollect/com.verygoodsecurity.vgscollect.widget.compose/-expiration-date-edit-text-wrapper.html","searchKeys":["ExpirationDateEditTextWrapper","fun ExpirationDateEditTextWrapper(collect: VGSCollect?, fieldName: String, modifier: Modifier = Modifier, onViewCreate: (VGSTextInputLayout, ExpirationDateEditText) -> Unit? = null, onViewUpdate: (VGSTextInputLayout, ExpirationDateEditText) -> Unit? = null)","com.verygoodsecurity.vgscollect.widget.compose.ExpirationDateEditTextWrapper"]},{"name":"fun Int.isCodeSuccessful(): Boolean","description":"com.verygoodsecurity.vgscollect.core.api.client.extension.isCodeSuccessful","location":"vgscollect/com.verygoodsecurity.vgscollect.core.api.client.extension/is-code-successful.html","searchKeys":["isCodeSuccessful","fun Int.isCodeSuccessful(): Boolean","com.verygoodsecurity.vgscollect.core.api.client.extension.isCodeSuccessful"]},{"name":"fun Int.isHttpStatusCode(): Boolean","description":"com.verygoodsecurity.vgscollect.core.api.client.extension.isHttpStatusCode","location":"vgscollect/com.verygoodsecurity.vgscollect.core.api.client.extension/is-http-status-code.html","searchKeys":["isHttpStatusCode","fun Int.isHttpStatusCode(): Boolean","com.verygoodsecurity.vgscollect.core.api.client.extension.isHttpStatusCode"]},{"name":"fun NetworkResponse.toVGSResponse(context: Context? = null): VGSResponse","description":"com.verygoodsecurity.vgscollect.core.model.network.toVGSResponse","location":"vgscollect/com.verygoodsecurity.vgscollect.core.model.network/to-v-g-s-response.html","searchKeys":["toVGSResponse","fun NetworkResponse.toVGSResponse(context: Context? = null): VGSResponse","com.verygoodsecurity.vgscollect.core.model.network.toVGSResponse"]},{"name":"fun PersonNameEditTextWrapper(collect: VGSCollect?, fieldName: String, modifier: Modifier = Modifier, onViewCreate: (VGSTextInputLayout, PersonNameEditText) -> Unit? = null, onViewUpdate: (VGSTextInputLayout, PersonNameEditText) -> Unit? = null)","description":"com.verygoodsecurity.vgscollect.widget.compose.PersonNameEditTextWrapper","location":"vgscollect/com.verygoodsecurity.vgscollect.widget.compose/-person-name-edit-text-wrapper.html","searchKeys":["PersonNameEditTextWrapper","fun PersonNameEditTextWrapper(collect: VGSCollect?, fieldName: String, modifier: Modifier = Modifier, onViewCreate: (VGSTextInputLayout, PersonNameEditText) -> Unit? = null, onViewUpdate: (VGSTextInputLayout, PersonNameEditText) -> Unit? = null)","com.verygoodsecurity.vgscollect.widget.compose.PersonNameEditTextWrapper"]},{"name":"fun RangeDateEditTextWrapper(collect: VGSCollect?, fieldName: String, modifier: Modifier = Modifier, onViewCreate: (VGSTextInputLayout, RangeDateEditText) -> Unit? = null, onViewUpdate: (VGSTextInputLayout, RangeDateEditText) -> Unit? = null)","description":"com.verygoodsecurity.vgscollect.widget.compose.RangeDateEditTextWrapper","location":"vgscollect/com.verygoodsecurity.vgscollect.widget.compose/-range-date-edit-text-wrapper.html","searchKeys":["RangeDateEditTextWrapper","fun RangeDateEditTextWrapper(collect: VGSCollect?, fieldName: String, modifier: Modifier = Modifier, onViewCreate: (VGSTextInputLayout, RangeDateEditText) -> Unit? = null, onViewUpdate: (VGSTextInputLayout, RangeDateEditText) -> Unit? = null)","com.verygoodsecurity.vgscollect.widget.compose.RangeDateEditTextWrapper"]},{"name":"fun SSNEditTextWrapper(collect: VGSCollect?, fieldName: String, modifier: Modifier = Modifier, onViewCreate: (VGSTextInputLayout, SSNEditText) -> Unit? = null, onViewUpdate: (VGSTextInputLayout, SSNEditText) -> Unit? = null)","description":"com.verygoodsecurity.vgscollect.widget.compose.SSNEditTextWrapper","location":"vgscollect/com.verygoodsecurity.vgscollect.widget.compose/-s-s-n-edit-text-wrapper.html","searchKeys":["SSNEditTextWrapper","fun SSNEditTextWrapper(collect: VGSCollect?, fieldName: String, modifier: Modifier = Modifier, onViewCreate: (VGSTextInputLayout, SSNEditText) -> Unit? = null, onViewUpdate: (VGSTextInputLayout, SSNEditText) -> Unit? = null)","com.verygoodsecurity.vgscollect.widget.compose.SSNEditTextWrapper"]},{"name":"fun VGSCardNumberEditTextWrapper(collect: VGSCollect?, fieldName: String, modifier: Modifier = Modifier, onViewCreate: (VGSTextInputLayout, VGSCardNumberEditText) -> Unit? = null, onViewUpdate: (VGSTextInputLayout, VGSCardNumberEditText) -> Unit? = null)","description":"com.verygoodsecurity.vgscollect.widget.compose.VGSCardNumberEditTextWrapper","location":"vgscollect/com.verygoodsecurity.vgscollect.widget.compose/-v-g-s-card-number-edit-text-wrapper.html","searchKeys":["VGSCardNumberEditTextWrapper","fun VGSCardNumberEditTextWrapper(collect: VGSCollect?, fieldName: String, modifier: Modifier = Modifier, onViewCreate: (VGSTextInputLayout, VGSCardNumberEditText) -> Unit? = null, onViewUpdate: (VGSTextInputLayout, VGSCardNumberEditText) -> Unit? = null)","com.verygoodsecurity.vgscollect.widget.compose.VGSCardNumberEditTextWrapper"]},{"name":"fun VGSEditTextWrapper(collect: VGSCollect?, fieldName: String, modifier: Modifier = Modifier, onViewCreate: (VGSTextInputLayout, VGSEditText) -> Unit? = null, onViewUpdate: (VGSTextInputLayout, VGSEditText) -> Unit? = null)","description":"com.verygoodsecurity.vgscollect.widget.compose.VGSEditTextWrapper","location":"vgscollect/com.verygoodsecurity.vgscollect.widget.compose/-v-g-s-edit-text-wrapper.html","searchKeys":["VGSEditTextWrapper","fun VGSEditTextWrapper(collect: VGSCollect?, fieldName: String, modifier: Modifier = Modifier, onViewCreate: (VGSTextInputLayout, VGSEditText) -> Unit? = null, onViewUpdate: (VGSTextInputLayout, VGSEditText) -> Unit? = null)","com.verygoodsecurity.vgscollect.widget.compose.VGSEditTextWrapper"]},{"name":"fun VGSError.toVGSResponse(context: Context, vararg params: String?): VGSResponse.ErrorResponse","description":"com.verygoodsecurity.vgscollect.core.model.network.toVGSResponse","location":"vgscollect/com.verygoodsecurity.vgscollect.core.model.network/to-v-g-s-response.html","searchKeys":["toVGSResponse","fun VGSError.toVGSResponse(context: Context, vararg params: String?): VGSResponse.ErrorResponse","com.verygoodsecurity.vgscollect.core.model.network.toVGSResponse"]},{"name":"fun addCardBrand(c: CardBrand)","description":"com.verygoodsecurity.vgscollect.widget.VGSCardNumberEditText.addCardBrand","location":"vgscollect/com.verygoodsecurity.vgscollect.widget/-v-g-s-card-number-edit-text/add-card-brand.html","searchKeys":["addCardBrand","fun addCardBrand(c: CardBrand)","com.verygoodsecurity.vgscollect.widget.VGSCardNumberEditText.addCardBrand"]},{"name":"fun addOnFieldStateChangeListener(fieldStateListener: OnFieldStateChangeListener?)","description":"com.verygoodsecurity.vgscollect.core.VGSCollect.addOnFieldStateChangeListener","location":"vgscollect/com.verygoodsecurity.vgscollect.core/-v-g-s-collect/add-on-field-state-change-listener.html","searchKeys":["addOnFieldStateChangeListener","fun addOnFieldStateChangeListener(fieldStateListener: OnFieldStateChangeListener?)","com.verygoodsecurity.vgscollect.core.VGSCollect.addOnFieldStateChangeListener"]},{"name":"fun addOnResponseListeners(onResponseListener: VgsCollectResponseListener?)","description":"com.verygoodsecurity.vgscollect.core.VGSCollect.addOnResponseListeners","location":"vgscollect/com.verygoodsecurity.vgscollect.core/-v-g-s-collect/add-on-response-listeners.html","searchKeys":["addOnResponseListeners","fun addOnResponseListeners(onResponseListener: VgsCollectResponseListener?)","com.verygoodsecurity.vgscollect.core.VGSCollect.addOnResponseListeners"]},{"name":"fun addOnTextChangeListener(listener: InputFieldView.OnTextChangedListener?)","description":"com.verygoodsecurity.vgscollect.view.InputFieldView.addOnTextChangeListener","location":"vgscollect/com.verygoodsecurity.vgscollect.view/-input-field-view/add-on-text-change-listener.html","searchKeys":["addOnTextChangeListener","fun addOnTextChangeListener(listener: InputFieldView.OnTextChangedListener?)","com.verygoodsecurity.vgscollect.view.InputFieldView.addOnTextChangeListener"]},{"name":"fun addRule(rule: PaymentCardNumberRule)","description":"com.verygoodsecurity.vgscollect.widget.VGSCardNumberEditText.addRule","location":"vgscollect/com.verygoodsecurity.vgscollect.widget/-v-g-s-card-number-edit-text/add-rule.html","searchKeys":["addRule","fun addRule(rule: PaymentCardNumberRule)","com.verygoodsecurity.vgscollect.widget.VGSCardNumberEditText.addRule"]},{"name":"fun addRule(rule: PersonNameRule)","description":"com.verygoodsecurity.vgscollect.widget.PersonNameEditText.addRule","location":"vgscollect/com.verygoodsecurity.vgscollect.widget/-person-name-edit-text/add-rule.html","searchKeys":["addRule","fun addRule(rule: PersonNameRule)","com.verygoodsecurity.vgscollect.widget.PersonNameEditText.addRule"]},{"name":"fun addRule(rule: VGSInfoRule)","description":"com.verygoodsecurity.vgscollect.widget.VGSEditText.addRule","location":"vgscollect/com.verygoodsecurity.vgscollect.widget/-v-g-s-edit-text/add-rule.html","searchKeys":["addRule","fun addRule(rule: VGSInfoRule)","com.verygoodsecurity.vgscollect.widget.VGSEditText.addRule"]},{"name":"fun addRule(validator: VGSValidator)","description":"com.verygoodsecurity.vgscollect.view.card.validation.CompositeValidator.addRule","location":"vgscollect/com.verygoodsecurity.vgscollect.view.card.validation/-composite-validator/add-rule.html","searchKeys":["addRule","fun addRule(validator: VGSValidator)","com.verygoodsecurity.vgscollect.view.card.validation.CompositeValidator.addRule"]},{"name":"fun appendRule(rule: PaymentCardNumberRule)","description":"com.verygoodsecurity.vgscollect.widget.VGSCardNumberEditText.appendRule","location":"vgscollect/com.verygoodsecurity.vgscollect.widget/-v-g-s-card-number-edit-text/append-rule.html","searchKeys":["appendRule","fun appendRule(rule: PaymentCardNumberRule)","com.verygoodsecurity.vgscollect.widget.VGSCardNumberEditText.appendRule"]},{"name":"fun appendRule(rule: PersonNameRule)","description":"com.verygoodsecurity.vgscollect.widget.PersonNameEditText.appendRule","location":"vgscollect/com.verygoodsecurity.vgscollect.widget/-person-name-edit-text/append-rule.html","searchKeys":["appendRule","fun appendRule(rule: PersonNameRule)","com.verygoodsecurity.vgscollect.widget.PersonNameEditText.appendRule"]},{"name":"fun appendRule(rule: VGSInfoRule)","description":"com.verygoodsecurity.vgscollect.widget.VGSEditText.appendRule","location":"vgscollect/com.verygoodsecurity.vgscollect.widget/-v-g-s-edit-text/append-rule.html","searchKeys":["appendRule","fun appendRule(rule: VGSInfoRule)","com.verygoodsecurity.vgscollect.widget.VGSEditText.appendRule"]},{"name":"fun asyncSubmit(path: String, method: HTTPMethod)","description":"com.verygoodsecurity.vgscollect.core.VGSCollect.asyncSubmit","location":"vgscollect/com.verygoodsecurity.vgscollect.core/-v-g-s-collect/async-submit.html","searchKeys":["asyncSubmit","fun asyncSubmit(path: String, method: HTTPMethod)","com.verygoodsecurity.vgscollect.core.VGSCollect.asyncSubmit"]},{"name":"fun asyncSubmit(request: VGSRequest)","description":"com.verygoodsecurity.vgscollect.core.VGSCollect.asyncSubmit","location":"vgscollect/com.verygoodsecurity.vgscollect.core/-v-g-s-collect/async-submit.html","searchKeys":["asyncSubmit","fun asyncSubmit(request: VGSRequest)","com.verygoodsecurity.vgscollect.core.VGSCollect.asyncSubmit"]},{"name":"fun bindView(vararg views: InputFieldView?)","description":"com.verygoodsecurity.vgscollect.core.VGSCollect.bindView","location":"vgscollect/com.verygoodsecurity.vgscollect.core/-v-g-s-collect/bind-view.html","searchKeys":["bindView","fun bindView(vararg views: InputFieldView?)","com.verygoodsecurity.vgscollect.core.VGSCollect.bindView"]},{"name":"fun bindView(view: InputFieldView?)","description":"com.verygoodsecurity.vgscollect.core.VGSCollect.bindView","location":"vgscollect/com.verygoodsecurity.vgscollect.core/-v-g-s-collect/bind-view.html","searchKeys":["bindView","fun bindView(view: InputFieldView?)","com.verygoodsecurity.vgscollect.core.VGSCollect.bindView"]},{"name":"fun build(): PaymentCardNumberRule","description":"com.verygoodsecurity.vgscollect.view.card.validation.rules.PaymentCardNumberRule.ValidationBuilder.build","location":"vgscollect/com.verygoodsecurity.vgscollect.view.card.validation.rules/-payment-card-number-rule/-validation-builder/build.html","searchKeys":["build","fun build(): PaymentCardNumberRule","com.verygoodsecurity.vgscollect.view.card.validation.rules.PaymentCardNumberRule.ValidationBuilder.build"]},{"name":"fun build(): PersonNameRule","description":"com.verygoodsecurity.vgscollect.view.card.validation.rules.PersonNameRule.ValidationBuilder.build","location":"vgscollect/com.verygoodsecurity.vgscollect.view.card.validation.rules/-person-name-rule/-validation-builder/build.html","searchKeys":["build","fun build(): PersonNameRule","com.verygoodsecurity.vgscollect.view.card.validation.rules.PersonNameRule.ValidationBuilder.build"]},{"name":"fun build(): VGSInfoRule","description":"com.verygoodsecurity.vgscollect.view.card.validation.rules.VGSInfoRule.ValidationBuilder.build","location":"vgscollect/com.verygoodsecurity.vgscollect.view.card.validation.rules/-v-g-s-info-rule/-validation-builder/build.html","searchKeys":["build","fun build(): VGSInfoRule","com.verygoodsecurity.vgscollect.view.card.validation.rules.VGSInfoRule.ValidationBuilder.build"]},{"name":"fun build(): VGSRequest","description":"com.verygoodsecurity.vgscollect.core.model.network.VGSRequest.VGSRequestBuilder.build","location":"vgscollect/com.verygoodsecurity.vgscollect.core.model.network/-v-g-s-request/-v-g-s-request-builder/build.html","searchKeys":["build","fun build(): VGSRequest","com.verygoodsecurity.vgscollect.core.model.network.VGSRequest.VGSRequestBuilder.build"]},{"name":"fun build(): VGSTokenizationRequest","description":"com.verygoodsecurity.vgscollect.core.model.network.tokenization.VGSTokenizationRequest.VGSRequestBuilder.build","location":"vgscollect/com.verygoodsecurity.vgscollect.core.model.network.tokenization/-v-g-s-tokenization-request/-v-g-s-request-builder/build.html","searchKeys":["build","fun build(): VGSTokenizationRequest","com.verygoodsecurity.vgscollect.core.model.network.tokenization.VGSTokenizationRequest.VGSRequestBuilder.build"]},{"name":"fun clearResponseListeners()","description":"com.verygoodsecurity.vgscollect.core.VGSCollect.clearResponseListeners","location":"vgscollect/com.verygoodsecurity.vgscollect.core/-v-g-s-collect/clear-response-listeners.html","searchKeys":["clearResponseListeners","fun clearResponseListeners()","com.verygoodsecurity.vgscollect.core.VGSCollect.clearResponseListeners"]},{"name":"fun clearRules()","description":"com.verygoodsecurity.vgscollect.view.card.validation.CompositeValidator.clearRules","location":"vgscollect/com.verygoodsecurity.vgscollect.view.card.validation/-composite-validator/clear-rules.html","searchKeys":["clearRules","fun clearRules()","com.verygoodsecurity.vgscollect.view.card.validation.CompositeValidator.clearRules"]},{"name":"fun create(): VGSCollect","description":"com.verygoodsecurity.vgscollect.core.VGSCollect.Builder.create","location":"vgscollect/com.verygoodsecurity.vgscollect.core/-v-g-s-collect/-builder/create.html","searchKeys":["create","fun create(): VGSCollect","com.verygoodsecurity.vgscollect.core.VGSCollect.Builder.create"]},{"name":"fun create(day: Int, month: Int, year: Int): VGSDate?","description":"com.verygoodsecurity.vgscollect.core.model.VGSDate.Companion.create","location":"vgscollect/com.verygoodsecurity.vgscollect.core.model/-v-g-s-date/-companion/create.html","searchKeys":["create","fun create(day: Int, month: Int, year: Int): VGSDate?","com.verygoodsecurity.vgscollect.core.model.VGSDate.Companion.create"]},{"name":"fun create(key: String, allowParseArray: Boolean): Key","description":"com.verygoodsecurity.vgscollect.core.model.map.Key.Companion.create","location":"vgscollect/com.verygoodsecurity.vgscollect.core.model.map/-key/-companion/create.html","searchKeys":["create","fun create(key: String, allowParseArray: Boolean): Key","com.verygoodsecurity.vgscollect.core.model.map.Key.Companion.create"]},{"name":"fun enableValidation(isEnabled: Boolean)","description":"com.verygoodsecurity.vgscollect.view.InputFieldView.enableValidation","location":"vgscollect/com.verygoodsecurity.vgscollect.view/-input-field-view/enable-validation.html","searchKeys":["enableValidation","fun enableValidation(isEnabled: Boolean)","com.verygoodsecurity.vgscollect.view.InputFieldView.enableValidation"]},{"name":"fun getAllStates(): List","description":"com.verygoodsecurity.vgscollect.core.VGSCollect.getAllStates","location":"vgscollect/com.verygoodsecurity.vgscollect.core/-v-g-s-collect/get-all-states.html","searchKeys":["getAllStates","fun getAllStates(): List","com.verygoodsecurity.vgscollect.core.VGSCollect.getAllStates"]},{"name":"fun getCardPreviewIconGravity(): Int","description":"com.verygoodsecurity.vgscollect.widget.VGSCardNumberEditText.getCardPreviewIconGravity","location":"vgscollect/com.verygoodsecurity.vgscollect.widget/-v-g-s-card-number-edit-text/get-card-preview-icon-gravity.html","searchKeys":["getCardPreviewIconGravity","fun getCardPreviewIconGravity(): Int","com.verygoodsecurity.vgscollect.widget.VGSCardNumberEditText.getCardPreviewIconGravity"]},{"name":"fun getDatePickerMode(): DatePickerMode?","description":"com.verygoodsecurity.vgscollect.widget.core.DateEditText.getDatePickerMode","location":"vgscollect/com.verygoodsecurity.vgscollect.widget.core/-date-edit-text/get-date-picker-mode.html","searchKeys":["getDatePickerMode","fun getDatePickerMode(): DatePickerMode?","com.verygoodsecurity.vgscollect.widget.core.DateEditText.getDatePickerMode"]},{"name":"fun getDateRegex(): String?","description":"com.verygoodsecurity.vgscollect.widget.core.DateEditText.getDateRegex","location":"vgscollect/com.verygoodsecurity.vgscollect.widget.core/-date-edit-text/get-date-regex.html","searchKeys":["getDateRegex","fun getDateRegex(): String?","com.verygoodsecurity.vgscollect.widget.core.DateEditText.getDateRegex"]},{"name":"fun getDivider(): Char?","description":"com.verygoodsecurity.vgscollect.widget.SSNEditText.getDivider","location":"vgscollect/com.verygoodsecurity.vgscollect.widget/-s-s-n-edit-text/get-divider.html","searchKeys":["getDivider","fun getDivider(): Char?","com.verygoodsecurity.vgscollect.widget.SSNEditText.getDivider"]},{"name":"fun getDivider(): Char?","description":"com.verygoodsecurity.vgscollect.widget.VGSCardNumberEditText.getDivider","location":"vgscollect/com.verygoodsecurity.vgscollect.widget/-v-g-s-card-number-edit-text/get-divider.html","searchKeys":["getDivider","fun getDivider(): Char?","com.verygoodsecurity.vgscollect.widget.VGSCardNumberEditText.getDivider"]},{"name":"fun getEndIconMode(): Int","description":"com.verygoodsecurity.vgscollect.view.material.TextInputFieldLayout.getEndIconMode","location":"vgscollect/com.verygoodsecurity.vgscollect.view.material/-text-input-field-layout/get-end-icon-mode.html","searchKeys":["getEndIconMode","fun getEndIconMode(): Int","com.verygoodsecurity.vgscollect.view.material.TextInputFieldLayout.getEndIconMode"]},{"name":"fun getError(): String?","description":"com.verygoodsecurity.vgscollect.view.material.TextInputFieldLayout.getError","location":"vgscollect/com.verygoodsecurity.vgscollect.view.material/-text-input-field-layout/get-error.html","searchKeys":["getError","fun getError(): String?","com.verygoodsecurity.vgscollect.view.material.TextInputFieldLayout.getError"]},{"name":"fun getFieldType(): FieldType","description":"com.verygoodsecurity.vgscollect.view.InputFieldView.getFieldType","location":"vgscollect/com.verygoodsecurity.vgscollect.view/-input-field-view/get-field-type.html","searchKeys":["getFieldType","fun getFieldType(): FieldType","com.verygoodsecurity.vgscollect.view.InputFieldView.getFieldType"]},{"name":"fun getFileProvider(): VGSFileProvider","description":"com.verygoodsecurity.vgscollect.core.VGSCollect.getFileProvider","location":"vgscollect/com.verygoodsecurity.vgscollect.core/-v-g-s-collect/get-file-provider.html","searchKeys":["getFileProvider","fun getFileProvider(): VGSFileProvider","com.verygoodsecurity.vgscollect.core.VGSCollect.getFileProvider"]},{"name":"fun getHelperText(): String?","description":"com.verygoodsecurity.vgscollect.view.material.TextInputFieldLayout.getHelperText","location":"vgscollect/com.verygoodsecurity.vgscollect.view.material/-text-input-field-layout/get-helper-text.html","searchKeys":["getHelperText","fun getHelperText(): String?","com.verygoodsecurity.vgscollect.view.material.TextInputFieldLayout.getHelperText"]},{"name":"fun getHintTextColor(): ColorStateList?","description":"com.verygoodsecurity.vgscollect.view.material.TextInputFieldLayout.getHintTextColor","location":"vgscollect/com.verygoodsecurity.vgscollect.view.material/-text-input-field-layout/get-hint-text-color.html","searchKeys":["getHintTextColor","fun getHintTextColor(): ColorStateList?","com.verygoodsecurity.vgscollect.view.material.TextInputFieldLayout.getHintTextColor"]},{"name":"fun getImeOptions(): Int","description":"com.verygoodsecurity.vgscollect.view.InputFieldView.getImeOptions","location":"vgscollect/com.verygoodsecurity.vgscollect.view/-input-field-view/get-ime-options.html","searchKeys":["getImeOptions","fun getImeOptions(): Int","com.verygoodsecurity.vgscollect.view.InputFieldView.getImeOptions"]},{"name":"fun getOutputDivider(): Char?","description":"com.verygoodsecurity.vgscollect.widget.SSNEditText.getOutputDivider","location":"vgscollect/com.verygoodsecurity.vgscollect.widget/-s-s-n-edit-text/get-output-divider.html","searchKeys":["getOutputDivider","fun getOutputDivider(): Char?","com.verygoodsecurity.vgscollect.widget.SSNEditText.getOutputDivider"]},{"name":"fun getOutputDivider(): Char?","description":"com.verygoodsecurity.vgscollect.widget.VGSCardNumberEditText.getOutputDivider","location":"vgscollect/com.verygoodsecurity.vgscollect.widget/-v-g-s-card-number-edit-text/get-output-divider.html","searchKeys":["getOutputDivider","fun getOutputDivider(): Char?","com.verygoodsecurity.vgscollect.widget.VGSCardNumberEditText.getOutputDivider"]},{"name":"fun getPaint(): TextPaint?","description":"com.verygoodsecurity.vgscollect.view.InputFieldView.getPaint","location":"vgscollect/com.verygoodsecurity.vgscollect.view/-input-field-view/get-paint.html","searchKeys":["getPaint","fun getPaint(): TextPaint?","com.verygoodsecurity.vgscollect.view.InputFieldView.getPaint"]},{"name":"fun getState(): FieldState.CVCState?","description":"com.verygoodsecurity.vgscollect.widget.CardVerificationCodeEditText.getState","location":"vgscollect/com.verygoodsecurity.vgscollect.widget/-card-verification-code-edit-text/get-state.html","searchKeys":["getState","fun getState(): FieldState.CVCState?","com.verygoodsecurity.vgscollect.widget.CardVerificationCodeEditText.getState"]},{"name":"fun getState(): FieldState.CardHolderNameState?","description":"com.verygoodsecurity.vgscollect.widget.PersonNameEditText.getState","location":"vgscollect/com.verygoodsecurity.vgscollect.widget/-person-name-edit-text/get-state.html","searchKeys":["getState","fun getState(): FieldState.CardHolderNameState?","com.verygoodsecurity.vgscollect.widget.PersonNameEditText.getState"]},{"name":"fun getState(): FieldState.CardNumberState?","description":"com.verygoodsecurity.vgscollect.widget.VGSCardNumberEditText.getState","location":"vgscollect/com.verygoodsecurity.vgscollect.widget/-v-g-s-card-number-edit-text/get-state.html","searchKeys":["getState","fun getState(): FieldState.CardNumberState?","com.verygoodsecurity.vgscollect.widget.VGSCardNumberEditText.getState"]},{"name":"fun getState(): FieldState.DateState?","description":"com.verygoodsecurity.vgscollect.widget.core.DateEditText.getState","location":"vgscollect/com.verygoodsecurity.vgscollect.widget.core/-date-edit-text/get-state.html","searchKeys":["getState","fun getState(): FieldState.DateState?","com.verygoodsecurity.vgscollect.widget.core.DateEditText.getState"]},{"name":"fun getState(): FieldState.InfoState?","description":"com.verygoodsecurity.vgscollect.widget.VGSEditText.getState","location":"vgscollect/com.verygoodsecurity.vgscollect.widget/-v-g-s-edit-text/get-state.html","searchKeys":["getState","fun getState(): FieldState.InfoState?","com.verygoodsecurity.vgscollect.widget.VGSEditText.getState"]},{"name":"fun getState(): FieldState.SSNNumberState?","description":"com.verygoodsecurity.vgscollect.widget.SSNEditText.getState","location":"vgscollect/com.verygoodsecurity.vgscollect.widget/-s-s-n-edit-text/get-state.html","searchKeys":["getState","fun getState(): FieldState.SSNNumberState?","com.verygoodsecurity.vgscollect.widget.SSNEditText.getState"]},{"name":"fun getTypeface(): Typeface?","description":"com.verygoodsecurity.vgscollect.view.material.TextInputFieldLayout.getTypeface","location":"vgscollect/com.verygoodsecurity.vgscollect.view.material/-text-input-field-layout/get-typeface.html","searchKeys":["getTypeface","fun getTypeface(): Typeface?","com.verygoodsecurity.vgscollect.view.material.TextInputFieldLayout.getTypeface"]},{"name":"fun hideKeyboard()","description":"com.verygoodsecurity.vgscollect.view.InputFieldView.hideKeyboard","location":"vgscollect/com.verygoodsecurity.vgscollect.view/-input-field-view/hide-keyboard.html","searchKeys":["hideKeyboard","fun hideKeyboard()","com.verygoodsecurity.vgscollect.view.InputFieldView.hideKeyboard"]},{"name":"fun ignoreFields(): VGSRequest.VGSRequestBuilder","description":"com.verygoodsecurity.vgscollect.core.model.network.VGSRequest.VGSRequestBuilder.ignoreFields","location":"vgscollect/com.verygoodsecurity.vgscollect.core.model.network/-v-g-s-request/-v-g-s-request-builder/ignore-fields.html","searchKeys":["ignoreFields","fun ignoreFields(): VGSRequest.VGSRequestBuilder","com.verygoodsecurity.vgscollect.core.model.network.VGSRequest.VGSRequestBuilder.ignoreFields"]},{"name":"fun ignoreFields(): VGSTokenizationRequest.VGSRequestBuilder","description":"com.verygoodsecurity.vgscollect.core.model.network.tokenization.VGSTokenizationRequest.VGSRequestBuilder.ignoreFields","location":"vgscollect/com.verygoodsecurity.vgscollect.core.model.network.tokenization/-v-g-s-tokenization-request/-v-g-s-request-builder/ignore-fields.html","searchKeys":["ignoreFields","fun ignoreFields(): VGSTokenizationRequest.VGSRequestBuilder","com.verygoodsecurity.vgscollect.core.model.network.tokenization.VGSTokenizationRequest.VGSRequestBuilder.ignoreFields"]},{"name":"fun ignoreFiles(): VGSRequest.VGSRequestBuilder","description":"com.verygoodsecurity.vgscollect.core.model.network.VGSRequest.VGSRequestBuilder.ignoreFiles","location":"vgscollect/com.verygoodsecurity.vgscollect.core.model.network/-v-g-s-request/-v-g-s-request-builder/ignore-files.html","searchKeys":["ignoreFiles","fun ignoreFiles(): VGSRequest.VGSRequestBuilder","com.verygoodsecurity.vgscollect.core.model.network.VGSRequest.VGSRequestBuilder.ignoreFiles"]},{"name":"fun ignoreFiles(): VGSTokenizationRequest.VGSRequestBuilder","description":"com.verygoodsecurity.vgscollect.core.model.network.tokenization.VGSTokenizationRequest.VGSRequestBuilder.ignoreFiles","location":"vgscollect/com.verygoodsecurity.vgscollect.core.model.network.tokenization/-v-g-s-tokenization-request/-v-g-s-request-builder/ignore-files.html","searchKeys":["ignoreFiles","fun ignoreFiles(): VGSTokenizationRequest.VGSRequestBuilder","com.verygoodsecurity.vgscollect.core.model.network.tokenization.VGSTokenizationRequest.VGSRequestBuilder.ignoreFiles"]},{"name":"fun interface VGSValidationResultListener","description":"com.verygoodsecurity.vgscollect.view.card.validation.rules.VGSValidationResultListener","location":"vgscollect/com.verygoodsecurity.vgscollect.view.card.validation.rules/-v-g-s-validation-result-listener/index.html","searchKeys":["VGSValidationResultListener","fun interface VGSValidationResultListener","com.verygoodsecurity.vgscollect.view.card.validation.rules.VGSValidationResultListener"]},{"name":"fun isArrayKey(key: String): Boolean","description":"com.verygoodsecurity.vgscollect.core.model.map.Key.ArrayKey.Companion.isArrayKey","location":"vgscollect/com.verygoodsecurity.vgscollect.core.model.map/-key/-array-key/-companion/is-array-key.html","searchKeys":["isArrayKey","fun isArrayKey(key: String): Boolean","com.verygoodsecurity.vgscollect.core.model.map.Key.ArrayKey.Companion.isArrayKey"]},{"name":"fun isContentEquals(view: InputFieldView): Boolean","description":"com.verygoodsecurity.vgscollect.view.InputFieldView.isContentEquals","location":"vgscollect/com.verygoodsecurity.vgscollect.view/-input-field-view/is-content-equals.html","searchKeys":["isContentEquals","fun isContentEquals(view: InputFieldView): Boolean","com.verygoodsecurity.vgscollect.view.InputFieldView.isContentEquals"]},{"name":"fun isDebugEnabled(): Boolean","description":"com.verygoodsecurity.vgscollect.VGSCollectLogger.isDebugEnabled","location":"vgscollect/com.verygoodsecurity.vgscollect/-v-g-s-collect-logger/is-debug-enabled.html","searchKeys":["isDebugEnabled","fun isDebugEnabled(): Boolean","com.verygoodsecurity.vgscollect.VGSCollectLogger.isDebugEnabled"]},{"name":"fun isValidationEnabled(): Boolean","description":"com.verygoodsecurity.vgscollect.view.InputFieldView.isValidationEnabled","location":"vgscollect/com.verygoodsecurity.vgscollect.view/-input-field-view/is-validation-enabled.html","searchKeys":["isValidationEnabled","fun isValidationEnabled(): Boolean","com.verygoodsecurity.vgscollect.view.InputFieldView.isValidationEnabled"]},{"name":"fun onActivityResult(requestCode: Int, resultCode: Int, data: Intent?)","description":"com.verygoodsecurity.vgscollect.core.VGSCollect.onActivityResult","location":"vgscollect/com.verygoodsecurity.vgscollect.core/-v-g-s-collect/on-activity-result.html","searchKeys":["onActivityResult","fun onActivityResult(requestCode: Int, resultCode: Int, data: Intent?)","com.verygoodsecurity.vgscollect.core.VGSCollect.onActivityResult"]},{"name":"fun onDestroy()","description":"com.verygoodsecurity.vgscollect.core.VGSCollect.onDestroy","location":"vgscollect/com.verygoodsecurity.vgscollect.core/-v-g-s-collect/on-destroy.html","searchKeys":["onDestroy","fun onDestroy()","com.verygoodsecurity.vgscollect.core.VGSCollect.onDestroy"]},{"name":"fun prepareSSNState(isValid: Boolean, content: FieldContent.SSNContent?): FieldState.SSNNumberState","description":"com.verygoodsecurity.vgscollect.core.model.state.prepareSSNState","location":"vgscollect/com.verygoodsecurity.vgscollect.core.model.state/prepare-s-s-n-state.html","searchKeys":["prepareSSNState","fun prepareSSNState(isValid: Boolean, content: FieldContent.SSNContent?): FieldState.SSNNumberState","com.verygoodsecurity.vgscollect.core.model.state.prepareSSNState"]},{"name":"fun removeOnResponseListener(onResponseListener: VgsCollectResponseListener)","description":"com.verygoodsecurity.vgscollect.core.VGSCollect.removeOnResponseListener","location":"vgscollect/com.verygoodsecurity.vgscollect.core/-v-g-s-collect/remove-on-response-listener.html","searchKeys":["removeOnResponseListener","fun removeOnResponseListener(onResponseListener: VgsCollectResponseListener)","com.verygoodsecurity.vgscollect.core.VGSCollect.removeOnResponseListener"]},{"name":"fun removeRule(validator: VGSValidator)","description":"com.verygoodsecurity.vgscollect.view.card.validation.CompositeValidator.removeRule","location":"vgscollect/com.verygoodsecurity.vgscollect.view.card.validation/-composite-validator/remove-rule.html","searchKeys":["removeRule","fun removeRule(validator: VGSValidator)","com.verygoodsecurity.vgscollect.view.card.validation.CompositeValidator.removeRule"]},{"name":"fun removeTextChangedListener(listener: InputFieldView.OnTextChangedListener?)","description":"com.verygoodsecurity.vgscollect.view.InputFieldView.removeTextChangedListener","location":"vgscollect/com.verygoodsecurity.vgscollect.view/-input-field-view/remove-text-changed-listener.html","searchKeys":["removeTextChangedListener","fun removeTextChangedListener(listener: InputFieldView.OnTextChangedListener?)","com.verygoodsecurity.vgscollect.view.InputFieldView.removeTextChangedListener"]},{"name":"fun resetCustomData()","description":"com.verygoodsecurity.vgscollect.core.VGSCollect.resetCustomData","location":"vgscollect/com.verygoodsecurity.vgscollect.core/-v-g-s-collect/reset-custom-data.html","searchKeys":["resetCustomData","fun resetCustomData()","com.verygoodsecurity.vgscollect.core.VGSCollect.resetCustomData"]},{"name":"fun resetCustomHeaders()","description":"com.verygoodsecurity.vgscollect.core.VGSCollect.resetCustomHeaders","location":"vgscollect/com.verygoodsecurity.vgscollect.core/-v-g-s-collect/reset-custom-headers.html","searchKeys":["resetCustomHeaders","fun resetCustomHeaders()","com.verygoodsecurity.vgscollect.core.VGSCollect.resetCustomHeaders"]},{"name":"fun set(key: String, value: Any): Any?","description":"com.verygoodsecurity.vgscollect.core.model.map.FlatMap.set","location":"vgscollect/com.verygoodsecurity.vgscollect.core.model.map/-flat-map/set.html","searchKeys":["set","fun set(key: String, value: Any): Any?","com.verygoodsecurity.vgscollect.core.model.map.FlatMap.set"]},{"name":"fun setAlgorithm(algorithm: ChecksumAlgorithm, errorMsg: String = CheckSumValidator.DEFAULT_ERROR_MSG): PaymentCardNumberRule.ValidationBuilder","description":"com.verygoodsecurity.vgscollect.view.card.validation.rules.PaymentCardNumberRule.ValidationBuilder.setAlgorithm","location":"vgscollect/com.verygoodsecurity.vgscollect.view.card.validation.rules/-payment-card-number-rule/-validation-builder/set-algorithm.html","searchKeys":["setAlgorithm","fun setAlgorithm(algorithm: ChecksumAlgorithm, errorMsg: String = CheckSumValidator.DEFAULT_ERROR_MSG): PaymentCardNumberRule.ValidationBuilder","com.verygoodsecurity.vgscollect.view.card.validation.rules.PaymentCardNumberRule.ValidationBuilder.setAlgorithm"]},{"name":"fun setAllowToOverrideDefaultValidation(canOverride: Boolean): PaymentCardNumberRule.ValidationBuilder","description":"com.verygoodsecurity.vgscollect.view.card.validation.rules.PaymentCardNumberRule.ValidationBuilder.setAllowToOverrideDefaultValidation","location":"vgscollect/com.verygoodsecurity.vgscollect.view.card.validation.rules/-payment-card-number-rule/-validation-builder/set-allow-to-override-default-validation.html","searchKeys":["setAllowToOverrideDefaultValidation","fun setAllowToOverrideDefaultValidation(canOverride: Boolean): PaymentCardNumberRule.ValidationBuilder","com.verygoodsecurity.vgscollect.view.card.validation.rules.PaymentCardNumberRule.ValidationBuilder.setAllowToOverrideDefaultValidation"]},{"name":"fun setAllowableMaxLength(length: Int): PaymentCardNumberRule.ValidationBuilder","description":"com.verygoodsecurity.vgscollect.view.card.validation.rules.PaymentCardNumberRule.ValidationBuilder.setAllowableMaxLength","location":"vgscollect/com.verygoodsecurity.vgscollect.view.card.validation.rules/-payment-card-number-rule/-validation-builder/set-allowable-max-length.html","searchKeys":["setAllowableMaxLength","fun setAllowableMaxLength(length: Int): PaymentCardNumberRule.ValidationBuilder","com.verygoodsecurity.vgscollect.view.card.validation.rules.PaymentCardNumberRule.ValidationBuilder.setAllowableMaxLength"]},{"name":"fun setAllowableMaxLength(length: Int): PersonNameRule.ValidationBuilder","description":"com.verygoodsecurity.vgscollect.view.card.validation.rules.PersonNameRule.ValidationBuilder.setAllowableMaxLength","location":"vgscollect/com.verygoodsecurity.vgscollect.view.card.validation.rules/-person-name-rule/-validation-builder/set-allowable-max-length.html","searchKeys":["setAllowableMaxLength","fun setAllowableMaxLength(length: Int): PersonNameRule.ValidationBuilder","com.verygoodsecurity.vgscollect.view.card.validation.rules.PersonNameRule.ValidationBuilder.setAllowableMaxLength"]},{"name":"fun setAllowableMaxLength(length: Int): VGSInfoRule.ValidationBuilder","description":"com.verygoodsecurity.vgscollect.view.card.validation.rules.VGSInfoRule.ValidationBuilder.setAllowableMaxLength","location":"vgscollect/com.verygoodsecurity.vgscollect.view.card.validation.rules/-v-g-s-info-rule/-validation-builder/set-allowable-max-length.html","searchKeys":["setAllowableMaxLength","fun setAllowableMaxLength(length: Int): VGSInfoRule.ValidationBuilder","com.verygoodsecurity.vgscollect.view.card.validation.rules.VGSInfoRule.ValidationBuilder.setAllowableMaxLength"]},{"name":"fun setAllowableMaxLength(length: Int, errorMsg: String): PaymentCardNumberRule.ValidationBuilder","description":"com.verygoodsecurity.vgscollect.view.card.validation.rules.PaymentCardNumberRule.ValidationBuilder.setAllowableMaxLength","location":"vgscollect/com.verygoodsecurity.vgscollect.view.card.validation.rules/-payment-card-number-rule/-validation-builder/set-allowable-max-length.html","searchKeys":["setAllowableMaxLength","fun setAllowableMaxLength(length: Int, errorMsg: String): PaymentCardNumberRule.ValidationBuilder","com.verygoodsecurity.vgscollect.view.card.validation.rules.PaymentCardNumberRule.ValidationBuilder.setAllowableMaxLength"]},{"name":"fun setAllowableMaxLength(length: Int, errorMsg: String): PersonNameRule.ValidationBuilder","description":"com.verygoodsecurity.vgscollect.view.card.validation.rules.PersonNameRule.ValidationBuilder.setAllowableMaxLength","location":"vgscollect/com.verygoodsecurity.vgscollect.view.card.validation.rules/-person-name-rule/-validation-builder/set-allowable-max-length.html","searchKeys":["setAllowableMaxLength","fun setAllowableMaxLength(length: Int, errorMsg: String): PersonNameRule.ValidationBuilder","com.verygoodsecurity.vgscollect.view.card.validation.rules.PersonNameRule.ValidationBuilder.setAllowableMaxLength"]},{"name":"fun setAllowableMaxLength(length: Int, errorMsg: String): VGSInfoRule.ValidationBuilder","description":"com.verygoodsecurity.vgscollect.view.card.validation.rules.VGSInfoRule.ValidationBuilder.setAllowableMaxLength","location":"vgscollect/com.verygoodsecurity.vgscollect.view.card.validation.rules/-v-g-s-info-rule/-validation-builder/set-allowable-max-length.html","searchKeys":["setAllowableMaxLength","fun setAllowableMaxLength(length: Int, errorMsg: String): VGSInfoRule.ValidationBuilder","com.verygoodsecurity.vgscollect.view.card.validation.rules.VGSInfoRule.ValidationBuilder.setAllowableMaxLength"]},{"name":"fun setAllowableMinLength(length: Int): PaymentCardNumberRule.ValidationBuilder","description":"com.verygoodsecurity.vgscollect.view.card.validation.rules.PaymentCardNumberRule.ValidationBuilder.setAllowableMinLength","location":"vgscollect/com.verygoodsecurity.vgscollect.view.card.validation.rules/-payment-card-number-rule/-validation-builder/set-allowable-min-length.html","searchKeys":["setAllowableMinLength","fun setAllowableMinLength(length: Int): PaymentCardNumberRule.ValidationBuilder","com.verygoodsecurity.vgscollect.view.card.validation.rules.PaymentCardNumberRule.ValidationBuilder.setAllowableMinLength"]},{"name":"fun setAllowableMinLength(length: Int): PersonNameRule.ValidationBuilder","description":"com.verygoodsecurity.vgscollect.view.card.validation.rules.PersonNameRule.ValidationBuilder.setAllowableMinLength","location":"vgscollect/com.verygoodsecurity.vgscollect.view.card.validation.rules/-person-name-rule/-validation-builder/set-allowable-min-length.html","searchKeys":["setAllowableMinLength","fun setAllowableMinLength(length: Int): PersonNameRule.ValidationBuilder","com.verygoodsecurity.vgscollect.view.card.validation.rules.PersonNameRule.ValidationBuilder.setAllowableMinLength"]},{"name":"fun setAllowableMinLength(length: Int): VGSInfoRule.ValidationBuilder","description":"com.verygoodsecurity.vgscollect.view.card.validation.rules.VGSInfoRule.ValidationBuilder.setAllowableMinLength","location":"vgscollect/com.verygoodsecurity.vgscollect.view.card.validation.rules/-v-g-s-info-rule/-validation-builder/set-allowable-min-length.html","searchKeys":["setAllowableMinLength","fun setAllowableMinLength(length: Int): VGSInfoRule.ValidationBuilder","com.verygoodsecurity.vgscollect.view.card.validation.rules.VGSInfoRule.ValidationBuilder.setAllowableMinLength"]},{"name":"fun setAllowableMinLength(length: Int, errorMsg: String): PaymentCardNumberRule.ValidationBuilder","description":"com.verygoodsecurity.vgscollect.view.card.validation.rules.PaymentCardNumberRule.ValidationBuilder.setAllowableMinLength","location":"vgscollect/com.verygoodsecurity.vgscollect.view.card.validation.rules/-payment-card-number-rule/-validation-builder/set-allowable-min-length.html","searchKeys":["setAllowableMinLength","fun setAllowableMinLength(length: Int, errorMsg: String): PaymentCardNumberRule.ValidationBuilder","com.verygoodsecurity.vgscollect.view.card.validation.rules.PaymentCardNumberRule.ValidationBuilder.setAllowableMinLength"]},{"name":"fun setAllowableMinLength(length: Int, errorMsg: String): PersonNameRule.ValidationBuilder","description":"com.verygoodsecurity.vgscollect.view.card.validation.rules.PersonNameRule.ValidationBuilder.setAllowableMinLength","location":"vgscollect/com.verygoodsecurity.vgscollect.view.card.validation.rules/-person-name-rule/-validation-builder/set-allowable-min-length.html","searchKeys":["setAllowableMinLength","fun setAllowableMinLength(length: Int, errorMsg: String): PersonNameRule.ValidationBuilder","com.verygoodsecurity.vgscollect.view.card.validation.rules.PersonNameRule.ValidationBuilder.setAllowableMinLength"]},{"name":"fun setAllowableMinLength(length: Int, errorMsg: String): VGSInfoRule.ValidationBuilder","description":"com.verygoodsecurity.vgscollect.view.card.validation.rules.VGSInfoRule.ValidationBuilder.setAllowableMinLength","location":"vgscollect/com.verygoodsecurity.vgscollect.view.card.validation.rules/-v-g-s-info-rule/-validation-builder/set-allowable-min-length.html","searchKeys":["setAllowableMinLength","fun setAllowableMinLength(length: Int, errorMsg: String): VGSInfoRule.ValidationBuilder","com.verygoodsecurity.vgscollect.view.card.validation.rules.VGSInfoRule.ValidationBuilder.setAllowableMinLength"]},{"name":"fun setAllowableNumberLength(length: IntArray, errorMsg: String = LengthMatchValidator.DEFAULT_ERROR_MSG): PaymentCardNumberRule.ValidationBuilder","description":"com.verygoodsecurity.vgscollect.view.card.validation.rules.PaymentCardNumberRule.ValidationBuilder.setAllowableNumberLength","location":"vgscollect/com.verygoodsecurity.vgscollect.view.card.validation.rules/-payment-card-number-rule/-validation-builder/set-allowable-number-length.html","searchKeys":["setAllowableNumberLength","fun setAllowableNumberLength(length: IntArray, errorMsg: String = LengthMatchValidator.DEFAULT_ERROR_MSG): PaymentCardNumberRule.ValidationBuilder","com.verygoodsecurity.vgscollect.view.card.validation.rules.PaymentCardNumberRule.ValidationBuilder.setAllowableNumberLength"]},{"name":"fun setAnalyticsEnabled(isEnabled: Boolean)","description":"com.verygoodsecurity.vgscollect.core.VGSCollect.setAnalyticsEnabled","location":"vgscollect/com.verygoodsecurity.vgscollect.core/-v-g-s-collect/set-analytics-enabled.html","searchKeys":["setAnalyticsEnabled","fun setAnalyticsEnabled(isEnabled: Boolean)","com.verygoodsecurity.vgscollect.core.VGSCollect.setAnalyticsEnabled"]},{"name":"fun setCardBrandIconGravity(gravity: Int)","description":"com.verygoodsecurity.vgscollect.widget.VGSCardNumberEditText.setCardBrandIconGravity","location":"vgscollect/com.verygoodsecurity.vgscollect.widget/-v-g-s-card-number-edit-text/set-card-brand-icon-gravity.html","searchKeys":["setCardBrandIconGravity","fun setCardBrandIconGravity(gravity: Int)","com.verygoodsecurity.vgscollect.widget.VGSCardNumberEditText.setCardBrandIconGravity"]},{"name":"fun setCardIconAdapter(adapter: CardIconAdapter?)","description":"com.verygoodsecurity.vgscollect.widget.VGSCardNumberEditText.setCardIconAdapter","location":"vgscollect/com.verygoodsecurity.vgscollect.widget/-v-g-s-card-number-edit-text/set-card-icon-adapter.html","searchKeys":["setCardIconAdapter","fun setCardIconAdapter(adapter: CardIconAdapter?)","com.verygoodsecurity.vgscollect.widget.VGSCardNumberEditText.setCardIconAdapter"]},{"name":"fun setCardMaskAdapter(adapter: CardMaskAdapter)","description":"com.verygoodsecurity.vgscollect.widget.VGSCardNumberEditText.setCardMaskAdapter","location":"vgscollect/com.verygoodsecurity.vgscollect.widget/-v-g-s-card-number-edit-text/set-card-mask-adapter.html","searchKeys":["setCardMaskAdapter","fun setCardMaskAdapter(adapter: CardMaskAdapter)","com.verygoodsecurity.vgscollect.widget.VGSCardNumberEditText.setCardMaskAdapter"]},{"name":"fun setCounterEnabled(state: Boolean)","description":"com.verygoodsecurity.vgscollect.view.material.TextInputFieldLayout.setCounterEnabled","location":"vgscollect/com.verygoodsecurity.vgscollect.view.material/-text-input-field-layout/set-counter-enabled.html","searchKeys":["setCounterEnabled","fun setCounterEnabled(state: Boolean)","com.verygoodsecurity.vgscollect.view.material.TextInputFieldLayout.setCounterEnabled"]},{"name":"fun setCounterMaxLength(maxLength: Int)","description":"com.verygoodsecurity.vgscollect.view.material.TextInputFieldLayout.setCounterMaxLength","location":"vgscollect/com.verygoodsecurity.vgscollect.view.material/-text-input-field-layout/set-counter-max-length.html","searchKeys":["setCounterMaxLength","fun setCounterMaxLength(maxLength: Int)","com.verygoodsecurity.vgscollect.view.material.TextInputFieldLayout.setCounterMaxLength"]},{"name":"fun setCounterOverflowTextAppearance(counterOverflowTextAppearance: Int)","description":"com.verygoodsecurity.vgscollect.view.material.TextInputFieldLayout.setCounterOverflowTextAppearance","location":"vgscollect/com.verygoodsecurity.vgscollect.view.material/-text-input-field-layout/set-counter-overflow-text-appearance.html","searchKeys":["setCounterOverflowTextAppearance","fun setCounterOverflowTextAppearance(counterOverflowTextAppearance: Int)","com.verygoodsecurity.vgscollect.view.material.TextInputFieldLayout.setCounterOverflowTextAppearance"]},{"name":"fun setCounterTextAppearance(counterTextAppearance: Int)","description":"com.verygoodsecurity.vgscollect.view.material.TextInputFieldLayout.setCounterTextAppearance","location":"vgscollect/com.verygoodsecurity.vgscollect.view.material/-text-input-field-layout/set-counter-text-appearance.html","searchKeys":["setCounterTextAppearance","fun setCounterTextAppearance(counterTextAppearance: Int)","com.verygoodsecurity.vgscollect.view.material.TextInputFieldLayout.setCounterTextAppearance"]},{"name":"fun setCustomData(customData: Map): VGSRequest.VGSRequestBuilder","description":"com.verygoodsecurity.vgscollect.core.model.network.VGSRequest.VGSRequestBuilder.setCustomData","location":"vgscollect/com.verygoodsecurity.vgscollect.core.model.network/-v-g-s-request/-v-g-s-request-builder/set-custom-data.html","searchKeys":["setCustomData","fun setCustomData(customData: Map): VGSRequest.VGSRequestBuilder","com.verygoodsecurity.vgscollect.core.model.network.VGSRequest.VGSRequestBuilder.setCustomData"]},{"name":"fun setCustomData(data: Map?)","description":"com.verygoodsecurity.vgscollect.core.VGSCollect.setCustomData","location":"vgscollect/com.verygoodsecurity.vgscollect.core/-v-g-s-collect/set-custom-data.html","searchKeys":["setCustomData","fun setCustomData(data: Map?)","com.verygoodsecurity.vgscollect.core.VGSCollect.setCustomData"]},{"name":"fun setCustomHeader(customHeader: Map): VGSRequest.VGSRequestBuilder","description":"com.verygoodsecurity.vgscollect.core.model.network.VGSRequest.VGSRequestBuilder.setCustomHeader","location":"vgscollect/com.verygoodsecurity.vgscollect.core.model.network/-v-g-s-request/-v-g-s-request-builder/set-custom-header.html","searchKeys":["setCustomHeader","fun setCustomHeader(customHeader: Map): VGSRequest.VGSRequestBuilder","com.verygoodsecurity.vgscollect.core.model.network.VGSRequest.VGSRequestBuilder.setCustomHeader"]},{"name":"fun setCustomHeaders(headers: Map?)","description":"com.verygoodsecurity.vgscollect.core.VGSCollect.setCustomHeaders","location":"vgscollect/com.verygoodsecurity.vgscollect.core/-v-g-s-collect/set-custom-headers.html","searchKeys":["setCustomHeaders","fun setCustomHeaders(headers: Map?)","com.verygoodsecurity.vgscollect.core.VGSCollect.setCustomHeaders"]},{"name":"fun setDatePickerMode(mode: DatePickerMode)","description":"com.verygoodsecurity.vgscollect.widget.core.DateEditText.setDatePickerMode","location":"vgscollect/com.verygoodsecurity.vgscollect.widget.core/-date-edit-text/set-date-picker-mode.html","searchKeys":["setDatePickerMode","fun setDatePickerMode(mode: DatePickerMode)","com.verygoodsecurity.vgscollect.widget.core.DateEditText.setDatePickerMode"]},{"name":"fun setDatePickerVisibilityChangeListener(l: VisibilityChangeListener?)","description":"com.verygoodsecurity.vgscollect.widget.core.DateEditText.setDatePickerVisibilityChangeListener","location":"vgscollect/com.verygoodsecurity.vgscollect.widget.core/-date-edit-text/set-date-picker-visibility-change-listener.html","searchKeys":["setDatePickerVisibilityChangeListener","fun setDatePickerVisibilityChangeListener(l: VisibilityChangeListener?)","com.verygoodsecurity.vgscollect.widget.core.DateEditText.setDatePickerVisibilityChangeListener"]},{"name":"fun setDateRegex(regex: String)","description":"com.verygoodsecurity.vgscollect.widget.core.DateEditText.setDateRegex","location":"vgscollect/com.verygoodsecurity.vgscollect.widget.core/-date-edit-text/set-date-regex.html","searchKeys":["setDateRegex","fun setDateRegex(regex: String)","com.verygoodsecurity.vgscollect.widget.core.DateEditText.setDateRegex"]},{"name":"fun setDivider(char: Char?)","description":"com.verygoodsecurity.vgscollect.widget.SSNEditText.setDivider","location":"vgscollect/com.verygoodsecurity.vgscollect.widget/-s-s-n-edit-text/set-divider.html","searchKeys":["setDivider","fun setDivider(char: Char?)","com.verygoodsecurity.vgscollect.widget.SSNEditText.setDivider"]},{"name":"fun setDivider(char: Char?)","description":"com.verygoodsecurity.vgscollect.widget.VGSCardNumberEditText.setDivider","location":"vgscollect/com.verygoodsecurity.vgscollect.widget/-v-g-s-card-number-edit-text/set-divider.html","searchKeys":["setDivider","fun setDivider(char: Char?)","com.verygoodsecurity.vgscollect.widget.VGSCardNumberEditText.setDivider"]},{"name":"fun setEnabledTokenization(isEnabled: Boolean)","description":"com.verygoodsecurity.vgscollect.widget.PersonNameEditText.setEnabledTokenization","location":"vgscollect/com.verygoodsecurity.vgscollect.widget/-person-name-edit-text/set-enabled-tokenization.html","searchKeys":["setEnabledTokenization","fun setEnabledTokenization(isEnabled: Boolean)","com.verygoodsecurity.vgscollect.widget.PersonNameEditText.setEnabledTokenization"]},{"name":"fun setEnabledTokenization(isEnabled: Boolean)","description":"com.verygoodsecurity.vgscollect.widget.SSNEditText.setEnabledTokenization","location":"vgscollect/com.verygoodsecurity.vgscollect.widget/-s-s-n-edit-text/set-enabled-tokenization.html","searchKeys":["setEnabledTokenization","fun setEnabledTokenization(isEnabled: Boolean)","com.verygoodsecurity.vgscollect.widget.SSNEditText.setEnabledTokenization"]},{"name":"fun setEnabledTokenization(isEnabled: Boolean)","description":"com.verygoodsecurity.vgscollect.widget.VGSEditText.setEnabledTokenization","location":"vgscollect/com.verygoodsecurity.vgscollect.widget/-v-g-s-edit-text/set-enabled-tokenization.html","searchKeys":["setEnabledTokenization","fun setEnabledTokenization(isEnabled: Boolean)","com.verygoodsecurity.vgscollect.widget.VGSEditText.setEnabledTokenization"]},{"name":"fun setEnabledTokenization(isEnabled: Boolean)","description":"com.verygoodsecurity.vgscollect.widget.core.DateEditText.setEnabledTokenization","location":"vgscollect/com.verygoodsecurity.vgscollect.widget.core/-date-edit-text/set-enabled-tokenization.html","searchKeys":["setEnabledTokenization","fun setEnabledTokenization(isEnabled: Boolean)","com.verygoodsecurity.vgscollect.widget.core.DateEditText.setEnabledTokenization"]},{"name":"fun setEndIconDrawable(resId: Int)","description":"com.verygoodsecurity.vgscollect.view.material.TextInputFieldLayout.setEndIconDrawable","location":"vgscollect/com.verygoodsecurity.vgscollect.view.material/-text-input-field-layout/set-end-icon-drawable.html","searchKeys":["setEndIconDrawable","fun setEndIconDrawable(resId: Int)","com.verygoodsecurity.vgscollect.view.material.TextInputFieldLayout.setEndIconDrawable"]},{"name":"fun setEndIconDrawableTintList(endIconTintList: ColorStateList?)","description":"com.verygoodsecurity.vgscollect.view.material.TextInputFieldLayout.setEndIconDrawableTintList","location":"vgscollect/com.verygoodsecurity.vgscollect.view.material/-text-input-field-layout/set-end-icon-drawable-tint-list.html","searchKeys":["setEndIconDrawableTintList","fun setEndIconDrawableTintList(endIconTintList: ColorStateList?)","com.verygoodsecurity.vgscollect.view.material.TextInputFieldLayout.setEndIconDrawableTintList"]},{"name":"fun setEndIconMode(mode: Int)","description":"com.verygoodsecurity.vgscollect.view.material.TextInputFieldLayout.setEndIconMode","location":"vgscollect/com.verygoodsecurity.vgscollect.view.material/-text-input-field-layout/set-end-icon-mode.html","searchKeys":["setEndIconMode","fun setEndIconMode(mode: Int)","com.verygoodsecurity.vgscollect.view.material.TextInputFieldLayout.setEndIconMode"]},{"name":"fun setEndIconOnClickListener(endIconOnClickListener: View.OnClickListener?)","description":"com.verygoodsecurity.vgscollect.view.material.TextInputFieldLayout.setEndIconOnClickListener","location":"vgscollect/com.verygoodsecurity.vgscollect.view.material/-text-input-field-layout/set-end-icon-on-click-listener.html","searchKeys":["setEndIconOnClickListener","fun setEndIconOnClickListener(endIconOnClickListener: View.OnClickListener?)","com.verygoodsecurity.vgscollect.view.material.TextInputFieldLayout.setEndIconOnClickListener"]},{"name":"fun setEnvironment(env: Environment): VGSCollect.Builder","description":"com.verygoodsecurity.vgscollect.core.VGSCollect.Builder.setEnvironment","location":"vgscollect/com.verygoodsecurity.vgscollect.core/-v-g-s-collect/-builder/set-environment.html","searchKeys":["setEnvironment","fun setEnvironment(env: Environment): VGSCollect.Builder","com.verygoodsecurity.vgscollect.core.VGSCollect.Builder.setEnvironment"]},{"name":"fun setEnvironment(env: Environment, region: String = \"\"): VGSCollect.Builder","description":"com.verygoodsecurity.vgscollect.core.VGSCollect.Builder.setEnvironment","location":"vgscollect/com.verygoodsecurity.vgscollect.core/-v-g-s-collect/-builder/set-environment.html","searchKeys":["setEnvironment","fun setEnvironment(env: Environment, region: String = \"\"): VGSCollect.Builder","com.verygoodsecurity.vgscollect.core.VGSCollect.Builder.setEnvironment"]},{"name":"fun setEnvironment(env: String): VGSCollect.Builder","description":"com.verygoodsecurity.vgscollect.core.VGSCollect.Builder.setEnvironment","location":"vgscollect/com.verygoodsecurity.vgscollect.core/-v-g-s-collect/-builder/set-environment.html","searchKeys":["setEnvironment","fun setEnvironment(env: String): VGSCollect.Builder","com.verygoodsecurity.vgscollect.core.VGSCollect.Builder.setEnvironment"]},{"name":"fun setErrorTextAppearance(resId: Int)","description":"com.verygoodsecurity.vgscollect.view.material.TextInputFieldLayout.setErrorTextAppearance","location":"vgscollect/com.verygoodsecurity.vgscollect.view.material/-text-input-field-layout/set-error-text-appearance.html","searchKeys":["setErrorTextAppearance","fun setErrorTextAppearance(resId: Int)","com.verygoodsecurity.vgscollect.view.material.TextInputFieldLayout.setErrorTextAppearance"]},{"name":"fun setFieldNameMappingPolicy(policy: VGSCollectFieldNameMappingPolicy): VGSRequest.VGSRequestBuilder","description":"com.verygoodsecurity.vgscollect.core.model.network.VGSRequest.VGSRequestBuilder.setFieldNameMappingPolicy","location":"vgscollect/com.verygoodsecurity.vgscollect.core.model.network/-v-g-s-request/-v-g-s-request-builder/set-field-name-mapping-policy.html","searchKeys":["setFieldNameMappingPolicy","fun setFieldNameMappingPolicy(policy: VGSCollectFieldNameMappingPolicy): VGSRequest.VGSRequestBuilder","com.verygoodsecurity.vgscollect.core.model.network.VGSRequest.VGSRequestBuilder.setFieldNameMappingPolicy"]},{"name":"fun setHelperText(helperText: String?)","description":"com.verygoodsecurity.vgscollect.view.material.TextInputFieldLayout.setHelperText","location":"vgscollect/com.verygoodsecurity.vgscollect.view.material/-text-input-field-layout/set-helper-text.html","searchKeys":["setHelperText","fun setHelperText(helperText: String?)","com.verygoodsecurity.vgscollect.view.material.TextInputFieldLayout.setHelperText"]},{"name":"fun setHelperTextTextAppearance(resId: Int)","description":"com.verygoodsecurity.vgscollect.view.material.TextInputFieldLayout.setHelperTextTextAppearance","location":"vgscollect/com.verygoodsecurity.vgscollect.view.material/-text-input-field-layout/set-helper-text-text-appearance.html","searchKeys":["setHelperTextTextAppearance","fun setHelperTextTextAppearance(resId: Int)","com.verygoodsecurity.vgscollect.view.material.TextInputFieldLayout.setHelperTextTextAppearance"]},{"name":"fun setHintTextAppearance(resId: Int)","description":"com.verygoodsecurity.vgscollect.view.material.TextInputFieldLayout.setHintTextAppearance","location":"vgscollect/com.verygoodsecurity.vgscollect.view.material/-text-input-field-layout/set-hint-text-appearance.html","searchKeys":["setHintTextAppearance","fun setHintTextAppearance(resId: Int)","com.verygoodsecurity.vgscollect.view.material.TextInputFieldLayout.setHintTextAppearance"]},{"name":"fun setHintTextColor(hintTextColor: ColorStateList)","description":"com.verygoodsecurity.vgscollect.view.material.TextInputFieldLayout.setHintTextColor","location":"vgscollect/com.verygoodsecurity.vgscollect.view.material/-text-input-field-layout/set-hint-text-color.html","searchKeys":["setHintTextColor","fun setHintTextColor(hintTextColor: ColorStateList)","com.verygoodsecurity.vgscollect.view.material.TextInputFieldLayout.setHintTextColor"]},{"name":"fun setHostname(cname: String): VGSCollect.Builder","description":"com.verygoodsecurity.vgscollect.core.VGSCollect.Builder.setHostname","location":"vgscollect/com.verygoodsecurity.vgscollect.core/-v-g-s-collect/-builder/set-hostname.html","searchKeys":["setHostname","fun setHostname(cname: String): VGSCollect.Builder","com.verygoodsecurity.vgscollect.core.VGSCollect.Builder.setHostname"]},{"name":"fun setImeOptions(imeOptions: Int)","description":"com.verygoodsecurity.vgscollect.view.InputFieldView.setImeOptions","location":"vgscollect/com.verygoodsecurity.vgscollect.view/-input-field-view/set-ime-options.html","searchKeys":["setImeOptions","fun setImeOptions(imeOptions: Int)","com.verygoodsecurity.vgscollect.view.InputFieldView.setImeOptions"]},{"name":"fun setMaxDate(date: VGSDate)","description":"com.verygoodsecurity.vgscollect.widget.RangeDateEditText.setMaxDate","location":"vgscollect/com.verygoodsecurity.vgscollect.widget/-range-date-edit-text/set-max-date.html","searchKeys":["setMaxDate","fun setMaxDate(date: VGSDate)","com.verygoodsecurity.vgscollect.widget.RangeDateEditText.setMaxDate"]},{"name":"fun setMaxInputLength(length: Int)","description":"com.verygoodsecurity.vgscollect.widget.VGSCardNumberEditText.setMaxInputLength","location":"vgscollect/com.verygoodsecurity.vgscollect.widget/-v-g-s-card-number-edit-text/set-max-input-length.html","searchKeys":["setMaxInputLength","fun setMaxInputLength(length: Int)","com.verygoodsecurity.vgscollect.widget.VGSCardNumberEditText.setMaxInputLength"]},{"name":"fun setMaxLength(length: Int)","description":"com.verygoodsecurity.vgscollect.widget.VGSEditText.setMaxLength","location":"vgscollect/com.verygoodsecurity.vgscollect.widget/-v-g-s-edit-text/set-max-length.html","searchKeys":["setMaxLength","fun setMaxLength(length: Int)","com.verygoodsecurity.vgscollect.widget.VGSEditText.setMaxLength"]},{"name":"fun setMethod(method: HTTPMethod): VGSRequest.VGSRequestBuilder","description":"com.verygoodsecurity.vgscollect.core.model.network.VGSRequest.VGSRequestBuilder.setMethod","location":"vgscollect/com.verygoodsecurity.vgscollect.core.model.network/-v-g-s-request/-v-g-s-request-builder/set-method.html","searchKeys":["setMethod","fun setMethod(method: HTTPMethod): VGSRequest.VGSRequestBuilder","com.verygoodsecurity.vgscollect.core.model.network.VGSRequest.VGSRequestBuilder.setMethod"]},{"name":"fun setMinDate(date: VGSDate)","description":"com.verygoodsecurity.vgscollect.widget.RangeDateEditText.setMinDate","location":"vgscollect/com.verygoodsecurity.vgscollect.widget/-range-date-edit-text/set-min-date.html","searchKeys":["setMinDate","fun setMinDate(date: VGSDate)","com.verygoodsecurity.vgscollect.widget.RangeDateEditText.setMinDate"]},{"name":"fun setOnEditorActionListener(l: InputFieldView.OnEditorActionListener?)","description":"com.verygoodsecurity.vgscollect.view.InputFieldView.setOnEditorActionListener","location":"vgscollect/com.verygoodsecurity.vgscollect.view/-input-field-view/set-on-editor-action-listener.html","searchKeys":["setOnEditorActionListener","fun setOnEditorActionListener(l: InputFieldView.OnEditorActionListener?)","com.verygoodsecurity.vgscollect.view.InputFieldView.setOnEditorActionListener"]},{"name":"fun setOnFieldStateChangeListener(onFieldStateChangeListener: OnFieldStateChangeListener?)","description":"com.verygoodsecurity.vgscollect.view.InputFieldView.setOnFieldStateChangeListener","location":"vgscollect/com.verygoodsecurity.vgscollect.view/-input-field-view/set-on-field-state-change-listener.html","searchKeys":["setOnFieldStateChangeListener","fun setOnFieldStateChangeListener(onFieldStateChangeListener: OnFieldStateChangeListener?)","com.verygoodsecurity.vgscollect.view.InputFieldView.setOnFieldStateChangeListener"]},{"name":"fun setOutputDivider(char: Char?)","description":"com.verygoodsecurity.vgscollect.widget.SSNEditText.setOutputDivider","location":"vgscollect/com.verygoodsecurity.vgscollect.widget/-s-s-n-edit-text/set-output-divider.html","searchKeys":["setOutputDivider","fun setOutputDivider(char: Char?)","com.verygoodsecurity.vgscollect.widget.SSNEditText.setOutputDivider"]},{"name":"fun setOutputDivider(char: Char?)","description":"com.verygoodsecurity.vgscollect.widget.VGSCardNumberEditText.setOutputDivider","location":"vgscollect/com.verygoodsecurity.vgscollect.widget/-v-g-s-card-number-edit-text/set-output-divider.html","searchKeys":["setOutputDivider","fun setOutputDivider(char: Char?)","com.verygoodsecurity.vgscollect.widget.VGSCardNumberEditText.setOutputDivider"]},{"name":"fun setOutputRegex(regex: String)","description":"com.verygoodsecurity.vgscollect.widget.core.DateEditText.setOutputRegex","location":"vgscollect/com.verygoodsecurity.vgscollect.widget.core/-date-edit-text/set-output-regex.html","searchKeys":["setOutputRegex","fun setOutputRegex(regex: String)","com.verygoodsecurity.vgscollect.widget.core.DateEditText.setOutputRegex"]},{"name":"fun setPath(path: String): VGSRequest.VGSRequestBuilder","description":"com.verygoodsecurity.vgscollect.core.model.network.VGSRequest.VGSRequestBuilder.setPath","location":"vgscollect/com.verygoodsecurity.vgscollect.core.model.network/-v-g-s-request/-v-g-s-request-builder/set-path.html","searchKeys":["setPath","fun setPath(path: String): VGSRequest.VGSRequestBuilder","com.verygoodsecurity.vgscollect.core.model.network.VGSRequest.VGSRequestBuilder.setPath"]},{"name":"fun setPort(port: Int): VGSCollect.Builder","description":"com.verygoodsecurity.vgscollect.core.VGSCollect.Builder.setPort","location":"vgscollect/com.verygoodsecurity.vgscollect.core/-v-g-s-collect/-builder/set-port.html","searchKeys":["setPort","fun setPort(port: Int): VGSCollect.Builder","com.verygoodsecurity.vgscollect.core.VGSCollect.Builder.setPort"]},{"name":"fun setPreviewIconAdapter(adapter: CVCIconAdapter?)","description":"com.verygoodsecurity.vgscollect.widget.CardVerificationCodeEditText.setPreviewIconAdapter","location":"vgscollect/com.verygoodsecurity.vgscollect.widget/-card-verification-code-edit-text/set-preview-icon-adapter.html","searchKeys":["setPreviewIconAdapter","fun setPreviewIconAdapter(adapter: CVCIconAdapter?)","com.verygoodsecurity.vgscollect.widget.CardVerificationCodeEditText.setPreviewIconAdapter"]},{"name":"fun setRegex(regex: String, errorMsg: String = RegexValidator.DEFAULT_ERROR_MSG): PaymentCardNumberRule.ValidationBuilder","description":"com.verygoodsecurity.vgscollect.view.card.validation.rules.PaymentCardNumberRule.ValidationBuilder.setRegex","location":"vgscollect/com.verygoodsecurity.vgscollect.view.card.validation.rules/-payment-card-number-rule/-validation-builder/set-regex.html","searchKeys":["setRegex","fun setRegex(regex: String, errorMsg: String = RegexValidator.DEFAULT_ERROR_MSG): PaymentCardNumberRule.ValidationBuilder","com.verygoodsecurity.vgscollect.view.card.validation.rules.PaymentCardNumberRule.ValidationBuilder.setRegex"]},{"name":"fun setRegex(regex: String, errorMsg: String = RegexValidator.DEFAULT_ERROR_MSG): PersonNameRule.ValidationBuilder","description":"com.verygoodsecurity.vgscollect.view.card.validation.rules.PersonNameRule.ValidationBuilder.setRegex","location":"vgscollect/com.verygoodsecurity.vgscollect.view.card.validation.rules/-person-name-rule/-validation-builder/set-regex.html","searchKeys":["setRegex","fun setRegex(regex: String, errorMsg: String = RegexValidator.DEFAULT_ERROR_MSG): PersonNameRule.ValidationBuilder","com.verygoodsecurity.vgscollect.view.card.validation.rules.PersonNameRule.ValidationBuilder.setRegex"]},{"name":"fun setRegex(regex: String, errorMsg: String = RegexValidator.DEFAULT_ERROR_MSG): VGSInfoRule.ValidationBuilder","description":"com.verygoodsecurity.vgscollect.view.card.validation.rules.VGSInfoRule.ValidationBuilder.setRegex","location":"vgscollect/com.verygoodsecurity.vgscollect.view.card.validation.rules/-v-g-s-info-rule/-validation-builder/set-regex.html","searchKeys":["setRegex","fun setRegex(regex: String, errorMsg: String = RegexValidator.DEFAULT_ERROR_MSG): VGSInfoRule.ValidationBuilder","com.verygoodsecurity.vgscollect.view.card.validation.rules.VGSInfoRule.ValidationBuilder.setRegex"]},{"name":"fun setRequestTimeoutInterval(timeout: Long): VGSRequest.VGSRequestBuilder","description":"com.verygoodsecurity.vgscollect.core.model.network.VGSRequest.VGSRequestBuilder.setRequestTimeoutInterval","location":"vgscollect/com.verygoodsecurity.vgscollect.core.model.network/-v-g-s-request/-v-g-s-request-builder/set-request-timeout-interval.html","searchKeys":["setRequestTimeoutInterval","fun setRequestTimeoutInterval(timeout: Long): VGSRequest.VGSRequestBuilder","com.verygoodsecurity.vgscollect.core.model.network.VGSRequest.VGSRequestBuilder.setRequestTimeoutInterval"]},{"name":"fun setRequestTimeoutInterval(timeout: Long): VGSTokenizationRequest.VGSRequestBuilder","description":"com.verygoodsecurity.vgscollect.core.model.network.tokenization.VGSTokenizationRequest.VGSRequestBuilder.setRequestTimeoutInterval","location":"vgscollect/com.verygoodsecurity.vgscollect.core.model.network.tokenization/-v-g-s-tokenization-request/-v-g-s-request-builder/set-request-timeout-interval.html","searchKeys":["setRequestTimeoutInterval","fun setRequestTimeoutInterval(timeout: Long): VGSTokenizationRequest.VGSRequestBuilder","com.verygoodsecurity.vgscollect.core.model.network.tokenization.VGSTokenizationRequest.VGSRequestBuilder.setRequestTimeoutInterval"]},{"name":"fun setRouteId(routeId: String): VGSRequest.VGSRequestBuilder","description":"com.verygoodsecurity.vgscollect.core.model.network.VGSRequest.VGSRequestBuilder.setRouteId","location":"vgscollect/com.verygoodsecurity.vgscollect.core.model.network/-v-g-s-request/-v-g-s-request-builder/set-route-id.html","searchKeys":["setRouteId","fun setRouteId(routeId: String): VGSRequest.VGSRequestBuilder","com.verygoodsecurity.vgscollect.core.model.network.VGSRequest.VGSRequestBuilder.setRouteId"]},{"name":"fun setRouteId(routeId: String): VGSTokenizationRequest.VGSRequestBuilder","description":"com.verygoodsecurity.vgscollect.core.model.network.tokenization.VGSTokenizationRequest.VGSRequestBuilder.setRouteId","location":"vgscollect/com.verygoodsecurity.vgscollect.core.model.network.tokenization/-v-g-s-tokenization-request/-v-g-s-request-builder/set-route-id.html","searchKeys":["setRouteId","fun setRouteId(routeId: String): VGSTokenizationRequest.VGSRequestBuilder","com.verygoodsecurity.vgscollect.core.model.network.tokenization.VGSTokenizationRequest.VGSRequestBuilder.setRouteId"]},{"name":"fun setRule(rule: PaymentCardNumberRule)","description":"com.verygoodsecurity.vgscollect.widget.VGSCardNumberEditText.setRule","location":"vgscollect/com.verygoodsecurity.vgscollect.widget/-v-g-s-card-number-edit-text/set-rule.html","searchKeys":["setRule","fun setRule(rule: PaymentCardNumberRule)","com.verygoodsecurity.vgscollect.widget.VGSCardNumberEditText.setRule"]},{"name":"fun setRule(rule: PersonNameRule)","description":"com.verygoodsecurity.vgscollect.widget.PersonNameEditText.setRule","location":"vgscollect/com.verygoodsecurity.vgscollect.widget/-person-name-edit-text/set-rule.html","searchKeys":["setRule","fun setRule(rule: PersonNameRule)","com.verygoodsecurity.vgscollect.widget.PersonNameEditText.setRule"]},{"name":"fun setRule(rule: VGSInfoRule)","description":"com.verygoodsecurity.vgscollect.widget.VGSEditText.setRule","location":"vgscollect/com.verygoodsecurity.vgscollect.widget/-v-g-s-edit-text/set-rule.html","searchKeys":["setRule","fun setRule(rule: VGSInfoRule)","com.verygoodsecurity.vgscollect.widget.VGSEditText.setRule"]},{"name":"fun setRules(rules: List)","description":"com.verygoodsecurity.vgscollect.widget.VGSCardNumberEditText.setRules","location":"vgscollect/com.verygoodsecurity.vgscollect.widget/-v-g-s-card-number-edit-text/set-rules.html","searchKeys":["setRules","fun setRules(rules: List)","com.verygoodsecurity.vgscollect.widget.VGSCardNumberEditText.setRules"]},{"name":"fun setRules(rules: List)","description":"com.verygoodsecurity.vgscollect.widget.PersonNameEditText.setRules","location":"vgscollect/com.verygoodsecurity.vgscollect.widget/-person-name-edit-text/set-rules.html","searchKeys":["setRules","fun setRules(rules: List)","com.verygoodsecurity.vgscollect.widget.PersonNameEditText.setRules"]},{"name":"fun setRules(rules: List)","description":"com.verygoodsecurity.vgscollect.widget.VGSEditText.setRules","location":"vgscollect/com.verygoodsecurity.vgscollect.widget/-v-g-s-edit-text/set-rules.html","searchKeys":["setRules","fun setRules(rules: List)","com.verygoodsecurity.vgscollect.widget.VGSEditText.setRules"]},{"name":"fun setSelection(index: Int)","description":"com.verygoodsecurity.vgscollect.view.InputFieldView.setSelection","location":"vgscollect/com.verygoodsecurity.vgscollect.view/-input-field-view/set-selection.html","searchKeys":["setSelection","fun setSelection(index: Int)","com.verygoodsecurity.vgscollect.view.InputFieldView.setSelection"]},{"name":"fun setSerializer(serializer: FieldDataSerializer<*, *>?)","description":"com.verygoodsecurity.vgscollect.widget.core.DateEditText.setSerializer","location":"vgscollect/com.verygoodsecurity.vgscollect.widget.core/-date-edit-text/set-serializer.html","searchKeys":["setSerializer","fun setSerializer(serializer: FieldDataSerializer<*, *>?)","com.verygoodsecurity.vgscollect.widget.core.DateEditText.setSerializer"]},{"name":"fun setSerializers(serializers: List>?)","description":"com.verygoodsecurity.vgscollect.widget.core.DateEditText.setSerializers","location":"vgscollect/com.verygoodsecurity.vgscollect.widget.core/-date-edit-text/set-serializers.html","searchKeys":["setSerializers","fun setSerializers(serializers: List>?)","com.verygoodsecurity.vgscollect.widget.core.DateEditText.setSerializers"]},{"name":"fun setStartIconDrawable(resId: Int)","description":"com.verygoodsecurity.vgscollect.view.material.TextInputFieldLayout.setStartIconDrawable","location":"vgscollect/com.verygoodsecurity.vgscollect.view.material/-text-input-field-layout/set-start-icon-drawable.html","searchKeys":["setStartIconDrawable","fun setStartIconDrawable(resId: Int)","com.verygoodsecurity.vgscollect.view.material.TextInputFieldLayout.setStartIconDrawable"]},{"name":"fun setStartIconDrawableTintList(startIconTintList: ColorStateList?)","description":"com.verygoodsecurity.vgscollect.view.material.TextInputFieldLayout.setStartIconDrawableTintList","location":"vgscollect/com.verygoodsecurity.vgscollect.view.material/-text-input-field-layout/set-start-icon-drawable-tint-list.html","searchKeys":["setStartIconDrawableTintList","fun setStartIconDrawableTintList(startIconTintList: ColorStateList?)","com.verygoodsecurity.vgscollect.view.material.TextInputFieldLayout.setStartIconDrawableTintList"]},{"name":"fun setStartIconOnClickListener(startIconOnClickListener: View.OnClickListener?)","description":"com.verygoodsecurity.vgscollect.view.material.TextInputFieldLayout.setStartIconOnClickListener","location":"vgscollect/com.verygoodsecurity.vgscollect.view.material/-text-input-field-layout/set-start-icon-on-click-listener.html","searchKeys":["setStartIconOnClickListener","fun setStartIconOnClickListener(startIconOnClickListener: View.OnClickListener?)","com.verygoodsecurity.vgscollect.view.material.TextInputFieldLayout.setStartIconOnClickListener"]},{"name":"fun setValidCardBrands(vararg cardBrand: CardBrand)","description":"com.verygoodsecurity.vgscollect.widget.VGSCardNumberEditText.setValidCardBrands","location":"vgscollect/com.verygoodsecurity.vgscollect.widget/-v-g-s-card-number-edit-text/set-valid-card-brands.html","searchKeys":["setValidCardBrands","fun setValidCardBrands(vararg cardBrand: CardBrand)","com.verygoodsecurity.vgscollect.widget.VGSCardNumberEditText.setValidCardBrands"]},{"name":"fun setVaultAliasFormat(format: VGSVaultAliasFormat)","description":"com.verygoodsecurity.vgscollect.widget.CardVerificationCodeEditText.setVaultAliasFormat","location":"vgscollect/com.verygoodsecurity.vgscollect.widget/-card-verification-code-edit-text/set-vault-alias-format.html","searchKeys":["setVaultAliasFormat","fun setVaultAliasFormat(format: VGSVaultAliasFormat)","com.verygoodsecurity.vgscollect.widget.CardVerificationCodeEditText.setVaultAliasFormat"]},{"name":"fun setVaultAliasFormat(format: VGSVaultAliasFormat)","description":"com.verygoodsecurity.vgscollect.widget.PersonNameEditText.setVaultAliasFormat","location":"vgscollect/com.verygoodsecurity.vgscollect.widget/-person-name-edit-text/set-vault-alias-format.html","searchKeys":["setVaultAliasFormat","fun setVaultAliasFormat(format: VGSVaultAliasFormat)","com.verygoodsecurity.vgscollect.widget.PersonNameEditText.setVaultAliasFormat"]},{"name":"fun setVaultAliasFormat(format: VGSVaultAliasFormat)","description":"com.verygoodsecurity.vgscollect.widget.SSNEditText.setVaultAliasFormat","location":"vgscollect/com.verygoodsecurity.vgscollect.widget/-s-s-n-edit-text/set-vault-alias-format.html","searchKeys":["setVaultAliasFormat","fun setVaultAliasFormat(format: VGSVaultAliasFormat)","com.verygoodsecurity.vgscollect.widget.SSNEditText.setVaultAliasFormat"]},{"name":"fun setVaultAliasFormat(format: VGSVaultAliasFormat)","description":"com.verygoodsecurity.vgscollect.widget.VGSCardNumberEditText.setVaultAliasFormat","location":"vgscollect/com.verygoodsecurity.vgscollect.widget/-v-g-s-card-number-edit-text/set-vault-alias-format.html","searchKeys":["setVaultAliasFormat","fun setVaultAliasFormat(format: VGSVaultAliasFormat)","com.verygoodsecurity.vgscollect.widget.VGSCardNumberEditText.setVaultAliasFormat"]},{"name":"fun setVaultAliasFormat(format: VGSVaultAliasFormat)","description":"com.verygoodsecurity.vgscollect.widget.VGSEditText.setVaultAliasFormat","location":"vgscollect/com.verygoodsecurity.vgscollect.widget/-v-g-s-edit-text/set-vault-alias-format.html","searchKeys":["setVaultAliasFormat","fun setVaultAliasFormat(format: VGSVaultAliasFormat)","com.verygoodsecurity.vgscollect.widget.VGSEditText.setVaultAliasFormat"]},{"name":"fun setVaultAliasFormat(format: VGSVaultAliasFormat)","description":"com.verygoodsecurity.vgscollect.widget.core.DateEditText.setVaultAliasFormat","location":"vgscollect/com.verygoodsecurity.vgscollect.widget.core/-date-edit-text/set-vault-alias-format.html","searchKeys":["setVaultAliasFormat","fun setVaultAliasFormat(format: VGSVaultAliasFormat)","com.verygoodsecurity.vgscollect.widget.core.DateEditText.setVaultAliasFormat"]},{"name":"fun setVaultStorageType(storage: VGSVaultStorageType)","description":"com.verygoodsecurity.vgscollect.widget.PersonNameEditText.setVaultStorageType","location":"vgscollect/com.verygoodsecurity.vgscollect.widget/-person-name-edit-text/set-vault-storage-type.html","searchKeys":["setVaultStorageType","fun setVaultStorageType(storage: VGSVaultStorageType)","com.verygoodsecurity.vgscollect.widget.PersonNameEditText.setVaultStorageType"]},{"name":"fun setVaultStorageType(storage: VGSVaultStorageType)","description":"com.verygoodsecurity.vgscollect.widget.VGSEditText.setVaultStorageType","location":"vgscollect/com.verygoodsecurity.vgscollect.widget/-v-g-s-edit-text/set-vault-storage-type.html","searchKeys":["setVaultStorageType","fun setVaultStorageType(storage: VGSVaultStorageType)","com.verygoodsecurity.vgscollect.widget.VGSEditText.setVaultStorageType"]},{"name":"fun setVaultStorageType(storage: VGSVaultStorageType)","description":"com.verygoodsecurity.vgscollect.widget.core.DateEditText.setVaultStorageType","location":"vgscollect/com.verygoodsecurity.vgscollect.widget.core/-date-edit-text/set-vault-storage-type.html","searchKeys":["setVaultStorageType","fun setVaultStorageType(storage: VGSVaultStorageType)","com.verygoodsecurity.vgscollect.widget.core.DateEditText.setVaultStorageType"]},{"name":"fun setVaultStorageType(type: VGSVaultStorageType)","description":"com.verygoodsecurity.vgscollect.widget.SSNEditText.setVaultStorageType","location":"vgscollect/com.verygoodsecurity.vgscollect.widget/-s-s-n-edit-text/set-vault-storage-type.html","searchKeys":["setVaultStorageType","fun setVaultStorageType(type: VGSVaultStorageType)","com.verygoodsecurity.vgscollect.widget.SSNEditText.setVaultStorageType"]},{"name":"fun setVaultStorageType(type: VGSVaultStorageType)","description":"com.verygoodsecurity.vgscollect.widget.VGSCardNumberEditText.setVaultStorageType","location":"vgscollect/com.verygoodsecurity.vgscollect.widget/-v-g-s-card-number-edit-text/set-vault-storage-type.html","searchKeys":["setVaultStorageType","fun setVaultStorageType(type: VGSVaultStorageType)","com.verygoodsecurity.vgscollect.widget.VGSCardNumberEditText.setVaultStorageType"]},{"name":"fun showDatePickerDialog(dialogMode: DatePickerMode = DatePickerMode.DEFAULT, ignoreFieldMode: Boolean = false)","description":"com.verygoodsecurity.vgscollect.widget.core.DateEditText.showDatePickerDialog","location":"vgscollect/com.verygoodsecurity.vgscollect.widget.core/-date-edit-text/show-date-picker-dialog.html","searchKeys":["showDatePickerDialog","fun showDatePickerDialog(dialogMode: DatePickerMode = DatePickerMode.DEFAULT, ignoreFieldMode: Boolean = false)","com.verygoodsecurity.vgscollect.widget.core.DateEditText.showDatePickerDialog"]},{"name":"fun showKeyboard()","description":"com.verygoodsecurity.vgscollect.view.InputFieldView.showKeyboard","location":"vgscollect/com.verygoodsecurity.vgscollect.view/-input-field-view/show-keyboard.html","searchKeys":["showKeyboard","fun showKeyboard()","com.verygoodsecurity.vgscollect.view.InputFieldView.showKeyboard"]},{"name":"fun submit(path: String, method: HTTPMethod = HTTPMethod.POST): VGSResponse","description":"com.verygoodsecurity.vgscollect.core.VGSCollect.submit","location":"vgscollect/com.verygoodsecurity.vgscollect.core/-v-g-s-collect/submit.html","searchKeys":["submit","fun submit(path: String, method: HTTPMethod = HTTPMethod.POST): VGSResponse","com.verygoodsecurity.vgscollect.core.VGSCollect.submit"]},{"name":"fun submit(request: VGSRequest): VGSResponse","description":"com.verygoodsecurity.vgscollect.core.VGSCollect.submit","location":"vgscollect/com.verygoodsecurity.vgscollect.core/-v-g-s-collect/submit.html","searchKeys":["submit","fun submit(request: VGSRequest): VGSResponse","com.verygoodsecurity.vgscollect.core.VGSCollect.submit"]},{"name":"fun tokenize()","description":"com.verygoodsecurity.vgscollect.core.VGSCollect.tokenize","location":"vgscollect/com.verygoodsecurity.vgscollect.core/-v-g-s-collect/tokenize.html","searchKeys":["tokenize","fun tokenize()","com.verygoodsecurity.vgscollect.core.VGSCollect.tokenize"]},{"name":"fun tokenize(request: VGSTokenizationRequest)","description":"com.verygoodsecurity.vgscollect.core.VGSCollect.tokenize","location":"vgscollect/com.verygoodsecurity.vgscollect.core/-v-g-s-collect/tokenize.html","searchKeys":["tokenize","fun tokenize(request: VGSTokenizationRequest)","com.verygoodsecurity.vgscollect.core.VGSCollect.tokenize"]},{"name":"fun unbindView(vararg views: InputFieldView?)","description":"com.verygoodsecurity.vgscollect.core.VGSCollect.unbindView","location":"vgscollect/com.verygoodsecurity.vgscollect.core/-v-g-s-collect/unbind-view.html","searchKeys":["unbindView","fun unbindView(vararg views: InputFieldView?)","com.verygoodsecurity.vgscollect.core.VGSCollect.unbindView"]},{"name":"fun unbindView(view: InputFieldView?)","description":"com.verygoodsecurity.vgscollect.core.VGSCollect.unbindView","location":"vgscollect/com.verygoodsecurity.vgscollect.core/-v-g-s-collect/unbind-view.html","searchKeys":["unbindView","fun unbindView(view: InputFieldView?)","com.verygoodsecurity.vgscollect.core.VGSCollect.unbindView"]},{"name":"fun validate(content: String): List","description":"com.verygoodsecurity.vgscollect.view.card.validation.CompositeValidator.validate","location":"vgscollect/com.verygoodsecurity.vgscollect.view.card.validation/-composite-validator/validate.html","searchKeys":["validate","fun validate(content: String): List","com.verygoodsecurity.vgscollect.view.card.validation.CompositeValidator.validate"]},{"name":"fun valueOf(value: String): BaseTransmitActivity.Status","description":"com.verygoodsecurity.vgscollect.app.BaseTransmitActivity.Status.valueOf","location":"vgscollect/com.verygoodsecurity.vgscollect.app/-base-transmit-activity/-status/value-of.html","searchKeys":["valueOf","fun valueOf(value: String): BaseTransmitActivity.Status","com.verygoodsecurity.vgscollect.app.BaseTransmitActivity.Status.valueOf"]},{"name":"fun valueOf(value: String): CardType","description":"com.verygoodsecurity.vgscollect.view.card.CardType.valueOf","location":"vgscollect/com.verygoodsecurity.vgscollect.view.card/-card-type/value-of.html","searchKeys":["valueOf","fun valueOf(value: String): CardType","com.verygoodsecurity.vgscollect.view.card.CardType.valueOf"]},{"name":"fun valueOf(value: String): ChecksumAlgorithm","description":"com.verygoodsecurity.vgscollect.view.card.validation.payment.ChecksumAlgorithm.valueOf","location":"vgscollect/com.verygoodsecurity.vgscollect.view.card.validation.payment/-checksum-algorithm/value-of.html","searchKeys":["valueOf","fun valueOf(value: String): ChecksumAlgorithm","com.verygoodsecurity.vgscollect.view.card.validation.payment.ChecksumAlgorithm.valueOf"]},{"name":"fun valueOf(value: String): DatePickerMode","description":"com.verygoodsecurity.vgscollect.view.date.DatePickerMode.valueOf","location":"vgscollect/com.verygoodsecurity.vgscollect.view.date/-date-picker-mode/value-of.html","searchKeys":["valueOf","fun valueOf(value: String): DatePickerMode","com.verygoodsecurity.vgscollect.view.date.DatePickerMode.valueOf"]},{"name":"fun valueOf(value: String): Environment","description":"com.verygoodsecurity.vgscollect.core.Environment.valueOf","location":"vgscollect/com.verygoodsecurity.vgscollect.core/-environment/value-of.html","searchKeys":["valueOf","fun valueOf(value: String): Environment","com.verygoodsecurity.vgscollect.core.Environment.valueOf"]},{"name":"fun valueOf(value: String): FieldType","description":"com.verygoodsecurity.vgscollect.view.card.FieldType.valueOf","location":"vgscollect/com.verygoodsecurity.vgscollect.view.card/-field-type/value-of.html","searchKeys":["valueOf","fun valueOf(value: String): FieldType","com.verygoodsecurity.vgscollect.view.card.FieldType.valueOf"]},{"name":"fun valueOf(value: String): FormatMode","description":"com.verygoodsecurity.vgscollect.view.card.formatter.rules.FormatMode.valueOf","location":"vgscollect/com.verygoodsecurity.vgscollect.view.card.formatter.rules/-format-mode/value-of.html","searchKeys":["valueOf","fun valueOf(value: String): FormatMode","com.verygoodsecurity.vgscollect.view.card.formatter.rules.FormatMode.valueOf"]},{"name":"fun valueOf(value: String): HTTPMethod","description":"com.verygoodsecurity.vgscollect.core.HTTPMethod.valueOf","location":"vgscollect/com.verygoodsecurity.vgscollect.core/-h-t-t-p-method/value-of.html","searchKeys":["valueOf","fun valueOf(value: String): HTTPMethod","com.verygoodsecurity.vgscollect.core.HTTPMethod.valueOf"]},{"name":"fun valueOf(value: String): VGSCollectFieldNameMappingPolicy","description":"com.verygoodsecurity.vgscollect.core.model.VGSCollectFieldNameMappingPolicy.valueOf","location":"vgscollect/com.verygoodsecurity.vgscollect.core.model/-v-g-s-collect-field-name-mapping-policy/value-of.html","searchKeys":["valueOf","fun valueOf(value: String): VGSCollectFieldNameMappingPolicy","com.verygoodsecurity.vgscollect.core.model.VGSCollectFieldNameMappingPolicy.valueOf"]},{"name":"fun valueOf(value: String): VGSCollectLogger.Level","description":"com.verygoodsecurity.vgscollect.VGSCollectLogger.Level.valueOf","location":"vgscollect/com.verygoodsecurity.vgscollect/-v-g-s-collect-logger/-level/value-of.html","searchKeys":["valueOf","fun valueOf(value: String): VGSCollectLogger.Level","com.verygoodsecurity.vgscollect.VGSCollectLogger.Level.valueOf"]},{"name":"fun valueOf(value: String): VGSError","description":"com.verygoodsecurity.vgscollect.core.model.network.VGSError.valueOf","location":"vgscollect/com.verygoodsecurity.vgscollect.core.model.network/-v-g-s-error/value-of.html","searchKeys":["valueOf","fun valueOf(value: String): VGSError","com.verygoodsecurity.vgscollect.core.model.network.VGSError.valueOf"]},{"name":"fun valueOf(value: String): VGSHttpBodyFormat","description":"com.verygoodsecurity.vgscollect.core.api.VGSHttpBodyFormat.valueOf","location":"vgscollect/com.verygoodsecurity.vgscollect.core.api/-v-g-s-http-body-format/value-of.html","searchKeys":["valueOf","fun valueOf(value: String): VGSHttpBodyFormat","com.verygoodsecurity.vgscollect.core.api.VGSHttpBodyFormat.valueOf"]},{"name":"fun valueOf(value: String): VGSVaultAliasFormat","description":"com.verygoodsecurity.vgscollect.core.model.state.tokenization.VGSVaultAliasFormat.valueOf","location":"vgscollect/com.verygoodsecurity.vgscollect.core.model.state.tokenization/-v-g-s-vault-alias-format/value-of.html","searchKeys":["valueOf","fun valueOf(value: String): VGSVaultAliasFormat","com.verygoodsecurity.vgscollect.core.model.state.tokenization.VGSVaultAliasFormat.valueOf"]},{"name":"fun valueOf(value: String): VGSVaultStorageType","description":"com.verygoodsecurity.vgscollect.core.model.state.tokenization.VGSVaultStorageType.valueOf","location":"vgscollect/com.verygoodsecurity.vgscollect.core.model.state.tokenization/-v-g-s-vault-storage-type/value-of.html","searchKeys":["valueOf","fun valueOf(value: String): VGSVaultStorageType","com.verygoodsecurity.vgscollect.core.model.state.tokenization.VGSVaultStorageType.valueOf"]},{"name":"fun values(): Array","description":"com.verygoodsecurity.vgscollect.app.BaseTransmitActivity.Status.values","location":"vgscollect/com.verygoodsecurity.vgscollect.app/-base-transmit-activity/-status/values.html","searchKeys":["values","fun values(): Array","com.verygoodsecurity.vgscollect.app.BaseTransmitActivity.Status.values"]},{"name":"fun values(): Array","description":"com.verygoodsecurity.vgscollect.view.card.CardType.values","location":"vgscollect/com.verygoodsecurity.vgscollect.view.card/-card-type/values.html","searchKeys":["values","fun values(): Array","com.verygoodsecurity.vgscollect.view.card.CardType.values"]},{"name":"fun values(): Array","description":"com.verygoodsecurity.vgscollect.view.card.validation.payment.ChecksumAlgorithm.values","location":"vgscollect/com.verygoodsecurity.vgscollect.view.card.validation.payment/-checksum-algorithm/values.html","searchKeys":["values","fun values(): Array","com.verygoodsecurity.vgscollect.view.card.validation.payment.ChecksumAlgorithm.values"]},{"name":"fun values(): Array","description":"com.verygoodsecurity.vgscollect.view.date.DatePickerMode.values","location":"vgscollect/com.verygoodsecurity.vgscollect.view.date/-date-picker-mode/values.html","searchKeys":["values","fun values(): Array","com.verygoodsecurity.vgscollect.view.date.DatePickerMode.values"]},{"name":"fun values(): Array","description":"com.verygoodsecurity.vgscollect.core.Environment.values","location":"vgscollect/com.verygoodsecurity.vgscollect.core/-environment/values.html","searchKeys":["values","fun values(): Array","com.verygoodsecurity.vgscollect.core.Environment.values"]},{"name":"fun values(): Array","description":"com.verygoodsecurity.vgscollect.view.card.FieldType.values","location":"vgscollect/com.verygoodsecurity.vgscollect.view.card/-field-type/values.html","searchKeys":["values","fun values(): Array","com.verygoodsecurity.vgscollect.view.card.FieldType.values"]},{"name":"fun values(): Array","description":"com.verygoodsecurity.vgscollect.view.card.formatter.rules.FormatMode.values","location":"vgscollect/com.verygoodsecurity.vgscollect.view.card.formatter.rules/-format-mode/values.html","searchKeys":["values","fun values(): Array","com.verygoodsecurity.vgscollect.view.card.formatter.rules.FormatMode.values"]},{"name":"fun values(): Array","description":"com.verygoodsecurity.vgscollect.core.HTTPMethod.values","location":"vgscollect/com.verygoodsecurity.vgscollect.core/-h-t-t-p-method/values.html","searchKeys":["values","fun values(): Array","com.verygoodsecurity.vgscollect.core.HTTPMethod.values"]},{"name":"fun values(): Array","description":"com.verygoodsecurity.vgscollect.core.model.VGSCollectFieldNameMappingPolicy.values","location":"vgscollect/com.verygoodsecurity.vgscollect.core.model/-v-g-s-collect-field-name-mapping-policy/values.html","searchKeys":["values","fun values(): Array","com.verygoodsecurity.vgscollect.core.model.VGSCollectFieldNameMappingPolicy.values"]},{"name":"fun values(): Array","description":"com.verygoodsecurity.vgscollect.VGSCollectLogger.Level.values","location":"vgscollect/com.verygoodsecurity.vgscollect/-v-g-s-collect-logger/-level/values.html","searchKeys":["values","fun values(): Array","com.verygoodsecurity.vgscollect.VGSCollectLogger.Level.values"]},{"name":"fun values(): Array","description":"com.verygoodsecurity.vgscollect.core.model.network.VGSError.values","location":"vgscollect/com.verygoodsecurity.vgscollect.core.model.network/-v-g-s-error/values.html","searchKeys":["values","fun values(): Array","com.verygoodsecurity.vgscollect.core.model.network.VGSError.values"]},{"name":"fun values(): Array","description":"com.verygoodsecurity.vgscollect.core.api.VGSHttpBodyFormat.values","location":"vgscollect/com.verygoodsecurity.vgscollect.core.api/-v-g-s-http-body-format/values.html","searchKeys":["values","fun values(): Array","com.verygoodsecurity.vgscollect.core.api.VGSHttpBodyFormat.values"]},{"name":"fun values(): Array","description":"com.verygoodsecurity.vgscollect.core.model.state.tokenization.VGSVaultAliasFormat.values","location":"vgscollect/com.verygoodsecurity.vgscollect.core.model.state.tokenization/-v-g-s-vault-alias-format/values.html","searchKeys":["values","fun values(): Array","com.verygoodsecurity.vgscollect.core.model.state.tokenization.VGSVaultAliasFormat.values"]},{"name":"fun values(): Array","description":"com.verygoodsecurity.vgscollect.core.model.state.tokenization.VGSVaultStorageType.values","location":"vgscollect/com.verygoodsecurity.vgscollect.core.model.state.tokenization/-v-g-s-vault-storage-type/values.html","searchKeys":["values","fun values(): Array","com.verygoodsecurity.vgscollect.core.model.state.tokenization.VGSVaultStorageType.values"]},{"name":"inline fun Array.except(item: T): Array","description":"com.verygoodsecurity.vgscollect.util.extension.except","location":"vgscollect/com.verygoodsecurity.vgscollect.util.extension/except.html","searchKeys":["except","inline fun Array.except(item: T): Array","com.verygoodsecurity.vgscollect.util.extension.except"]},{"name":"interface Action","description":"com.verygoodsecurity.vgscollect.core.api.analityc.action.Action","location":"vgscollect/com.verygoodsecurity.vgscollect.core.api.analityc.action/-action/index.html","searchKeys":["Action","interface Action","com.verygoodsecurity.vgscollect.core.api.analityc.action.Action"]},{"name":"interface AnalyticTracker","description":"com.verygoodsecurity.vgscollect.core.api.analityc.AnalyticTracker","location":"vgscollect/com.verygoodsecurity.vgscollect.core.api.analityc/-analytic-tracker/index.html","searchKeys":["AnalyticTracker","interface AnalyticTracker","com.verygoodsecurity.vgscollect.core.api.analityc.AnalyticTracker"]},{"name":"interface DatePickerFormatter : Formatter","description":"com.verygoodsecurity.vgscollect.view.card.formatter.date.DatePickerFormatter","location":"vgscollect/com.verygoodsecurity.vgscollect.view.card.formatter.date/-date-picker-formatter/index.html","searchKeys":["DatePickerFormatter","interface DatePickerFormatter : Formatter","com.verygoodsecurity.vgscollect.view.card.formatter.date.DatePickerFormatter"]},{"name":"interface Formatter","description":"com.verygoodsecurity.vgscollect.view.card.formatter.Formatter","location":"vgscollect/com.verygoodsecurity.vgscollect.view.card.formatter/-formatter/index.html","searchKeys":["Formatter","interface Formatter","com.verygoodsecurity.vgscollect.view.card.formatter.Formatter"]},{"name":"interface OnDatePickerVisibilityChangeListener : VisibilityChangeListener","description":"com.verygoodsecurity.vgscollect.widget.ExpirationDateEditText.OnDatePickerVisibilityChangeListener","location":"vgscollect/com.verygoodsecurity.vgscollect.widget/-expiration-date-edit-text/-on-date-picker-visibility-change-listener/index.html","searchKeys":["OnDatePickerVisibilityChangeListener","interface OnDatePickerVisibilityChangeListener : VisibilityChangeListener","com.verygoodsecurity.vgscollect.widget.ExpirationDateEditText.OnDatePickerVisibilityChangeListener"]},{"name":"interface OnDatePickerVisibilityChangeListener : VisibilityChangeListener","description":"com.verygoodsecurity.vgscollect.widget.RangeDateEditText.OnDatePickerVisibilityChangeListener","location":"vgscollect/com.verygoodsecurity.vgscollect.widget/-range-date-edit-text/-on-date-picker-visibility-change-listener/index.html","searchKeys":["OnDatePickerVisibilityChangeListener","interface OnDatePickerVisibilityChangeListener : VisibilityChangeListener","com.verygoodsecurity.vgscollect.widget.RangeDateEditText.OnDatePickerVisibilityChangeListener"]},{"name":"interface OnEditorActionListener","description":"com.verygoodsecurity.vgscollect.view.InputFieldView.OnEditorActionListener","location":"vgscollect/com.verygoodsecurity.vgscollect.view/-input-field-view/-on-editor-action-listener/index.html","searchKeys":["OnEditorActionListener","interface OnEditorActionListener","com.verygoodsecurity.vgscollect.view.InputFieldView.OnEditorActionListener"]},{"name":"interface OnFieldStateChangeListener","description":"com.verygoodsecurity.vgscollect.core.storage.OnFieldStateChangeListener","location":"vgscollect/com.verygoodsecurity.vgscollect.core.storage/-on-field-state-change-listener/index.html","searchKeys":["OnFieldStateChangeListener","interface OnFieldStateChangeListener","com.verygoodsecurity.vgscollect.core.storage.OnFieldStateChangeListener"]},{"name":"interface OnTextChangedListener","description":"com.verygoodsecurity.vgscollect.view.InputFieldView.OnTextChangedListener","location":"vgscollect/com.verygoodsecurity.vgscollect.view/-input-field-view/-on-text-changed-listener/index.html","searchKeys":["OnTextChangedListener","interface OnTextChangedListener","com.verygoodsecurity.vgscollect.view.InputFieldView.OnTextChangedListener"]},{"name":"interface VGSFileProvider","description":"com.verygoodsecurity.vgscollect.core.storage.content.file.VGSFileProvider","location":"vgscollect/com.verygoodsecurity.vgscollect.core.storage.content.file/-v-g-s-file-provider/index.html","searchKeys":["VGSFileProvider","interface VGSFileProvider","com.verygoodsecurity.vgscollect.core.storage.content.file.VGSFileProvider"]},{"name":"interface VgsCollectResponseListener","description":"com.verygoodsecurity.vgscollect.core.VgsCollectResponseListener","location":"vgscollect/com.verygoodsecurity.vgscollect.core/-vgs-collect-response-listener/index.html","searchKeys":["VgsCollectResponseListener","interface VgsCollectResponseListener","com.verygoodsecurity.vgscollect.core.VgsCollectResponseListener"]},{"name":"interface VisibilityChangeListener","description":"com.verygoodsecurity.vgscollect.widget.core.VisibilityChangeListener","location":"vgscollect/com.verygoodsecurity.vgscollect.widget.core/-visibility-change-listener/index.html","searchKeys":["VisibilityChangeListener","interface VisibilityChangeListener","com.verygoodsecurity.vgscollect.widget.core.VisibilityChangeListener"]},{"name":"object Companion","description":"com.verygoodsecurity.vgscollect.app.BaseTransmitActivity.Companion","location":"vgscollect/com.verygoodsecurity.vgscollect.app/-base-transmit-activity/-companion/index.html","searchKeys":["Companion","object Companion","com.verygoodsecurity.vgscollect.app.BaseTransmitActivity.Companion"]},{"name":"object Companion","description":"com.verygoodsecurity.vgscollect.core.api.analityc.action.AttachFileAction.Companion","location":"vgscollect/com.verygoodsecurity.vgscollect.core.api.analityc.action/-attach-file-action/-companion/index.html","searchKeys":["Companion","object Companion","com.verygoodsecurity.vgscollect.core.api.analityc.action.AttachFileAction.Companion"]},{"name":"object Companion","description":"com.verygoodsecurity.vgscollect.core.api.analityc.action.AutofillAction.Companion","location":"vgscollect/com.verygoodsecurity.vgscollect.core.api.analityc.action/-autofill-action/-companion/index.html","searchKeys":["Companion","object Companion","com.verygoodsecurity.vgscollect.core.api.analityc.action.AutofillAction.Companion"]},{"name":"object Companion","description":"com.verygoodsecurity.vgscollect.core.api.analityc.action.HostNameValidationAction.Companion","location":"vgscollect/com.verygoodsecurity.vgscollect.core.api.analityc.action/-host-name-validation-action/-companion/index.html","searchKeys":["Companion","object Companion","com.verygoodsecurity.vgscollect.core.api.analityc.action.HostNameValidationAction.Companion"]},{"name":"object Companion","description":"com.verygoodsecurity.vgscollect.core.api.analityc.action.InitAction.Companion","location":"vgscollect/com.verygoodsecurity.vgscollect.core.api.analityc.action/-init-action/-companion/index.html","searchKeys":["Companion","object Companion","com.verygoodsecurity.vgscollect.core.api.analityc.action.InitAction.Companion"]},{"name":"object Companion","description":"com.verygoodsecurity.vgscollect.core.api.analityc.action.ResponseAction.Companion","location":"vgscollect/com.verygoodsecurity.vgscollect.core.api.analityc.action/-response-action/-companion/index.html","searchKeys":["Companion","object Companion","com.verygoodsecurity.vgscollect.core.api.analityc.action.ResponseAction.Companion"]},{"name":"object Companion","description":"com.verygoodsecurity.vgscollect.core.api.analityc.action.ScanAction.Companion","location":"vgscollect/com.verygoodsecurity.vgscollect.core.api.analityc.action/-scan-action/-companion/index.html","searchKeys":["Companion","object Companion","com.verygoodsecurity.vgscollect.core.api.analityc.action.ScanAction.Companion"]},{"name":"object Companion","description":"com.verygoodsecurity.vgscollect.core.api.analityc.action.SubmitAction.Companion","location":"vgscollect/com.verygoodsecurity.vgscollect.core.api.analityc.action/-submit-action/-companion/index.html","searchKeys":["Companion","object Companion","com.verygoodsecurity.vgscollect.core.api.analityc.action.SubmitAction.Companion"]},{"name":"object Companion","description":"com.verygoodsecurity.vgscollect.core.model.VGSDate.Companion","location":"vgscollect/com.verygoodsecurity.vgscollect.core.model/-v-g-s-date/-companion/index.html","searchKeys":["Companion","object Companion","com.verygoodsecurity.vgscollect.core.model.VGSDate.Companion"]},{"name":"object Companion","description":"com.verygoodsecurity.vgscollect.core.model.map.FlatMap.Companion","location":"vgscollect/com.verygoodsecurity.vgscollect.core.model.map/-flat-map/-companion/index.html","searchKeys":["Companion","object Companion","com.verygoodsecurity.vgscollect.core.model.map.FlatMap.Companion"]},{"name":"object Companion","description":"com.verygoodsecurity.vgscollect.core.model.map.Key.ArrayKey.Companion","location":"vgscollect/com.verygoodsecurity.vgscollect.core.model.map/-key/-array-key/-companion/index.html","searchKeys":["Companion","object Companion","com.verygoodsecurity.vgscollect.core.model.map.Key.ArrayKey.Companion"]},{"name":"object Companion","description":"com.verygoodsecurity.vgscollect.core.model.map.Key.Companion","location":"vgscollect/com.verygoodsecurity.vgscollect.core.model.map/-key/-companion/index.html","searchKeys":["Companion","object Companion","com.verygoodsecurity.vgscollect.core.model.map.Key.Companion"]},{"name":"object Companion","description":"com.verygoodsecurity.vgscollect.view.InputFieldView.Companion","location":"vgscollect/com.verygoodsecurity.vgscollect.view/-input-field-view/-companion/index.html","searchKeys":["Companion","object Companion","com.verygoodsecurity.vgscollect.view.InputFieldView.Companion"]},{"name":"object Companion","description":"com.verygoodsecurity.vgscollect.view.card.formatter.date.FlexibleDateFormatter.Companion","location":"vgscollect/com.verygoodsecurity.vgscollect.view.card.formatter.date/-flexible-date-formatter/-companion/index.html","searchKeys":["Companion","object Companion","com.verygoodsecurity.vgscollect.view.card.formatter.date.FlexibleDateFormatter.Companion"]},{"name":"object Companion","description":"com.verygoodsecurity.vgscollect.view.card.validation.rules.PaymentCardNumberRule.ValidationBuilder.Companion","location":"vgscollect/com.verygoodsecurity.vgscollect.view.card.validation.rules/-payment-card-number-rule/-validation-builder/-companion/index.html","searchKeys":["Companion","object Companion","com.verygoodsecurity.vgscollect.view.card.validation.rules.PaymentCardNumberRule.ValidationBuilder.Companion"]},{"name":"object Companion","description":"com.verygoodsecurity.vgscollect.view.core.serializers.FieldDataSerializer.Companion","location":"vgscollect/com.verygoodsecurity.vgscollect.view.core.serializers/-field-data-serializer/-companion/index.html","searchKeys":["Companion","object Companion","com.verygoodsecurity.vgscollect.view.core.serializers.FieldDataSerializer.Companion"]},{"name":"object Companion","description":"com.verygoodsecurity.vgscollect.view.material.internal.TextInputLayoutSavedState.Companion","location":"vgscollect/com.verygoodsecurity.vgscollect.view.material.internal/-text-input-layout-saved-state/-companion/index.html","searchKeys":["Companion","object Companion","com.verygoodsecurity.vgscollect.view.material.internal.TextInputLayoutSavedState.Companion"]},{"name":"object Companion","description":"com.verygoodsecurity.vgscollect.widget.SSNEditText.Companion","location":"vgscollect/com.verygoodsecurity.vgscollect.widget/-s-s-n-edit-text/-companion/index.html","searchKeys":["Companion","object Companion","com.verygoodsecurity.vgscollect.widget.SSNEditText.Companion"]},{"name":"object Companion","description":"com.verygoodsecurity.vgscollect.widget.VGSCardNumberEditText.Companion","location":"vgscollect/com.verygoodsecurity.vgscollect.widget/-v-g-s-card-number-edit-text/-companion/index.html","searchKeys":["Companion","object Companion","com.verygoodsecurity.vgscollect.widget.VGSCardNumberEditText.Companion"]},{"name":"object Companion","description":"com.verygoodsecurity.vgscollect.widget.VGSTextInputLayout.Companion","location":"vgscollect/com.verygoodsecurity.vgscollect.widget/-v-g-s-text-input-layout/-companion/index.html","searchKeys":["Companion","object Companion","com.verygoodsecurity.vgscollect.widget.VGSTextInputLayout.Companion"]},{"name":"object VGSCollectLogger","description":"com.verygoodsecurity.vgscollect.VGSCollectLogger","location":"vgscollect/com.verygoodsecurity.vgscollect/-v-g-s-collect-logger/index.html","searchKeys":["VGSCollectLogger","object VGSCollectLogger","com.verygoodsecurity.vgscollect.VGSCollectLogger"]},{"name":"open class CVCIconAdapter(context: Context)","description":"com.verygoodsecurity.vgscollect.view.cvc.CVCIconAdapter","location":"vgscollect/com.verygoodsecurity.vgscollect.view.cvc/-c-v-c-icon-adapter/index.html","searchKeys":["CVCIconAdapter","open class CVCIconAdapter(context: Context)","com.verygoodsecurity.vgscollect.view.cvc.CVCIconAdapter"]},{"name":"open class CardIconAdapter(context: Context)","description":"com.verygoodsecurity.vgscollect.view.card.icon.CardIconAdapter","location":"vgscollect/com.verygoodsecurity.vgscollect.view.card.icon/-card-icon-adapter/index.html","searchKeys":["CardIconAdapter","open class CardIconAdapter(context: Context)","com.verygoodsecurity.vgscollect.view.card.icon.CardIconAdapter"]},{"name":"open class CardMaskAdapter","description":"com.verygoodsecurity.vgscollect.view.card.formatter.CardMaskAdapter","location":"vgscollect/com.verygoodsecurity.vgscollect.view.card.formatter/-card-mask-adapter/index.html","searchKeys":["CardMaskAdapter","open class CardMaskAdapter","com.verygoodsecurity.vgscollect.view.card.formatter.CardMaskAdapter"]},{"name":"open class VGSEditText constructor(context: Context, attrs: AttributeSet? = null, defStyleAttr: Int = 0) : InputFieldView","description":"com.verygoodsecurity.vgscollect.widget.VGSEditText","location":"vgscollect/com.verygoodsecurity.vgscollect.widget/-v-g-s-edit-text/index.html","searchKeys":["VGSEditText","open class VGSEditText constructor(context: Context, attrs: AttributeSet? = null, defStyleAttr: Int = 0) : InputFieldView","com.verygoodsecurity.vgscollect.widget.VGSEditText"]},{"name":"open class ValidationRule","description":"com.verygoodsecurity.vgscollect.view.card.validation.rules.ValidationRule","location":"vgscollect/com.verygoodsecurity.vgscollect.view.card.validation.rules/-validation-rule/index.html","searchKeys":["ValidationRule","open class ValidationRule","com.verygoodsecurity.vgscollect.view.card.validation.rules.ValidationRule"]},{"name":"open fun canScrollHorizontally(canScroll: Boolean)","description":"com.verygoodsecurity.vgscollect.view.InputFieldView.canScrollHorizontally","location":"vgscollect/com.verygoodsecurity.vgscollect.view/-input-field-view/can-scroll-horizontally.html","searchKeys":["canScrollHorizontally","open fun canScrollHorizontally(canScroll: Boolean)","com.verygoodsecurity.vgscollect.view.InputFieldView.canScrollHorizontally"]},{"name":"open fun getFieldName(): String?","description":"com.verygoodsecurity.vgscollect.view.InputFieldView.getFieldName","location":"vgscollect/com.verygoodsecurity.vgscollect.view/-input-field-view/get-field-name.html","searchKeys":["getFieldName","open fun getFieldName(): String?","com.verygoodsecurity.vgscollect.view.InputFieldView.getFieldName"]},{"name":"open fun getGravity(): Int","description":"com.verygoodsecurity.vgscollect.view.InputFieldView.getGravity","location":"vgscollect/com.verygoodsecurity.vgscollect.view/-input-field-view/get-gravity.html","searchKeys":["getGravity","open fun getGravity(): Int","com.verygoodsecurity.vgscollect.view.InputFieldView.getGravity"]},{"name":"open fun getHint(): CharSequence?","description":"com.verygoodsecurity.vgscollect.view.material.TextInputFieldLayout.getHint","location":"vgscollect/com.verygoodsecurity.vgscollect.view.material/-text-input-field-layout/get-hint.html","searchKeys":["getHint","open fun getHint(): CharSequence?","com.verygoodsecurity.vgscollect.view.material.TextInputFieldLayout.getHint"]},{"name":"open fun getInputType(): Int","description":"com.verygoodsecurity.vgscollect.view.InputFieldView.getInputType","location":"vgscollect/com.verygoodsecurity.vgscollect.view/-input-field-view/get-input-type.html","searchKeys":["getInputType","open fun getInputType(): Int","com.verygoodsecurity.vgscollect.view.InputFieldView.getInputType"]},{"name":"open fun getTypeface(): Typeface?","description":"com.verygoodsecurity.vgscollect.view.InputFieldView.getTypeface","location":"vgscollect/com.verygoodsecurity.vgscollect.view/-input-field-view/get-typeface.html","searchKeys":["getTypeface","open fun getTypeface(): Typeface?","com.verygoodsecurity.vgscollect.view.InputFieldView.getTypeface"]},{"name":"open fun isRequired(): Boolean","description":"com.verygoodsecurity.vgscollect.view.InputFieldView.isRequired","location":"vgscollect/com.verygoodsecurity.vgscollect.view/-input-field-view/is-required.html","searchKeys":["isRequired","open fun isRequired(): Boolean","com.verygoodsecurity.vgscollect.view.InputFieldView.isRequired"]},{"name":"open fun setBoxBackgroundColor(boxBackgroundColor: Int)","description":"com.verygoodsecurity.vgscollect.view.material.TextInputFieldLayout.setBoxBackgroundColor","location":"vgscollect/com.verygoodsecurity.vgscollect.view.material/-text-input-field-layout/set-box-background-color.html","searchKeys":["setBoxBackgroundColor","open fun setBoxBackgroundColor(boxBackgroundColor: Int)","com.verygoodsecurity.vgscollect.view.material.TextInputFieldLayout.setBoxBackgroundColor"]},{"name":"open fun setBoxBackgroundMode(boxBackgroundMode: Int)","description":"com.verygoodsecurity.vgscollect.view.material.TextInputFieldLayout.setBoxBackgroundMode","location":"vgscollect/com.verygoodsecurity.vgscollect.view.material/-text-input-field-layout/set-box-background-mode.html","searchKeys":["setBoxBackgroundMode","open fun setBoxBackgroundMode(boxBackgroundMode: Int)","com.verygoodsecurity.vgscollect.view.material.TextInputFieldLayout.setBoxBackgroundMode"]},{"name":"open fun setBoxCornerRadius(boxCornerRadiusTopStart: Float, boxCornerRadiusTopEnd: Float, boxCornerRadiusBottomStart: Float, boxCornerRadiusBottomEnd: Float)","description":"com.verygoodsecurity.vgscollect.view.material.TextInputFieldLayout.setBoxCornerRadius","location":"vgscollect/com.verygoodsecurity.vgscollect.view.material/-text-input-field-layout/set-box-corner-radius.html","searchKeys":["setBoxCornerRadius","open fun setBoxCornerRadius(boxCornerRadiusTopStart: Float, boxCornerRadiusTopEnd: Float, boxCornerRadiusBottomStart: Float, boxCornerRadiusBottomEnd: Float)","com.verygoodsecurity.vgscollect.view.material.TextInputFieldLayout.setBoxCornerRadius"]},{"name":"open fun setBoxStrokeColor(boxStrokeColor: Int)","description":"com.verygoodsecurity.vgscollect.view.material.TextInputFieldLayout.setBoxStrokeColor","location":"vgscollect/com.verygoodsecurity.vgscollect.view.material/-text-input-field-layout/set-box-stroke-color.html","searchKeys":["setBoxStrokeColor","open fun setBoxStrokeColor(boxStrokeColor: Int)","com.verygoodsecurity.vgscollect.view.material.TextInputFieldLayout.setBoxStrokeColor"]},{"name":"open fun setBoxStrokeColorStateList(colorStateList: ColorStateList)","description":"com.verygoodsecurity.vgscollect.view.material.TextInputFieldLayout.setBoxStrokeColorStateList","location":"vgscollect/com.verygoodsecurity.vgscollect.view.material/-text-input-field-layout/set-box-stroke-color-state-list.html","searchKeys":["setBoxStrokeColorStateList","open fun setBoxStrokeColorStateList(colorStateList: ColorStateList)","com.verygoodsecurity.vgscollect.view.material.TextInputFieldLayout.setBoxStrokeColorStateList"]},{"name":"open fun setCursorVisible(isVisible: Boolean)","description":"com.verygoodsecurity.vgscollect.view.InputFieldView.setCursorVisible","location":"vgscollect/com.verygoodsecurity.vgscollect.view/-input-field-view/set-cursor-visible.html","searchKeys":["setCursorVisible","open fun setCursorVisible(isVisible: Boolean)","com.verygoodsecurity.vgscollect.view.InputFieldView.setCursorVisible"]},{"name":"open fun setEllipsize(ellipsis: TextUtils.TruncateAt)","description":"com.verygoodsecurity.vgscollect.view.InputFieldView.setEllipsize","location":"vgscollect/com.verygoodsecurity.vgscollect.view/-input-field-view/set-ellipsize.html","searchKeys":["setEllipsize","open fun setEllipsize(ellipsis: TextUtils.TruncateAt)","com.verygoodsecurity.vgscollect.view.InputFieldView.setEllipsize"]},{"name":"open fun setEllipsize(type: Int)","description":"com.verygoodsecurity.vgscollect.view.InputFieldView.setEllipsize","location":"vgscollect/com.verygoodsecurity.vgscollect.view/-input-field-view/set-ellipsize.html","searchKeys":["setEllipsize","open fun setEllipsize(type: Int)","com.verygoodsecurity.vgscollect.view.InputFieldView.setEllipsize"]},{"name":"open fun setError(errorText: CharSequence?)","description":"com.verygoodsecurity.vgscollect.view.material.TextInputFieldLayout.setError","location":"vgscollect/com.verygoodsecurity.vgscollect.view.material/-text-input-field-layout/set-error.html","searchKeys":["setError","open fun setError(errorText: CharSequence?)","com.verygoodsecurity.vgscollect.view.material.TextInputFieldLayout.setError"]},{"name":"open fun setError(resId: Int)","description":"com.verygoodsecurity.vgscollect.view.material.TextInputFieldLayout.setError","location":"vgscollect/com.verygoodsecurity.vgscollect.view.material/-text-input-field-layout/set-error.html","searchKeys":["setError","open fun setError(resId: Int)","com.verygoodsecurity.vgscollect.view.material.TextInputFieldLayout.setError"]},{"name":"open fun setErrorEnabled(isEnabled: Boolean)","description":"com.verygoodsecurity.vgscollect.view.material.TextInputFieldLayout.setErrorEnabled","location":"vgscollect/com.verygoodsecurity.vgscollect.view.material/-text-input-field-layout/set-error-enabled.html","searchKeys":["setErrorEnabled","open fun setErrorEnabled(isEnabled: Boolean)","com.verygoodsecurity.vgscollect.view.material.TextInputFieldLayout.setErrorEnabled"]},{"name":"open fun setFieldName(fieldName: String?)","description":"com.verygoodsecurity.vgscollect.view.InputFieldView.setFieldName","location":"vgscollect/com.verygoodsecurity.vgscollect.view/-input-field-view/set-field-name.html","searchKeys":["setFieldName","open fun setFieldName(fieldName: String?)","com.verygoodsecurity.vgscollect.view.InputFieldView.setFieldName"]},{"name":"open fun setFieldName(resId: Int)","description":"com.verygoodsecurity.vgscollect.view.InputFieldView.setFieldName","location":"vgscollect/com.verygoodsecurity.vgscollect.view/-input-field-view/set-field-name.html","searchKeys":["setFieldName","open fun setFieldName(resId: Int)","com.verygoodsecurity.vgscollect.view.InputFieldView.setFieldName"]},{"name":"open fun setGravity(gravity: Int)","description":"com.verygoodsecurity.vgscollect.view.InputFieldView.setGravity","location":"vgscollect/com.verygoodsecurity.vgscollect.view/-input-field-view/set-gravity.html","searchKeys":["setGravity","open fun setGravity(gravity: Int)","com.verygoodsecurity.vgscollect.view.InputFieldView.setGravity"]},{"name":"open fun setHint(resId: Int)","description":"com.verygoodsecurity.vgscollect.view.material.TextInputFieldLayout.setHint","location":"vgscollect/com.verygoodsecurity.vgscollect.view.material/-text-input-field-layout/set-hint.html","searchKeys":["setHint","open fun setHint(resId: Int)","com.verygoodsecurity.vgscollect.view.material.TextInputFieldLayout.setHint"]},{"name":"open fun setHint(text: String?)","description":"com.verygoodsecurity.vgscollect.view.InputFieldView.setHint","location":"vgscollect/com.verygoodsecurity.vgscollect.view/-input-field-view/set-hint.html","searchKeys":["setHint","open fun setHint(text: String?)","com.verygoodsecurity.vgscollect.view.InputFieldView.setHint"]},{"name":"open fun setHint(text: String?)","description":"com.verygoodsecurity.vgscollect.view.material.TextInputFieldLayout.setHint","location":"vgscollect/com.verygoodsecurity.vgscollect.view.material/-text-input-field-layout/set-hint.html","searchKeys":["setHint","open fun setHint(text: String?)","com.verygoodsecurity.vgscollect.view.material.TextInputFieldLayout.setHint"]},{"name":"open fun setHintAnimationEnabled(state: Boolean)","description":"com.verygoodsecurity.vgscollect.view.material.TextInputFieldLayout.setHintAnimationEnabled","location":"vgscollect/com.verygoodsecurity.vgscollect.view.material/-text-input-field-layout/set-hint-animation-enabled.html","searchKeys":["setHintAnimationEnabled","open fun setHintAnimationEnabled(state: Boolean)","com.verygoodsecurity.vgscollect.view.material.TextInputFieldLayout.setHintAnimationEnabled"]},{"name":"open fun setHintEnabled(state: Boolean)","description":"com.verygoodsecurity.vgscollect.view.material.TextInputFieldLayout.setHintEnabled","location":"vgscollect/com.verygoodsecurity.vgscollect.view.material/-text-input-field-layout/set-hint-enabled.html","searchKeys":["setHintEnabled","open fun setHintEnabled(state: Boolean)","com.verygoodsecurity.vgscollect.view.material.TextInputFieldLayout.setHintEnabled"]},{"name":"open fun setHintTextColor(color: Int)","description":"com.verygoodsecurity.vgscollect.view.InputFieldView.setHintTextColor","location":"vgscollect/com.verygoodsecurity.vgscollect.view/-input-field-view/set-hint-text-color.html","searchKeys":["setHintTextColor","open fun setHintTextColor(color: Int)","com.verygoodsecurity.vgscollect.view.InputFieldView.setHintTextColor"]},{"name":"open fun setHintTextColor(colors: ColorStateList)","description":"com.verygoodsecurity.vgscollect.view.InputFieldView.setHintTextColor","location":"vgscollect/com.verygoodsecurity.vgscollect.view/-input-field-view/set-hint-text-color.html","searchKeys":["setHintTextColor","open fun setHintTextColor(colors: ColorStateList)","com.verygoodsecurity.vgscollect.view.InputFieldView.setHintTextColor"]},{"name":"open fun setInputType(inputType: Int)","description":"com.verygoodsecurity.vgscollect.view.InputFieldView.setInputType","location":"vgscollect/com.verygoodsecurity.vgscollect.view/-input-field-view/set-input-type.html","searchKeys":["setInputType","open fun setInputType(inputType: Int)","com.verygoodsecurity.vgscollect.view.InputFieldView.setInputType"]},{"name":"open fun setIsRequired(state: Boolean)","description":"com.verygoodsecurity.vgscollect.view.InputFieldView.setIsRequired","location":"vgscollect/com.verygoodsecurity.vgscollect.view/-input-field-view/set-is-required.html","searchKeys":["setIsRequired","open fun setIsRequired(state: Boolean)","com.verygoodsecurity.vgscollect.view.InputFieldView.setIsRequired"]},{"name":"open fun setMaxLines(lines: Int)","description":"com.verygoodsecurity.vgscollect.view.InputFieldView.setMaxLines","location":"vgscollect/com.verygoodsecurity.vgscollect.view/-input-field-view/set-max-lines.html","searchKeys":["setMaxLines","open fun setMaxLines(lines: Int)","com.verygoodsecurity.vgscollect.view.InputFieldView.setMaxLines"]},{"name":"open fun setMinLines(lines: Int)","description":"com.verygoodsecurity.vgscollect.view.InputFieldView.setMinLines","location":"vgscollect/com.verygoodsecurity.vgscollect.view/-input-field-view/set-min-lines.html","searchKeys":["setMinLines","open fun setMinLines(lines: Int)","com.verygoodsecurity.vgscollect.view.InputFieldView.setMinLines"]},{"name":"open fun setPasswordToggleEnabled(isEnabled: Boolean)","description":"com.verygoodsecurity.vgscollect.view.material.TextInputFieldLayout.setPasswordToggleEnabled","location":"vgscollect/com.verygoodsecurity.vgscollect.view.material/-text-input-field-layout/set-password-toggle-enabled.html","searchKeys":["setPasswordToggleEnabled","open fun setPasswordToggleEnabled(isEnabled: Boolean)","com.verygoodsecurity.vgscollect.view.material.TextInputFieldLayout.setPasswordToggleEnabled"]},{"name":"open fun setPasswordVisibilityToggleDrawable(resId: Int)","description":"com.verygoodsecurity.vgscollect.view.material.TextInputFieldLayout.setPasswordVisibilityToggleDrawable","location":"vgscollect/com.verygoodsecurity.vgscollect.view.material/-text-input-field-layout/set-password-visibility-toggle-drawable.html","searchKeys":["setPasswordVisibilityToggleDrawable","open fun setPasswordVisibilityToggleDrawable(resId: Int)","com.verygoodsecurity.vgscollect.view.material.TextInputFieldLayout.setPasswordVisibilityToggleDrawable"]},{"name":"open fun setPasswordVisibilityToggleTintList(tintList: ColorStateList?)","description":"com.verygoodsecurity.vgscollect.view.material.TextInputFieldLayout.setPasswordVisibilityToggleTintList","location":"vgscollect/com.verygoodsecurity.vgscollect.view.material/-text-input-field-layout/set-password-visibility-toggle-tint-list.html","searchKeys":["setPasswordVisibilityToggleTintList","open fun setPasswordVisibilityToggleTintList(tintList: ColorStateList?)","com.verygoodsecurity.vgscollect.view.material.TextInputFieldLayout.setPasswordVisibilityToggleTintList"]},{"name":"open fun setSingleLine(singleLine: Boolean)","description":"com.verygoodsecurity.vgscollect.view.InputFieldView.setSingleLine","location":"vgscollect/com.verygoodsecurity.vgscollect.view/-input-field-view/set-single-line.html","searchKeys":["setSingleLine","open fun setSingleLine(singleLine: Boolean)","com.verygoodsecurity.vgscollect.view.InputFieldView.setSingleLine"]},{"name":"open fun setText(resId: Int)","description":"com.verygoodsecurity.vgscollect.view.InputFieldView.setText","location":"vgscollect/com.verygoodsecurity.vgscollect.view/-input-field-view/set-text.html","searchKeys":["setText","open fun setText(resId: Int)","com.verygoodsecurity.vgscollect.view.InputFieldView.setText"]},{"name":"open fun setText(resId: Int, type: TextView.BufferType)","description":"com.verygoodsecurity.vgscollect.view.InputFieldView.setText","location":"vgscollect/com.verygoodsecurity.vgscollect.view/-input-field-view/set-text.html","searchKeys":["setText","open fun setText(resId: Int, type: TextView.BufferType)","com.verygoodsecurity.vgscollect.view.InputFieldView.setText"]},{"name":"open fun setText(text: CharSequence?)","description":"com.verygoodsecurity.vgscollect.view.InputFieldView.setText","location":"vgscollect/com.verygoodsecurity.vgscollect.view/-input-field-view/set-text.html","searchKeys":["setText","open fun setText(text: CharSequence?)","com.verygoodsecurity.vgscollect.view.InputFieldView.setText"]},{"name":"open fun setText(text: CharSequence?, type: TextView.BufferType)","description":"com.verygoodsecurity.vgscollect.view.InputFieldView.setText","location":"vgscollect/com.verygoodsecurity.vgscollect.view/-input-field-view/set-text.html","searchKeys":["setText","open fun setText(text: CharSequence?, type: TextView.BufferType)","com.verygoodsecurity.vgscollect.view.InputFieldView.setText"]},{"name":"open fun setTextAppearance(context: Context, resId: Int)","description":"com.verygoodsecurity.vgscollect.view.InputFieldView.setTextAppearance","location":"vgscollect/com.verygoodsecurity.vgscollect.view/-input-field-view/set-text-appearance.html","searchKeys":["setTextAppearance","open fun setTextAppearance(context: Context, resId: Int)","com.verygoodsecurity.vgscollect.view.InputFieldView.setTextAppearance"]},{"name":"open fun setTextAppearance(resId: Int)","description":"com.verygoodsecurity.vgscollect.view.InputFieldView.setTextAppearance","location":"vgscollect/com.verygoodsecurity.vgscollect.view/-input-field-view/set-text-appearance.html","searchKeys":["setTextAppearance","open fun setTextAppearance(resId: Int)","com.verygoodsecurity.vgscollect.view.InputFieldView.setTextAppearance"]},{"name":"open fun setTextColor(color: Int)","description":"com.verygoodsecurity.vgscollect.view.InputFieldView.setTextColor","location":"vgscollect/com.verygoodsecurity.vgscollect.view/-input-field-view/set-text-color.html","searchKeys":["setTextColor","open fun setTextColor(color: Int)","com.verygoodsecurity.vgscollect.view.InputFieldView.setTextColor"]},{"name":"open fun setTextSize(size: Float)","description":"com.verygoodsecurity.vgscollect.view.InputFieldView.setTextSize","location":"vgscollect/com.verygoodsecurity.vgscollect.view/-input-field-view/set-text-size.html","searchKeys":["setTextSize","open fun setTextSize(size: Float)","com.verygoodsecurity.vgscollect.view.InputFieldView.setTextSize"]},{"name":"open fun setTextSize(unit: Int, size: Float)","description":"com.verygoodsecurity.vgscollect.view.InputFieldView.setTextSize","location":"vgscollect/com.verygoodsecurity.vgscollect.view/-input-field-view/set-text-size.html","searchKeys":["setTextSize","open fun setTextSize(unit: Int, size: Float)","com.verygoodsecurity.vgscollect.view.InputFieldView.setTextSize"]},{"name":"open fun setTypeface(tf: Typeface?, style: Int)","description":"com.verygoodsecurity.vgscollect.view.InputFieldView.setTypeface","location":"vgscollect/com.verygoodsecurity.vgscollect.view/-input-field-view/set-typeface.html","searchKeys":["setTypeface","open fun setTypeface(tf: Typeface?, style: Int)","com.verygoodsecurity.vgscollect.view.InputFieldView.setTypeface"]},{"name":"open fun setTypeface(typeface: Typeface)","description":"com.verygoodsecurity.vgscollect.view.InputFieldView.setTypeface","location":"vgscollect/com.verygoodsecurity.vgscollect.view/-input-field-view/set-typeface.html","searchKeys":["setTypeface","open fun setTypeface(typeface: Typeface)","com.verygoodsecurity.vgscollect.view.InputFieldView.setTypeface"]},{"name":"open fun setTypeface(typeface: Typeface)","description":"com.verygoodsecurity.vgscollect.view.material.TextInputFieldLayout.setTypeface","location":"vgscollect/com.verygoodsecurity.vgscollect.view.material/-text-input-field-layout/set-typeface.html","searchKeys":["setTypeface","open fun setTypeface(typeface: Typeface)","com.verygoodsecurity.vgscollect.view.material.TextInputFieldLayout.setTypeface"]},{"name":"open operator override fun equals(other: Any?): Boolean","description":"com.verygoodsecurity.vgscollect.core.model.state.FileState.equals","location":"vgscollect/com.verygoodsecurity.vgscollect.core.model.state/-file-state/equals.html","searchKeys":["equals","open operator override fun equals(other: Any?): Boolean","com.verygoodsecurity.vgscollect.core.model.state.FileState.equals"]},{"name":"open operator override fun equals(other: Any?): Boolean","description":"com.verygoodsecurity.vgscollect.view.card.BrandParams.equals","location":"vgscollect/com.verygoodsecurity.vgscollect.view.card/-brand-params/equals.html","searchKeys":["equals","open operator override fun equals(other: Any?): Boolean","com.verygoodsecurity.vgscollect.view.card.BrandParams.equals"]},{"name":"open override fun addOnAttachStateChangeListener(listener: View.OnAttachStateChangeListener?)","description":"com.verygoodsecurity.vgscollect.view.InputFieldView.addOnAttachStateChangeListener","location":"vgscollect/com.verygoodsecurity.vgscollect.view/-input-field-view/add-on-attach-state-change-listener.html","searchKeys":["addOnAttachStateChangeListener","open override fun addOnAttachStateChangeListener(listener: View.OnAttachStateChangeListener?)","com.verygoodsecurity.vgscollect.view.InputFieldView.addOnAttachStateChangeListener"]},{"name":"open override fun addOnAttachStateChangeListener(listener: View.OnAttachStateChangeListener?)","description":"com.verygoodsecurity.vgscollect.view.material.TextInputFieldLayout.addOnAttachStateChangeListener","location":"vgscollect/com.verygoodsecurity.vgscollect.view.material/-text-input-field-layout/add-on-attach-state-change-listener.html","searchKeys":["addOnAttachStateChangeListener","open override fun addOnAttachStateChangeListener(listener: View.OnAttachStateChangeListener?)","com.verygoodsecurity.vgscollect.view.material.TextInputFieldLayout.addOnAttachStateChangeListener"]},{"name":"open override fun addView(child: View?)","description":"com.verygoodsecurity.vgscollect.view.InputFieldView.addView","location":"vgscollect/com.verygoodsecurity.vgscollect.view/-input-field-view/add-view.html","searchKeys":["addView","open override fun addView(child: View?)","com.verygoodsecurity.vgscollect.view.InputFieldView.addView"]},{"name":"open override fun addView(child: View?)","description":"com.verygoodsecurity.vgscollect.view.material.TextInputFieldLayout.addView","location":"vgscollect/com.verygoodsecurity.vgscollect.view.material/-text-input-field-layout/add-view.html","searchKeys":["addView","open override fun addView(child: View?)","com.verygoodsecurity.vgscollect.view.material.TextInputFieldLayout.addView"]},{"name":"open override fun addView(child: View?, index: Int)","description":"com.verygoodsecurity.vgscollect.view.InputFieldView.addView","location":"vgscollect/com.verygoodsecurity.vgscollect.view/-input-field-view/add-view.html","searchKeys":["addView","open override fun addView(child: View?, index: Int)","com.verygoodsecurity.vgscollect.view.InputFieldView.addView"]},{"name":"open override fun addView(child: View?, index: Int)","description":"com.verygoodsecurity.vgscollect.view.material.TextInputFieldLayout.addView","location":"vgscollect/com.verygoodsecurity.vgscollect.view.material/-text-input-field-layout/add-view.html","searchKeys":["addView","open override fun addView(child: View?, index: Int)","com.verygoodsecurity.vgscollect.view.material.TextInputFieldLayout.addView"]},{"name":"open override fun addView(child: View?, index: Int, params: ViewGroup.LayoutParams?)","description":"com.verygoodsecurity.vgscollect.view.InputFieldView.addView","location":"vgscollect/com.verygoodsecurity.vgscollect.view/-input-field-view/add-view.html","searchKeys":["addView","open override fun addView(child: View?, index: Int, params: ViewGroup.LayoutParams?)","com.verygoodsecurity.vgscollect.view.InputFieldView.addView"]},{"name":"open override fun addView(child: View?, index: Int, params: ViewGroup.LayoutParams?)","description":"com.verygoodsecurity.vgscollect.view.material.TextInputFieldLayout.addView","location":"vgscollect/com.verygoodsecurity.vgscollect.view.material/-text-input-field-layout/add-view.html","searchKeys":["addView","open override fun addView(child: View?, index: Int, params: ViewGroup.LayoutParams?)","com.verygoodsecurity.vgscollect.view.material.TextInputFieldLayout.addView"]},{"name":"open override fun addView(child: View?, params: ViewGroup.LayoutParams?)","description":"com.verygoodsecurity.vgscollect.view.InputFieldView.addView","location":"vgscollect/com.verygoodsecurity.vgscollect.view/-input-field-view/add-view.html","searchKeys":["addView","open override fun addView(child: View?, params: ViewGroup.LayoutParams?)","com.verygoodsecurity.vgscollect.view.InputFieldView.addView"]},{"name":"open override fun addView(child: View?, params: ViewGroup.LayoutParams?)","description":"com.verygoodsecurity.vgscollect.view.material.TextInputFieldLayout.addView","location":"vgscollect/com.verygoodsecurity.vgscollect.view.material/-text-input-field-layout/add-view.html","searchKeys":["addView","open override fun addView(child: View?, params: ViewGroup.LayoutParams?)","com.verygoodsecurity.vgscollect.view.material.TextInputFieldLayout.addView"]},{"name":"open override fun addView(child: View?, width: Int, height: Int)","description":"com.verygoodsecurity.vgscollect.view.InputFieldView.addView","location":"vgscollect/com.verygoodsecurity.vgscollect.view/-input-field-view/add-view.html","searchKeys":["addView","open override fun addView(child: View?, width: Int, height: Int)","com.verygoodsecurity.vgscollect.view.InputFieldView.addView"]},{"name":"open override fun addView(child: View?, width: Int, height: Int)","description":"com.verygoodsecurity.vgscollect.view.material.TextInputFieldLayout.addView","location":"vgscollect/com.verygoodsecurity.vgscollect.view.material/-text-input-field-layout/add-view.html","searchKeys":["addView","open override fun addView(child: View?, width: Int, height: Int)","com.verygoodsecurity.vgscollect.view.material.TextInputFieldLayout.addView"]},{"name":"open override fun afterTextChanged(s: Editable?)","description":"com.verygoodsecurity.vgscollect.view.card.formatter.date.FlexibleDateFormatter.afterTextChanged","location":"vgscollect/com.verygoodsecurity.vgscollect.view.card.formatter.date/-flexible-date-formatter/after-text-changed.html","searchKeys":["afterTextChanged","open override fun afterTextChanged(s: Editable?)","com.verygoodsecurity.vgscollect.view.card.formatter.date.FlexibleDateFormatter.afterTextChanged"]},{"name":"open override fun afterTextChanged(s: Editable?)","description":"com.verygoodsecurity.vgscollect.view.card.formatter.digit.DigitInputFormatter.afterTextChanged","location":"vgscollect/com.verygoodsecurity.vgscollect.view.card.formatter.digit/-digit-input-formatter/after-text-changed.html","searchKeys":["afterTextChanged","open override fun afterTextChanged(s: Editable?)","com.verygoodsecurity.vgscollect.view.card.formatter.digit.DigitInputFormatter.afterTextChanged"]},{"name":"open override fun beforeTextChanged(s: CharSequence?, start: Int, count: Int, after: Int)","description":"com.verygoodsecurity.vgscollect.view.card.formatter.date.FlexibleDateFormatter.beforeTextChanged","location":"vgscollect/com.verygoodsecurity.vgscollect.view.card.formatter.date/-flexible-date-formatter/before-text-changed.html","searchKeys":["beforeTextChanged","open override fun beforeTextChanged(s: CharSequence?, start: Int, count: Int, after: Int)","com.verygoodsecurity.vgscollect.view.card.formatter.date.FlexibleDateFormatter.beforeTextChanged"]},{"name":"open override fun beforeTextChanged(s: CharSequence?, start: Int, count: Int, after: Int)","description":"com.verygoodsecurity.vgscollect.view.card.formatter.digit.DigitInputFormatter.beforeTextChanged","location":"vgscollect/com.verygoodsecurity.vgscollect.view.card.formatter.digit/-digit-input-formatter/before-text-changed.html","searchKeys":["beforeTextChanged","open override fun beforeTextChanged(s: CharSequence?, start: Int, count: Int, after: Int)","com.verygoodsecurity.vgscollect.view.card.formatter.digit.DigitInputFormatter.beforeTextChanged"]},{"name":"open override fun clearFocus()","description":"com.verygoodsecurity.vgscollect.view.InputFieldView.clearFocus","location":"vgscollect/com.verygoodsecurity.vgscollect.view/-input-field-view/clear-focus.html","searchKeys":["clearFocus","open override fun clearFocus()","com.verygoodsecurity.vgscollect.view.InputFieldView.clearFocus"]},{"name":"open override fun findFocus(): View?","description":"com.verygoodsecurity.vgscollect.view.InputFieldView.findFocus","location":"vgscollect/com.verygoodsecurity.vgscollect.view/-input-field-view/find-focus.html","searchKeys":["findFocus","open override fun findFocus(): View?","com.verygoodsecurity.vgscollect.view.InputFieldView.findFocus"]},{"name":"open override fun getAttributes(): MutableMap","description":"com.verygoodsecurity.vgscollect.core.api.analityc.action.AttachFileAction.getAttributes","location":"vgscollect/com.verygoodsecurity.vgscollect.core.api.analityc.action/-attach-file-action/get-attributes.html","searchKeys":["getAttributes","open override fun getAttributes(): MutableMap","com.verygoodsecurity.vgscollect.core.api.analityc.action.AttachFileAction.getAttributes"]},{"name":"open override fun getAttributes(): MutableMap","description":"com.verygoodsecurity.vgscollect.core.api.analityc.action.AutofillAction.getAttributes","location":"vgscollect/com.verygoodsecurity.vgscollect.core.api.analityc.action/-autofill-action/get-attributes.html","searchKeys":["getAttributes","open override fun getAttributes(): MutableMap","com.verygoodsecurity.vgscollect.core.api.analityc.action.AutofillAction.getAttributes"]},{"name":"open override fun getAttributes(): MutableMap","description":"com.verygoodsecurity.vgscollect.core.api.analityc.action.HostNameValidationAction.getAttributes","location":"vgscollect/com.verygoodsecurity.vgscollect.core.api.analityc.action/-host-name-validation-action/get-attributes.html","searchKeys":["getAttributes","open override fun getAttributes(): MutableMap","com.verygoodsecurity.vgscollect.core.api.analityc.action.HostNameValidationAction.getAttributes"]},{"name":"open override fun getAttributes(): MutableMap","description":"com.verygoodsecurity.vgscollect.core.api.analityc.action.InitAction.getAttributes","location":"vgscollect/com.verygoodsecurity.vgscollect.core.api.analityc.action/-init-action/get-attributes.html","searchKeys":["getAttributes","open override fun getAttributes(): MutableMap","com.verygoodsecurity.vgscollect.core.api.analityc.action.InitAction.getAttributes"]},{"name":"open override fun getAttributes(): MutableMap","description":"com.verygoodsecurity.vgscollect.core.api.analityc.action.ResponseAction.getAttributes","location":"vgscollect/com.verygoodsecurity.vgscollect.core.api.analityc.action/-response-action/get-attributes.html","searchKeys":["getAttributes","open override fun getAttributes(): MutableMap","com.verygoodsecurity.vgscollect.core.api.analityc.action.ResponseAction.getAttributes"]},{"name":"open override fun getAttributes(): MutableMap","description":"com.verygoodsecurity.vgscollect.core.api.analityc.action.ScanAction.getAttributes","location":"vgscollect/com.verygoodsecurity.vgscollect.core.api.analityc.action/-scan-action/get-attributes.html","searchKeys":["getAttributes","open override fun getAttributes(): MutableMap","com.verygoodsecurity.vgscollect.core.api.analityc.action.ScanAction.getAttributes"]},{"name":"open override fun getAttributes(): MutableMap","description":"com.verygoodsecurity.vgscollect.core.api.analityc.action.SubmitAction.getAttributes","location":"vgscollect/com.verygoodsecurity.vgscollect.core.api.analityc.action/-submit-action/get-attributes.html","searchKeys":["getAttributes","open override fun getAttributes(): MutableMap","com.verygoodsecurity.vgscollect.core.api.analityc.action.SubmitAction.getAttributes"]},{"name":"open override fun getBackground(): Drawable?","description":"com.verygoodsecurity.vgscollect.view.InputFieldView.getBackground","location":"vgscollect/com.verygoodsecurity.vgscollect.view/-input-field-view/get-background.html","searchKeys":["getBackground","open override fun getBackground(): Drawable?","com.verygoodsecurity.vgscollect.view.InputFieldView.getBackground"]},{"name":"open override fun getMask(): String","description":"com.verygoodsecurity.vgscollect.view.card.formatter.date.FlexibleDateFormatter.getMask","location":"vgscollect/com.verygoodsecurity.vgscollect.view.card.formatter.date/-flexible-date-formatter/get-mask.html","searchKeys":["getMask","open override fun getMask(): String","com.verygoodsecurity.vgscollect.view.card.formatter.date.FlexibleDateFormatter.getMask"]},{"name":"open override fun getMask(): String","description":"com.verygoodsecurity.vgscollect.view.card.formatter.digit.DigitInputFormatter.getMask","location":"vgscollect/com.verygoodsecurity.vgscollect.view.card.formatter.digit/-digit-input-formatter/get-mask.html","searchKeys":["getMask","open override fun getMask(): String","com.verygoodsecurity.vgscollect.view.card.formatter.digit.DigitInputFormatter.getMask"]},{"name":"open override fun getPaddingBottom(): Int","description":"com.verygoodsecurity.vgscollect.view.InputFieldView.getPaddingBottom","location":"vgscollect/com.verygoodsecurity.vgscollect.view/-input-field-view/get-padding-bottom.html","searchKeys":["getPaddingBottom","open override fun getPaddingBottom(): Int","com.verygoodsecurity.vgscollect.view.InputFieldView.getPaddingBottom"]},{"name":"open override fun getPaddingBottom(): Int","description":"com.verygoodsecurity.vgscollect.view.material.TextInputFieldLayout.getPaddingBottom","location":"vgscollect/com.verygoodsecurity.vgscollect.view.material/-text-input-field-layout/get-padding-bottom.html","searchKeys":["getPaddingBottom","open override fun getPaddingBottom(): Int","com.verygoodsecurity.vgscollect.view.material.TextInputFieldLayout.getPaddingBottom"]},{"name":"open override fun getPaddingEnd(): Int","description":"com.verygoodsecurity.vgscollect.view.InputFieldView.getPaddingEnd","location":"vgscollect/com.verygoodsecurity.vgscollect.view/-input-field-view/get-padding-end.html","searchKeys":["getPaddingEnd","open override fun getPaddingEnd(): Int","com.verygoodsecurity.vgscollect.view.InputFieldView.getPaddingEnd"]},{"name":"open override fun getPaddingEnd(): Int","description":"com.verygoodsecurity.vgscollect.view.material.TextInputFieldLayout.getPaddingEnd","location":"vgscollect/com.verygoodsecurity.vgscollect.view.material/-text-input-field-layout/get-padding-end.html","searchKeys":["getPaddingEnd","open override fun getPaddingEnd(): Int","com.verygoodsecurity.vgscollect.view.material.TextInputFieldLayout.getPaddingEnd"]},{"name":"open override fun getPaddingLeft(): Int","description":"com.verygoodsecurity.vgscollect.view.InputFieldView.getPaddingLeft","location":"vgscollect/com.verygoodsecurity.vgscollect.view/-input-field-view/get-padding-left.html","searchKeys":["getPaddingLeft","open override fun getPaddingLeft(): Int","com.verygoodsecurity.vgscollect.view.InputFieldView.getPaddingLeft"]},{"name":"open override fun getPaddingLeft(): Int","description":"com.verygoodsecurity.vgscollect.view.material.TextInputFieldLayout.getPaddingLeft","location":"vgscollect/com.verygoodsecurity.vgscollect.view.material/-text-input-field-layout/get-padding-left.html","searchKeys":["getPaddingLeft","open override fun getPaddingLeft(): Int","com.verygoodsecurity.vgscollect.view.material.TextInputFieldLayout.getPaddingLeft"]},{"name":"open override fun getPaddingRight(): Int","description":"com.verygoodsecurity.vgscollect.view.InputFieldView.getPaddingRight","location":"vgscollect/com.verygoodsecurity.vgscollect.view/-input-field-view/get-padding-right.html","searchKeys":["getPaddingRight","open override fun getPaddingRight(): Int","com.verygoodsecurity.vgscollect.view.InputFieldView.getPaddingRight"]},{"name":"open override fun getPaddingRight(): Int","description":"com.verygoodsecurity.vgscollect.view.material.TextInputFieldLayout.getPaddingRight","location":"vgscollect/com.verygoodsecurity.vgscollect.view.material/-text-input-field-layout/get-padding-right.html","searchKeys":["getPaddingRight","open override fun getPaddingRight(): Int","com.verygoodsecurity.vgscollect.view.material.TextInputFieldLayout.getPaddingRight"]},{"name":"open override fun getPaddingStart(): Int","description":"com.verygoodsecurity.vgscollect.view.InputFieldView.getPaddingStart","location":"vgscollect/com.verygoodsecurity.vgscollect.view/-input-field-view/get-padding-start.html","searchKeys":["getPaddingStart","open override fun getPaddingStart(): Int","com.verygoodsecurity.vgscollect.view.InputFieldView.getPaddingStart"]},{"name":"open override fun getPaddingStart(): Int","description":"com.verygoodsecurity.vgscollect.view.material.TextInputFieldLayout.getPaddingStart","location":"vgscollect/com.verygoodsecurity.vgscollect.view.material/-text-input-field-layout/get-padding-start.html","searchKeys":["getPaddingStart","open override fun getPaddingStart(): Int","com.verygoodsecurity.vgscollect.view.material.TextInputFieldLayout.getPaddingStart"]},{"name":"open override fun getPaddingTop(): Int","description":"com.verygoodsecurity.vgscollect.view.InputFieldView.getPaddingTop","location":"vgscollect/com.verygoodsecurity.vgscollect.view/-input-field-view/get-padding-top.html","searchKeys":["getPaddingTop","open override fun getPaddingTop(): Int","com.verygoodsecurity.vgscollect.view.InputFieldView.getPaddingTop"]},{"name":"open override fun getPaddingTop(): Int","description":"com.verygoodsecurity.vgscollect.view.material.TextInputFieldLayout.getPaddingTop","location":"vgscollect/com.verygoodsecurity.vgscollect.view.material/-text-input-field-layout/get-padding-top.html","searchKeys":["getPaddingTop","open override fun getPaddingTop(): Int","com.verygoodsecurity.vgscollect.view.material.TextInputFieldLayout.getPaddingTop"]},{"name":"open override fun hasFocus(): Boolean","description":"com.verygoodsecurity.vgscollect.view.InputFieldView.hasFocus","location":"vgscollect/com.verygoodsecurity.vgscollect.view/-input-field-view/has-focus.html","searchKeys":["hasFocus","open override fun hasFocus(): Boolean","com.verygoodsecurity.vgscollect.view.InputFieldView.hasFocus"]},{"name":"open override fun hashCode(): Int","description":"com.verygoodsecurity.vgscollect.core.model.state.FileState.hashCode","location":"vgscollect/com.verygoodsecurity.vgscollect.core.model.state/-file-state/hash-code.html","searchKeys":["hashCode","open override fun hashCode(): Int","com.verygoodsecurity.vgscollect.core.model.state.FileState.hashCode"]},{"name":"open override fun hashCode(): Int","description":"com.verygoodsecurity.vgscollect.view.card.BrandParams.hashCode","location":"vgscollect/com.verygoodsecurity.vgscollect.view.card/-brand-params/hash-code.html","searchKeys":["hashCode","open override fun hashCode(): Int","com.verygoodsecurity.vgscollect.view.card.BrandParams.hashCode"]},{"name":"open override fun isFocused(): Boolean","description":"com.verygoodsecurity.vgscollect.view.InputFieldView.isFocused","location":"vgscollect/com.verygoodsecurity.vgscollect.view/-input-field-view/is-focused.html","searchKeys":["isFocused","open override fun isFocused(): Boolean","com.verygoodsecurity.vgscollect.view.InputFieldView.isFocused"]},{"name":"open override fun isValid(content: String): Boolean","description":"com.verygoodsecurity.vgscollect.view.card.validation.CheckSumValidator.isValid","location":"vgscollect/com.verygoodsecurity.vgscollect.view.card.validation/-check-sum-validator/is-valid.html","searchKeys":["isValid","open override fun isValid(content: String): Boolean","com.verygoodsecurity.vgscollect.view.card.validation.CheckSumValidator.isValid"]},{"name":"open override fun onAttachedToWindow()","description":"com.verygoodsecurity.vgscollect.view.InputFieldView.onAttachedToWindow","location":"vgscollect/com.verygoodsecurity.vgscollect.view/-input-field-view/on-attached-to-window.html","searchKeys":["onAttachedToWindow","open override fun onAttachedToWindow()","com.verygoodsecurity.vgscollect.view.InputFieldView.onAttachedToWindow"]},{"name":"open override fun onTextChanged(s: CharSequence, start: Int, before: Int, count: Int)","description":"com.verygoodsecurity.vgscollect.view.card.formatter.date.FlexibleDateFormatter.onTextChanged","location":"vgscollect/com.verygoodsecurity.vgscollect.view.card.formatter.date/-flexible-date-formatter/on-text-changed.html","searchKeys":["onTextChanged","open override fun onTextChanged(s: CharSequence, start: Int, before: Int, count: Int)","com.verygoodsecurity.vgscollect.view.card.formatter.date.FlexibleDateFormatter.onTextChanged"]},{"name":"open override fun onTextChanged(s: CharSequence?, start: Int, before: Int, count: Int)","description":"com.verygoodsecurity.vgscollect.view.card.formatter.digit.DigitInputFormatter.onTextChanged","location":"vgscollect/com.verygoodsecurity.vgscollect.view.card.formatter.digit/-digit-input-formatter/on-text-changed.html","searchKeys":["onTextChanged","open override fun onTextChanged(s: CharSequence?, start: Int, before: Int, count: Int)","com.verygoodsecurity.vgscollect.view.card.formatter.digit.DigitInputFormatter.onTextChanged"]},{"name":"open override fun performClick(): Boolean","description":"com.verygoodsecurity.vgscollect.view.InputFieldView.performClick","location":"vgscollect/com.verygoodsecurity.vgscollect.view/-input-field-view/perform-click.html","searchKeys":["performClick","open override fun performClick(): Boolean","com.verygoodsecurity.vgscollect.view.InputFieldView.performClick"]},{"name":"open override fun requestFocus(direction: Int, previouslyFocusedRect: Rect?): Boolean","description":"com.verygoodsecurity.vgscollect.view.InputFieldView.requestFocus","location":"vgscollect/com.verygoodsecurity.vgscollect.view/-input-field-view/request-focus.html","searchKeys":["requestFocus","open override fun requestFocus(direction: Int, previouslyFocusedRect: Rect?): Boolean","com.verygoodsecurity.vgscollect.view.InputFieldView.requestFocus"]},{"name":"open override fun setAutofillHints(vararg autofillHints: String?)","description":"com.verygoodsecurity.vgscollect.view.InputFieldView.setAutofillHints","location":"vgscollect/com.verygoodsecurity.vgscollect.view/-input-field-view/set-autofill-hints.html","searchKeys":["setAutofillHints","open override fun setAutofillHints(vararg autofillHints: String?)","com.verygoodsecurity.vgscollect.view.InputFieldView.setAutofillHints"]},{"name":"open override fun setAutofillId(id: AutofillId?)","description":"com.verygoodsecurity.vgscollect.view.InputFieldView.setAutofillId","location":"vgscollect/com.verygoodsecurity.vgscollect.view/-input-field-view/set-autofill-id.html","searchKeys":["setAutofillId","open override fun setAutofillId(id: AutofillId?)","com.verygoodsecurity.vgscollect.view.InputFieldView.setAutofillId"]},{"name":"open override fun setBackground(background: Drawable?)","description":"com.verygoodsecurity.vgscollect.view.InputFieldView.setBackground","location":"vgscollect/com.verygoodsecurity.vgscollect.view/-input-field-view/set-background.html","searchKeys":["setBackground","open override fun setBackground(background: Drawable?)","com.verygoodsecurity.vgscollect.view.InputFieldView.setBackground"]},{"name":"open override fun setBackgroundColor(color: Int)","description":"com.verygoodsecurity.vgscollect.view.InputFieldView.setBackgroundColor","location":"vgscollect/com.verygoodsecurity.vgscollect.view/-input-field-view/set-background-color.html","searchKeys":["setBackgroundColor","open override fun setBackgroundColor(color: Int)","com.verygoodsecurity.vgscollect.view.InputFieldView.setBackgroundColor"]},{"name":"open override fun setContentDescription(contentDescription: CharSequence?)","description":"com.verygoodsecurity.vgscollect.view.InputFieldView.setContentDescription","location":"vgscollect/com.verygoodsecurity.vgscollect.view/-input-field-view/set-content-description.html","searchKeys":["setContentDescription","open override fun setContentDescription(contentDescription: CharSequence?)","com.verygoodsecurity.vgscollect.view.InputFieldView.setContentDescription"]},{"name":"open override fun setEnabled(enabled: Boolean)","description":"com.verygoodsecurity.vgscollect.view.InputFieldView.setEnabled","location":"vgscollect/com.verygoodsecurity.vgscollect.view/-input-field-view/set-enabled.html","searchKeys":["setEnabled","open override fun setEnabled(enabled: Boolean)","com.verygoodsecurity.vgscollect.view.InputFieldView.setEnabled"]},{"name":"open override fun setFocusable(focusable: Boolean)","description":"com.verygoodsecurity.vgscollect.view.InputFieldView.setFocusable","location":"vgscollect/com.verygoodsecurity.vgscollect.view/-input-field-view/set-focusable.html","searchKeys":["setFocusable","open override fun setFocusable(focusable: Boolean)","com.verygoodsecurity.vgscollect.view.InputFieldView.setFocusable"]},{"name":"open override fun setFocusable(focusable: Int)","description":"com.verygoodsecurity.vgscollect.view.InputFieldView.setFocusable","location":"vgscollect/com.verygoodsecurity.vgscollect.view/-input-field-view/set-focusable.html","searchKeys":["setFocusable","open override fun setFocusable(focusable: Int)","com.verygoodsecurity.vgscollect.view.InputFieldView.setFocusable"]},{"name":"open override fun setFocusableInTouchMode(focusableInTouchMode: Boolean)","description":"com.verygoodsecurity.vgscollect.view.InputFieldView.setFocusableInTouchMode","location":"vgscollect/com.verygoodsecurity.vgscollect.view/-input-field-view/set-focusable-in-touch-mode.html","searchKeys":["setFocusableInTouchMode","open override fun setFocusableInTouchMode(focusableInTouchMode: Boolean)","com.verygoodsecurity.vgscollect.view.InputFieldView.setFocusableInTouchMode"]},{"name":"open override fun setImportantForAccessibility(mode: Int)","description":"com.verygoodsecurity.vgscollect.view.InputFieldView.setImportantForAccessibility","location":"vgscollect/com.verygoodsecurity.vgscollect.view/-input-field-view/set-important-for-accessibility.html","searchKeys":["setImportantForAccessibility","open override fun setImportantForAccessibility(mode: Int)","com.verygoodsecurity.vgscollect.view.InputFieldView.setImportantForAccessibility"]},{"name":"open override fun setImportantForAutofill(mode: Int)","description":"com.verygoodsecurity.vgscollect.view.InputFieldView.setImportantForAutofill","location":"vgscollect/com.verygoodsecurity.vgscollect.view/-input-field-view/set-important-for-autofill.html","searchKeys":["setImportantForAutofill","open override fun setImportantForAutofill(mode: Int)","com.verygoodsecurity.vgscollect.view.InputFieldView.setImportantForAutofill"]},{"name":"open override fun setInputType(inputType: Int)","description":"com.verygoodsecurity.vgscollect.widget.VGSEditText.setInputType","location":"vgscollect/com.verygoodsecurity.vgscollect.widget/-v-g-s-edit-text/set-input-type.html","searchKeys":["setInputType","open override fun setInputType(inputType: Int)","com.verygoodsecurity.vgscollect.widget.VGSEditText.setInputType"]},{"name":"open override fun setMask(mask: String)","description":"com.verygoodsecurity.vgscollect.view.card.formatter.date.FlexibleDateFormatter.setMask","location":"vgscollect/com.verygoodsecurity.vgscollect.view.card.formatter.date/-flexible-date-formatter/set-mask.html","searchKeys":["setMask","open override fun setMask(mask: String)","com.verygoodsecurity.vgscollect.view.card.formatter.date.FlexibleDateFormatter.setMask"]},{"name":"open override fun setMask(mask: String)","description":"com.verygoodsecurity.vgscollect.view.card.formatter.digit.DigitInputFormatter.setMask","location":"vgscollect/com.verygoodsecurity.vgscollect.view.card.formatter.digit/-digit-input-formatter/set-mask.html","searchKeys":["setMask","open override fun setMask(mask: String)","com.verygoodsecurity.vgscollect.view.card.formatter.digit.DigitInputFormatter.setMask"]},{"name":"open override fun setMode(mode: DatePickerMode)","description":"com.verygoodsecurity.vgscollect.view.card.formatter.date.FlexibleDateFormatter.setMode","location":"vgscollect/com.verygoodsecurity.vgscollect.view.card.formatter.date/-flexible-date-formatter/set-mode.html","searchKeys":["setMode","open override fun setMode(mode: DatePickerMode)","com.verygoodsecurity.vgscollect.view.card.formatter.date.FlexibleDateFormatter.setMode"]},{"name":"open override fun setNextFocusDownId(nextFocusDownId: Int)","description":"com.verygoodsecurity.vgscollect.view.InputFieldView.setNextFocusDownId","location":"vgscollect/com.verygoodsecurity.vgscollect.view/-input-field-view/set-next-focus-down-id.html","searchKeys":["setNextFocusDownId","open override fun setNextFocusDownId(nextFocusDownId: Int)","com.verygoodsecurity.vgscollect.view.InputFieldView.setNextFocusDownId"]},{"name":"open override fun setNextFocusForwardId(nextFocusForwardId: Int)","description":"com.verygoodsecurity.vgscollect.view.InputFieldView.setNextFocusForwardId","location":"vgscollect/com.verygoodsecurity.vgscollect.view/-input-field-view/set-next-focus-forward-id.html","searchKeys":["setNextFocusForwardId","open override fun setNextFocusForwardId(nextFocusForwardId: Int)","com.verygoodsecurity.vgscollect.view.InputFieldView.setNextFocusForwardId"]},{"name":"open override fun setNextFocusLeftId(nextFocusLeftId: Int)","description":"com.verygoodsecurity.vgscollect.view.InputFieldView.setNextFocusLeftId","location":"vgscollect/com.verygoodsecurity.vgscollect.view/-input-field-view/set-next-focus-left-id.html","searchKeys":["setNextFocusLeftId","open override fun setNextFocusLeftId(nextFocusLeftId: Int)","com.verygoodsecurity.vgscollect.view.InputFieldView.setNextFocusLeftId"]},{"name":"open override fun setNextFocusRightId(nextFocusRightId: Int)","description":"com.verygoodsecurity.vgscollect.view.InputFieldView.setNextFocusRightId","location":"vgscollect/com.verygoodsecurity.vgscollect.view/-input-field-view/set-next-focus-right-id.html","searchKeys":["setNextFocusRightId","open override fun setNextFocusRightId(nextFocusRightId: Int)","com.verygoodsecurity.vgscollect.view.InputFieldView.setNextFocusRightId"]},{"name":"open override fun setNextFocusUpId(nextFocusUpId: Int)","description":"com.verygoodsecurity.vgscollect.view.InputFieldView.setNextFocusUpId","location":"vgscollect/com.verygoodsecurity.vgscollect.view/-input-field-view/set-next-focus-up-id.html","searchKeys":["setNextFocusUpId","open override fun setNextFocusUpId(nextFocusUpId: Int)","com.verygoodsecurity.vgscollect.view.InputFieldView.setNextFocusUpId"]},{"name":"open override fun setOnFocusChangeListener(l: View.OnFocusChangeListener?)","description":"com.verygoodsecurity.vgscollect.view.InputFieldView.setOnFocusChangeListener","location":"vgscollect/com.verygoodsecurity.vgscollect.view/-input-field-view/set-on-focus-change-listener.html","searchKeys":["setOnFocusChangeListener","open override fun setOnFocusChangeListener(l: View.OnFocusChangeListener?)","com.verygoodsecurity.vgscollect.view.InputFieldView.setOnFocusChangeListener"]},{"name":"open override fun setOnKeyListener(l: View.OnKeyListener?)","description":"com.verygoodsecurity.vgscollect.view.InputFieldView.setOnKeyListener","location":"vgscollect/com.verygoodsecurity.vgscollect.view/-input-field-view/set-on-key-listener.html","searchKeys":["setOnKeyListener","open override fun setOnKeyListener(l: View.OnKeyListener?)","com.verygoodsecurity.vgscollect.view.InputFieldView.setOnKeyListener"]},{"name":"open override fun setPadding(left: Int, top: Int, right: Int, bottom: Int)","description":"com.verygoodsecurity.vgscollect.view.InputFieldView.setPadding","location":"vgscollect/com.verygoodsecurity.vgscollect.view/-input-field-view/set-padding.html","searchKeys":["setPadding","open override fun setPadding(left: Int, top: Int, right: Int, bottom: Int)","com.verygoodsecurity.vgscollect.view.InputFieldView.setPadding"]},{"name":"open override fun setPadding(left: Int, top: Int, right: Int, bottom: Int)","description":"com.verygoodsecurity.vgscollect.view.material.TextInputFieldLayout.setPadding","location":"vgscollect/com.verygoodsecurity.vgscollect.view.material/-text-input-field-layout/set-padding.html","searchKeys":["setPadding","open override fun setPadding(left: Int, top: Int, right: Int, bottom: Int)","com.verygoodsecurity.vgscollect.view.material.TextInputFieldLayout.setPadding"]},{"name":"open override fun toString(): String","description":"com.verygoodsecurity.vgscollect.core.model.map.FlatMap.toString","location":"vgscollect/com.verygoodsecurity.vgscollect.core.model.map/-flat-map/to-string.html","searchKeys":["toString","open override fun toString(): String","com.verygoodsecurity.vgscollect.core.model.map.FlatMap.toString"]},{"name":"open override fun toString(): String","description":"com.verygoodsecurity.vgscollect.core.model.network.VGSResponse.ErrorResponse.toString","location":"vgscollect/com.verygoodsecurity.vgscollect.core.model.network/-v-g-s-response/-error-response/to-string.html","searchKeys":["toString","open override fun toString(): String","com.verygoodsecurity.vgscollect.core.model.network.VGSResponse.ErrorResponse.toString"]},{"name":"open override fun toString(): String","description":"com.verygoodsecurity.vgscollect.core.model.network.VGSResponse.SuccessResponse.toString","location":"vgscollect/com.verygoodsecurity.vgscollect.core.model.network/-v-g-s-response/-success-response/to-string.html","searchKeys":["toString","open override fun toString(): String","com.verygoodsecurity.vgscollect.core.model.network.VGSResponse.SuccessResponse.toString"]},{"name":"open override fun toString(): String","description":"com.verygoodsecurity.vgscollect.core.model.state.FieldState.CardNumberState.toString","location":"vgscollect/com.verygoodsecurity.vgscollect.core.model.state/-field-state/-card-number-state/to-string.html","searchKeys":["toString","open override fun toString(): String","com.verygoodsecurity.vgscollect.core.model.state.FieldState.CardNumberState.toString"]},{"name":"open override fun toString(): String","description":"com.verygoodsecurity.vgscollect.core.model.state.FieldState.SSNNumberState.toString","location":"vgscollect/com.verygoodsecurity.vgscollect.core.model.state/-field-state/-s-s-n-number-state/to-string.html","searchKeys":["toString","open override fun toString(): String","com.verygoodsecurity.vgscollect.core.model.state.FieldState.SSNNumberState.toString"]},{"name":"open override fun toString(): String","description":"com.verygoodsecurity.vgscollect.core.model.state.FieldState.toString","location":"vgscollect/com.verygoodsecurity.vgscollect.core.model.state/-field-state/to-string.html","searchKeys":["toString","open override fun toString(): String","com.verygoodsecurity.vgscollect.core.model.state.FieldState.toString"]},{"name":"open override fun writeToParcel(out: Parcel, flags: Int)","description":"com.verygoodsecurity.vgscollect.view.material.internal.TextInputLayoutSavedState.writeToParcel","location":"vgscollect/com.verygoodsecurity.vgscollect.view.material.internal/-text-input-layout-saved-state/write-to-parcel.html","searchKeys":["writeToParcel","open override fun writeToParcel(out: Parcel, flags: Int)","com.verygoodsecurity.vgscollect.view.material.internal.TextInputLayoutSavedState.writeToParcel"]},{"name":"open override val customData: Map","description":"com.verygoodsecurity.vgscollect.core.model.network.VGSRequest.customData","location":"vgscollect/com.verygoodsecurity.vgscollect.core.model.network/-v-g-s-request/custom-data.html","searchKeys":["customData","open override val customData: Map","com.verygoodsecurity.vgscollect.core.model.network.VGSRequest.customData"]},{"name":"open override val customData: Map","description":"com.verygoodsecurity.vgscollect.core.model.network.tokenization.VGSTokenizationRequest.customData","location":"vgscollect/com.verygoodsecurity.vgscollect.core.model.network.tokenization/-v-g-s-tokenization-request/custom-data.html","searchKeys":["customData","open override val customData: Map","com.verygoodsecurity.vgscollect.core.model.network.tokenization.VGSTokenizationRequest.customData"]},{"name":"open override val customHeader: Map","description":"com.verygoodsecurity.vgscollect.core.model.network.VGSRequest.customHeader","location":"vgscollect/com.verygoodsecurity.vgscollect.core.model.network/-v-g-s-request/custom-header.html","searchKeys":["customHeader","open override val customHeader: Map","com.verygoodsecurity.vgscollect.core.model.network.VGSRequest.customHeader"]},{"name":"open override val customHeader: Map","description":"com.verygoodsecurity.vgscollect.core.model.network.tokenization.VGSTokenizationRequest.customHeader","location":"vgscollect/com.verygoodsecurity.vgscollect.core.model.network.tokenization/-v-g-s-tokenization-request/custom-header.html","searchKeys":["customHeader","open override val customHeader: Map","com.verygoodsecurity.vgscollect.core.model.network.tokenization.VGSTokenizationRequest.customHeader"]},{"name":"open override val errorMsg: String","description":"com.verygoodsecurity.vgscollect.view.card.validation.CheckSumValidator.errorMsg","location":"vgscollect/com.verygoodsecurity.vgscollect.view.card.validation/-check-sum-validator/error-msg.html","searchKeys":["errorMsg","open override val errorMsg: String","com.verygoodsecurity.vgscollect.view.card.validation.CheckSumValidator.errorMsg"]},{"name":"open override val fieldNameMappingPolicy: VGSCollectFieldNameMappingPolicy","description":"com.verygoodsecurity.vgscollect.core.model.network.VGSRequest.fieldNameMappingPolicy","location":"vgscollect/com.verygoodsecurity.vgscollect.core.model.network/-v-g-s-request/field-name-mapping-policy.html","searchKeys":["fieldNameMappingPolicy","open override val fieldNameMappingPolicy: VGSCollectFieldNameMappingPolicy","com.verygoodsecurity.vgscollect.core.model.network.VGSRequest.fieldNameMappingPolicy"]},{"name":"open override val fieldNameMappingPolicy: VGSCollectFieldNameMappingPolicy","description":"com.verygoodsecurity.vgscollect.core.model.network.tokenization.VGSTokenizationRequest.fieldNameMappingPolicy","location":"vgscollect/com.verygoodsecurity.vgscollect.core.model.network.tokenization/-v-g-s-tokenization-request/field-name-mapping-policy.html","searchKeys":["fieldNameMappingPolicy","open override val fieldNameMappingPolicy: VGSCollectFieldNameMappingPolicy","com.verygoodsecurity.vgscollect.core.model.network.tokenization.VGSTokenizationRequest.fieldNameMappingPolicy"]},{"name":"open override val fieldsIgnore: Boolean","description":"com.verygoodsecurity.vgscollect.core.model.network.VGSRequest.fieldsIgnore","location":"vgscollect/com.verygoodsecurity.vgscollect.core.model.network/-v-g-s-request/fields-ignore.html","searchKeys":["fieldsIgnore","open override val fieldsIgnore: Boolean","com.verygoodsecurity.vgscollect.core.model.network.VGSRequest.fieldsIgnore"]},{"name":"open override val fieldsIgnore: Boolean","description":"com.verygoodsecurity.vgscollect.core.model.network.tokenization.VGSTokenizationRequest.fieldsIgnore","location":"vgscollect/com.verygoodsecurity.vgscollect.core.model.network.tokenization/-v-g-s-tokenization-request/fields-ignore.html","searchKeys":["fieldsIgnore","open override val fieldsIgnore: Boolean","com.verygoodsecurity.vgscollect.core.model.network.tokenization.VGSTokenizationRequest.fieldsIgnore"]},{"name":"open override val fileIgnore: Boolean","description":"com.verygoodsecurity.vgscollect.core.model.network.VGSRequest.fileIgnore","location":"vgscollect/com.verygoodsecurity.vgscollect.core.model.network/-v-g-s-request/file-ignore.html","searchKeys":["fileIgnore","open override val fileIgnore: Boolean","com.verygoodsecurity.vgscollect.core.model.network.VGSRequest.fileIgnore"]},{"name":"open override val fileIgnore: Boolean","description":"com.verygoodsecurity.vgscollect.core.model.network.tokenization.VGSTokenizationRequest.fileIgnore","location":"vgscollect/com.verygoodsecurity.vgscollect.core.model.network.tokenization/-v-g-s-tokenization-request/file-ignore.html","searchKeys":["fileIgnore","open override val fileIgnore: Boolean","com.verygoodsecurity.vgscollect.core.model.network.tokenization.VGSTokenizationRequest.fileIgnore"]},{"name":"open override val format: VGSHttpBodyFormat","description":"com.verygoodsecurity.vgscollect.core.model.network.VGSRequest.format","location":"vgscollect/com.verygoodsecurity.vgscollect.core.model.network/-v-g-s-request/format.html","searchKeys":["format","open override val format: VGSHttpBodyFormat","com.verygoodsecurity.vgscollect.core.model.network.VGSRequest.format"]},{"name":"open override val format: VGSHttpBodyFormat","description":"com.verygoodsecurity.vgscollect.core.model.network.tokenization.VGSTokenizationRequest.format","location":"vgscollect/com.verygoodsecurity.vgscollect.core.model.network.tokenization/-v-g-s-tokenization-request/format.html","searchKeys":["format","open override val format: VGSHttpBodyFormat","com.verygoodsecurity.vgscollect.core.model.network.tokenization.VGSTokenizationRequest.format"]},{"name":"open override val isValid: Boolean","description":"com.verygoodsecurity.vgscollect.core.model.map.Key.ArrayKey.isValid","location":"vgscollect/com.verygoodsecurity.vgscollect.core.model.map/-key/-array-key/is-valid.html","searchKeys":["isValid","open override val isValid: Boolean","com.verygoodsecurity.vgscollect.core.model.map.Key.ArrayKey.isValid"]},{"name":"open override val isValid: Boolean","description":"com.verygoodsecurity.vgscollect.core.model.map.Key.ObjectKey.isValid","location":"vgscollect/com.verygoodsecurity.vgscollect.core.model.map/-key/-object-key/is-valid.html","searchKeys":["isValid","open override val isValid: Boolean","com.verygoodsecurity.vgscollect.core.model.map.Key.ObjectKey.isValid"]},{"name":"open override val method: HTTPMethod","description":"com.verygoodsecurity.vgscollect.core.model.network.VGSRequest.method","location":"vgscollect/com.verygoodsecurity.vgscollect.core.model.network/-v-g-s-request/method.html","searchKeys":["method","open override val method: HTTPMethod","com.verygoodsecurity.vgscollect.core.model.network.VGSRequest.method"]},{"name":"open override val method: HTTPMethod","description":"com.verygoodsecurity.vgscollect.core.model.network.tokenization.VGSTokenizationRequest.method","location":"vgscollect/com.verygoodsecurity.vgscollect.core.model.network.tokenization/-v-g-s-tokenization-request/method.html","searchKeys":["method","open override val method: HTTPMethod","com.verygoodsecurity.vgscollect.core.model.network.tokenization.VGSTokenizationRequest.method"]},{"name":"open override val path: String","description":"com.verygoodsecurity.vgscollect.core.model.network.VGSRequest.path","location":"vgscollect/com.verygoodsecurity.vgscollect.core.model.network/-v-g-s-request/path.html","searchKeys":["path","open override val path: String","com.verygoodsecurity.vgscollect.core.model.network.VGSRequest.path"]},{"name":"open override val path: String","description":"com.verygoodsecurity.vgscollect.core.model.network.tokenization.VGSTokenizationRequest.path","location":"vgscollect/com.verygoodsecurity.vgscollect.core.model.network.tokenization/-v-g-s-tokenization-request/path.html","searchKeys":["path","open override val path: String","com.verygoodsecurity.vgscollect.core.model.network.tokenization.VGSTokenizationRequest.path"]},{"name":"open override val requestTimeoutInterval: Long","description":"com.verygoodsecurity.vgscollect.core.model.network.VGSRequest.requestTimeoutInterval","location":"vgscollect/com.verygoodsecurity.vgscollect.core.model.network/-v-g-s-request/request-timeout-interval.html","searchKeys":["requestTimeoutInterval","open override val requestTimeoutInterval: Long","com.verygoodsecurity.vgscollect.core.model.network.VGSRequest.requestTimeoutInterval"]},{"name":"open override val requestTimeoutInterval: Long","description":"com.verygoodsecurity.vgscollect.core.model.network.tokenization.VGSTokenizationRequest.requestTimeoutInterval","location":"vgscollect/com.verygoodsecurity.vgscollect.core.model.network.tokenization/-v-g-s-tokenization-request/request-timeout-interval.html","searchKeys":["requestTimeoutInterval","open override val requestTimeoutInterval: Long","com.verygoodsecurity.vgscollect.core.model.network.tokenization.VGSTokenizationRequest.requestTimeoutInterval"]},{"name":"open override val routeId: String?","description":"com.verygoodsecurity.vgscollect.core.model.network.tokenization.VGSTokenizationRequest.routeId","location":"vgscollect/com.verygoodsecurity.vgscollect.core.model.network.tokenization/-v-g-s-tokenization-request/route-id.html","searchKeys":["routeId","open override val routeId: String?","com.verygoodsecurity.vgscollect.core.model.network.tokenization.VGSTokenizationRequest.routeId"]},{"name":"open override val routeId: String? = null","description":"com.verygoodsecurity.vgscollect.core.model.network.VGSRequest.routeId","location":"vgscollect/com.verygoodsecurity.vgscollect.core.model.network/-v-g-s-request/route-id.html","searchKeys":["routeId","open override val routeId: String? = null","com.verygoodsecurity.vgscollect.core.model.network.VGSRequest.routeId"]},{"name":"open override val value: String","description":"com.verygoodsecurity.vgscollect.core.model.map.Key.ArrayKey.value","location":"vgscollect/com.verygoodsecurity.vgscollect.core.model.map/-key/-array-key/value.html","searchKeys":["value","open override val value: String","com.verygoodsecurity.vgscollect.core.model.map.Key.ArrayKey.value"]},{"name":"open override val value: String","description":"com.verygoodsecurity.vgscollect.core.model.map.Key.ObjectKey.value","location":"vgscollect/com.verygoodsecurity.vgscollect.core.model.map/-key/-object-key/value.html","searchKeys":["value","open override val value: String","com.verygoodsecurity.vgscollect.core.model.map.Key.ObjectKey.value"]},{"name":"sealed class FieldState","description":"com.verygoodsecurity.vgscollect.core.model.state.FieldState","location":"vgscollect/com.verygoodsecurity.vgscollect.core.model.state/-field-state/index.html","searchKeys":["FieldState","sealed class FieldState","com.verygoodsecurity.vgscollect.core.model.state.FieldState"]},{"name":"sealed class Key","description":"com.verygoodsecurity.vgscollect.core.model.map.Key","location":"vgscollect/com.verygoodsecurity.vgscollect.core.model.map/-key/index.html","searchKeys":["Key","sealed class Key","com.verygoodsecurity.vgscollect.core.model.map.Key"]},{"name":"sealed class VGSResponse","description":"com.verygoodsecurity.vgscollect.core.model.network.VGSResponse","location":"vgscollect/com.verygoodsecurity.vgscollect.core.model.network/-v-g-s-response/index.html","searchKeys":["VGSResponse","sealed class VGSResponse","com.verygoodsecurity.vgscollect.core.model.network.VGSResponse"]},{"name":"suspend fun submitAsync(path: String, method: HTTPMethod = HTTPMethod.POST): VGSResponse","description":"com.verygoodsecurity.vgscollect.core.VGSCollect.submitAsync","location":"vgscollect/com.verygoodsecurity.vgscollect.core/-v-g-s-collect/submit-async.html","searchKeys":["submitAsync","suspend fun submitAsync(path: String, method: HTTPMethod = HTTPMethod.POST): VGSResponse","com.verygoodsecurity.vgscollect.core.VGSCollect.submitAsync"]},{"name":"suspend fun submitAsync(request: VGSRequest): VGSResponse","description":"com.verygoodsecurity.vgscollect.core.VGSCollect.submitAsync","location":"vgscollect/com.verygoodsecurity.vgscollect.core/-v-g-s-collect/submit-async.html","searchKeys":["submitAsync","suspend fun submitAsync(request: VGSRequest): VGSResponse","com.verygoodsecurity.vgscollect.core.VGSCollect.submitAsync"]},{"name":"typealias DependencyHandler = (FieldType, Dependency) -> Unit","description":"com.verygoodsecurity.vgscollect.core.storage.DependencyHandler","location":"vgscollect/com.verygoodsecurity.vgscollect.core.storage/-dependency-handler/index.html","searchKeys":["DependencyHandler","typealias DependencyHandler = (FieldType, Dependency) -> Unit","com.verygoodsecurity.vgscollect.core.storage.DependencyHandler"]},{"name":"val CREATOR: Parcelable.Creator","description":"com.verygoodsecurity.vgscollect.view.material.internal.TextInputLayoutSavedState.Companion.CREATOR","location":"vgscollect/com.verygoodsecurity.vgscollect.view.material.internal/-text-input-layout-saved-state/-companion/-c-r-e-a-t-o-r.html","searchKeys":["CREATOR","val CREATOR: Parcelable.Creator","com.verygoodsecurity.vgscollect.view.material.internal.TextInputLayoutSavedState.Companion.CREATOR"]},{"name":"val algorithm: ChecksumAlgorithm","description":"com.verygoodsecurity.vgscollect.view.card.BrandParams.algorithm","location":"vgscollect/com.verygoodsecurity.vgscollect.view.card/-brand-params/algorithm.html","searchKeys":["algorithm","val algorithm: ChecksumAlgorithm","com.verygoodsecurity.vgscollect.view.card.BrandParams.algorithm"]},{"name":"val algorithm: ChecksumAlgorithm","description":"com.verygoodsecurity.vgscollect.view.card.CardType.algorithm","location":"vgscollect/com.verygoodsecurity.vgscollect.view.card/-card-type/algorithm.html","searchKeys":["algorithm","val algorithm: ChecksumAlgorithm","com.verygoodsecurity.vgscollect.view.card.CardType.algorithm"]},{"name":"val body: String? = null","description":"com.verygoodsecurity.vgscollect.core.model.network.NetworkResponse.body","location":"vgscollect/com.verygoodsecurity.vgscollect.core.model.network/-network-response/body.html","searchKeys":["body","val body: String? = null","com.verygoodsecurity.vgscollect.core.model.network.NetworkResponse.body"]},{"name":"val body: String? = null","description":"com.verygoodsecurity.vgscollect.core.model.network.VGSResponse.body","location":"vgscollect/com.verygoodsecurity.vgscollect.core.model.network/-v-g-s-response/body.html","searchKeys":["body","val body: String? = null","com.verygoodsecurity.vgscollect.core.model.network.VGSResponse.body"]},{"name":"val cardBrandName: String","description":"com.verygoodsecurity.vgscollect.view.card.CardBrand.cardBrandName","location":"vgscollect/com.verygoodsecurity.vgscollect.view.card/-card-brand/card-brand-name.html","searchKeys":["cardBrandName","val cardBrandName: String","com.verygoodsecurity.vgscollect.view.card.CardBrand.cardBrandName"]},{"name":"val code: Int","description":"com.verygoodsecurity.vgscollect.core.model.network.NetworkResponse.code","location":"vgscollect/com.verygoodsecurity.vgscollect.core.model.network/-network-response/code.html","searchKeys":["code","val code: Int","com.verygoodsecurity.vgscollect.core.model.network.NetworkResponse.code"]},{"name":"val code: Int","description":"com.verygoodsecurity.vgscollect.core.model.network.VGSError.code","location":"vgscollect/com.verygoodsecurity.vgscollect.core.model.network/-v-g-s-error/code.html","searchKeys":["code","val code: Int","com.verygoodsecurity.vgscollect.core.model.network.VGSError.code"]},{"name":"val code: Int","description":"com.verygoodsecurity.vgscollect.core.model.network.VGSResponse.code","location":"vgscollect/com.verygoodsecurity.vgscollect.core.model.network/-v-g-s-response/code.html","searchKeys":["code","val code: Int","com.verygoodsecurity.vgscollect.core.model.network.VGSResponse.code"]},{"name":"val customData: Any","description":"com.verygoodsecurity.vgscollect.core.model.network.NetworkRequest.customData","location":"vgscollect/com.verygoodsecurity.vgscollect.core.model.network/-network-request/custom-data.html","searchKeys":["customData","val customData: Any","com.verygoodsecurity.vgscollect.core.model.network.NetworkRequest.customData"]},{"name":"val customHeader: Map","description":"com.verygoodsecurity.vgscollect.core.model.network.NetworkRequest.customHeader","location":"vgscollect/com.verygoodsecurity.vgscollect.core.model.network/-network-request/custom-header.html","searchKeys":["customHeader","val customHeader: Map","com.verygoodsecurity.vgscollect.core.model.network.NetworkRequest.customHeader"]},{"name":"val date: String","description":"com.verygoodsecurity.vgscollect.view.core.serializers.VGSDateRangeSeparateSerializer.Params.date","location":"vgscollect/com.verygoodsecurity.vgscollect.view.core.serializers/-v-g-s-date-range-separate-serializer/-params/date.html","searchKeys":["date","val date: String","com.verygoodsecurity.vgscollect.view.core.serializers.VGSDateRangeSeparateSerializer.Params.date"]},{"name":"val date: String","description":"com.verygoodsecurity.vgscollect.view.core.serializers.VGSExpDateSeparateSerializer.Params.date","location":"vgscollect/com.verygoodsecurity.vgscollect.view.core.serializers/-v-g-s-exp-date-separate-serializer/-params/date.html","searchKeys":["date","val date: String","com.verygoodsecurity.vgscollect.view.core.serializers.VGSExpDateSeparateSerializer.Params.date"]},{"name":"val dateFormat: String?","description":"com.verygoodsecurity.vgscollect.view.core.serializers.VGSDateRangeSeparateSerializer.Params.dateFormat","location":"vgscollect/com.verygoodsecurity.vgscollect.view.core.serializers/-v-g-s-date-range-separate-serializer/-params/date-format.html","searchKeys":["dateFormat","val dateFormat: String?","com.verygoodsecurity.vgscollect.view.core.serializers.VGSDateRangeSeparateSerializer.Params.dateFormat"]},{"name":"val dateFormat: String?","description":"com.verygoodsecurity.vgscollect.view.core.serializers.VGSExpDateSeparateSerializer.Params.dateFormat","location":"vgscollect/com.verygoodsecurity.vgscollect.view.core.serializers/-v-g-s-exp-date-separate-serializer/-params/date-format.html","searchKeys":["dateFormat","val dateFormat: String?","com.verygoodsecurity.vgscollect.view.core.serializers.VGSExpDateSeparateSerializer.Params.dateFormat"]},{"name":"val day: Int","description":"com.verygoodsecurity.vgscollect.core.model.VGSDate.day","location":"vgscollect/com.verygoodsecurity.vgscollect.core.model/-v-g-s-date/day.html","searchKeys":["day","val day: Int","com.verygoodsecurity.vgscollect.core.model.VGSDate.day"]},{"name":"val drawableResId: Int = 0","description":"com.verygoodsecurity.vgscollect.view.card.CardBrand.drawableResId","location":"vgscollect/com.verygoodsecurity.vgscollect.view.card/-card-brand/drawable-res-id.html","searchKeys":["drawableResId","val drawableResId: Int = 0","com.verygoodsecurity.vgscollect.view.card.CardBrand.drawableResId"]},{"name":"val entries: EnumEntries","description":"com.verygoodsecurity.vgscollect.app.BaseTransmitActivity.Status.entries","location":"vgscollect/com.verygoodsecurity.vgscollect.app/-base-transmit-activity/-status/entries.html","searchKeys":["entries","val entries: EnumEntries","com.verygoodsecurity.vgscollect.app.BaseTransmitActivity.Status.entries"]},{"name":"val entries: EnumEntries","description":"com.verygoodsecurity.vgscollect.view.card.CardType.entries","location":"vgscollect/com.verygoodsecurity.vgscollect.view.card/-card-type/entries.html","searchKeys":["entries","val entries: EnumEntries","com.verygoodsecurity.vgscollect.view.card.CardType.entries"]},{"name":"val entries: EnumEntries","description":"com.verygoodsecurity.vgscollect.view.card.validation.payment.ChecksumAlgorithm.entries","location":"vgscollect/com.verygoodsecurity.vgscollect.view.card.validation.payment/-checksum-algorithm/entries.html","searchKeys":["entries","val entries: EnumEntries","com.verygoodsecurity.vgscollect.view.card.validation.payment.ChecksumAlgorithm.entries"]},{"name":"val entries: EnumEntries","description":"com.verygoodsecurity.vgscollect.view.date.DatePickerMode.entries","location":"vgscollect/com.verygoodsecurity.vgscollect.view.date/-date-picker-mode/entries.html","searchKeys":["entries","val entries: EnumEntries","com.verygoodsecurity.vgscollect.view.date.DatePickerMode.entries"]},{"name":"val entries: EnumEntries","description":"com.verygoodsecurity.vgscollect.core.Environment.entries","location":"vgscollect/com.verygoodsecurity.vgscollect.core/-environment/entries.html","searchKeys":["entries","val entries: EnumEntries","com.verygoodsecurity.vgscollect.core.Environment.entries"]},{"name":"val entries: EnumEntries","description":"com.verygoodsecurity.vgscollect.view.card.FieldType.entries","location":"vgscollect/com.verygoodsecurity.vgscollect.view.card/-field-type/entries.html","searchKeys":["entries","val entries: EnumEntries","com.verygoodsecurity.vgscollect.view.card.FieldType.entries"]},{"name":"val entries: EnumEntries","description":"com.verygoodsecurity.vgscollect.view.card.formatter.rules.FormatMode.entries","location":"vgscollect/com.verygoodsecurity.vgscollect.view.card.formatter.rules/-format-mode/entries.html","searchKeys":["entries","val entries: EnumEntries","com.verygoodsecurity.vgscollect.view.card.formatter.rules.FormatMode.entries"]},{"name":"val entries: EnumEntries","description":"com.verygoodsecurity.vgscollect.core.HTTPMethod.entries","location":"vgscollect/com.verygoodsecurity.vgscollect.core/-h-t-t-p-method/entries.html","searchKeys":["entries","val entries: EnumEntries","com.verygoodsecurity.vgscollect.core.HTTPMethod.entries"]},{"name":"val entries: EnumEntries","description":"com.verygoodsecurity.vgscollect.core.model.VGSCollectFieldNameMappingPolicy.entries","location":"vgscollect/com.verygoodsecurity.vgscollect.core.model/-v-g-s-collect-field-name-mapping-policy/entries.html","searchKeys":["entries","val entries: EnumEntries","com.verygoodsecurity.vgscollect.core.model.VGSCollectFieldNameMappingPolicy.entries"]},{"name":"val entries: EnumEntries","description":"com.verygoodsecurity.vgscollect.VGSCollectLogger.Level.entries","location":"vgscollect/com.verygoodsecurity.vgscollect/-v-g-s-collect-logger/-level/entries.html","searchKeys":["entries","val entries: EnumEntries","com.verygoodsecurity.vgscollect.VGSCollectLogger.Level.entries"]},{"name":"val entries: EnumEntries","description":"com.verygoodsecurity.vgscollect.core.model.network.VGSError.entries","location":"vgscollect/com.verygoodsecurity.vgscollect.core.model.network/-v-g-s-error/entries.html","searchKeys":["entries","val entries: EnumEntries","com.verygoodsecurity.vgscollect.core.model.network.VGSError.entries"]},{"name":"val entries: EnumEntries","description":"com.verygoodsecurity.vgscollect.core.api.VGSHttpBodyFormat.entries","location":"vgscollect/com.verygoodsecurity.vgscollect.core.api/-v-g-s-http-body-format/entries.html","searchKeys":["entries","val entries: EnumEntries","com.verygoodsecurity.vgscollect.core.api.VGSHttpBodyFormat.entries"]},{"name":"val entries: EnumEntries","description":"com.verygoodsecurity.vgscollect.core.model.state.tokenization.VGSVaultAliasFormat.entries","location":"vgscollect/com.verygoodsecurity.vgscollect.core.model.state.tokenization/-v-g-s-vault-alias-format/entries.html","searchKeys":["entries","val entries: EnumEntries","com.verygoodsecurity.vgscollect.core.model.state.tokenization.VGSVaultAliasFormat.entries"]},{"name":"val entries: EnumEntries","description":"com.verygoodsecurity.vgscollect.core.model.state.tokenization.VGSVaultStorageType.entries","location":"vgscollect/com.verygoodsecurity.vgscollect.core.model.state.tokenization/-v-g-s-vault-storage-type/entries.html","searchKeys":["entries","val entries: EnumEntries","com.verygoodsecurity.vgscollect.core.model.state.tokenization.VGSVaultStorageType.entries"]},{"name":"val error: VGSError? = null","description":"com.verygoodsecurity.vgscollect.core.model.network.NetworkResponse.error","location":"vgscollect/com.verygoodsecurity.vgscollect.core.model.network/-network-response/error.html","searchKeys":["error","val error: VGSError? = null","com.verygoodsecurity.vgscollect.core.model.network.NetworkResponse.error"]},{"name":"val errorCode: Int","description":"com.verygoodsecurity.vgscollect.core.model.network.VGSResponse.ErrorResponse.errorCode","location":"vgscollect/com.verygoodsecurity.vgscollect.core.model.network/-v-g-s-response/-error-response/error-code.html","searchKeys":["errorCode","val errorCode: Int","com.verygoodsecurity.vgscollect.core.model.network.VGSResponse.ErrorResponse.errorCode"]},{"name":"val fieldName: String","description":"com.verygoodsecurity.vgscollect.core.model.state.FileState.fieldName","location":"vgscollect/com.verygoodsecurity.vgscollect.core.model.state/-file-state/field-name.html","searchKeys":["fieldName","val fieldName: String","com.verygoodsecurity.vgscollect.core.model.state.FileState.fieldName"]},{"name":"val fieldsIgnore: Boolean","description":"com.verygoodsecurity.vgscollect.core.model.network.NetworkRequest.fieldsIgnore","location":"vgscollect/com.verygoodsecurity.vgscollect.core.model.network/-network-request/fields-ignore.html","searchKeys":["fieldsIgnore","val fieldsIgnore: Boolean","com.verygoodsecurity.vgscollect.core.model.network.NetworkRequest.fieldsIgnore"]},{"name":"val fileIgnore: Boolean","description":"com.verygoodsecurity.vgscollect.core.model.network.NetworkRequest.fileIgnore","location":"vgscollect/com.verygoodsecurity.vgscollect.core.model.network/-network-request/file-ignore.html","searchKeys":["fileIgnore","val fileIgnore: Boolean","com.verygoodsecurity.vgscollect.core.model.network.NetworkRequest.fileIgnore"]},{"name":"val format: VGSHttpBodyFormat","description":"com.verygoodsecurity.vgscollect.core.model.network.NetworkRequest.format","location":"vgscollect/com.verygoodsecurity.vgscollect.core.model.network/-network-request/format.html","searchKeys":["format","val format: VGSHttpBodyFormat","com.verygoodsecurity.vgscollect.core.model.network.NetworkRequest.format"]},{"name":"val isSuccessful: Boolean = false","description":"com.verygoodsecurity.vgscollect.core.model.network.NetworkResponse.isSuccessful","location":"vgscollect/com.verygoodsecurity.vgscollect.core.model.network/-network-response/is-successful.html","searchKeys":["isSuccessful","val isSuccessful: Boolean = false","com.verygoodsecurity.vgscollect.core.model.network.NetworkResponse.isSuccessful"]},{"name":"val localizeMessage: String","description":"com.verygoodsecurity.vgscollect.core.model.network.VGSResponse.ErrorResponse.localizeMessage","location":"vgscollect/com.verygoodsecurity.vgscollect.core.model.network/-v-g-s-response/-error-response/localize-message.html","searchKeys":["localizeMessage","val localizeMessage: String","com.verygoodsecurity.vgscollect.core.model.network.VGSResponse.ErrorResponse.localizeMessage"]},{"name":"val mask: String","description":"com.verygoodsecurity.vgscollect.view.card.BrandParams.mask","location":"vgscollect/com.verygoodsecurity.vgscollect.view.card/-brand-params/mask.html","searchKeys":["mask","val mask: String","com.verygoodsecurity.vgscollect.view.card.BrandParams.mask"]},{"name":"val mask: String","description":"com.verygoodsecurity.vgscollect.view.card.CardType.mask","location":"vgscollect/com.verygoodsecurity.vgscollect.view.card/-card-type/mask.html","searchKeys":["mask","val mask: String","com.verygoodsecurity.vgscollect.view.card.CardType.mask"]},{"name":"val message: String? = null","description":"com.verygoodsecurity.vgscollect.core.model.network.NetworkResponse.message","location":"vgscollect/com.verygoodsecurity.vgscollect.core.model.network/-network-response/message.html","searchKeys":["message","val message: String? = null","com.verygoodsecurity.vgscollect.core.model.network.NetworkResponse.message"]},{"name":"val messageResId: Int","description":"com.verygoodsecurity.vgscollect.core.model.network.VGSError.messageResId","location":"vgscollect/com.verygoodsecurity.vgscollect.core.model.network/-v-g-s-error/message-res-id.html","searchKeys":["messageResId","val messageResId: Int","com.verygoodsecurity.vgscollect.core.model.network.VGSError.messageResId"]},{"name":"val method: HTTPMethod","description":"com.verygoodsecurity.vgscollect.core.model.network.NetworkRequest.method","location":"vgscollect/com.verygoodsecurity.vgscollect.core.model.network/-network-request/method.html","searchKeys":["method","val method: HTTPMethod","com.verygoodsecurity.vgscollect.core.model.network.NetworkRequest.method"]},{"name":"val mimeType: String?","description":"com.verygoodsecurity.vgscollect.core.model.state.FileState.mimeType","location":"vgscollect/com.verygoodsecurity.vgscollect.core.model.state/-file-state/mime-type.html","searchKeys":["mimeType","val mimeType: String?","com.verygoodsecurity.vgscollect.core.model.state.FileState.mimeType"]},{"name":"val month: Int","description":"com.verygoodsecurity.vgscollect.core.model.VGSDate.month","location":"vgscollect/com.verygoodsecurity.vgscollect.core.model/-v-g-s-date/month.html","searchKeys":["month","val month: Int","com.verygoodsecurity.vgscollect.core.model.VGSDate.month"]},{"name":"val name: String?","description":"com.verygoodsecurity.vgscollect.core.model.state.FileState.name","location":"vgscollect/com.verygoodsecurity.vgscollect.core.model.state/-file-state/name.html","searchKeys":["name","val name: String?","com.verygoodsecurity.vgscollect.core.model.state.FileState.name"]},{"name":"val params: BrandParams","description":"com.verygoodsecurity.vgscollect.view.card.CardBrand.params","location":"vgscollect/com.verygoodsecurity.vgscollect.view.card/-card-brand/params.html","searchKeys":["params","val params: BrandParams","com.verygoodsecurity.vgscollect.view.card.CardBrand.params"]},{"name":"val params: Map","description":"com.verygoodsecurity.vgscollect.core.api.analityc.action.AttachFileAction.params","location":"vgscollect/com.verygoodsecurity.vgscollect.core.api.analityc.action/-attach-file-action/params.html","searchKeys":["params","val params: Map","com.verygoodsecurity.vgscollect.core.api.analityc.action.AttachFileAction.params"]},{"name":"val params: Map","description":"com.verygoodsecurity.vgscollect.core.api.analityc.action.AutofillAction.params","location":"vgscollect/com.verygoodsecurity.vgscollect.core.api.analityc.action/-autofill-action/params.html","searchKeys":["params","val params: Map","com.verygoodsecurity.vgscollect.core.api.analityc.action.AutofillAction.params"]},{"name":"val params: Map","description":"com.verygoodsecurity.vgscollect.core.api.analityc.action.HostNameValidationAction.params","location":"vgscollect/com.verygoodsecurity.vgscollect.core.api.analityc.action/-host-name-validation-action/params.html","searchKeys":["params","val params: Map","com.verygoodsecurity.vgscollect.core.api.analityc.action.HostNameValidationAction.params"]},{"name":"val params: Map","description":"com.verygoodsecurity.vgscollect.core.api.analityc.action.InitAction.params","location":"vgscollect/com.verygoodsecurity.vgscollect.core.api.analityc.action/-init-action/params.html","searchKeys":["params","val params: Map","com.verygoodsecurity.vgscollect.core.api.analityc.action.InitAction.params"]},{"name":"val params: Map","description":"com.verygoodsecurity.vgscollect.core.api.analityc.action.ResponseAction.params","location":"vgscollect/com.verygoodsecurity.vgscollect.core.api.analityc.action/-response-action/params.html","searchKeys":["params","val params: Map","com.verygoodsecurity.vgscollect.core.api.analityc.action.ResponseAction.params"]},{"name":"val params: Map","description":"com.verygoodsecurity.vgscollect.core.api.analityc.action.ScanAction.params","location":"vgscollect/com.verygoodsecurity.vgscollect.core.api.analityc.action/-scan-action/params.html","searchKeys":["params","val params: Map","com.verygoodsecurity.vgscollect.core.api.analityc.action.ScanAction.params"]},{"name":"val params: Map","description":"com.verygoodsecurity.vgscollect.core.api.analityc.action.SubmitAction.params","location":"vgscollect/com.verygoodsecurity.vgscollect.core.api.analityc.action/-submit-action/params.html","searchKeys":["params","val params: Map","com.verygoodsecurity.vgscollect.core.api.analityc.action.SubmitAction.params"]},{"name":"val position: Int","description":"com.verygoodsecurity.vgscollect.core.model.map.Key.ArrayKey.position","location":"vgscollect/com.verygoodsecurity.vgscollect.core.model.map/-key/-array-key/position.html","searchKeys":["position","val position: Int","com.verygoodsecurity.vgscollect.core.model.map.Key.ArrayKey.position"]},{"name":"val rangeCVV: IntArray","description":"com.verygoodsecurity.vgscollect.view.card.BrandParams.rangeCVV","location":"vgscollect/com.verygoodsecurity.vgscollect.view.card/-brand-params/range-c-v-v.html","searchKeys":["rangeCVV","val rangeCVV: IntArray","com.verygoodsecurity.vgscollect.view.card.BrandParams.rangeCVV"]},{"name":"val rangeCVV: IntArray","description":"com.verygoodsecurity.vgscollect.view.card.CardType.rangeCVV","location":"vgscollect/com.verygoodsecurity.vgscollect.view.card/-card-type/range-c-v-v.html","searchKeys":["rangeCVV","val rangeCVV: IntArray","com.verygoodsecurity.vgscollect.view.card.CardType.rangeCVV"]},{"name":"val rangeNumber: IntArray","description":"com.verygoodsecurity.vgscollect.view.card.BrandParams.rangeNumber","location":"vgscollect/com.verygoodsecurity.vgscollect.view.card/-brand-params/range-number.html","searchKeys":["rangeNumber","val rangeNumber: IntArray","com.verygoodsecurity.vgscollect.view.card.BrandParams.rangeNumber"]},{"name":"val rangeNumber: IntArray","description":"com.verygoodsecurity.vgscollect.view.card.CardType.rangeNumber","location":"vgscollect/com.verygoodsecurity.vgscollect.view.card/-card-type/range-number.html","searchKeys":["rangeNumber","val rangeNumber: IntArray","com.verygoodsecurity.vgscollect.view.card.CardType.rangeNumber"]},{"name":"val raw: String","description":"com.verygoodsecurity.vgscollect.app.BaseTransmitActivity.Status.raw","location":"vgscollect/com.verygoodsecurity.vgscollect.app/-base-transmit-activity/-status/raw.html","searchKeys":["raw","val raw: String","com.verygoodsecurity.vgscollect.app.BaseTransmitActivity.Status.raw"]},{"name":"val raw: String","description":"com.verygoodsecurity.vgscollect.view.card.FieldType.raw","location":"vgscollect/com.verygoodsecurity.vgscollect.view.card/-field-type/raw.html","searchKeys":["raw","val raw: String","com.verygoodsecurity.vgscollect.view.card.FieldType.raw"]},{"name":"val rawResponse: String? = null","description":"com.verygoodsecurity.vgscollect.core.model.network.VGSResponse.SuccessResponse.rawResponse","location":"vgscollect/com.verygoodsecurity.vgscollect.core.model.network/-v-g-s-response/-success-response/raw-response.html","searchKeys":["rawResponse","val rawResponse: String? = null","com.verygoodsecurity.vgscollect.core.model.network.VGSResponse.SuccessResponse.rawResponse"]},{"name":"val rawValue: String","description":"com.verygoodsecurity.vgscollect.core.Environment.rawValue","location":"vgscollect/com.verygoodsecurity.vgscollect.core/-environment/raw-value.html","searchKeys":["rawValue","val rawValue: String","com.verygoodsecurity.vgscollect.core.Environment.rawValue"]},{"name":"val rawValue: String","description":"com.verygoodsecurity.vgscollect.core.model.map.Key.ArrayKey.rawValue","location":"vgscollect/com.verygoodsecurity.vgscollect.core.model.map/-key/-array-key/raw-value.html","searchKeys":["rawValue","val rawValue: String","com.verygoodsecurity.vgscollect.core.model.map.Key.ArrayKey.rawValue"]},{"name":"val regex: String","description":"com.verygoodsecurity.vgscollect.view.card.CardBrand.regex","location":"vgscollect/com.verygoodsecurity.vgscollect.view.card/-card-brand/regex.html","searchKeys":["regex","val regex: String","com.verygoodsecurity.vgscollect.view.card.CardBrand.regex"]},{"name":"val regex: String","description":"com.verygoodsecurity.vgscollect.view.card.CardType.regex","location":"vgscollect/com.verygoodsecurity.vgscollect.view.card/-card-type/regex.html","searchKeys":["regex","val regex: String","com.verygoodsecurity.vgscollect.view.card.CardType.regex"]},{"name":"val requestTimeoutInterval: Long","description":"com.verygoodsecurity.vgscollect.core.model.network.NetworkRequest.requestTimeoutInterval","location":"vgscollect/com.verygoodsecurity.vgscollect.core.model.network/-network-request/request-timeout-interval.html","searchKeys":["requestTimeoutInterval","val requestTimeoutInterval: Long","com.verygoodsecurity.vgscollect.core.model.network.NetworkRequest.requestTimeoutInterval"]},{"name":"val requiresTokenization: Boolean","description":"com.verygoodsecurity.vgscollect.core.model.network.NetworkRequest.requiresTokenization","location":"vgscollect/com.verygoodsecurity.vgscollect.core.model.network/-network-request/requires-tokenization.html","searchKeys":["requiresTokenization","val requiresTokenization: Boolean","com.verygoodsecurity.vgscollect.core.model.network.NetworkRequest.requiresTokenization"]},{"name":"val resId: Int","description":"com.verygoodsecurity.vgscollect.view.card.CardType.resId","location":"vgscollect/com.verygoodsecurity.vgscollect.view.card/-card-type/res-id.html","searchKeys":["resId","val resId: Int","com.verygoodsecurity.vgscollect.view.card.CardType.resId"]},{"name":"val response: Map? = null","description":"com.verygoodsecurity.vgscollect.core.model.network.VGSResponse.SuccessResponse.response","location":"vgscollect/com.verygoodsecurity.vgscollect.core.model.network/-v-g-s-response/-success-response/response.html","searchKeys":["response","val response: Map? = null","com.verygoodsecurity.vgscollect.core.model.network.VGSResponse.SuccessResponse.response"]},{"name":"val size: Long = 0","description":"com.verygoodsecurity.vgscollect.core.model.state.FileState.size","location":"vgscollect/com.verygoodsecurity.vgscollect.core.model.state/-file-state/size.html","searchKeys":["size","val size: Long = 0","com.verygoodsecurity.vgscollect.core.model.state.FileState.size"]},{"name":"val structuredData: MutableMap","description":"com.verygoodsecurity.vgscollect.core.model.map.FlatMap.structuredData","location":"vgscollect/com.verygoodsecurity.vgscollect.core.model.map/-flat-map/structured-data.html","searchKeys":["structuredData","val structuredData: MutableMap","com.verygoodsecurity.vgscollect.core.model.map.FlatMap.structuredData"]},{"name":"val successCode: Int","description":"com.verygoodsecurity.vgscollect.core.model.network.VGSResponse.SuccessResponse.successCode","location":"vgscollect/com.verygoodsecurity.vgscollect.core.model.network/-v-g-s-response/-success-response/success-code.html","searchKeys":["successCode","val successCode: Int","com.verygoodsecurity.vgscollect.core.model.network.VGSResponse.SuccessResponse.successCode"]},{"name":"val timeInMillis: Long","description":"com.verygoodsecurity.vgscollect.core.model.VGSDate.timeInMillis","location":"vgscollect/com.verygoodsecurity.vgscollect.core.model/-v-g-s-date/time-in-millis.html","searchKeys":["timeInMillis","val timeInMillis: Long","com.verygoodsecurity.vgscollect.core.model.VGSDate.timeInMillis"]},{"name":"val year: Int","description":"com.verygoodsecurity.vgscollect.core.model.VGSDate.year","location":"vgscollect/com.verygoodsecurity.vgscollect.core.model/-v-g-s-date/year.html","searchKeys":["year","val year: Int","com.verygoodsecurity.vgscollect.core.model.VGSDate.year"]},{"name":"var bin: String?","description":"com.verygoodsecurity.vgscollect.core.model.state.FieldState.CardNumberState.bin","location":"vgscollect/com.verygoodsecurity.vgscollect.core.model.state/-field-state/-card-number-state/bin.html","searchKeys":["bin","var bin: String?","com.verygoodsecurity.vgscollect.core.model.state.FieldState.CardNumberState.bin"]},{"name":"var cardBrand: String?","description":"com.verygoodsecurity.vgscollect.core.model.state.FieldState.CardNumberState.cardBrand","location":"vgscollect/com.verygoodsecurity.vgscollect.core.model.state/-field-state/-card-number-state/card-brand.html","searchKeys":["cardBrand","var cardBrand: String?","com.verygoodsecurity.vgscollect.core.model.state.FieldState.CardNumberState.cardBrand"]},{"name":"var contentLength: Int","description":"com.verygoodsecurity.vgscollect.core.model.state.FieldState.contentLength","location":"vgscollect/com.verygoodsecurity.vgscollect.core.model.state/-field-state/content-length.html","searchKeys":["contentLength","var contentLength: Int","com.verygoodsecurity.vgscollect.core.model.state.FieldState.contentLength"]},{"name":"var contentLengthRaw: Int","description":"com.verygoodsecurity.vgscollect.core.model.state.FieldState.CardNumberState.contentLengthRaw","location":"vgscollect/com.verygoodsecurity.vgscollect.core.model.state/-field-state/-card-number-state/content-length-raw.html","searchKeys":["contentLengthRaw","var contentLengthRaw: Int","com.verygoodsecurity.vgscollect.core.model.state.FieldState.CardNumberState.contentLengthRaw"]},{"name":"var contentLengthRaw: Int","description":"com.verygoodsecurity.vgscollect.core.model.state.FieldState.SSNNumberState.contentLengthRaw","location":"vgscollect/com.verygoodsecurity.vgscollect.core.model.state/-field-state/-s-s-n-number-state/content-length-raw.html","searchKeys":["contentLengthRaw","var contentLengthRaw: Int","com.verygoodsecurity.vgscollect.core.model.state.FieldState.SSNNumberState.contentLengthRaw"]},{"name":"var drawableBrandResId: Int","description":"com.verygoodsecurity.vgscollect.core.model.state.FieldState.CardNumberState.drawableBrandResId","location":"vgscollect/com.verygoodsecurity.vgscollect.core.model.state/-field-state/-card-number-state/drawable-brand-res-id.html","searchKeys":["drawableBrandResId","var drawableBrandResId: Int","com.verygoodsecurity.vgscollect.core.model.state.FieldState.CardNumberState.drawableBrandResId"]},{"name":"var error: String?","description":"com.verygoodsecurity.vgscollect.view.material.internal.TextInputLayoutSavedState.error","location":"vgscollect/com.verygoodsecurity.vgscollect.view.material.internal/-text-input-layout-saved-state/error.html","searchKeys":["error","var error: String?","com.verygoodsecurity.vgscollect.view.material.internal.TextInputLayoutSavedState.error"]},{"name":"var fieldName: String","description":"com.verygoodsecurity.vgscollect.core.model.state.FieldState.fieldName","location":"vgscollect/com.verygoodsecurity.vgscollect.core.model.state/-field-state/field-name.html","searchKeys":["fieldName","var fieldName: String","com.verygoodsecurity.vgscollect.core.model.state.FieldState.fieldName"]},{"name":"var fieldType: FieldType","description":"com.verygoodsecurity.vgscollect.core.model.state.FieldState.fieldType","location":"vgscollect/com.verygoodsecurity.vgscollect.core.model.state/-field-state/field-type.html","searchKeys":["fieldType","var fieldType: FieldType","com.verygoodsecurity.vgscollect.core.model.state.FieldState.fieldType"]},{"name":"var hasFocus: Boolean","description":"com.verygoodsecurity.vgscollect.core.model.state.FieldState.hasFocus","location":"vgscollect/com.verygoodsecurity.vgscollect.core.model.state/-field-state/has-focus.html","searchKeys":["hasFocus","var hasFocus: Boolean","com.verygoodsecurity.vgscollect.core.model.state.FieldState.hasFocus"]},{"name":"var isEmpty: Boolean","description":"com.verygoodsecurity.vgscollect.core.model.state.FieldState.isEmpty","location":"vgscollect/com.verygoodsecurity.vgscollect.core.model.state/-field-state/is-empty.html","searchKeys":["isEmpty","var isEmpty: Boolean","com.verygoodsecurity.vgscollect.core.model.state.FieldState.isEmpty"]},{"name":"var isEnabled: Boolean","description":"com.verygoodsecurity.vgscollect.VGSCollectLogger.isEnabled","location":"vgscollect/com.verygoodsecurity.vgscollect/-v-g-s-collect-logger/is-enabled.html","searchKeys":["isEnabled","var isEnabled: Boolean","com.verygoodsecurity.vgscollect.VGSCollectLogger.isEnabled"]},{"name":"var isRequired: Boolean","description":"com.verygoodsecurity.vgscollect.core.model.state.FieldState.isRequired","location":"vgscollect/com.verygoodsecurity.vgscollect.core.model.state/-field-state/is-required.html","searchKeys":["isRequired","var isRequired: Boolean","com.verygoodsecurity.vgscollect.core.model.state.FieldState.isRequired"]},{"name":"var isValid: Boolean","description":"com.verygoodsecurity.vgscollect.core.model.state.FieldState.isValid","location":"vgscollect/com.verygoodsecurity.vgscollect.core.model.state/-field-state/is-valid.html","searchKeys":["isValid","var isValid: Boolean","com.verygoodsecurity.vgscollect.core.model.state.FieldState.isValid"]},{"name":"var last: String?","description":"com.verygoodsecurity.vgscollect.core.model.state.FieldState.CardNumberState.last","location":"vgscollect/com.verygoodsecurity.vgscollect.core.model.state/-field-state/-card-number-state/last.html","searchKeys":["last","var last: String?","com.verygoodsecurity.vgscollect.core.model.state.FieldState.CardNumberState.last"]},{"name":"var last: String?","description":"com.verygoodsecurity.vgscollect.core.model.state.FieldState.SSNNumberState.last","location":"vgscollect/com.verygoodsecurity.vgscollect.core.model.state/-field-state/-s-s-n-number-state/last.html","searchKeys":["last","var last: String?","com.verygoodsecurity.vgscollect.core.model.state.FieldState.SSNNumberState.last"]},{"name":"var logLevel: VGSCollectLogger.Level","description":"com.verygoodsecurity.vgscollect.VGSCollectLogger.logLevel","location":"vgscollect/com.verygoodsecurity.vgscollect/-v-g-s-collect-logger/log-level.html","searchKeys":["logLevel","var logLevel: VGSCollectLogger.Level","com.verygoodsecurity.vgscollect.VGSCollectLogger.logLevel"]},{"name":"var number: String?","description":"com.verygoodsecurity.vgscollect.core.model.state.FieldState.CardNumberState.number","location":"vgscollect/com.verygoodsecurity.vgscollect.core.model.state/-field-state/-card-number-state/number.html","searchKeys":["number","var number: String?","com.verygoodsecurity.vgscollect.core.model.state.FieldState.CardNumberState.number"]},{"name":"var tag: String","description":"com.verygoodsecurity.vgscollect.VGSCollectLogger.tag","location":"vgscollect/com.verygoodsecurity.vgscollect/-v-g-s-collect-logger/tag.html","searchKeys":["tag","var tag: String","com.verygoodsecurity.vgscollect.VGSCollectLogger.tag"]},{"name":"var url: String","description":"com.verygoodsecurity.vgscollect.core.model.network.NetworkRequest.url","location":"vgscollect/com.verygoodsecurity.vgscollect.core.model.network/-network-request/url.html","searchKeys":["url","var url: String","com.verygoodsecurity.vgscollect.core.model.network.NetworkRequest.url"]},{"name":"var validationErrors: List","description":"com.verygoodsecurity.vgscollect.core.model.state.FieldState.validationErrors","location":"vgscollect/com.verygoodsecurity.vgscollect.core.model.state/-field-state/validation-errors.html","searchKeys":["validationErrors","var validationErrors: List","com.verygoodsecurity.vgscollect.core.model.state.FieldState.validationErrors"]}] +[{"name":"ALPHANUMERIC_LENGTH_PRESERVING","description":"com.verygoodsecurity.vgscollect.core.model.state.tokenization.VGSVaultAliasFormat.ALPHANUMERIC_LENGTH_PRESERVING","location":"vgscollect/com.verygoodsecurity.vgscollect.core.model.state.tokenization/-v-g-s-vault-alias-format/-a-l-p-h-a-n-u-m-e-r-i-c_-l-e-n-g-t-h_-p-r-e-s-e-r-v-i-n-g/index.html","searchKeys":["ALPHANUMERIC_LENGTH_PRESERVING","ALPHANUMERIC_LENGTH_PRESERVING","com.verygoodsecurity.vgscollect.core.model.state.tokenization.VGSVaultAliasFormat.ALPHANUMERIC_LENGTH_PRESERVING"]},{"name":"ALPHANUMERIC_LENGTH_PRESERVING_SIX_T_FOUR","description":"com.verygoodsecurity.vgscollect.core.model.state.tokenization.VGSVaultAliasFormat.ALPHANUMERIC_LENGTH_PRESERVING_SIX_T_FOUR","location":"vgscollect/com.verygoodsecurity.vgscollect.core.model.state.tokenization/-v-g-s-vault-alias-format/-a-l-p-h-a-n-u-m-e-r-i-c_-l-e-n-g-t-h_-p-r-e-s-e-r-v-i-n-g_-s-i-x_-t_-f-o-u-r/index.html","searchKeys":["ALPHANUMERIC_LENGTH_PRESERVING_SIX_T_FOUR","ALPHANUMERIC_LENGTH_PRESERVING_SIX_T_FOUR","com.verygoodsecurity.vgscollect.core.model.state.tokenization.VGSVaultAliasFormat.ALPHANUMERIC_LENGTH_PRESERVING_SIX_T_FOUR"]},{"name":"ALPHANUMERIC_LENGTH_PRESERVING_T_FOUR","description":"com.verygoodsecurity.vgscollect.core.model.state.tokenization.VGSVaultAliasFormat.ALPHANUMERIC_LENGTH_PRESERVING_T_FOUR","location":"vgscollect/com.verygoodsecurity.vgscollect.core.model.state.tokenization/-v-g-s-vault-alias-format/-a-l-p-h-a-n-u-m-e-r-i-c_-l-e-n-g-t-h_-p-r-e-s-e-r-v-i-n-g_-t_-f-o-u-r/index.html","searchKeys":["ALPHANUMERIC_LENGTH_PRESERVING_T_FOUR","ALPHANUMERIC_LENGTH_PRESERVING_T_FOUR","com.verygoodsecurity.vgscollect.core.model.state.tokenization.VGSVaultAliasFormat.ALPHANUMERIC_LENGTH_PRESERVING_T_FOUR"]},{"name":"ALPHANUMERIC_SIX_T_FOUR","description":"com.verygoodsecurity.vgscollect.core.model.state.tokenization.VGSVaultAliasFormat.ALPHANUMERIC_SIX_T_FOUR","location":"vgscollect/com.verygoodsecurity.vgscollect.core.model.state.tokenization/-v-g-s-vault-alias-format/-a-l-p-h-a-n-u-m-e-r-i-c_-s-i-x_-t_-f-o-u-r/index.html","searchKeys":["ALPHANUMERIC_SIX_T_FOUR","ALPHANUMERIC_SIX_T_FOUR","com.verygoodsecurity.vgscollect.core.model.state.tokenization.VGSVaultAliasFormat.ALPHANUMERIC_SIX_T_FOUR"]},{"name":"ALPHANUMERIC_SSN_T_FOUR","description":"com.verygoodsecurity.vgscollect.core.model.state.tokenization.VGSVaultAliasFormat.ALPHANUMERIC_SSN_T_FOUR","location":"vgscollect/com.verygoodsecurity.vgscollect.core.model.state.tokenization/-v-g-s-vault-alias-format/-a-l-p-h-a-n-u-m-e-r-i-c_-s-s-n_-t_-f-o-u-r/index.html","searchKeys":["ALPHANUMERIC_SSN_T_FOUR","ALPHANUMERIC_SSN_T_FOUR","com.verygoodsecurity.vgscollect.core.model.state.tokenization.VGSVaultAliasFormat.ALPHANUMERIC_SSN_T_FOUR"]},{"name":"AMERICAN_EXPRESS","description":"com.verygoodsecurity.vgscollect.view.card.CardType.AMERICAN_EXPRESS","location":"vgscollect/com.verygoodsecurity.vgscollect.view.card/-card-type/-a-m-e-r-i-c-a-n_-e-x-p-r-e-s-s/index.html","searchKeys":["AMERICAN_EXPRESS","AMERICAN_EXPRESS","com.verygoodsecurity.vgscollect.view.card.CardType.AMERICAN_EXPRESS"]},{"name":"ANY","description":"com.verygoodsecurity.vgscollect.view.card.validation.payment.ChecksumAlgorithm.ANY","location":"vgscollect/com.verygoodsecurity.vgscollect.view.card.validation.payment/-checksum-algorithm/-a-n-y/index.html","searchKeys":["ANY","ANY","com.verygoodsecurity.vgscollect.view.card.validation.payment.ChecksumAlgorithm.ANY"]},{"name":"CALENDAR","description":"com.verygoodsecurity.vgscollect.view.date.DatePickerMode.CALENDAR","location":"vgscollect/com.verygoodsecurity.vgscollect.view.date/-date-picker-mode/-c-a-l-e-n-d-a-r/index.html","searchKeys":["CALENDAR","CALENDAR","com.verygoodsecurity.vgscollect.view.date.DatePickerMode.CALENDAR"]},{"name":"CARD_EXPIRATION_DATE","description":"com.verygoodsecurity.vgscollect.view.card.FieldType.CARD_EXPIRATION_DATE","location":"vgscollect/com.verygoodsecurity.vgscollect.view.card/-field-type/-c-a-r-d_-e-x-p-i-r-a-t-i-o-n_-d-a-t-e/index.html","searchKeys":["CARD_EXPIRATION_DATE","CARD_EXPIRATION_DATE","com.verygoodsecurity.vgscollect.view.card.FieldType.CARD_EXPIRATION_DATE"]},{"name":"CARD_HOLDER_NAME","description":"com.verygoodsecurity.vgscollect.view.card.FieldType.CARD_HOLDER_NAME","location":"vgscollect/com.verygoodsecurity.vgscollect.view.card/-field-type/-c-a-r-d_-h-o-l-d-e-r_-n-a-m-e/index.html","searchKeys":["CARD_HOLDER_NAME","CARD_HOLDER_NAME","com.verygoodsecurity.vgscollect.view.card.FieldType.CARD_HOLDER_NAME"]},{"name":"CARD_NUMBER","description":"com.verygoodsecurity.vgscollect.view.card.FieldType.CARD_NUMBER","location":"vgscollect/com.verygoodsecurity.vgscollect.view.card/-field-type/-c-a-r-d_-n-u-m-b-e-r/index.html","searchKeys":["CARD_NUMBER","CARD_NUMBER","com.verygoodsecurity.vgscollect.view.card.FieldType.CARD_NUMBER"]},{"name":"CLOSE","description":"com.verygoodsecurity.vgscollect.app.BaseTransmitActivity.Status.CLOSE","location":"vgscollect/com.verygoodsecurity.vgscollect.app/-base-transmit-activity/-status/-c-l-o-s-e/index.html","searchKeys":["CLOSE","CLOSE","com.verygoodsecurity.vgscollect.app.BaseTransmitActivity.Status.CLOSE"]},{"name":"CVC","description":"com.verygoodsecurity.vgscollect.view.card.FieldType.CVC","location":"vgscollect/com.verygoodsecurity.vgscollect.view.card/-field-type/-c-v-c/index.html","searchKeys":["CVC","CVC","com.verygoodsecurity.vgscollect.view.card.FieldType.CVC"]},{"name":"DANKORT","description":"com.verygoodsecurity.vgscollect.view.card.CardType.DANKORT","location":"vgscollect/com.verygoodsecurity.vgscollect.view.card/-card-type/-d-a-n-k-o-r-t/index.html","searchKeys":["DANKORT","DANKORT","com.verygoodsecurity.vgscollect.view.card.CardType.DANKORT"]},{"name":"DATE_RANGE","description":"com.verygoodsecurity.vgscollect.view.card.FieldType.DATE_RANGE","location":"vgscollect/com.verygoodsecurity.vgscollect.view.card/-field-type/-d-a-t-e_-r-a-n-g-e/index.html","searchKeys":["DATE_RANGE","DATE_RANGE","com.verygoodsecurity.vgscollect.view.card.FieldType.DATE_RANGE"]},{"name":"DEBUG","description":"com.verygoodsecurity.vgscollect.VGSCollectLogger.Level.DEBUG","location":"vgscollect/com.verygoodsecurity.vgscollect/-v-g-s-collect-logger/-level/-d-e-b-u-g/index.html","searchKeys":["DEBUG","DEBUG","com.verygoodsecurity.vgscollect.VGSCollectLogger.Level.DEBUG"]},{"name":"DEFAULT","description":"com.verygoodsecurity.vgscollect.view.date.DatePickerMode.DEFAULT","location":"vgscollect/com.verygoodsecurity.vgscollect.view.date/-date-picker-mode/-d-e-f-a-u-l-t/index.html","searchKeys":["DEFAULT","DEFAULT","com.verygoodsecurity.vgscollect.view.date.DatePickerMode.DEFAULT"]},{"name":"DELETE","description":"com.verygoodsecurity.vgscollect.core.HTTPMethod.DELETE","location":"vgscollect/com.verygoodsecurity.vgscollect.core/-h-t-t-p-method/-d-e-l-e-t-e/index.html","searchKeys":["DELETE","DELETE","com.verygoodsecurity.vgscollect.core.HTTPMethod.DELETE"]},{"name":"DINCLUB","description":"com.verygoodsecurity.vgscollect.view.card.CardType.DINCLUB","location":"vgscollect/com.verygoodsecurity.vgscollect.view.card/-card-type/-d-i-n-c-l-u-b/index.html","searchKeys":["DINCLUB","DINCLUB","com.verygoodsecurity.vgscollect.view.card.CardType.DINCLUB"]},{"name":"DISCOVER","description":"com.verygoodsecurity.vgscollect.view.card.CardType.DISCOVER","location":"vgscollect/com.verygoodsecurity.vgscollect.view.card/-card-type/-d-i-s-c-o-v-e-r/index.html","searchKeys":["DISCOVER","DISCOVER","com.verygoodsecurity.vgscollect.view.card.CardType.DISCOVER"]},{"name":"ELO","description":"com.verygoodsecurity.vgscollect.view.card.CardType.ELO","location":"vgscollect/com.verygoodsecurity.vgscollect.view.card/-card-type/-e-l-o/index.html","searchKeys":["ELO","ELO","com.verygoodsecurity.vgscollect.view.card.CardType.ELO"]},{"name":"FAILED","description":"com.verygoodsecurity.vgscollect.app.BaseTransmitActivity.Status.FAILED","location":"vgscollect/com.verygoodsecurity.vgscollect.app/-base-transmit-activity/-status/-f-a-i-l-e-d/index.html","searchKeys":["FAILED","FAILED","com.verygoodsecurity.vgscollect.app.BaseTransmitActivity.Status.FAILED"]},{"name":"FIELD_NAME_NOT_SET","description":"com.verygoodsecurity.vgscollect.core.model.network.VGSError.FIELD_NAME_NOT_SET","location":"vgscollect/com.verygoodsecurity.vgscollect.core.model.network/-v-g-s-error/-f-i-e-l-d_-n-a-m-e_-n-o-t_-s-e-t/index.html","searchKeys":["FIELD_NAME_NOT_SET","FIELD_NAME_NOT_SET","com.verygoodsecurity.vgscollect.core.model.network.VGSError.FIELD_NAME_NOT_SET"]},{"name":"FILE_NOT_FOUND","description":"com.verygoodsecurity.vgscollect.core.model.network.VGSError.FILE_NOT_FOUND","location":"vgscollect/com.verygoodsecurity.vgscollect.core.model.network/-v-g-s-error/-f-i-l-e_-n-o-t_-f-o-u-n-d/index.html","searchKeys":["FILE_NOT_FOUND","FILE_NOT_FOUND","com.verygoodsecurity.vgscollect.core.model.network.VGSError.FILE_NOT_FOUND"]},{"name":"FILE_NOT_SUPPORT","description":"com.verygoodsecurity.vgscollect.core.model.network.VGSError.FILE_NOT_SUPPORT","location":"vgscollect/com.verygoodsecurity.vgscollect.core.model.network/-v-g-s-error/-f-i-l-e_-n-o-t_-s-u-p-p-o-r-t/index.html","searchKeys":["FILE_NOT_SUPPORT","FILE_NOT_SUPPORT","com.verygoodsecurity.vgscollect.core.model.network.VGSError.FILE_NOT_SUPPORT"]},{"name":"FILE_SIZE_OVER_LIMIT","description":"com.verygoodsecurity.vgscollect.core.model.network.VGSError.FILE_SIZE_OVER_LIMIT","location":"vgscollect/com.verygoodsecurity.vgscollect.core.model.network/-v-g-s-error/-f-i-l-e_-s-i-z-e_-o-v-e-r_-l-i-m-i-t/index.html","searchKeys":["FILE_SIZE_OVER_LIMIT","FILE_SIZE_OVER_LIMIT","com.verygoodsecurity.vgscollect.core.model.network.VGSError.FILE_SIZE_OVER_LIMIT"]},{"name":"FLAT_JSON","description":"com.verygoodsecurity.vgscollect.core.model.VGSCollectFieldNameMappingPolicy.FLAT_JSON","location":"vgscollect/com.verygoodsecurity.vgscollect.core.model/-v-g-s-collect-field-name-mapping-policy/-f-l-a-t_-j-s-o-n/index.html","searchKeys":["FLAT_JSON","FLAT_JSON","com.verygoodsecurity.vgscollect.core.model.VGSCollectFieldNameMappingPolicy.FLAT_JSON"]},{"name":"FLEXIBLE","description":"com.verygoodsecurity.vgscollect.view.card.formatter.rules.FormatMode.FLEXIBLE","location":"vgscollect/com.verygoodsecurity.vgscollect.view.card.formatter.rules/-format-mode/-f-l-e-x-i-b-l-e/index.html","searchKeys":["FLEXIBLE","FLEXIBLE","com.verygoodsecurity.vgscollect.view.card.formatter.rules.FormatMode.FLEXIBLE"]},{"name":"FORBRUGSFORENINGEN","description":"com.verygoodsecurity.vgscollect.view.card.CardType.FORBRUGSFORENINGEN","location":"vgscollect/com.verygoodsecurity.vgscollect.view.card/-card-type/-f-o-r-b-r-u-g-s-f-o-r-e-n-i-n-g-e-n/index.html","searchKeys":["FORBRUGSFORENINGEN","FORBRUGSFORENINGEN","com.verygoodsecurity.vgscollect.view.card.CardType.FORBRUGSFORENINGEN"]},{"name":"FPE_ACC_NUM_T_FOUR","description":"com.verygoodsecurity.vgscollect.core.model.state.tokenization.VGSVaultAliasFormat.FPE_ACC_NUM_T_FOUR","location":"vgscollect/com.verygoodsecurity.vgscollect.core.model.state.tokenization/-v-g-s-vault-alias-format/-f-p-e_-a-c-c_-n-u-m_-t_-f-o-u-r/index.html","searchKeys":["FPE_ACC_NUM_T_FOUR","FPE_ACC_NUM_T_FOUR","com.verygoodsecurity.vgscollect.core.model.state.tokenization.VGSVaultAliasFormat.FPE_ACC_NUM_T_FOUR"]},{"name":"FPE_ALPHANUMERIC_ACC_NUM_T_FOUR","description":"com.verygoodsecurity.vgscollect.core.model.state.tokenization.VGSVaultAliasFormat.FPE_ALPHANUMERIC_ACC_NUM_T_FOUR","location":"vgscollect/com.verygoodsecurity.vgscollect.core.model.state.tokenization/-v-g-s-vault-alias-format/-f-p-e_-a-l-p-h-a-n-u-m-e-r-i-c_-a-c-c_-n-u-m_-t_-f-o-u-r/index.html","searchKeys":["FPE_ALPHANUMERIC_ACC_NUM_T_FOUR","FPE_ALPHANUMERIC_ACC_NUM_T_FOUR","com.verygoodsecurity.vgscollect.core.model.state.tokenization.VGSVaultAliasFormat.FPE_ALPHANUMERIC_ACC_NUM_T_FOUR"]},{"name":"FPE_SIX_T_FOUR","description":"com.verygoodsecurity.vgscollect.core.model.state.tokenization.VGSVaultAliasFormat.FPE_SIX_T_FOUR","location":"vgscollect/com.verygoodsecurity.vgscollect.core.model.state.tokenization/-v-g-s-vault-alias-format/-f-p-e_-s-i-x_-t_-f-o-u-r/index.html","searchKeys":["FPE_SIX_T_FOUR","FPE_SIX_T_FOUR","com.verygoodsecurity.vgscollect.core.model.state.tokenization.VGSVaultAliasFormat.FPE_SIX_T_FOUR"]},{"name":"FPE_SSN_T_FOUR","description":"com.verygoodsecurity.vgscollect.core.model.state.tokenization.VGSVaultAliasFormat.FPE_SSN_T_FOUR","location":"vgscollect/com.verygoodsecurity.vgscollect.core.model.state.tokenization/-v-g-s-vault-alias-format/-f-p-e_-s-s-n_-t_-f-o-u-r/index.html","searchKeys":["FPE_SSN_T_FOUR","FPE_SSN_T_FOUR","com.verygoodsecurity.vgscollect.core.model.state.tokenization.VGSVaultAliasFormat.FPE_SSN_T_FOUR"]},{"name":"FPE_T_FOUR","description":"com.verygoodsecurity.vgscollect.core.model.state.tokenization.VGSVaultAliasFormat.FPE_T_FOUR","location":"vgscollect/com.verygoodsecurity.vgscollect.core.model.state.tokenization/-v-g-s-vault-alias-format/-f-p-e_-t_-f-o-u-r/index.html","searchKeys":["FPE_T_FOUR","FPE_T_FOUR","com.verygoodsecurity.vgscollect.core.model.state.tokenization.VGSVaultAliasFormat.FPE_T_FOUR"]},{"name":"GENERIC_T_FOUR","description":"com.verygoodsecurity.vgscollect.core.model.state.tokenization.VGSVaultAliasFormat.GENERIC_T_FOUR","location":"vgscollect/com.verygoodsecurity.vgscollect.core.model.state.tokenization/-v-g-s-vault-alias-format/-g-e-n-e-r-i-c_-t_-f-o-u-r/index.html","searchKeys":["GENERIC_T_FOUR","GENERIC_T_FOUR","com.verygoodsecurity.vgscollect.core.model.state.tokenization.VGSVaultAliasFormat.GENERIC_T_FOUR"]},{"name":"GET","description":"com.verygoodsecurity.vgscollect.core.HTTPMethod.GET","location":"vgscollect/com.verygoodsecurity.vgscollect.core/-h-t-t-p-method/-g-e-t/index.html","searchKeys":["GET","GET","com.verygoodsecurity.vgscollect.core.HTTPMethod.GET"]},{"name":"HIPERCARD","description":"com.verygoodsecurity.vgscollect.view.card.CardType.HIPERCARD","location":"vgscollect/com.verygoodsecurity.vgscollect.view.card/-card-type/-h-i-p-e-r-c-a-r-d/index.html","searchKeys":["HIPERCARD","HIPERCARD","com.verygoodsecurity.vgscollect.view.card.CardType.HIPERCARD"]},{"name":"INFO","description":"com.verygoodsecurity.vgscollect.view.card.FieldType.INFO","location":"vgscollect/com.verygoodsecurity.vgscollect.view.card/-field-type/-i-n-f-o/index.html","searchKeys":["INFO","INFO","com.verygoodsecurity.vgscollect.view.card.FieldType.INFO"]},{"name":"INPUT","description":"com.verygoodsecurity.vgscollect.view.date.DatePickerMode.INPUT","location":"vgscollect/com.verygoodsecurity.vgscollect.view.date/-date-picker-mode/-i-n-p-u-t/index.html","searchKeys":["INPUT","INPUT","com.verygoodsecurity.vgscollect.view.date.DatePickerMode.INPUT"]},{"name":"INPUT_DATA_NOT_VALID","description":"com.verygoodsecurity.vgscollect.core.model.network.VGSError.INPUT_DATA_NOT_VALID","location":"vgscollect/com.verygoodsecurity.vgscollect.core.model.network/-v-g-s-error/-i-n-p-u-t_-d-a-t-a_-n-o-t_-v-a-l-i-d/index.html","searchKeys":["INPUT_DATA_NOT_VALID","INPUT_DATA_NOT_VALID","com.verygoodsecurity.vgscollect.core.model.network.VGSError.INPUT_DATA_NOT_VALID"]},{"name":"JCB","description":"com.verygoodsecurity.vgscollect.view.card.CardType.JCB","location":"vgscollect/com.verygoodsecurity.vgscollect.view.card/-card-type/-j-c-b/index.html","searchKeys":["JCB","JCB","com.verygoodsecurity.vgscollect.view.card.CardType.JCB"]},{"name":"JSON","description":"com.verygoodsecurity.vgscollect.core.api.VGSHttpBodyFormat.JSON","location":"vgscollect/com.verygoodsecurity.vgscollect.core.api/-v-g-s-http-body-format/-j-s-o-n/index.html","searchKeys":["JSON","JSON","com.verygoodsecurity.vgscollect.core.api.VGSHttpBodyFormat.JSON"]},{"name":"LIVE","description":"com.verygoodsecurity.vgscollect.core.Environment.LIVE","location":"vgscollect/com.verygoodsecurity.vgscollect.core/-environment/-l-i-v-e/index.html","searchKeys":["LIVE","LIVE","com.verygoodsecurity.vgscollect.core.Environment.LIVE"]},{"name":"LUHN","description":"com.verygoodsecurity.vgscollect.view.card.validation.payment.ChecksumAlgorithm.LUHN","location":"vgscollect/com.verygoodsecurity.vgscollect.view.card.validation.payment/-checksum-algorithm/-l-u-h-n/index.html","searchKeys":["LUHN","LUHN","com.verygoodsecurity.vgscollect.view.card.validation.payment.ChecksumAlgorithm.LUHN"]},{"name":"MAESTRO","description":"com.verygoodsecurity.vgscollect.view.card.CardType.MAESTRO","location":"vgscollect/com.verygoodsecurity.vgscollect.view.card/-card-type/-m-a-e-s-t-r-o/index.html","searchKeys":["MAESTRO","MAESTRO","com.verygoodsecurity.vgscollect.view.card.CardType.MAESTRO"]},{"name":"MASTERCARD","description":"com.verygoodsecurity.vgscollect.view.card.CardType.MASTERCARD","location":"vgscollect/com.verygoodsecurity.vgscollect.view.card/-card-type/-m-a-s-t-e-r-c-a-r-d/index.html","searchKeys":["MASTERCARD","MASTERCARD","com.verygoodsecurity.vgscollect.view.card.CardType.MASTERCARD"]},{"name":"NESTED_JSON","description":"com.verygoodsecurity.vgscollect.core.model.VGSCollectFieldNameMappingPolicy.NESTED_JSON","location":"vgscollect/com.verygoodsecurity.vgscollect.core.model/-v-g-s-collect-field-name-mapping-policy/-n-e-s-t-e-d_-j-s-o-n/index.html","searchKeys":["NESTED_JSON","NESTED_JSON","com.verygoodsecurity.vgscollect.core.model.VGSCollectFieldNameMappingPolicy.NESTED_JSON"]},{"name":"NESTED_JSON_WITH_ARRAYS_MERGE","description":"com.verygoodsecurity.vgscollect.core.model.VGSCollectFieldNameMappingPolicy.NESTED_JSON_WITH_ARRAYS_MERGE","location":"vgscollect/com.verygoodsecurity.vgscollect.core.model/-v-g-s-collect-field-name-mapping-policy/-n-e-s-t-e-d_-j-s-o-n_-w-i-t-h_-a-r-r-a-y-s_-m-e-r-g-e/index.html","searchKeys":["NESTED_JSON_WITH_ARRAYS_MERGE","NESTED_JSON_WITH_ARRAYS_MERGE","com.verygoodsecurity.vgscollect.core.model.VGSCollectFieldNameMappingPolicy.NESTED_JSON_WITH_ARRAYS_MERGE"]},{"name":"NESTED_JSON_WITH_ARRAYS_OVERWRITE","description":"com.verygoodsecurity.vgscollect.core.model.VGSCollectFieldNameMappingPolicy.NESTED_JSON_WITH_ARRAYS_OVERWRITE","location":"vgscollect/com.verygoodsecurity.vgscollect.core.model/-v-g-s-collect-field-name-mapping-policy/-n-e-s-t-e-d_-j-s-o-n_-w-i-t-h_-a-r-r-a-y-s_-o-v-e-r-w-r-i-t-e/index.html","searchKeys":["NESTED_JSON_WITH_ARRAYS_OVERWRITE","NESTED_JSON_WITH_ARRAYS_OVERWRITE","com.verygoodsecurity.vgscollect.core.model.VGSCollectFieldNameMappingPolicy.NESTED_JSON_WITH_ARRAYS_OVERWRITE"]},{"name":"NONE","description":"com.verygoodsecurity.vgscollect.VGSCollectLogger.Level.NONE","location":"vgscollect/com.verygoodsecurity.vgscollect/-v-g-s-collect-logger/-level/-n-o-n-e/index.html","searchKeys":["NONE","NONE","com.verygoodsecurity.vgscollect.VGSCollectLogger.Level.NONE"]},{"name":"NONE","description":"com.verygoodsecurity.vgscollect.view.card.validation.payment.ChecksumAlgorithm.NONE","location":"vgscollect/com.verygoodsecurity.vgscollect.view.card.validation.payment/-checksum-algorithm/-n-o-n-e/index.html","searchKeys":["NONE","NONE","com.verygoodsecurity.vgscollect.view.card.validation.payment.ChecksumAlgorithm.NONE"]},{"name":"NOT_ACTIVITY_CONTEXT","description":"com.verygoodsecurity.vgscollect.core.model.network.VGSError.NOT_ACTIVITY_CONTEXT","location":"vgscollect/com.verygoodsecurity.vgscollect.core.model.network/-v-g-s-error/-n-o-t_-a-c-t-i-v-i-t-y_-c-o-n-t-e-x-t/index.html","searchKeys":["NOT_ACTIVITY_CONTEXT","NOT_ACTIVITY_CONTEXT","com.verygoodsecurity.vgscollect.core.model.network.VGSError.NOT_ACTIVITY_CONTEXT"]},{"name":"NO_INTERNET_PERMISSIONS","description":"com.verygoodsecurity.vgscollect.core.model.network.VGSError.NO_INTERNET_PERMISSIONS","location":"vgscollect/com.verygoodsecurity.vgscollect.core.model.network/-v-g-s-error/-n-o_-i-n-t-e-r-n-e-t_-p-e-r-m-i-s-s-i-o-n-s/index.html","searchKeys":["NO_INTERNET_PERMISSIONS","NO_INTERNET_PERMISSIONS","com.verygoodsecurity.vgscollect.core.model.network.VGSError.NO_INTERNET_PERMISSIONS"]},{"name":"NO_NETWORK_CONNECTIONS","description":"com.verygoodsecurity.vgscollect.core.model.network.VGSError.NO_NETWORK_CONNECTIONS","location":"vgscollect/com.verygoodsecurity.vgscollect.core.model.network/-v-g-s-error/-n-o_-n-e-t-w-o-r-k_-c-o-n-n-e-c-t-i-o-n-s/index.html","searchKeys":["NO_NETWORK_CONNECTIONS","NO_NETWORK_CONNECTIONS","com.verygoodsecurity.vgscollect.core.model.network.VGSError.NO_NETWORK_CONNECTIONS"]},{"name":"NUM_LENGTH_PRESERVING","description":"com.verygoodsecurity.vgscollect.core.model.state.tokenization.VGSVaultAliasFormat.NUM_LENGTH_PRESERVING","location":"vgscollect/com.verygoodsecurity.vgscollect.core.model.state.tokenization/-v-g-s-vault-alias-format/-n-u-m_-l-e-n-g-t-h_-p-r-e-s-e-r-v-i-n-g/index.html","searchKeys":["NUM_LENGTH_PRESERVING","NUM_LENGTH_PRESERVING","com.verygoodsecurity.vgscollect.core.model.state.tokenization.VGSVaultAliasFormat.NUM_LENGTH_PRESERVING"]},{"name":"PATCH","description":"com.verygoodsecurity.vgscollect.core.HTTPMethod.PATCH","location":"vgscollect/com.verygoodsecurity.vgscollect.core/-h-t-t-p-method/-p-a-t-c-h/index.html","searchKeys":["PATCH","PATCH","com.verygoodsecurity.vgscollect.core.HTTPMethod.PATCH"]},{"name":"PERSISTENT","description":"com.verygoodsecurity.vgscollect.core.model.state.tokenization.VGSVaultStorageType.PERSISTENT","location":"vgscollect/com.verygoodsecurity.vgscollect.core.model.state.tokenization/-v-g-s-vault-storage-type/-p-e-r-s-i-s-t-e-n-t/index.html","searchKeys":["PERSISTENT","PERSISTENT","com.verygoodsecurity.vgscollect.core.model.state.tokenization.VGSVaultStorageType.PERSISTENT"]},{"name":"PFPT","description":"com.verygoodsecurity.vgscollect.core.model.state.tokenization.VGSVaultAliasFormat.PFPT","location":"vgscollect/com.verygoodsecurity.vgscollect.core.model.state.tokenization/-v-g-s-vault-alias-format/-p-f-p-t/index.html","searchKeys":["PFPT","PFPT","com.verygoodsecurity.vgscollect.core.model.state.tokenization.VGSVaultAliasFormat.PFPT"]},{"name":"PLAIN_TEXT","description":"com.verygoodsecurity.vgscollect.core.api.VGSHttpBodyFormat.PLAIN_TEXT","location":"vgscollect/com.verygoodsecurity.vgscollect.core.api/-v-g-s-http-body-format/-p-l-a-i-n_-t-e-x-t/index.html","searchKeys":["PLAIN_TEXT","PLAIN_TEXT","com.verygoodsecurity.vgscollect.core.api.VGSHttpBodyFormat.PLAIN_TEXT"]},{"name":"POST","description":"com.verygoodsecurity.vgscollect.core.HTTPMethod.POST","location":"vgscollect/com.verygoodsecurity.vgscollect.core/-h-t-t-p-method/-p-o-s-t/index.html","searchKeys":["POST","POST","com.verygoodsecurity.vgscollect.core.HTTPMethod.POST"]},{"name":"PUT","description":"com.verygoodsecurity.vgscollect.core.HTTPMethod.PUT","location":"vgscollect/com.verygoodsecurity.vgscollect.core/-h-t-t-p-method/-p-u-t/index.html","searchKeys":["PUT","PUT","com.verygoodsecurity.vgscollect.core.HTTPMethod.PUT"]},{"name":"RAW_UUID","description":"com.verygoodsecurity.vgscollect.core.model.state.tokenization.VGSVaultAliasFormat.RAW_UUID","location":"vgscollect/com.verygoodsecurity.vgscollect.core.model.state.tokenization/-v-g-s-vault-alias-format/-r-a-w_-u-u-i-d/index.html","searchKeys":["RAW_UUID","RAW_UUID","com.verygoodsecurity.vgscollect.core.model.state.tokenization.VGSVaultAliasFormat.RAW_UUID"]},{"name":"SANDBOX","description":"com.verygoodsecurity.vgscollect.core.Environment.SANDBOX","location":"vgscollect/com.verygoodsecurity.vgscollect.core/-environment/-s-a-n-d-b-o-x/index.html","searchKeys":["SANDBOX","SANDBOX","com.verygoodsecurity.vgscollect.core.Environment.SANDBOX"]},{"name":"SPINNER","description":"com.verygoodsecurity.vgscollect.view.date.DatePickerMode.SPINNER","location":"vgscollect/com.verygoodsecurity.vgscollect.view.date/-date-picker-mode/-s-p-i-n-n-e-r/index.html","searchKeys":["SPINNER","SPINNER","com.verygoodsecurity.vgscollect.view.date.DatePickerMode.SPINNER"]},{"name":"SSN","description":"com.verygoodsecurity.vgscollect.view.card.FieldType.SSN","location":"vgscollect/com.verygoodsecurity.vgscollect.view.card/-field-type/-s-s-n/index.html","searchKeys":["SSN","SSN","com.verygoodsecurity.vgscollect.view.card.FieldType.SSN"]},{"name":"STRICT","description":"com.verygoodsecurity.vgscollect.view.card.formatter.rules.FormatMode.STRICT","location":"vgscollect/com.verygoodsecurity.vgscollect.view.card.formatter.rules/-format-mode/-s-t-r-i-c-t/index.html","searchKeys":["STRICT","STRICT","com.verygoodsecurity.vgscollect.view.card.formatter.rules.FormatMode.STRICT"]},{"name":"SUCCESS","description":"com.verygoodsecurity.vgscollect.app.BaseTransmitActivity.Status.SUCCESS","location":"vgscollect/com.verygoodsecurity.vgscollect.app/-base-transmit-activity/-status/-s-u-c-c-e-s-s/index.html","searchKeys":["SUCCESS","SUCCESS","com.verygoodsecurity.vgscollect.app.BaseTransmitActivity.Status.SUCCESS"]},{"name":"TIME_OUT","description":"com.verygoodsecurity.vgscollect.core.model.network.VGSError.TIME_OUT","location":"vgscollect/com.verygoodsecurity.vgscollect.core.model.network/-v-g-s-error/-t-i-m-e_-o-u-t/index.html","searchKeys":["TIME_OUT","TIME_OUT","com.verygoodsecurity.vgscollect.core.model.network.VGSError.TIME_OUT"]},{"name":"UNIONPAY","description":"com.verygoodsecurity.vgscollect.view.card.CardType.UNIONPAY","location":"vgscollect/com.verygoodsecurity.vgscollect.view.card/-card-type/-u-n-i-o-n-p-a-y/index.html","searchKeys":["UNIONPAY","UNIONPAY","com.verygoodsecurity.vgscollect.view.card.CardType.UNIONPAY"]},{"name":"UNKNOWN","description":"com.verygoodsecurity.vgscollect.view.card.CardType.UNKNOWN","location":"vgscollect/com.verygoodsecurity.vgscollect.view.card/-card-type/-u-n-k-n-o-w-n/index.html","searchKeys":["UNKNOWN","UNKNOWN","com.verygoodsecurity.vgscollect.view.card.CardType.UNKNOWN"]},{"name":"URL_NOT_VALID","description":"com.verygoodsecurity.vgscollect.core.model.network.VGSError.URL_NOT_VALID","location":"vgscollect/com.verygoodsecurity.vgscollect.core.model.network/-v-g-s-error/-u-r-l_-n-o-t_-v-a-l-i-d/index.html","searchKeys":["URL_NOT_VALID","URL_NOT_VALID","com.verygoodsecurity.vgscollect.core.model.network.VGSError.URL_NOT_VALID"]},{"name":"UUID","description":"com.verygoodsecurity.vgscollect.core.model.state.tokenization.VGSVaultAliasFormat.UUID","location":"vgscollect/com.verygoodsecurity.vgscollect.core.model.state.tokenization/-v-g-s-vault-alias-format/-u-u-i-d/index.html","searchKeys":["UUID","UUID","com.verygoodsecurity.vgscollect.core.model.state.tokenization.VGSVaultAliasFormat.UUID"]},{"name":"VISA","description":"com.verygoodsecurity.vgscollect.view.card.CardType.VISA","location":"vgscollect/com.verygoodsecurity.vgscollect.view.card/-card-type/-v-i-s-a/index.html","searchKeys":["VISA","VISA","com.verygoodsecurity.vgscollect.view.card.CardType.VISA"]},{"name":"VISA_ELECTRON","description":"com.verygoodsecurity.vgscollect.view.card.CardType.VISA_ELECTRON","location":"vgscollect/com.verygoodsecurity.vgscollect.view.card/-card-type/-v-i-s-a_-e-l-e-c-t-r-o-n/index.html","searchKeys":["VISA_ELECTRON","VISA_ELECTRON","com.verygoodsecurity.vgscollect.view.card.CardType.VISA_ELECTRON"]},{"name":"VOLATILE","description":"com.verygoodsecurity.vgscollect.core.model.state.tokenization.VGSVaultStorageType.VOLATILE","location":"vgscollect/com.verygoodsecurity.vgscollect.core.model.state.tokenization/-v-g-s-vault-storage-type/-v-o-l-a-t-i-l-e/index.html","searchKeys":["VOLATILE","VOLATILE","com.verygoodsecurity.vgscollect.core.model.state.tokenization.VGSVaultStorageType.VOLATILE"]},{"name":"WARN","description":"com.verygoodsecurity.vgscollect.VGSCollectLogger.Level.WARN","location":"vgscollect/com.verygoodsecurity.vgscollect/-v-g-s-collect-logger/-level/-w-a-r-n/index.html","searchKeys":["WARN","WARN","com.verygoodsecurity.vgscollect.VGSCollectLogger.Level.WARN"]},{"name":"X_WWW_FORM_URLENCODED","description":"com.verygoodsecurity.vgscollect.core.api.VGSHttpBodyFormat.X_WWW_FORM_URLENCODED","location":"vgscollect/com.verygoodsecurity.vgscollect.core.api/-v-g-s-http-body-format/-x_-w-w-w_-f-o-r-m_-u-r-l-e-n-c-o-d-e-d/index.html","searchKeys":["X_WWW_FORM_URLENCODED","X_WWW_FORM_URLENCODED","com.verygoodsecurity.vgscollect.core.api.VGSHttpBodyFormat.X_WWW_FORM_URLENCODED"]},{"name":"abstract class BaseDateFormatter : TextWatcher, DatePickerFormatter","description":"com.verygoodsecurity.vgscollect.view.card.formatter.date.BaseDateFormatter","location":"vgscollect/com.verygoodsecurity.vgscollect.view.card.formatter.date/-base-date-formatter/index.html","searchKeys":["BaseDateFormatter","abstract class BaseDateFormatter : TextWatcher, DatePickerFormatter","com.verygoodsecurity.vgscollect.view.card.formatter.date.BaseDateFormatter"]},{"name":"abstract class BaseTransmitActivity : AppCompatActivity","description":"com.verygoodsecurity.vgscollect.app.BaseTransmitActivity","location":"vgscollect/com.verygoodsecurity.vgscollect.app/-base-transmit-activity/index.html","searchKeys":["BaseTransmitActivity","abstract class BaseTransmitActivity : AppCompatActivity","com.verygoodsecurity.vgscollect.app.BaseTransmitActivity"]},{"name":"abstract class DateEditText : InputFieldView","description":"com.verygoodsecurity.vgscollect.widget.core.DateEditText","location":"vgscollect/com.verygoodsecurity.vgscollect.widget.core/-date-edit-text/index.html","searchKeys":["DateEditText","abstract class DateEditText : InputFieldView","com.verygoodsecurity.vgscollect.widget.core.DateEditText"]},{"name":"abstract class FieldDataSerializer","description":"com.verygoodsecurity.vgscollect.view.core.serializers.FieldDataSerializer","location":"vgscollect/com.verygoodsecurity.vgscollect.view.core.serializers/-field-data-serializer/index.html","searchKeys":["FieldDataSerializer","abstract class FieldDataSerializer","com.verygoodsecurity.vgscollect.view.core.serializers.FieldDataSerializer"]},{"name":"abstract class InputFieldView constructor(context: Context, attrs: AttributeSet? = null, defStyleAttr: Int = 0) : FrameLayout","description":"com.verygoodsecurity.vgscollect.view.InputFieldView","location":"vgscollect/com.verygoodsecurity.vgscollect.view/-input-field-view/index.html","searchKeys":["InputFieldView","abstract class InputFieldView constructor(context: Context, attrs: AttributeSet? = null, defStyleAttr: Int = 0) : FrameLayout","com.verygoodsecurity.vgscollect.view.InputFieldView"]},{"name":"abstract class TextInputFieldLayout constructor(context: Context, attrs: AttributeSet? = null, defStyleAttr: Int = 0) : FrameLayout","description":"com.verygoodsecurity.vgscollect.view.material.TextInputFieldLayout","location":"vgscollect/com.verygoodsecurity.vgscollect.view.material/-text-input-field-layout/index.html","searchKeys":["TextInputFieldLayout","abstract class TextInputFieldLayout constructor(context: Context, attrs: AttributeSet? = null, defStyleAttr: Int = 0) : FrameLayout","com.verygoodsecurity.vgscollect.view.material.TextInputFieldLayout"]},{"name":"abstract class VGSBaseRequest","description":"com.verygoodsecurity.vgscollect.core.model.network.VGSBaseRequest","location":"vgscollect/com.verygoodsecurity.vgscollect.core.model.network/-v-g-s-base-request/index.html","searchKeys":["VGSBaseRequest","abstract class VGSBaseRequest","com.verygoodsecurity.vgscollect.core.model.network.VGSBaseRequest"]},{"name":"abstract fun attachFile(activity: Activity, fieldName: String)","description":"com.verygoodsecurity.vgscollect.core.storage.content.file.VGSFileProvider.attachFile","location":"vgscollect/com.verygoodsecurity.vgscollect.core.storage.content.file/-v-g-s-file-provider/attach-file.html","searchKeys":["attachFile","abstract fun attachFile(activity: Activity, fieldName: String)","com.verygoodsecurity.vgscollect.core.storage.content.file.VGSFileProvider.attachFile"]},{"name":"abstract fun attachFile(fieldName: String)","description":"com.verygoodsecurity.vgscollect.core.storage.content.file.VGSFileProvider.attachFile","location":"vgscollect/com.verygoodsecurity.vgscollect.core.storage.content.file/-v-g-s-file-provider/attach-file.html","searchKeys":["attachFile","abstract fun attachFile(fieldName: String)","com.verygoodsecurity.vgscollect.core.storage.content.file.VGSFileProvider.attachFile"]},{"name":"abstract fun detachAll()","description":"com.verygoodsecurity.vgscollect.core.storage.content.file.VGSFileProvider.detachAll","location":"vgscollect/com.verygoodsecurity.vgscollect.core.storage.content.file/-v-g-s-file-provider/detach-all.html","searchKeys":["detachAll","abstract fun detachAll()","com.verygoodsecurity.vgscollect.core.storage.content.file.VGSFileProvider.detachAll"]},{"name":"abstract fun detachFile(file: FileState)","description":"com.verygoodsecurity.vgscollect.core.storage.content.file.VGSFileProvider.detachFile","location":"vgscollect/com.verygoodsecurity.vgscollect.core.storage.content.file/-v-g-s-file-provider/detach-file.html","searchKeys":["detachFile","abstract fun detachFile(file: FileState)","com.verygoodsecurity.vgscollect.core.storage.content.file.VGSFileProvider.detachFile"]},{"name":"abstract fun getAttachedFiles(): List","description":"com.verygoodsecurity.vgscollect.core.storage.content.file.VGSFileProvider.getAttachedFiles","location":"vgscollect/com.verygoodsecurity.vgscollect.core.storage.content.file/-v-g-s-file-provider/get-attached-files.html","searchKeys":["getAttachedFiles","abstract fun getAttachedFiles(): List","com.verygoodsecurity.vgscollect.core.storage.content.file.VGSFileProvider.getAttachedFiles"]},{"name":"abstract fun getAttributes(): MutableMap","description":"com.verygoodsecurity.vgscollect.core.api.analityc.action.Action.getAttributes","location":"vgscollect/com.verygoodsecurity.vgscollect.core.api.analityc.action/-action/get-attributes.html","searchKeys":["getAttributes","abstract fun getAttributes(): MutableMap","com.verygoodsecurity.vgscollect.core.api.analityc.action.Action.getAttributes"]},{"name":"abstract fun getMask(): String","description":"com.verygoodsecurity.vgscollect.view.card.formatter.Formatter.getMask","location":"vgscollect/com.verygoodsecurity.vgscollect.view.card.formatter/-formatter/get-mask.html","searchKeys":["getMask","abstract fun getMask(): String","com.verygoodsecurity.vgscollect.view.card.formatter.Formatter.getMask"]},{"name":"abstract fun logEvent(action: Action)","description":"com.verygoodsecurity.vgscollect.core.api.analityc.AnalyticTracker.logEvent","location":"vgscollect/com.verygoodsecurity.vgscollect.core.api.analityc/-analytic-tracker/log-event.html","searchKeys":["logEvent","abstract fun logEvent(action: Action)","com.verygoodsecurity.vgscollect.core.api.analityc.AnalyticTracker.logEvent"]},{"name":"abstract fun onDismiss()","description":"com.verygoodsecurity.vgscollect.widget.core.VisibilityChangeListener.onDismiss","location":"vgscollect/com.verygoodsecurity.vgscollect.widget.core/-visibility-change-listener/on-dismiss.html","searchKeys":["onDismiss","abstract fun onDismiss()","com.verygoodsecurity.vgscollect.widget.core.VisibilityChangeListener.onDismiss"]},{"name":"abstract fun onEditorAction(v: View?, actionId: Int, event: KeyEvent?): Boolean","description":"com.verygoodsecurity.vgscollect.view.InputFieldView.OnEditorActionListener.onEditorAction","location":"vgscollect/com.verygoodsecurity.vgscollect.view/-input-field-view/-on-editor-action-listener/on-editor-action.html","searchKeys":["onEditorAction","abstract fun onEditorAction(v: View?, actionId: Int, event: KeyEvent?): Boolean","com.verygoodsecurity.vgscollect.view.InputFieldView.OnEditorActionListener.onEditorAction"]},{"name":"abstract fun onResponse(response: VGSResponse?)","description":"com.verygoodsecurity.vgscollect.core.VgsCollectResponseListener.onResponse","location":"vgscollect/com.verygoodsecurity.vgscollect.core/-vgs-collect-response-listener/on-response.html","searchKeys":["onResponse","abstract fun onResponse(response: VGSResponse?)","com.verygoodsecurity.vgscollect.core.VgsCollectResponseListener.onResponse"]},{"name":"abstract fun onResult(isSuccessful: Boolean)","description":"com.verygoodsecurity.vgscollect.view.card.validation.rules.VGSValidationResultListener.onResult","location":"vgscollect/com.verygoodsecurity.vgscollect.view.card.validation.rules/-v-g-s-validation-result-listener/on-result.html","searchKeys":["onResult","abstract fun onResult(isSuccessful: Boolean)","com.verygoodsecurity.vgscollect.view.card.validation.rules.VGSValidationResultListener.onResult"]},{"name":"abstract fun onShow()","description":"com.verygoodsecurity.vgscollect.widget.core.VisibilityChangeListener.onShow","location":"vgscollect/com.verygoodsecurity.vgscollect.widget.core/-visibility-change-listener/on-show.html","searchKeys":["onShow","abstract fun onShow()","com.verygoodsecurity.vgscollect.widget.core.VisibilityChangeListener.onShow"]},{"name":"abstract fun onStateChange(state: FieldState)","description":"com.verygoodsecurity.vgscollect.core.storage.OnFieldStateChangeListener.onStateChange","location":"vgscollect/com.verygoodsecurity.vgscollect.core.storage/-on-field-state-change-listener/on-state-change.html","searchKeys":["onStateChange","abstract fun onStateChange(state: FieldState)","com.verygoodsecurity.vgscollect.core.storage.OnFieldStateChangeListener.onStateChange"]},{"name":"abstract fun onTextChange(view: InputFieldView, isEmpty: Boolean)","description":"com.verygoodsecurity.vgscollect.view.InputFieldView.OnTextChangedListener.onTextChange","location":"vgscollect/com.verygoodsecurity.vgscollect.view/-input-field-view/-on-text-changed-listener/on-text-change.html","searchKeys":["onTextChange","abstract fun onTextChange(view: InputFieldView, isEmpty: Boolean)","com.verygoodsecurity.vgscollect.view.InputFieldView.OnTextChangedListener.onTextChange"]},{"name":"abstract fun resize(cacheSize: Int)","description":"com.verygoodsecurity.vgscollect.core.storage.content.file.VGSFileProvider.resize","location":"vgscollect/com.verygoodsecurity.vgscollect.core.storage.content.file/-v-g-s-file-provider/resize.html","searchKeys":["resize","abstract fun resize(cacheSize: Int)","com.verygoodsecurity.vgscollect.core.storage.content.file.VGSFileProvider.resize"]},{"name":"abstract fun setMask(mask: String)","description":"com.verygoodsecurity.vgscollect.view.card.formatter.Formatter.setMask","location":"vgscollect/com.verygoodsecurity.vgscollect.view.card.formatter/-formatter/set-mask.html","searchKeys":["setMask","abstract fun setMask(mask: String)","com.verygoodsecurity.vgscollect.view.card.formatter.Formatter.setMask"]},{"name":"abstract fun setMode(mode: DatePickerMode)","description":"com.verygoodsecurity.vgscollect.view.card.formatter.date.DatePickerFormatter.setMode","location":"vgscollect/com.verygoodsecurity.vgscollect.view.card.formatter.date/-date-picker-formatter/set-mode.html","searchKeys":["setMode","abstract fun setMode(mode: DatePickerMode)","com.verygoodsecurity.vgscollect.view.card.formatter.date.DatePickerFormatter.setMode"]},{"name":"abstract val customData: Map","description":"com.verygoodsecurity.vgscollect.core.model.network.VGSBaseRequest.customData","location":"vgscollect/com.verygoodsecurity.vgscollect.core.model.network/-v-g-s-base-request/custom-data.html","searchKeys":["customData","abstract val customData: Map","com.verygoodsecurity.vgscollect.core.model.network.VGSBaseRequest.customData"]},{"name":"abstract val customHeader: Map","description":"com.verygoodsecurity.vgscollect.core.model.network.VGSBaseRequest.customHeader","location":"vgscollect/com.verygoodsecurity.vgscollect.core.model.network/-v-g-s-base-request/custom-header.html","searchKeys":["customHeader","abstract val customHeader: Map","com.verygoodsecurity.vgscollect.core.model.network.VGSBaseRequest.customHeader"]},{"name":"abstract val fieldNameMappingPolicy: VGSCollectFieldNameMappingPolicy","description":"com.verygoodsecurity.vgscollect.core.model.network.VGSBaseRequest.fieldNameMappingPolicy","location":"vgscollect/com.verygoodsecurity.vgscollect.core.model.network/-v-g-s-base-request/field-name-mapping-policy.html","searchKeys":["fieldNameMappingPolicy","abstract val fieldNameMappingPolicy: VGSCollectFieldNameMappingPolicy","com.verygoodsecurity.vgscollect.core.model.network.VGSBaseRequest.fieldNameMappingPolicy"]},{"name":"abstract val fieldsIgnore: Boolean","description":"com.verygoodsecurity.vgscollect.core.model.network.VGSBaseRequest.fieldsIgnore","location":"vgscollect/com.verygoodsecurity.vgscollect.core.model.network/-v-g-s-base-request/fields-ignore.html","searchKeys":["fieldsIgnore","abstract val fieldsIgnore: Boolean","com.verygoodsecurity.vgscollect.core.model.network.VGSBaseRequest.fieldsIgnore"]},{"name":"abstract val fileIgnore: Boolean","description":"com.verygoodsecurity.vgscollect.core.model.network.VGSBaseRequest.fileIgnore","location":"vgscollect/com.verygoodsecurity.vgscollect.core.model.network/-v-g-s-base-request/file-ignore.html","searchKeys":["fileIgnore","abstract val fileIgnore: Boolean","com.verygoodsecurity.vgscollect.core.model.network.VGSBaseRequest.fileIgnore"]},{"name":"abstract val format: VGSHttpBodyFormat","description":"com.verygoodsecurity.vgscollect.core.model.network.VGSBaseRequest.format","location":"vgscollect/com.verygoodsecurity.vgscollect.core.model.network/-v-g-s-base-request/format.html","searchKeys":["format","abstract val format: VGSHttpBodyFormat","com.verygoodsecurity.vgscollect.core.model.network.VGSBaseRequest.format"]},{"name":"abstract val isValid: Boolean","description":"com.verygoodsecurity.vgscollect.core.model.map.Key.isValid","location":"vgscollect/com.verygoodsecurity.vgscollect.core.model.map/-key/is-valid.html","searchKeys":["isValid","abstract val isValid: Boolean","com.verygoodsecurity.vgscollect.core.model.map.Key.isValid"]},{"name":"abstract val method: HTTPMethod","description":"com.verygoodsecurity.vgscollect.core.model.network.VGSBaseRequest.method","location":"vgscollect/com.verygoodsecurity.vgscollect.core.model.network/-v-g-s-base-request/method.html","searchKeys":["method","abstract val method: HTTPMethod","com.verygoodsecurity.vgscollect.core.model.network.VGSBaseRequest.method"]},{"name":"abstract val path: String","description":"com.verygoodsecurity.vgscollect.core.model.network.VGSBaseRequest.path","location":"vgscollect/com.verygoodsecurity.vgscollect.core.model.network/-v-g-s-base-request/path.html","searchKeys":["path","abstract val path: String","com.verygoodsecurity.vgscollect.core.model.network.VGSBaseRequest.path"]},{"name":"abstract val requestTimeoutInterval: Long","description":"com.verygoodsecurity.vgscollect.core.model.network.VGSBaseRequest.requestTimeoutInterval","location":"vgscollect/com.verygoodsecurity.vgscollect.core.model.network/-v-g-s-base-request/request-timeout-interval.html","searchKeys":["requestTimeoutInterval","abstract val requestTimeoutInterval: Long","com.verygoodsecurity.vgscollect.core.model.network.VGSBaseRequest.requestTimeoutInterval"]},{"name":"abstract val routeId: String?","description":"com.verygoodsecurity.vgscollect.core.model.network.VGSBaseRequest.routeId","location":"vgscollect/com.verygoodsecurity.vgscollect.core.model.network/-v-g-s-base-request/route-id.html","searchKeys":["routeId","abstract val routeId: String?","com.verygoodsecurity.vgscollect.core.model.network.VGSBaseRequest.routeId"]},{"name":"abstract val value: String","description":"com.verygoodsecurity.vgscollect.core.model.map.Key.value","location":"vgscollect/com.verygoodsecurity.vgscollect.core.model.map/-key/value.html","searchKeys":["value","abstract val value: String","com.verygoodsecurity.vgscollect.core.model.map.Key.value"]},{"name":"abstract var isEnabled: Boolean","description":"com.verygoodsecurity.vgscollect.core.api.analityc.AnalyticTracker.isEnabled","location":"vgscollect/com.verygoodsecurity.vgscollect.core.api.analityc/-analytic-tracker/is-enabled.html","searchKeys":["isEnabled","abstract var isEnabled: Boolean","com.verygoodsecurity.vgscollect.core.api.analityc.AnalyticTracker.isEnabled"]},{"name":"class AttachFileAction(val params: Map) : Action","description":"com.verygoodsecurity.vgscollect.core.api.analityc.action.AttachFileAction","location":"vgscollect/com.verygoodsecurity.vgscollect.core.api.analityc.action/-attach-file-action/index.html","searchKeys":["AttachFileAction","class AttachFileAction(val params: Map) : Action","com.verygoodsecurity.vgscollect.core.api.analityc.action.AttachFileAction"]},{"name":"class AutofillAction(val params: Map) : Action","description":"com.verygoodsecurity.vgscollect.core.api.analityc.action.AutofillAction","location":"vgscollect/com.verygoodsecurity.vgscollect.core.api.analityc.action/-autofill-action/index.html","searchKeys":["AutofillAction","class AutofillAction(val params: Map) : Action","com.verygoodsecurity.vgscollect.core.api.analityc.action.AutofillAction"]},{"name":"class Builder(context: Context, id: String)","description":"com.verygoodsecurity.vgscollect.core.VGSCollect.Builder","location":"vgscollect/com.verygoodsecurity.vgscollect.core/-v-g-s-collect/-builder/index.html","searchKeys":["Builder","class Builder(context: Context, id: String)","com.verygoodsecurity.vgscollect.core.VGSCollect.Builder"]},{"name":"class CVCState : FieldState","description":"com.verygoodsecurity.vgscollect.core.model.state.FieldState.CVCState","location":"vgscollect/com.verygoodsecurity.vgscollect.core.model.state/-field-state/-c-v-c-state/index.html","searchKeys":["CVCState","class CVCState : FieldState","com.verygoodsecurity.vgscollect.core.model.state.FieldState.CVCState"]},{"name":"class CardHolderNameState : FieldState","description":"com.verygoodsecurity.vgscollect.core.model.state.FieldState.CardHolderNameState","location":"vgscollect/com.verygoodsecurity.vgscollect.core.model.state/-field-state/-card-holder-name-state/index.html","searchKeys":["CardHolderNameState","class CardHolderNameState : FieldState","com.verygoodsecurity.vgscollect.core.model.state.FieldState.CardHolderNameState"]},{"name":"class CardNumberState : FieldState","description":"com.verygoodsecurity.vgscollect.core.model.state.FieldState.CardNumberState","location":"vgscollect/com.verygoodsecurity.vgscollect.core.model.state/-field-state/-card-number-state/index.html","searchKeys":["CardNumberState","class CardNumberState : FieldState","com.verygoodsecurity.vgscollect.core.model.state.FieldState.CardNumberState"]},{"name":"class CardVerificationCodeEditText constructor(context: Context, attrs: AttributeSet? = null, defStyleAttr: Int = 0) : InputFieldView","description":"com.verygoodsecurity.vgscollect.widget.CardVerificationCodeEditText","location":"vgscollect/com.verygoodsecurity.vgscollect.widget/-card-verification-code-edit-text/index.html","searchKeys":["CardVerificationCodeEditText","class CardVerificationCodeEditText constructor(context: Context, attrs: AttributeSet? = null, defStyleAttr: Int = 0) : InputFieldView","com.verygoodsecurity.vgscollect.widget.CardVerificationCodeEditText"]},{"name":"class CheckSumValidator(value: ChecksumAlgorithm, val errorMsg: String = DEFAULT_ERROR_MSG) : VGSValidator","description":"com.verygoodsecurity.vgscollect.view.card.validation.CheckSumValidator","location":"vgscollect/com.verygoodsecurity.vgscollect.view.card.validation/-check-sum-validator/index.html","searchKeys":["CheckSumValidator","class CheckSumValidator(value: ChecksumAlgorithm, val errorMsg: String = DEFAULT_ERROR_MSG) : VGSValidator","com.verygoodsecurity.vgscollect.view.card.validation.CheckSumValidator"]},{"name":"class CompositeValidator","description":"com.verygoodsecurity.vgscollect.view.card.validation.CompositeValidator","location":"vgscollect/com.verygoodsecurity.vgscollect.view.card.validation/-composite-validator/index.html","searchKeys":["CompositeValidator","class CompositeValidator","com.verygoodsecurity.vgscollect.view.card.validation.CompositeValidator"]},{"name":"class DateState : FieldState","description":"com.verygoodsecurity.vgscollect.core.model.state.FieldState.DateState","location":"vgscollect/com.verygoodsecurity.vgscollect.core.model.state/-field-state/-date-state/index.html","searchKeys":["DateState","class DateState : FieldState","com.verygoodsecurity.vgscollect.core.model.state.FieldState.DateState"]},{"name":"class DigitInputFormatter(mask: String) : TextWatcher, Formatter","description":"com.verygoodsecurity.vgscollect.view.card.formatter.digit.DigitInputFormatter","location":"vgscollect/com.verygoodsecurity.vgscollect.view.card.formatter.digit/-digit-input-formatter/index.html","searchKeys":["DigitInputFormatter","class DigitInputFormatter(mask: String) : TextWatcher, Formatter","com.verygoodsecurity.vgscollect.view.card.formatter.digit.DigitInputFormatter"]},{"name":"class ExpirationDateEditText constructor(context: Context, attrs: AttributeSet? = null, defStyleAttr: Int = 0) : DateEditText","description":"com.verygoodsecurity.vgscollect.widget.ExpirationDateEditText","location":"vgscollect/com.verygoodsecurity.vgscollect.widget/-expiration-date-edit-text/index.html","searchKeys":["ExpirationDateEditText","class ExpirationDateEditText constructor(context: Context, attrs: AttributeSet? = null, defStyleAttr: Int = 0) : DateEditText","com.verygoodsecurity.vgscollect.widget.ExpirationDateEditText"]},{"name":"class FlatMap(allowParseArrays: Boolean = true)","description":"com.verygoodsecurity.vgscollect.core.model.map.FlatMap","location":"vgscollect/com.verygoodsecurity.vgscollect.core.model.map/-flat-map/index.html","searchKeys":["FlatMap","class FlatMap(allowParseArrays: Boolean = true)","com.verygoodsecurity.vgscollect.core.model.map.FlatMap"]},{"name":"class FlexibleDateFormatter : BaseDateFormatter","description":"com.verygoodsecurity.vgscollect.view.card.formatter.date.FlexibleDateFormatter","location":"vgscollect/com.verygoodsecurity.vgscollect.view.card.formatter.date/-flexible-date-formatter/index.html","searchKeys":["FlexibleDateFormatter","class FlexibleDateFormatter : BaseDateFormatter","com.verygoodsecurity.vgscollect.view.card.formatter.date.FlexibleDateFormatter"]},{"name":"class HostNameValidationAction(val params: Map) : Action","description":"com.verygoodsecurity.vgscollect.core.api.analityc.action.HostNameValidationAction","location":"vgscollect/com.verygoodsecurity.vgscollect.core.api.analityc.action/-host-name-validation-action/index.html","searchKeys":["HostNameValidationAction","class HostNameValidationAction(val params: Map) : Action","com.verygoodsecurity.vgscollect.core.api.analityc.action.HostNameValidationAction"]},{"name":"class InfoState : FieldState","description":"com.verygoodsecurity.vgscollect.core.model.state.FieldState.InfoState","location":"vgscollect/com.verygoodsecurity.vgscollect.core.model.state/-field-state/-info-state/index.html","searchKeys":["InfoState","class InfoState : FieldState","com.verygoodsecurity.vgscollect.core.model.state.FieldState.InfoState"]},{"name":"class PaymentCardNumberRule : ValidationRule","description":"com.verygoodsecurity.vgscollect.view.card.validation.rules.PaymentCardNumberRule","location":"vgscollect/com.verygoodsecurity.vgscollect.view.card.validation.rules/-payment-card-number-rule/index.html","searchKeys":["PaymentCardNumberRule","class PaymentCardNumberRule : ValidationRule","com.verygoodsecurity.vgscollect.view.card.validation.rules.PaymentCardNumberRule"]},{"name":"class PersonNameEditText constructor(context: Context, attrs: AttributeSet? = null, defStyleAttr: Int = 0) : InputFieldView","description":"com.verygoodsecurity.vgscollect.widget.PersonNameEditText","location":"vgscollect/com.verygoodsecurity.vgscollect.widget/-person-name-edit-text/index.html","searchKeys":["PersonNameEditText","class PersonNameEditText constructor(context: Context, attrs: AttributeSet? = null, defStyleAttr: Int = 0) : InputFieldView","com.verygoodsecurity.vgscollect.widget.PersonNameEditText"]},{"name":"class PersonNameRule : ValidationRule","description":"com.verygoodsecurity.vgscollect.view.card.validation.rules.PersonNameRule","location":"vgscollect/com.verygoodsecurity.vgscollect.view.card.validation.rules/-person-name-rule/index.html","searchKeys":["PersonNameRule","class PersonNameRule : ValidationRule","com.verygoodsecurity.vgscollect.view.card.validation.rules.PersonNameRule"]},{"name":"class RangeDateEditText constructor(context: Context, attrs: AttributeSet? = null, defStyleAttr: Int = 0) : DateEditText","description":"com.verygoodsecurity.vgscollect.widget.RangeDateEditText","location":"vgscollect/com.verygoodsecurity.vgscollect.widget/-range-date-edit-text/index.html","searchKeys":["RangeDateEditText","class RangeDateEditText constructor(context: Context, attrs: AttributeSet? = null, defStyleAttr: Int = 0) : DateEditText","com.verygoodsecurity.vgscollect.widget.RangeDateEditText"]},{"name":"class ResponseAction(val params: Map) : Action","description":"com.verygoodsecurity.vgscollect.core.api.analityc.action.ResponseAction","location":"vgscollect/com.verygoodsecurity.vgscollect.core.api.analityc.action/-response-action/index.html","searchKeys":["ResponseAction","class ResponseAction(val params: Map) : Action","com.verygoodsecurity.vgscollect.core.api.analityc.action.ResponseAction"]},{"name":"class SSNEditText constructor(context: Context, attrs: AttributeSet? = null, defStyleAttr: Int = 0) : InputFieldView","description":"com.verygoodsecurity.vgscollect.widget.SSNEditText","location":"vgscollect/com.verygoodsecurity.vgscollect.widget/-s-s-n-edit-text/index.html","searchKeys":["SSNEditText","class SSNEditText constructor(context: Context, attrs: AttributeSet? = null, defStyleAttr: Int = 0) : InputFieldView","com.verygoodsecurity.vgscollect.widget.SSNEditText"]},{"name":"class SSNNumberState : FieldState","description":"com.verygoodsecurity.vgscollect.core.model.state.FieldState.SSNNumberState","location":"vgscollect/com.verygoodsecurity.vgscollect.core.model.state/-field-state/-s-s-n-number-state/index.html","searchKeys":["SSNNumberState","class SSNNumberState : FieldState","com.verygoodsecurity.vgscollect.core.model.state.FieldState.SSNNumberState"]},{"name":"class ScanAction(val params: Map) : Action","description":"com.verygoodsecurity.vgscollect.core.api.analityc.action.ScanAction","location":"vgscollect/com.verygoodsecurity.vgscollect.core.api.analityc.action/-scan-action/index.html","searchKeys":["ScanAction","class ScanAction(val params: Map) : Action","com.verygoodsecurity.vgscollect.core.api.analityc.action.ScanAction"]},{"name":"class SubmitAction(val params: Map) : Action","description":"com.verygoodsecurity.vgscollect.core.api.analityc.action.SubmitAction","location":"vgscollect/com.verygoodsecurity.vgscollect.core.api.analityc.action/-submit-action/index.html","searchKeys":["SubmitAction","class SubmitAction(val params: Map) : Action","com.verygoodsecurity.vgscollect.core.api.analityc.action.SubmitAction"]},{"name":"class TextInputLayoutSavedState : View.BaseSavedState","description":"com.verygoodsecurity.vgscollect.view.material.internal.TextInputLayoutSavedState","location":"vgscollect/com.verygoodsecurity.vgscollect.view.material.internal/-text-input-layout-saved-state/index.html","searchKeys":["TextInputLayoutSavedState","class TextInputLayoutSavedState : View.BaseSavedState","com.verygoodsecurity.vgscollect.view.material.internal.TextInputLayoutSavedState"]},{"name":"class VGSCardNumberEditText constructor(context: Context, attrs: AttributeSet? = null, defStyleAttr: Int = 0) : InputFieldView","description":"com.verygoodsecurity.vgscollect.widget.VGSCardNumberEditText","location":"vgscollect/com.verygoodsecurity.vgscollect.widget/-v-g-s-card-number-edit-text/index.html","searchKeys":["VGSCardNumberEditText","class VGSCardNumberEditText constructor(context: Context, attrs: AttributeSet? = null, defStyleAttr: Int = 0) : InputFieldView","com.verygoodsecurity.vgscollect.widget.VGSCardNumberEditText"]},{"name":"class VGSCollect","description":"com.verygoodsecurity.vgscollect.core.VGSCollect","location":"vgscollect/com.verygoodsecurity.vgscollect.core/-v-g-s-collect/index.html","searchKeys":["VGSCollect","class VGSCollect","com.verygoodsecurity.vgscollect.core.VGSCollect"]},{"name":"class VGSDate","description":"com.verygoodsecurity.vgscollect.core.model.VGSDate","location":"vgscollect/com.verygoodsecurity.vgscollect.core.model/-v-g-s-date/index.html","searchKeys":["VGSDate","class VGSDate","com.verygoodsecurity.vgscollect.core.model.VGSDate"]},{"name":"class VGSDateRangeSeparateSerializer(dayFieldName: String, monthFieldName: String, yearFieldName: String) : FieldDataSerializer>> ","description":"com.verygoodsecurity.vgscollect.view.core.serializers.VGSDateRangeSeparateSerializer","location":"vgscollect/com.verygoodsecurity.vgscollect.view.core.serializers/-v-g-s-date-range-separate-serializer/index.html","searchKeys":["VGSDateRangeSeparateSerializer","class VGSDateRangeSeparateSerializer(dayFieldName: String, monthFieldName: String, yearFieldName: String) : FieldDataSerializer>> ","com.verygoodsecurity.vgscollect.view.core.serializers.VGSDateRangeSeparateSerializer"]},{"name":"class VGSExpDateSeparateSerializer(monthFieldName: String, yearFieldName: String) : FieldDataSerializer>> ","description":"com.verygoodsecurity.vgscollect.view.core.serializers.VGSExpDateSeparateSerializer","location":"vgscollect/com.verygoodsecurity.vgscollect.view.core.serializers/-v-g-s-exp-date-separate-serializer/index.html","searchKeys":["VGSExpDateSeparateSerializer","class VGSExpDateSeparateSerializer(monthFieldName: String, yearFieldName: String) : FieldDataSerializer>> ","com.verygoodsecurity.vgscollect.view.core.serializers.VGSExpDateSeparateSerializer"]},{"name":"class VGSInfoRule : ValidationRule","description":"com.verygoodsecurity.vgscollect.view.card.validation.rules.VGSInfoRule","location":"vgscollect/com.verygoodsecurity.vgscollect.view.card.validation.rules/-v-g-s-info-rule/index.html","searchKeys":["VGSInfoRule","class VGSInfoRule : ValidationRule","com.verygoodsecurity.vgscollect.view.card.validation.rules.VGSInfoRule"]},{"name":"class VGSRequestBuilder","description":"com.verygoodsecurity.vgscollect.core.model.network.VGSRequest.VGSRequestBuilder","location":"vgscollect/com.verygoodsecurity.vgscollect.core.model.network/-v-g-s-request/-v-g-s-request-builder/index.html","searchKeys":["VGSRequestBuilder","class VGSRequestBuilder","com.verygoodsecurity.vgscollect.core.model.network.VGSRequest.VGSRequestBuilder"]},{"name":"class VGSRequestBuilder","description":"com.verygoodsecurity.vgscollect.core.model.network.tokenization.VGSTokenizationRequest.VGSRequestBuilder","location":"vgscollect/com.verygoodsecurity.vgscollect.core.model.network.tokenization/-v-g-s-tokenization-request/-v-g-s-request-builder/index.html","searchKeys":["VGSRequestBuilder","class VGSRequestBuilder","com.verygoodsecurity.vgscollect.core.model.network.tokenization.VGSTokenizationRequest.VGSRequestBuilder"]},{"name":"class VGSTextInputLayout constructor(context: Context, attrs: AttributeSet? = null, defStyleAttr: Int = 0) : TextInputFieldLayout","description":"com.verygoodsecurity.vgscollect.widget.VGSTextInputLayout","location":"vgscollect/com.verygoodsecurity.vgscollect.widget/-v-g-s-text-input-layout/index.html","searchKeys":["VGSTextInputLayout","class VGSTextInputLayout constructor(context: Context, attrs: AttributeSet? = null, defStyleAttr: Int = 0) : TextInputFieldLayout","com.verygoodsecurity.vgscollect.widget.VGSTextInputLayout"]},{"name":"class ValidationBuilder","description":"com.verygoodsecurity.vgscollect.view.card.validation.rules.PaymentCardNumberRule.ValidationBuilder","location":"vgscollect/com.verygoodsecurity.vgscollect.view.card.validation.rules/-payment-card-number-rule/-validation-builder/index.html","searchKeys":["ValidationBuilder","class ValidationBuilder","com.verygoodsecurity.vgscollect.view.card.validation.rules.PaymentCardNumberRule.ValidationBuilder"]},{"name":"class ValidationBuilder","description":"com.verygoodsecurity.vgscollect.view.card.validation.rules.PersonNameRule.ValidationBuilder","location":"vgscollect/com.verygoodsecurity.vgscollect.view.card.validation.rules/-person-name-rule/-validation-builder/index.html","searchKeys":["ValidationBuilder","class ValidationBuilder","com.verygoodsecurity.vgscollect.view.card.validation.rules.PersonNameRule.ValidationBuilder"]},{"name":"class ValidationBuilder","description":"com.verygoodsecurity.vgscollect.view.card.validation.rules.VGSInfoRule.ValidationBuilder","location":"vgscollect/com.verygoodsecurity.vgscollect.view.card.validation.rules/-v-g-s-info-rule/-validation-builder/index.html","searchKeys":["ValidationBuilder","class ValidationBuilder","com.verygoodsecurity.vgscollect.view.card.validation.rules.VGSInfoRule.ValidationBuilder"]},{"name":"const val ATTACH: String","description":"com.verygoodsecurity.vgscollect.app.BaseTransmitActivity.Companion.ATTACH","location":"vgscollect/com.verygoodsecurity.vgscollect.app/-base-transmit-activity/-companion/-a-t-t-a-c-h.html","searchKeys":["ATTACH","const val ATTACH: String","com.verygoodsecurity.vgscollect.app.BaseTransmitActivity.Companion.ATTACH"]},{"name":"const val END_ICON_CLEAR_TEXT: Int = 2","description":"com.verygoodsecurity.vgscollect.widget.VGSTextInputLayout.Companion.END_ICON_CLEAR_TEXT","location":"vgscollect/com.verygoodsecurity.vgscollect.widget/-v-g-s-text-input-layout/-companion/-e-n-d_-i-c-o-n_-c-l-e-a-r_-t-e-x-t.html","searchKeys":["END_ICON_CLEAR_TEXT","const val END_ICON_CLEAR_TEXT: Int = 2","com.verygoodsecurity.vgscollect.widget.VGSTextInputLayout.Companion.END_ICON_CLEAR_TEXT"]},{"name":"const val END_ICON_CUSTOM: Int","description":"com.verygoodsecurity.vgscollect.widget.VGSTextInputLayout.Companion.END_ICON_CUSTOM","location":"vgscollect/com.verygoodsecurity.vgscollect.widget/-v-g-s-text-input-layout/-companion/-e-n-d_-i-c-o-n_-c-u-s-t-o-m.html","searchKeys":["END_ICON_CUSTOM","const val END_ICON_CUSTOM: Int","com.verygoodsecurity.vgscollect.widget.VGSTextInputLayout.Companion.END_ICON_CUSTOM"]},{"name":"const val END_ICON_NONE: Int = 0","description":"com.verygoodsecurity.vgscollect.widget.VGSTextInputLayout.Companion.END_ICON_NONE","location":"vgscollect/com.verygoodsecurity.vgscollect.widget/-v-g-s-text-input-layout/-companion/-e-n-d_-i-c-o-n_-n-o-n-e.html","searchKeys":["END_ICON_NONE","const val END_ICON_NONE: Int = 0","com.verygoodsecurity.vgscollect.widget.VGSTextInputLayout.Companion.END_ICON_NONE"]},{"name":"const val END_ICON_PASSWORD_TOGGLE: Int = 1","description":"com.verygoodsecurity.vgscollect.widget.VGSTextInputLayout.Companion.END_ICON_PASSWORD_TOGGLE","location":"vgscollect/com.verygoodsecurity.vgscollect.widget/-v-g-s-text-input-layout/-companion/-e-n-d_-i-c-o-n_-p-a-s-s-w-o-r-d_-t-o-g-g-l-e.html","searchKeys":["END_ICON_PASSWORD_TOGGLE","const val END_ICON_PASSWORD_TOGGLE: Int = 1","com.verygoodsecurity.vgscollect.widget.VGSTextInputLayout.Companion.END_ICON_PASSWORD_TOGGLE"]},{"name":"const val RESULT_DATA: String","description":"com.verygoodsecurity.vgscollect.app.BaseTransmitActivity.Companion.RESULT_DATA","location":"vgscollect/com.verygoodsecurity.vgscollect.app/-base-transmit-activity/-companion/-r-e-s-u-l-t_-d-a-t-a.html","searchKeys":["RESULT_DATA","const val RESULT_DATA: String","com.verygoodsecurity.vgscollect.app.BaseTransmitActivity.Companion.RESULT_DATA"]},{"name":"const val RESULT_DETAILS: String","description":"com.verygoodsecurity.vgscollect.app.BaseTransmitActivity.Companion.RESULT_DETAILS","location":"vgscollect/com.verygoodsecurity.vgscollect.app/-base-transmit-activity/-companion/-r-e-s-u-l-t_-d-e-t-a-i-l-s.html","searchKeys":["RESULT_DETAILS","const val RESULT_DETAILS: String","com.verygoodsecurity.vgscollect.app.BaseTransmitActivity.Companion.RESULT_DETAILS"]},{"name":"const val RESULT_ID: String","description":"com.verygoodsecurity.vgscollect.app.BaseTransmitActivity.Companion.RESULT_ID","location":"vgscollect/com.verygoodsecurity.vgscollect.app/-base-transmit-activity/-companion/-r-e-s-u-l-t_-i-d.html","searchKeys":["RESULT_ID","const val RESULT_ID: String","com.verygoodsecurity.vgscollect.app.BaseTransmitActivity.Companion.RESULT_ID"]},{"name":"const val RESULT_NAME: String","description":"com.verygoodsecurity.vgscollect.app.BaseTransmitActivity.Companion.RESULT_NAME","location":"vgscollect/com.verygoodsecurity.vgscollect.app/-base-transmit-activity/-companion/-r-e-s-u-l-t_-n-a-m-e.html","searchKeys":["RESULT_NAME","const val RESULT_NAME: String","com.verygoodsecurity.vgscollect.app.BaseTransmitActivity.Companion.RESULT_NAME"]},{"name":"const val RESULT_STATUS: String","description":"com.verygoodsecurity.vgscollect.app.BaseTransmitActivity.Companion.RESULT_STATUS","location":"vgscollect/com.verygoodsecurity.vgscollect.app/-base-transmit-activity/-companion/-r-e-s-u-l-t_-s-t-a-t-u-s.html","searchKeys":["RESULT_STATUS","const val RESULT_STATUS: String","com.verygoodsecurity.vgscollect.app.BaseTransmitActivity.Companion.RESULT_STATUS"]},{"name":"const val RESULT_TYPE: String","description":"com.verygoodsecurity.vgscollect.app.BaseTransmitActivity.Companion.RESULT_TYPE","location":"vgscollect/com.verygoodsecurity.vgscollect.app/-base-transmit-activity/-companion/-r-e-s-u-l-t_-t-y-p-e.html","searchKeys":["RESULT_TYPE","const val RESULT_TYPE: String","com.verygoodsecurity.vgscollect.app.BaseTransmitActivity.Companion.RESULT_TYPE"]},{"name":"const val SCAN: String","description":"com.verygoodsecurity.vgscollect.app.BaseTransmitActivity.Companion.SCAN","location":"vgscollect/com.verygoodsecurity.vgscollect.app/-base-transmit-activity/-companion/-s-c-a-n.html","searchKeys":["SCAN","const val SCAN: String","com.verygoodsecurity.vgscollect.app.BaseTransmitActivity.Companion.SCAN"]},{"name":"const val TAG: String","description":"com.verygoodsecurity.vgscollect.VGSCollectLogger.TAG","location":"vgscollect/com.verygoodsecurity.vgscollect/-v-g-s-collect-logger/-t-a-g.html","searchKeys":["TAG","const val TAG: String","com.verygoodsecurity.vgscollect.VGSCollectLogger.TAG"]},{"name":"constructor()","description":"com.verygoodsecurity.vgscollect.app.BaseTransmitActivity.BaseTransmitActivity","location":"vgscollect/com.verygoodsecurity.vgscollect.app/-base-transmit-activity/-base-transmit-activity.html","searchKeys":["BaseTransmitActivity","constructor()","com.verygoodsecurity.vgscollect.app.BaseTransmitActivity.BaseTransmitActivity"]},{"name":"constructor()","description":"com.verygoodsecurity.vgscollect.core.model.network.VGSBaseRequest.VGSBaseRequest","location":"vgscollect/com.verygoodsecurity.vgscollect.core.model.network/-v-g-s-base-request/-v-g-s-base-request.html","searchKeys":["VGSBaseRequest","constructor()","com.verygoodsecurity.vgscollect.core.model.network.VGSBaseRequest.VGSBaseRequest"]},{"name":"constructor()","description":"com.verygoodsecurity.vgscollect.core.model.network.VGSRequest.VGSRequestBuilder.VGSRequestBuilder","location":"vgscollect/com.verygoodsecurity.vgscollect.core.model.network/-v-g-s-request/-v-g-s-request-builder/-v-g-s-request-builder.html","searchKeys":["VGSRequestBuilder","constructor()","com.verygoodsecurity.vgscollect.core.model.network.VGSRequest.VGSRequestBuilder.VGSRequestBuilder"]},{"name":"constructor()","description":"com.verygoodsecurity.vgscollect.core.model.network.tokenization.VGSTokenizationRequest.VGSRequestBuilder.VGSRequestBuilder","location":"vgscollect/com.verygoodsecurity.vgscollect.core.model.network.tokenization/-v-g-s-tokenization-request/-v-g-s-request-builder/-v-g-s-request-builder.html","searchKeys":["VGSRequestBuilder","constructor()","com.verygoodsecurity.vgscollect.core.model.network.tokenization.VGSTokenizationRequest.VGSRequestBuilder.VGSRequestBuilder"]},{"name":"constructor()","description":"com.verygoodsecurity.vgscollect.core.model.state.FieldState.CVCState.CVCState","location":"vgscollect/com.verygoodsecurity.vgscollect.core.model.state/-field-state/-c-v-c-state/-c-v-c-state.html","searchKeys":["CVCState","constructor()","com.verygoodsecurity.vgscollect.core.model.state.FieldState.CVCState.CVCState"]},{"name":"constructor()","description":"com.verygoodsecurity.vgscollect.core.model.state.FieldState.CardHolderNameState.CardHolderNameState","location":"vgscollect/com.verygoodsecurity.vgscollect.core.model.state/-field-state/-card-holder-name-state/-card-holder-name-state.html","searchKeys":["CardHolderNameState","constructor()","com.verygoodsecurity.vgscollect.core.model.state.FieldState.CardHolderNameState.CardHolderNameState"]},{"name":"constructor()","description":"com.verygoodsecurity.vgscollect.core.model.state.FieldState.CardNumberState.CardNumberState","location":"vgscollect/com.verygoodsecurity.vgscollect.core.model.state/-field-state/-card-number-state/-card-number-state.html","searchKeys":["CardNumberState","constructor()","com.verygoodsecurity.vgscollect.core.model.state.FieldState.CardNumberState.CardNumberState"]},{"name":"constructor()","description":"com.verygoodsecurity.vgscollect.core.model.state.FieldState.DateState.DateState","location":"vgscollect/com.verygoodsecurity.vgscollect.core.model.state/-field-state/-date-state/-date-state.html","searchKeys":["DateState","constructor()","com.verygoodsecurity.vgscollect.core.model.state.FieldState.DateState.DateState"]},{"name":"constructor()","description":"com.verygoodsecurity.vgscollect.core.model.state.FieldState.InfoState.InfoState","location":"vgscollect/com.verygoodsecurity.vgscollect.core.model.state/-field-state/-info-state/-info-state.html","searchKeys":["InfoState","constructor()","com.verygoodsecurity.vgscollect.core.model.state.FieldState.InfoState.InfoState"]},{"name":"constructor()","description":"com.verygoodsecurity.vgscollect.core.model.state.FieldState.SSNNumberState.SSNNumberState","location":"vgscollect/com.verygoodsecurity.vgscollect.core.model.state/-field-state/-s-s-n-number-state/-s-s-n-number-state.html","searchKeys":["SSNNumberState","constructor()","com.verygoodsecurity.vgscollect.core.model.state.FieldState.SSNNumberState.SSNNumberState"]},{"name":"constructor()","description":"com.verygoodsecurity.vgscollect.view.card.formatter.CardMaskAdapter.CardMaskAdapter","location":"vgscollect/com.verygoodsecurity.vgscollect.view.card.formatter/-card-mask-adapter/-card-mask-adapter.html","searchKeys":["CardMaskAdapter","constructor()","com.verygoodsecurity.vgscollect.view.card.formatter.CardMaskAdapter.CardMaskAdapter"]},{"name":"constructor()","description":"com.verygoodsecurity.vgscollect.view.card.formatter.date.BaseDateFormatter.BaseDateFormatter","location":"vgscollect/com.verygoodsecurity.vgscollect.view.card.formatter.date/-base-date-formatter/-base-date-formatter.html","searchKeys":["BaseDateFormatter","constructor()","com.verygoodsecurity.vgscollect.view.card.formatter.date.BaseDateFormatter.BaseDateFormatter"]},{"name":"constructor()","description":"com.verygoodsecurity.vgscollect.view.card.formatter.date.FlexibleDateFormatter.FlexibleDateFormatter","location":"vgscollect/com.verygoodsecurity.vgscollect.view.card.formatter.date/-flexible-date-formatter/-flexible-date-formatter.html","searchKeys":["FlexibleDateFormatter","constructor()","com.verygoodsecurity.vgscollect.view.card.formatter.date.FlexibleDateFormatter.FlexibleDateFormatter"]},{"name":"constructor()","description":"com.verygoodsecurity.vgscollect.view.card.validation.CompositeValidator.CompositeValidator","location":"vgscollect/com.verygoodsecurity.vgscollect.view.card.validation/-composite-validator/-composite-validator.html","searchKeys":["CompositeValidator","constructor()","com.verygoodsecurity.vgscollect.view.card.validation.CompositeValidator.CompositeValidator"]},{"name":"constructor()","description":"com.verygoodsecurity.vgscollect.view.card.validation.rules.PaymentCardNumberRule.ValidationBuilder.ValidationBuilder","location":"vgscollect/com.verygoodsecurity.vgscollect.view.card.validation.rules/-payment-card-number-rule/-validation-builder/-validation-builder.html","searchKeys":["ValidationBuilder","constructor()","com.verygoodsecurity.vgscollect.view.card.validation.rules.PaymentCardNumberRule.ValidationBuilder.ValidationBuilder"]},{"name":"constructor()","description":"com.verygoodsecurity.vgscollect.view.card.validation.rules.PersonNameRule.ValidationBuilder.ValidationBuilder","location":"vgscollect/com.verygoodsecurity.vgscollect.view.card.validation.rules/-person-name-rule/-validation-builder/-validation-builder.html","searchKeys":["ValidationBuilder","constructor()","com.verygoodsecurity.vgscollect.view.card.validation.rules.PersonNameRule.ValidationBuilder.ValidationBuilder"]},{"name":"constructor()","description":"com.verygoodsecurity.vgscollect.view.card.validation.rules.VGSInfoRule.ValidationBuilder.ValidationBuilder","location":"vgscollect/com.verygoodsecurity.vgscollect.view.card.validation.rules/-v-g-s-info-rule/-validation-builder/-validation-builder.html","searchKeys":["ValidationBuilder","constructor()","com.verygoodsecurity.vgscollect.view.card.validation.rules.VGSInfoRule.ValidationBuilder.ValidationBuilder"]},{"name":"constructor()","description":"com.verygoodsecurity.vgscollect.view.core.serializers.FieldDataSerializer.FieldDataSerializer","location":"vgscollect/com.verygoodsecurity.vgscollect.view.core.serializers/-field-data-serializer/-field-data-serializer.html","searchKeys":["FieldDataSerializer","constructor()","com.verygoodsecurity.vgscollect.view.core.serializers.FieldDataSerializer.FieldDataSerializer"]},{"name":"constructor(allowParseArrays: Boolean = true)","description":"com.verygoodsecurity.vgscollect.core.model.map.FlatMap.FlatMap","location":"vgscollect/com.verygoodsecurity.vgscollect.core.model.map/-flat-map/-flat-map.html","searchKeys":["FlatMap","constructor(allowParseArrays: Boolean = true)","com.verygoodsecurity.vgscollect.core.model.map.FlatMap.FlatMap"]},{"name":"constructor(context: Context)","description":"com.verygoodsecurity.vgscollect.view.card.icon.CardIconAdapter.CardIconAdapter","location":"vgscollect/com.verygoodsecurity.vgscollect.view.card.icon/-card-icon-adapter/-card-icon-adapter.html","searchKeys":["CardIconAdapter","constructor(context: Context)","com.verygoodsecurity.vgscollect.view.card.icon.CardIconAdapter.CardIconAdapter"]},{"name":"constructor(context: Context)","description":"com.verygoodsecurity.vgscollect.view.cvc.CVCIconAdapter.CVCIconAdapter","location":"vgscollect/com.verygoodsecurity.vgscollect.view.cvc/-c-v-c-icon-adapter/-c-v-c-icon-adapter.html","searchKeys":["CVCIconAdapter","constructor(context: Context)","com.verygoodsecurity.vgscollect.view.cvc.CVCIconAdapter.CVCIconAdapter"]},{"name":"constructor(context: Context, attrs: AttributeSet? = null, defStyleAttr: Int = 0)","description":"com.verygoodsecurity.vgscollect.view.InputFieldView.InputFieldView","location":"vgscollect/com.verygoodsecurity.vgscollect.view/-input-field-view/-input-field-view.html","searchKeys":["InputFieldView","constructor(context: Context, attrs: AttributeSet? = null, defStyleAttr: Int = 0)","com.verygoodsecurity.vgscollect.view.InputFieldView.InputFieldView"]},{"name":"constructor(context: Context, attrs: AttributeSet? = null, defStyleAttr: Int = 0)","description":"com.verygoodsecurity.vgscollect.view.material.TextInputFieldLayout.TextInputFieldLayout","location":"vgscollect/com.verygoodsecurity.vgscollect.view.material/-text-input-field-layout/-text-input-field-layout.html","searchKeys":["TextInputFieldLayout","constructor(context: Context, attrs: AttributeSet? = null, defStyleAttr: Int = 0)","com.verygoodsecurity.vgscollect.view.material.TextInputFieldLayout.TextInputFieldLayout"]},{"name":"constructor(context: Context, attrs: AttributeSet? = null, defStyleAttr: Int = 0)","description":"com.verygoodsecurity.vgscollect.widget.CardVerificationCodeEditText.CardVerificationCodeEditText","location":"vgscollect/com.verygoodsecurity.vgscollect.widget/-card-verification-code-edit-text/-card-verification-code-edit-text.html","searchKeys":["CardVerificationCodeEditText","constructor(context: Context, attrs: AttributeSet? = null, defStyleAttr: Int = 0)","com.verygoodsecurity.vgscollect.widget.CardVerificationCodeEditText.CardVerificationCodeEditText"]},{"name":"constructor(context: Context, attrs: AttributeSet? = null, defStyleAttr: Int = 0)","description":"com.verygoodsecurity.vgscollect.widget.ExpirationDateEditText.ExpirationDateEditText","location":"vgscollect/com.verygoodsecurity.vgscollect.widget/-expiration-date-edit-text/-expiration-date-edit-text.html","searchKeys":["ExpirationDateEditText","constructor(context: Context, attrs: AttributeSet? = null, defStyleAttr: Int = 0)","com.verygoodsecurity.vgscollect.widget.ExpirationDateEditText.ExpirationDateEditText"]},{"name":"constructor(context: Context, attrs: AttributeSet? = null, defStyleAttr: Int = 0)","description":"com.verygoodsecurity.vgscollect.widget.PersonNameEditText.PersonNameEditText","location":"vgscollect/com.verygoodsecurity.vgscollect.widget/-person-name-edit-text/-person-name-edit-text.html","searchKeys":["PersonNameEditText","constructor(context: Context, attrs: AttributeSet? = null, defStyleAttr: Int = 0)","com.verygoodsecurity.vgscollect.widget.PersonNameEditText.PersonNameEditText"]},{"name":"constructor(context: Context, attrs: AttributeSet? = null, defStyleAttr: Int = 0)","description":"com.verygoodsecurity.vgscollect.widget.RangeDateEditText.RangeDateEditText","location":"vgscollect/com.verygoodsecurity.vgscollect.widget/-range-date-edit-text/-range-date-edit-text.html","searchKeys":["RangeDateEditText","constructor(context: Context, attrs: AttributeSet? = null, defStyleAttr: Int = 0)","com.verygoodsecurity.vgscollect.widget.RangeDateEditText.RangeDateEditText"]},{"name":"constructor(context: Context, attrs: AttributeSet? = null, defStyleAttr: Int = 0)","description":"com.verygoodsecurity.vgscollect.widget.SSNEditText.SSNEditText","location":"vgscollect/com.verygoodsecurity.vgscollect.widget/-s-s-n-edit-text/-s-s-n-edit-text.html","searchKeys":["SSNEditText","constructor(context: Context, attrs: AttributeSet? = null, defStyleAttr: Int = 0)","com.verygoodsecurity.vgscollect.widget.SSNEditText.SSNEditText"]},{"name":"constructor(context: Context, attrs: AttributeSet? = null, defStyleAttr: Int = 0)","description":"com.verygoodsecurity.vgscollect.widget.VGSCardNumberEditText.VGSCardNumberEditText","location":"vgscollect/com.verygoodsecurity.vgscollect.widget/-v-g-s-card-number-edit-text/-v-g-s-card-number-edit-text.html","searchKeys":["VGSCardNumberEditText","constructor(context: Context, attrs: AttributeSet? = null, defStyleAttr: Int = 0)","com.verygoodsecurity.vgscollect.widget.VGSCardNumberEditText.VGSCardNumberEditText"]},{"name":"constructor(context: Context, attrs: AttributeSet? = null, defStyleAttr: Int = 0)","description":"com.verygoodsecurity.vgscollect.widget.VGSEditText.VGSEditText","location":"vgscollect/com.verygoodsecurity.vgscollect.widget/-v-g-s-edit-text/-v-g-s-edit-text.html","searchKeys":["VGSEditText","constructor(context: Context, attrs: AttributeSet? = null, defStyleAttr: Int = 0)","com.verygoodsecurity.vgscollect.widget.VGSEditText.VGSEditText"]},{"name":"constructor(context: Context, attrs: AttributeSet? = null, defStyleAttr: Int = 0)","description":"com.verygoodsecurity.vgscollect.widget.VGSTextInputLayout.VGSTextInputLayout","location":"vgscollect/com.verygoodsecurity.vgscollect.widget/-v-g-s-text-input-layout/-v-g-s-text-input-layout.html","searchKeys":["VGSTextInputLayout","constructor(context: Context, attrs: AttributeSet? = null, defStyleAttr: Int = 0)","com.verygoodsecurity.vgscollect.widget.VGSTextInputLayout.VGSTextInputLayout"]},{"name":"constructor(context: Context, id: String)","description":"com.verygoodsecurity.vgscollect.core.VGSCollect.Builder.Builder","location":"vgscollect/com.verygoodsecurity.vgscollect.core/-v-g-s-collect/-builder/-builder.html","searchKeys":["Builder","constructor(context: Context, id: String)","com.verygoodsecurity.vgscollect.core.VGSCollect.Builder.Builder"]},{"name":"constructor(context: Context, id: String, environment: Environment = Environment.SANDBOX)","description":"com.verygoodsecurity.vgscollect.core.VGSCollect.VGSCollect","location":"vgscollect/com.verygoodsecurity.vgscollect.core/-v-g-s-collect/-v-g-s-collect.html","searchKeys":["VGSCollect","constructor(context: Context, id: String, environment: Environment = Environment.SANDBOX)","com.verygoodsecurity.vgscollect.core.VGSCollect.VGSCollect"]},{"name":"constructor(context: Context, id: String, environment: String)","description":"com.verygoodsecurity.vgscollect.core.VGSCollect.VGSCollect","location":"vgscollect/com.verygoodsecurity.vgscollect.core/-v-g-s-collect/-v-g-s-collect.html","searchKeys":["VGSCollect","constructor(context: Context, id: String, environment: String)","com.verygoodsecurity.vgscollect.core.VGSCollect.VGSCollect"]},{"name":"constructor(context: Context, id: String, environmentType: String, suffix: String)","description":"com.verygoodsecurity.vgscollect.core.VGSCollect.VGSCollect","location":"vgscollect/com.verygoodsecurity.vgscollect.core/-v-g-s-collect/-v-g-s-collect.html","searchKeys":["VGSCollect","constructor(context: Context, id: String, environmentType: String, suffix: String)","com.verygoodsecurity.vgscollect.core.VGSCollect.VGSCollect"]},{"name":"constructor(date: String, dateFormat: String?)","description":"com.verygoodsecurity.vgscollect.view.core.serializers.VGSDateRangeSeparateSerializer.Params.Params","location":"vgscollect/com.verygoodsecurity.vgscollect.view.core.serializers/-v-g-s-date-range-separate-serializer/-params/-params.html","searchKeys":["Params","constructor(date: String, dateFormat: String?)","com.verygoodsecurity.vgscollect.view.core.serializers.VGSDateRangeSeparateSerializer.Params.Params"]},{"name":"constructor(date: String, dateFormat: String?)","description":"com.verygoodsecurity.vgscollect.view.core.serializers.VGSExpDateSeparateSerializer.Params.Params","location":"vgscollect/com.verygoodsecurity.vgscollect.view.core.serializers/-v-g-s-exp-date-separate-serializer/-params/-params.html","searchKeys":["Params","constructor(date: String, dateFormat: String?)","com.verygoodsecurity.vgscollect.view.core.serializers.VGSExpDateSeparateSerializer.Params.Params"]},{"name":"constructor(dayFieldName: String, monthFieldName: String, yearFieldName: String)","description":"com.verygoodsecurity.vgscollect.view.core.serializers.VGSDateRangeSeparateSerializer.VGSDateRangeSeparateSerializer","location":"vgscollect/com.verygoodsecurity.vgscollect.view.core.serializers/-v-g-s-date-range-separate-serializer/-v-g-s-date-range-separate-serializer.html","searchKeys":["VGSDateRangeSeparateSerializer","constructor(dayFieldName: String, monthFieldName: String, yearFieldName: String)","com.verygoodsecurity.vgscollect.view.core.serializers.VGSDateRangeSeparateSerializer.VGSDateRangeSeparateSerializer"]},{"name":"constructor(in: Parcel)","description":"com.verygoodsecurity.vgscollect.view.material.internal.TextInputLayoutSavedState.TextInputLayoutSavedState","location":"vgscollect/com.verygoodsecurity.vgscollect.view.material.internal/-text-input-layout-saved-state/-text-input-layout-saved-state.html","searchKeys":["TextInputLayoutSavedState","constructor(in: Parcel)","com.verygoodsecurity.vgscollect.view.material.internal.TextInputLayoutSavedState.TextInputLayoutSavedState"]},{"name":"constructor(isSuccessful: Boolean = false, body: String? = null, code: Int = -1, message: String? = null, error: VGSError? = null)","description":"com.verygoodsecurity.vgscollect.core.model.network.NetworkResponse.NetworkResponse","location":"vgscollect/com.verygoodsecurity.vgscollect.core.model.network/-network-response/-network-response.html","searchKeys":["NetworkResponse","constructor(isSuccessful: Boolean = false, body: String? = null, code: Int = -1, message: String? = null, error: VGSError? = null)","com.verygoodsecurity.vgscollect.core.model.network.NetworkResponse.NetworkResponse"]},{"name":"constructor(localizeMessage: String = \"Can't connect to server\", errorCode: Int = -1, rawResponse: String? = null)","description":"com.verygoodsecurity.vgscollect.core.model.network.VGSResponse.ErrorResponse.ErrorResponse","location":"vgscollect/com.verygoodsecurity.vgscollect.core.model.network/-v-g-s-response/-error-response/-error-response.html","searchKeys":["ErrorResponse","constructor(localizeMessage: String = \"Can't connect to server\", errorCode: Int = -1, rawResponse: String? = null)","com.verygoodsecurity.vgscollect.core.model.network.VGSResponse.ErrorResponse.ErrorResponse"]},{"name":"constructor(mask: String = \"#### #### #### #### ###\", algorithm: ChecksumAlgorithm = ChecksumAlgorithm.NONE, rangeNumber: IntArray = CardType.UNKNOWN.rangeNumber, rangeCVV: IntArray = CardType.UNKNOWN.rangeCVV)","description":"com.verygoodsecurity.vgscollect.view.card.BrandParams.BrandParams","location":"vgscollect/com.verygoodsecurity.vgscollect.view.card/-brand-params/-brand-params.html","searchKeys":["BrandParams","constructor(mask: String = \"#### #### #### #### ###\", algorithm: ChecksumAlgorithm = ChecksumAlgorithm.NONE, rangeNumber: IntArray = CardType.UNKNOWN.rangeNumber, rangeCVV: IntArray = CardType.UNKNOWN.rangeCVV)","com.verygoodsecurity.vgscollect.view.card.BrandParams.BrandParams"]},{"name":"constructor(mask: String)","description":"com.verygoodsecurity.vgscollect.view.card.formatter.digit.DigitInputFormatter.DigitInputFormatter","location":"vgscollect/com.verygoodsecurity.vgscollect.view.card.formatter.digit/-digit-input-formatter/-digit-input-formatter.html","searchKeys":["DigitInputFormatter","constructor(mask: String)","com.verygoodsecurity.vgscollect.view.card.formatter.digit.DigitInputFormatter.DigitInputFormatter"]},{"name":"constructor(method: HTTPMethod, url: String, customHeader: Map, customData: Any, fieldsIgnore: Boolean, fileIgnore: Boolean, format: VGSHttpBodyFormat, requestTimeoutInterval: Long, requiresTokenization: Boolean)","description":"com.verygoodsecurity.vgscollect.core.model.network.NetworkRequest.NetworkRequest","location":"vgscollect/com.verygoodsecurity.vgscollect.core.model.network/-network-request/-network-request.html","searchKeys":["NetworkRequest","constructor(method: HTTPMethod, url: String, customHeader: Map, customData: Any, fieldsIgnore: Boolean, fileIgnore: Boolean, format: VGSHttpBodyFormat, requestTimeoutInterval: Long, requiresTokenization: Boolean)","com.verygoodsecurity.vgscollect.core.model.network.NetworkRequest.NetworkRequest"]},{"name":"constructor(monthFieldName: String, yearFieldName: String)","description":"com.verygoodsecurity.vgscollect.view.core.serializers.VGSExpDateSeparateSerializer.VGSExpDateSeparateSerializer","location":"vgscollect/com.verygoodsecurity.vgscollect.view.core.serializers/-v-g-s-exp-date-separate-serializer/-v-g-s-exp-date-separate-serializer.html","searchKeys":["VGSExpDateSeparateSerializer","constructor(monthFieldName: String, yearFieldName: String)","com.verygoodsecurity.vgscollect.view.core.serializers.VGSExpDateSeparateSerializer.VGSExpDateSeparateSerializer"]},{"name":"constructor(params: Map)","description":"com.verygoodsecurity.vgscollect.core.api.analityc.action.AttachFileAction.AttachFileAction","location":"vgscollect/com.verygoodsecurity.vgscollect.core.api.analityc.action/-attach-file-action/-attach-file-action.html","searchKeys":["AttachFileAction","constructor(params: Map)","com.verygoodsecurity.vgscollect.core.api.analityc.action.AttachFileAction.AttachFileAction"]},{"name":"constructor(params: Map)","description":"com.verygoodsecurity.vgscollect.core.api.analityc.action.AutofillAction.AutofillAction","location":"vgscollect/com.verygoodsecurity.vgscollect.core.api.analityc.action/-autofill-action/-autofill-action.html","searchKeys":["AutofillAction","constructor(params: Map)","com.verygoodsecurity.vgscollect.core.api.analityc.action.AutofillAction.AutofillAction"]},{"name":"constructor(params: Map)","description":"com.verygoodsecurity.vgscollect.core.api.analityc.action.HostNameValidationAction.HostNameValidationAction","location":"vgscollect/com.verygoodsecurity.vgscollect.core.api.analityc.action/-host-name-validation-action/-host-name-validation-action.html","searchKeys":["HostNameValidationAction","constructor(params: Map)","com.verygoodsecurity.vgscollect.core.api.analityc.action.HostNameValidationAction.HostNameValidationAction"]},{"name":"constructor(params: Map)","description":"com.verygoodsecurity.vgscollect.core.api.analityc.action.InitAction.InitAction","location":"vgscollect/com.verygoodsecurity.vgscollect.core.api.analityc.action/-init-action/-init-action.html","searchKeys":["InitAction","constructor(params: Map)","com.verygoodsecurity.vgscollect.core.api.analityc.action.InitAction.InitAction"]},{"name":"constructor(params: Map)","description":"com.verygoodsecurity.vgscollect.core.api.analityc.action.ResponseAction.ResponseAction","location":"vgscollect/com.verygoodsecurity.vgscollect.core.api.analityc.action/-response-action/-response-action.html","searchKeys":["ResponseAction","constructor(params: Map)","com.verygoodsecurity.vgscollect.core.api.analityc.action.ResponseAction.ResponseAction"]},{"name":"constructor(params: Map)","description":"com.verygoodsecurity.vgscollect.core.api.analityc.action.ScanAction.ScanAction","location":"vgscollect/com.verygoodsecurity.vgscollect.core.api.analityc.action/-scan-action/-scan-action.html","searchKeys":["ScanAction","constructor(params: Map)","com.verygoodsecurity.vgscollect.core.api.analityc.action.ScanAction.ScanAction"]},{"name":"constructor(params: Map)","description":"com.verygoodsecurity.vgscollect.core.api.analityc.action.SubmitAction.SubmitAction","location":"vgscollect/com.verygoodsecurity.vgscollect.core.api.analityc.action/-submit-action/-submit-action.html","searchKeys":["SubmitAction","constructor(params: Map)","com.verygoodsecurity.vgscollect.core.api.analityc.action.SubmitAction.SubmitAction"]},{"name":"constructor(rawValue: String)","description":"com.verygoodsecurity.vgscollect.core.model.map.Key.ArrayKey.ArrayKey","location":"vgscollect/com.verygoodsecurity.vgscollect.core.model.map/-key/-array-key/-array-key.html","searchKeys":["ArrayKey","constructor(rawValue: String)","com.verygoodsecurity.vgscollect.core.model.map.Key.ArrayKey.ArrayKey"]},{"name":"constructor(regex: String, cardBrandName: String, drawableResId: Int = 0, params: BrandParams = BrandParams())","description":"com.verygoodsecurity.vgscollect.view.card.CardBrand.CardBrand","location":"vgscollect/com.verygoodsecurity.vgscollect.view.card/-card-brand/-card-brand.html","searchKeys":["CardBrand","constructor(regex: String, cardBrandName: String, drawableResId: Int = 0, params: BrandParams = BrandParams())","com.verygoodsecurity.vgscollect.view.card.CardBrand.CardBrand"]},{"name":"constructor(response: Map? = null, successCode: Int = -1, rawResponse: String? = null)","description":"com.verygoodsecurity.vgscollect.core.model.network.VGSResponse.SuccessResponse.SuccessResponse","location":"vgscollect/com.verygoodsecurity.vgscollect.core.model.network/-v-g-s-response/-success-response/-success-response.html","searchKeys":["SuccessResponse","constructor(response: Map? = null, successCode: Int = -1, rawResponse: String? = null)","com.verygoodsecurity.vgscollect.core.model.network.VGSResponse.SuccessResponse.SuccessResponse"]},{"name":"constructor(size: Long = 0, name: String?, mimeType: String?, fieldName: String)","description":"com.verygoodsecurity.vgscollect.core.model.state.FileState.FileState","location":"vgscollect/com.verygoodsecurity.vgscollect.core.model.state/-file-state/-file-state.html","searchKeys":["FileState","constructor(size: Long = 0, name: String?, mimeType: String?, fieldName: String)","com.verygoodsecurity.vgscollect.core.model.state.FileState.FileState"]},{"name":"constructor(superState: Parcelable?)","description":"com.verygoodsecurity.vgscollect.view.material.internal.TextInputLayoutSavedState.TextInputLayoutSavedState","location":"vgscollect/com.verygoodsecurity.vgscollect.view.material.internal/-text-input-layout-saved-state/-text-input-layout-saved-state.html","searchKeys":["TextInputLayoutSavedState","constructor(superState: Parcelable?)","com.verygoodsecurity.vgscollect.view.material.internal.TextInputLayoutSavedState.TextInputLayoutSavedState"]},{"name":"constructor(value: ChecksumAlgorithm, errorMsg: String = DEFAULT_ERROR_MSG)","description":"com.verygoodsecurity.vgscollect.view.card.validation.CheckSumValidator.CheckSumValidator","location":"vgscollect/com.verygoodsecurity.vgscollect.view.card.validation/-check-sum-validator/-check-sum-validator.html","searchKeys":["CheckSumValidator","constructor(value: ChecksumAlgorithm, errorMsg: String = DEFAULT_ERROR_MSG)","com.verygoodsecurity.vgscollect.view.card.validation.CheckSumValidator.CheckSumValidator"]},{"name":"constructor(value: String)","description":"com.verygoodsecurity.vgscollect.core.model.map.Key.ObjectKey.ObjectKey","location":"vgscollect/com.verygoodsecurity.vgscollect.core.model.map/-key/-object-key/-object-key.html","searchKeys":["ObjectKey","constructor(value: String)","com.verygoodsecurity.vgscollect.core.model.map.Key.ObjectKey.ObjectKey"]},{"name":"data class ArrayKey(val rawValue: String) : Key","description":"com.verygoodsecurity.vgscollect.core.model.map.Key.ArrayKey","location":"vgscollect/com.verygoodsecurity.vgscollect.core.model.map/-key/-array-key/index.html","searchKeys":["ArrayKey","data class ArrayKey(val rawValue: String) : Key","com.verygoodsecurity.vgscollect.core.model.map.Key.ArrayKey"]},{"name":"data class BrandParams(val mask: String = \"#### #### #### #### ###\", val algorithm: ChecksumAlgorithm = ChecksumAlgorithm.NONE, val rangeNumber: IntArray = CardType.UNKNOWN.rangeNumber, val rangeCVV: IntArray = CardType.UNKNOWN.rangeCVV)","description":"com.verygoodsecurity.vgscollect.view.card.BrandParams","location":"vgscollect/com.verygoodsecurity.vgscollect.view.card/-brand-params/index.html","searchKeys":["BrandParams","data class BrandParams(val mask: String = \"#### #### #### #### ###\", val algorithm: ChecksumAlgorithm = ChecksumAlgorithm.NONE, val rangeNumber: IntArray = CardType.UNKNOWN.rangeNumber, val rangeCVV: IntArray = CardType.UNKNOWN.rangeCVV)","com.verygoodsecurity.vgscollect.view.card.BrandParams"]},{"name":"data class CardBrand(val regex: String, val cardBrandName: String, val drawableResId: Int = 0, val params: BrandParams = BrandParams())","description":"com.verygoodsecurity.vgscollect.view.card.CardBrand","location":"vgscollect/com.verygoodsecurity.vgscollect.view.card/-card-brand/index.html","searchKeys":["CardBrand","data class CardBrand(val regex: String, val cardBrandName: String, val drawableResId: Int = 0, val params: BrandParams = BrandParams())","com.verygoodsecurity.vgscollect.view.card.CardBrand"]},{"name":"data class ErrorResponse(val localizeMessage: String = \"Can't connect to server\", val errorCode: Int = -1, rawResponse: String? = null) : VGSResponse","description":"com.verygoodsecurity.vgscollect.core.model.network.VGSResponse.ErrorResponse","location":"vgscollect/com.verygoodsecurity.vgscollect.core.model.network/-v-g-s-response/-error-response/index.html","searchKeys":["ErrorResponse","data class ErrorResponse(val localizeMessage: String = \"Can't connect to server\", val errorCode: Int = -1, rawResponse: String? = null) : VGSResponse","com.verygoodsecurity.vgscollect.core.model.network.VGSResponse.ErrorResponse"]},{"name":"data class FileState(val size: Long = 0, val name: String?, val mimeType: String?, val fieldName: String)","description":"com.verygoodsecurity.vgscollect.core.model.state.FileState","location":"vgscollect/com.verygoodsecurity.vgscollect.core.model.state/-file-state/index.html","searchKeys":["FileState","data class FileState(val size: Long = 0, val name: String?, val mimeType: String?, val fieldName: String)","com.verygoodsecurity.vgscollect.core.model.state.FileState"]},{"name":"data class InitAction(val params: Map) : Action","description":"com.verygoodsecurity.vgscollect.core.api.analityc.action.InitAction","location":"vgscollect/com.verygoodsecurity.vgscollect.core.api.analityc.action/-init-action/index.html","searchKeys":["InitAction","data class InitAction(val params: Map) : Action","com.verygoodsecurity.vgscollect.core.api.analityc.action.InitAction"]},{"name":"data class NetworkRequest(val method: HTTPMethod, var url: String, val customHeader: Map, val customData: Any, val fieldsIgnore: Boolean, val fileIgnore: Boolean, val format: VGSHttpBodyFormat, val requestTimeoutInterval: Long, val requiresTokenization: Boolean)","description":"com.verygoodsecurity.vgscollect.core.model.network.NetworkRequest","location":"vgscollect/com.verygoodsecurity.vgscollect.core.model.network/-network-request/index.html","searchKeys":["NetworkRequest","data class NetworkRequest(val method: HTTPMethod, var url: String, val customHeader: Map, val customData: Any, val fieldsIgnore: Boolean, val fileIgnore: Boolean, val format: VGSHttpBodyFormat, val requestTimeoutInterval: Long, val requiresTokenization: Boolean)","com.verygoodsecurity.vgscollect.core.model.network.NetworkRequest"]},{"name":"data class NetworkResponse(val isSuccessful: Boolean = false, val body: String? = null, val code: Int = -1, val message: String? = null, val error: VGSError? = null)","description":"com.verygoodsecurity.vgscollect.core.model.network.NetworkResponse","location":"vgscollect/com.verygoodsecurity.vgscollect.core.model.network/-network-response/index.html","searchKeys":["NetworkResponse","data class NetworkResponse(val isSuccessful: Boolean = false, val body: String? = null, val code: Int = -1, val message: String? = null, val error: VGSError? = null)","com.verygoodsecurity.vgscollect.core.model.network.NetworkResponse"]},{"name":"data class ObjectKey(val value: String) : Key","description":"com.verygoodsecurity.vgscollect.core.model.map.Key.ObjectKey","location":"vgscollect/com.verygoodsecurity.vgscollect.core.model.map/-key/-object-key/index.html","searchKeys":["ObjectKey","data class ObjectKey(val value: String) : Key","com.verygoodsecurity.vgscollect.core.model.map.Key.ObjectKey"]},{"name":"data class Params(val date: String, val dateFormat: String?)","description":"com.verygoodsecurity.vgscollect.view.core.serializers.VGSDateRangeSeparateSerializer.Params","location":"vgscollect/com.verygoodsecurity.vgscollect.view.core.serializers/-v-g-s-date-range-separate-serializer/-params/index.html","searchKeys":["Params","data class Params(val date: String, val dateFormat: String?)","com.verygoodsecurity.vgscollect.view.core.serializers.VGSDateRangeSeparateSerializer.Params"]},{"name":"data class Params(val date: String, val dateFormat: String?)","description":"com.verygoodsecurity.vgscollect.view.core.serializers.VGSExpDateSeparateSerializer.Params","location":"vgscollect/com.verygoodsecurity.vgscollect.view.core.serializers/-v-g-s-exp-date-separate-serializer/-params/index.html","searchKeys":["Params","data class Params(val date: String, val dateFormat: String?)","com.verygoodsecurity.vgscollect.view.core.serializers.VGSExpDateSeparateSerializer.Params"]},{"name":"data class SuccessResponse(val response: Map? = null, val successCode: Int = -1, val rawResponse: String? = null) : VGSResponse","description":"com.verygoodsecurity.vgscollect.core.model.network.VGSResponse.SuccessResponse","location":"vgscollect/com.verygoodsecurity.vgscollect.core.model.network/-v-g-s-response/-success-response/index.html","searchKeys":["SuccessResponse","data class SuccessResponse(val response: Map? = null, val successCode: Int = -1, val rawResponse: String? = null) : VGSResponse","com.verygoodsecurity.vgscollect.core.model.network.VGSResponse.SuccessResponse"]},{"name":"data class VGSRequest : VGSBaseRequest","description":"com.verygoodsecurity.vgscollect.core.model.network.VGSRequest","location":"vgscollect/com.verygoodsecurity.vgscollect.core.model.network/-v-g-s-request/index.html","searchKeys":["VGSRequest","data class VGSRequest : VGSBaseRequest","com.verygoodsecurity.vgscollect.core.model.network.VGSRequest"]},{"name":"data class VGSTokenizationRequest : VGSBaseRequest","description":"com.verygoodsecurity.vgscollect.core.model.network.tokenization.VGSTokenizationRequest","location":"vgscollect/com.verygoodsecurity.vgscollect.core.model.network.tokenization/-v-g-s-tokenization-request/index.html","searchKeys":["VGSTokenizationRequest","data class VGSTokenizationRequest : VGSBaseRequest","com.verygoodsecurity.vgscollect.core.model.network.tokenization.VGSTokenizationRequest"]},{"name":"enum CardType : Enum ","description":"com.verygoodsecurity.vgscollect.view.card.CardType","location":"vgscollect/com.verygoodsecurity.vgscollect.view.card/-card-type/index.html","searchKeys":["CardType","enum CardType : Enum ","com.verygoodsecurity.vgscollect.view.card.CardType"]},{"name":"enum ChecksumAlgorithm : Enum ","description":"com.verygoodsecurity.vgscollect.view.card.validation.payment.ChecksumAlgorithm","location":"vgscollect/com.verygoodsecurity.vgscollect.view.card.validation.payment/-checksum-algorithm/index.html","searchKeys":["ChecksumAlgorithm","enum ChecksumAlgorithm : Enum ","com.verygoodsecurity.vgscollect.view.card.validation.payment.ChecksumAlgorithm"]},{"name":"enum DatePickerMode : Enum ","description":"com.verygoodsecurity.vgscollect.view.date.DatePickerMode","location":"vgscollect/com.verygoodsecurity.vgscollect.view.date/-date-picker-mode/index.html","searchKeys":["DatePickerMode","enum DatePickerMode : Enum ","com.verygoodsecurity.vgscollect.view.date.DatePickerMode"]},{"name":"enum Environment : Enum ","description":"com.verygoodsecurity.vgscollect.core.Environment","location":"vgscollect/com.verygoodsecurity.vgscollect.core/-environment/index.html","searchKeys":["Environment","enum Environment : Enum ","com.verygoodsecurity.vgscollect.core.Environment"]},{"name":"enum FieldType : Enum ","description":"com.verygoodsecurity.vgscollect.view.card.FieldType","location":"vgscollect/com.verygoodsecurity.vgscollect.view.card/-field-type/index.html","searchKeys":["FieldType","enum FieldType : Enum ","com.verygoodsecurity.vgscollect.view.card.FieldType"]},{"name":"enum FormatMode : Enum ","description":"com.verygoodsecurity.vgscollect.view.card.formatter.rules.FormatMode","location":"vgscollect/com.verygoodsecurity.vgscollect.view.card.formatter.rules/-format-mode/index.html","searchKeys":["FormatMode","enum FormatMode : Enum ","com.verygoodsecurity.vgscollect.view.card.formatter.rules.FormatMode"]},{"name":"enum HTTPMethod : Enum ","description":"com.verygoodsecurity.vgscollect.core.HTTPMethod","location":"vgscollect/com.verygoodsecurity.vgscollect.core/-h-t-t-p-method/index.html","searchKeys":["HTTPMethod","enum HTTPMethod : Enum ","com.verygoodsecurity.vgscollect.core.HTTPMethod"]},{"name":"enum Level : Enum ","description":"com.verygoodsecurity.vgscollect.VGSCollectLogger.Level","location":"vgscollect/com.verygoodsecurity.vgscollect/-v-g-s-collect-logger/-level/index.html","searchKeys":["Level","enum Level : Enum ","com.verygoodsecurity.vgscollect.VGSCollectLogger.Level"]},{"name":"enum Status : Enum ","description":"com.verygoodsecurity.vgscollect.app.BaseTransmitActivity.Status","location":"vgscollect/com.verygoodsecurity.vgscollect.app/-base-transmit-activity/-status/index.html","searchKeys":["Status","enum Status : Enum ","com.verygoodsecurity.vgscollect.app.BaseTransmitActivity.Status"]},{"name":"enum VGSCollectFieldNameMappingPolicy : Enum ","description":"com.verygoodsecurity.vgscollect.core.model.VGSCollectFieldNameMappingPolicy","location":"vgscollect/com.verygoodsecurity.vgscollect.core.model/-v-g-s-collect-field-name-mapping-policy/index.html","searchKeys":["VGSCollectFieldNameMappingPolicy","enum VGSCollectFieldNameMappingPolicy : Enum ","com.verygoodsecurity.vgscollect.core.model.VGSCollectFieldNameMappingPolicy"]},{"name":"enum VGSError : Enum ","description":"com.verygoodsecurity.vgscollect.core.model.network.VGSError","location":"vgscollect/com.verygoodsecurity.vgscollect.core.model.network/-v-g-s-error/index.html","searchKeys":["VGSError","enum VGSError : Enum ","com.verygoodsecurity.vgscollect.core.model.network.VGSError"]},{"name":"enum VGSHttpBodyFormat : Enum ","description":"com.verygoodsecurity.vgscollect.core.api.VGSHttpBodyFormat","location":"vgscollect/com.verygoodsecurity.vgscollect.core.api/-v-g-s-http-body-format/index.html","searchKeys":["VGSHttpBodyFormat","enum VGSHttpBodyFormat : Enum ","com.verygoodsecurity.vgscollect.core.api.VGSHttpBodyFormat"]},{"name":"enum VGSVaultAliasFormat : Enum ","description":"com.verygoodsecurity.vgscollect.core.model.state.tokenization.VGSVaultAliasFormat","location":"vgscollect/com.verygoodsecurity.vgscollect.core.model.state.tokenization/-v-g-s-vault-alias-format/index.html","searchKeys":["VGSVaultAliasFormat","enum VGSVaultAliasFormat : Enum ","com.verygoodsecurity.vgscollect.core.model.state.tokenization.VGSVaultAliasFormat"]},{"name":"enum VGSVaultStorageType : Enum ","description":"com.verygoodsecurity.vgscollect.core.model.state.tokenization.VGSVaultStorageType","location":"vgscollect/com.verygoodsecurity.vgscollect.core.model.state.tokenization/-v-g-s-vault-storage-type/index.html","searchKeys":["VGSVaultStorageType","enum VGSVaultStorageType : Enum ","com.verygoodsecurity.vgscollect.core.model.state.tokenization.VGSVaultStorageType"]},{"name":"fun Map.toJSON(): JSONObject","description":"com.verygoodsecurity.vgscollect.util.extension.toJSON","location":"vgscollect/com.verygoodsecurity.vgscollect.util.extension/to-j-s-o-n.html","searchKeys":["toJSON","fun Map.toJSON(): JSONObject","com.verygoodsecurity.vgscollect.util.extension.toJSON"]},{"name":"fun Array.toCardBrands(): List","description":"com.verygoodsecurity.vgscollect.util.extension.toCardBrands","location":"vgscollect/com.verygoodsecurity.vgscollect.util.extension/to-card-brands.html","searchKeys":["toCardBrands","fun Array.toCardBrands(): List","com.verygoodsecurity.vgscollect.util.extension.toCardBrands"]},{"name":"fun Boolean.toAnalyticStatus(): String","description":"com.verygoodsecurity.vgscollect.core.api.analityc.utils.toAnalyticStatus","location":"vgscollect/com.verygoodsecurity.vgscollect.core.api.analityc.utils/to-analytic-status.html","searchKeys":["toAnalyticStatus","fun Boolean.toAnalyticStatus(): String","com.verygoodsecurity.vgscollect.core.api.analityc.utils.toAnalyticStatus"]},{"name":"fun CardType.toCardBrand(): CardBrand","description":"com.verygoodsecurity.vgscollect.util.extension.toCardBrand","location":"vgscollect/com.verygoodsecurity.vgscollect.util.extension/to-card-brand.html","searchKeys":["toCardBrand","fun CardType.toCardBrand(): CardBrand","com.verygoodsecurity.vgscollect.util.extension.toCardBrand"]},{"name":"fun CardVerificationCodeEditTextWrapper(collect: VGSCollect?, fieldName: String, modifier: Modifier = Modifier, onViewCreate: (VGSTextInputLayout, CardVerificationCodeEditText) -> Unit? = null, onViewUpdate: (VGSTextInputLayout, CardVerificationCodeEditText) -> Unit? = null)","description":"com.verygoodsecurity.vgscollect.widget.compose.CardVerificationCodeEditTextWrapper","location":"vgscollect/com.verygoodsecurity.vgscollect.widget.compose/-card-verification-code-edit-text-wrapper.html","searchKeys":["CardVerificationCodeEditTextWrapper","fun CardVerificationCodeEditTextWrapper(collect: VGSCollect?, fieldName: String, modifier: Modifier = Modifier, onViewCreate: (VGSTextInputLayout, CardVerificationCodeEditText) -> Unit? = null, onViewUpdate: (VGSTextInputLayout, CardVerificationCodeEditText) -> Unit? = null)","com.verygoodsecurity.vgscollect.widget.compose.CardVerificationCodeEditTextWrapper"]},{"name":"fun Context.hasAccessNetworkStatePermission(): Boolean","description":"com.verygoodsecurity.vgscollect.util.extension.hasAccessNetworkStatePermission","location":"vgscollect/com.verygoodsecurity.vgscollect.util.extension/has-access-network-state-permission.html","searchKeys":["hasAccessNetworkStatePermission","fun Context.hasAccessNetworkStatePermission(): Boolean","com.verygoodsecurity.vgscollect.util.extension.hasAccessNetworkStatePermission"]},{"name":"fun Context.hasInternetPermission(): Boolean","description":"com.verygoodsecurity.vgscollect.util.extension.hasInternetPermission","location":"vgscollect/com.verygoodsecurity.vgscollect.util.extension/has-internet-permission.html","searchKeys":["hasInternetPermission","fun Context.hasInternetPermission(): Boolean","com.verygoodsecurity.vgscollect.util.extension.hasInternetPermission"]},{"name":"fun Context.isConnectionAvailable(): Boolean","description":"com.verygoodsecurity.vgscollect.util.extension.isConnectionAvailable","location":"vgscollect/com.verygoodsecurity.vgscollect.util.extension/is-connection-available.html","searchKeys":["isConnectionAvailable","fun Context.isConnectionAvailable(): Boolean","com.verygoodsecurity.vgscollect.util.extension.isConnectionAvailable"]},{"name":"fun ExpirationDateEditTextWrapper(collect: VGSCollect?, fieldName: String, modifier: Modifier = Modifier, onViewCreate: (VGSTextInputLayout, ExpirationDateEditText) -> Unit? = null, onViewUpdate: (VGSTextInputLayout, ExpirationDateEditText) -> Unit? = null)","description":"com.verygoodsecurity.vgscollect.widget.compose.ExpirationDateEditTextWrapper","location":"vgscollect/com.verygoodsecurity.vgscollect.widget.compose/-expiration-date-edit-text-wrapper.html","searchKeys":["ExpirationDateEditTextWrapper","fun ExpirationDateEditTextWrapper(collect: VGSCollect?, fieldName: String, modifier: Modifier = Modifier, onViewCreate: (VGSTextInputLayout, ExpirationDateEditText) -> Unit? = null, onViewUpdate: (VGSTextInputLayout, ExpirationDateEditText) -> Unit? = null)","com.verygoodsecurity.vgscollect.widget.compose.ExpirationDateEditTextWrapper"]},{"name":"fun Int.isCodeSuccessful(): Boolean","description":"com.verygoodsecurity.vgscollect.core.api.client.extension.isCodeSuccessful","location":"vgscollect/com.verygoodsecurity.vgscollect.core.api.client.extension/is-code-successful.html","searchKeys":["isCodeSuccessful","fun Int.isCodeSuccessful(): Boolean","com.verygoodsecurity.vgscollect.core.api.client.extension.isCodeSuccessful"]},{"name":"fun Int.isHttpStatusCode(): Boolean","description":"com.verygoodsecurity.vgscollect.core.api.client.extension.isHttpStatusCode","location":"vgscollect/com.verygoodsecurity.vgscollect.core.api.client.extension/is-http-status-code.html","searchKeys":["isHttpStatusCode","fun Int.isHttpStatusCode(): Boolean","com.verygoodsecurity.vgscollect.core.api.client.extension.isHttpStatusCode"]},{"name":"fun NetworkResponse.toVGSResponse(context: Context? = null): VGSResponse","description":"com.verygoodsecurity.vgscollect.core.model.network.toVGSResponse","location":"vgscollect/com.verygoodsecurity.vgscollect.core.model.network/to-v-g-s-response.html","searchKeys":["toVGSResponse","fun NetworkResponse.toVGSResponse(context: Context? = null): VGSResponse","com.verygoodsecurity.vgscollect.core.model.network.toVGSResponse"]},{"name":"fun PersonNameEditTextWrapper(collect: VGSCollect?, fieldName: String, modifier: Modifier = Modifier, onViewCreate: (VGSTextInputLayout, PersonNameEditText) -> Unit? = null, onViewUpdate: (VGSTextInputLayout, PersonNameEditText) -> Unit? = null)","description":"com.verygoodsecurity.vgscollect.widget.compose.PersonNameEditTextWrapper","location":"vgscollect/com.verygoodsecurity.vgscollect.widget.compose/-person-name-edit-text-wrapper.html","searchKeys":["PersonNameEditTextWrapper","fun PersonNameEditTextWrapper(collect: VGSCollect?, fieldName: String, modifier: Modifier = Modifier, onViewCreate: (VGSTextInputLayout, PersonNameEditText) -> Unit? = null, onViewUpdate: (VGSTextInputLayout, PersonNameEditText) -> Unit? = null)","com.verygoodsecurity.vgscollect.widget.compose.PersonNameEditTextWrapper"]},{"name":"fun RangeDateEditTextWrapper(collect: VGSCollect?, fieldName: String, modifier: Modifier = Modifier, onViewCreate: (VGSTextInputLayout, RangeDateEditText) -> Unit? = null, onViewUpdate: (VGSTextInputLayout, RangeDateEditText) -> Unit? = null)","description":"com.verygoodsecurity.vgscollect.widget.compose.RangeDateEditTextWrapper","location":"vgscollect/com.verygoodsecurity.vgscollect.widget.compose/-range-date-edit-text-wrapper.html","searchKeys":["RangeDateEditTextWrapper","fun RangeDateEditTextWrapper(collect: VGSCollect?, fieldName: String, modifier: Modifier = Modifier, onViewCreate: (VGSTextInputLayout, RangeDateEditText) -> Unit? = null, onViewUpdate: (VGSTextInputLayout, RangeDateEditText) -> Unit? = null)","com.verygoodsecurity.vgscollect.widget.compose.RangeDateEditTextWrapper"]},{"name":"fun SSNEditTextWrapper(collect: VGSCollect?, fieldName: String, modifier: Modifier = Modifier, onViewCreate: (VGSTextInputLayout, SSNEditText) -> Unit? = null, onViewUpdate: (VGSTextInputLayout, SSNEditText) -> Unit? = null)","description":"com.verygoodsecurity.vgscollect.widget.compose.SSNEditTextWrapper","location":"vgscollect/com.verygoodsecurity.vgscollect.widget.compose/-s-s-n-edit-text-wrapper.html","searchKeys":["SSNEditTextWrapper","fun SSNEditTextWrapper(collect: VGSCollect?, fieldName: String, modifier: Modifier = Modifier, onViewCreate: (VGSTextInputLayout, SSNEditText) -> Unit? = null, onViewUpdate: (VGSTextInputLayout, SSNEditText) -> Unit? = null)","com.verygoodsecurity.vgscollect.widget.compose.SSNEditTextWrapper"]},{"name":"fun VGSCardNumberEditTextWrapper(collect: VGSCollect?, fieldName: String, modifier: Modifier = Modifier, onViewCreate: (VGSTextInputLayout, VGSCardNumberEditText) -> Unit? = null, onViewUpdate: (VGSTextInputLayout, VGSCardNumberEditText) -> Unit? = null)","description":"com.verygoodsecurity.vgscollect.widget.compose.VGSCardNumberEditTextWrapper","location":"vgscollect/com.verygoodsecurity.vgscollect.widget.compose/-v-g-s-card-number-edit-text-wrapper.html","searchKeys":["VGSCardNumberEditTextWrapper","fun VGSCardNumberEditTextWrapper(collect: VGSCollect?, fieldName: String, modifier: Modifier = Modifier, onViewCreate: (VGSTextInputLayout, VGSCardNumberEditText) -> Unit? = null, onViewUpdate: (VGSTextInputLayout, VGSCardNumberEditText) -> Unit? = null)","com.verygoodsecurity.vgscollect.widget.compose.VGSCardNumberEditTextWrapper"]},{"name":"fun VGSEditTextWrapper(collect: VGSCollect?, fieldName: String, modifier: Modifier = Modifier, onViewCreate: (VGSTextInputLayout, VGSEditText) -> Unit? = null, onViewUpdate: (VGSTextInputLayout, VGSEditText) -> Unit? = null)","description":"com.verygoodsecurity.vgscollect.widget.compose.VGSEditTextWrapper","location":"vgscollect/com.verygoodsecurity.vgscollect.widget.compose/-v-g-s-edit-text-wrapper.html","searchKeys":["VGSEditTextWrapper","fun VGSEditTextWrapper(collect: VGSCollect?, fieldName: String, modifier: Modifier = Modifier, onViewCreate: (VGSTextInputLayout, VGSEditText) -> Unit? = null, onViewUpdate: (VGSTextInputLayout, VGSEditText) -> Unit? = null)","com.verygoodsecurity.vgscollect.widget.compose.VGSEditTextWrapper"]},{"name":"fun VGSError.toVGSResponse(context: Context, vararg params: String?): VGSResponse.ErrorResponse","description":"com.verygoodsecurity.vgscollect.core.model.network.toVGSResponse","location":"vgscollect/com.verygoodsecurity.vgscollect.core.model.network/to-v-g-s-response.html","searchKeys":["toVGSResponse","fun VGSError.toVGSResponse(context: Context, vararg params: String?): VGSResponse.ErrorResponse","com.verygoodsecurity.vgscollect.core.model.network.toVGSResponse"]},{"name":"fun addCardBrand(c: CardBrand)","description":"com.verygoodsecurity.vgscollect.widget.VGSCardNumberEditText.addCardBrand","location":"vgscollect/com.verygoodsecurity.vgscollect.widget/-v-g-s-card-number-edit-text/add-card-brand.html","searchKeys":["addCardBrand","fun addCardBrand(c: CardBrand)","com.verygoodsecurity.vgscollect.widget.VGSCardNumberEditText.addCardBrand"]},{"name":"fun addOnFieldStateChangeListener(fieldStateListener: OnFieldStateChangeListener?)","description":"com.verygoodsecurity.vgscollect.core.VGSCollect.addOnFieldStateChangeListener","location":"vgscollect/com.verygoodsecurity.vgscollect.core/-v-g-s-collect/add-on-field-state-change-listener.html","searchKeys":["addOnFieldStateChangeListener","fun addOnFieldStateChangeListener(fieldStateListener: OnFieldStateChangeListener?)","com.verygoodsecurity.vgscollect.core.VGSCollect.addOnFieldStateChangeListener"]},{"name":"fun addOnResponseListeners(onResponseListener: VgsCollectResponseListener?)","description":"com.verygoodsecurity.vgscollect.core.VGSCollect.addOnResponseListeners","location":"vgscollect/com.verygoodsecurity.vgscollect.core/-v-g-s-collect/add-on-response-listeners.html","searchKeys":["addOnResponseListeners","fun addOnResponseListeners(onResponseListener: VgsCollectResponseListener?)","com.verygoodsecurity.vgscollect.core.VGSCollect.addOnResponseListeners"]},{"name":"fun addOnTextChangeListener(listener: InputFieldView.OnTextChangedListener?)","description":"com.verygoodsecurity.vgscollect.view.InputFieldView.addOnTextChangeListener","location":"vgscollect/com.verygoodsecurity.vgscollect.view/-input-field-view/add-on-text-change-listener.html","searchKeys":["addOnTextChangeListener","fun addOnTextChangeListener(listener: InputFieldView.OnTextChangedListener?)","com.verygoodsecurity.vgscollect.view.InputFieldView.addOnTextChangeListener"]},{"name":"fun addRule(rule: PaymentCardNumberRule)","description":"com.verygoodsecurity.vgscollect.widget.VGSCardNumberEditText.addRule","location":"vgscollect/com.verygoodsecurity.vgscollect.widget/-v-g-s-card-number-edit-text/add-rule.html","searchKeys":["addRule","fun addRule(rule: PaymentCardNumberRule)","com.verygoodsecurity.vgscollect.widget.VGSCardNumberEditText.addRule"]},{"name":"fun addRule(rule: PersonNameRule)","description":"com.verygoodsecurity.vgscollect.widget.PersonNameEditText.addRule","location":"vgscollect/com.verygoodsecurity.vgscollect.widget/-person-name-edit-text/add-rule.html","searchKeys":["addRule","fun addRule(rule: PersonNameRule)","com.verygoodsecurity.vgscollect.widget.PersonNameEditText.addRule"]},{"name":"fun addRule(rule: VGSInfoRule)","description":"com.verygoodsecurity.vgscollect.widget.VGSEditText.addRule","location":"vgscollect/com.verygoodsecurity.vgscollect.widget/-v-g-s-edit-text/add-rule.html","searchKeys":["addRule","fun addRule(rule: VGSInfoRule)","com.verygoodsecurity.vgscollect.widget.VGSEditText.addRule"]},{"name":"fun addRule(validator: VGSValidator)","description":"com.verygoodsecurity.vgscollect.view.card.validation.CompositeValidator.addRule","location":"vgscollect/com.verygoodsecurity.vgscollect.view.card.validation/-composite-validator/add-rule.html","searchKeys":["addRule","fun addRule(validator: VGSValidator)","com.verygoodsecurity.vgscollect.view.card.validation.CompositeValidator.addRule"]},{"name":"fun appendRule(rule: PaymentCardNumberRule)","description":"com.verygoodsecurity.vgscollect.widget.VGSCardNumberEditText.appendRule","location":"vgscollect/com.verygoodsecurity.vgscollect.widget/-v-g-s-card-number-edit-text/append-rule.html","searchKeys":["appendRule","fun appendRule(rule: PaymentCardNumberRule)","com.verygoodsecurity.vgscollect.widget.VGSCardNumberEditText.appendRule"]},{"name":"fun appendRule(rule: PersonNameRule)","description":"com.verygoodsecurity.vgscollect.widget.PersonNameEditText.appendRule","location":"vgscollect/com.verygoodsecurity.vgscollect.widget/-person-name-edit-text/append-rule.html","searchKeys":["appendRule","fun appendRule(rule: PersonNameRule)","com.verygoodsecurity.vgscollect.widget.PersonNameEditText.appendRule"]},{"name":"fun appendRule(rule: VGSInfoRule)","description":"com.verygoodsecurity.vgscollect.widget.VGSEditText.appendRule","location":"vgscollect/com.verygoodsecurity.vgscollect.widget/-v-g-s-edit-text/append-rule.html","searchKeys":["appendRule","fun appendRule(rule: VGSInfoRule)","com.verygoodsecurity.vgscollect.widget.VGSEditText.appendRule"]},{"name":"fun asyncSubmit(path: String, method: HTTPMethod)","description":"com.verygoodsecurity.vgscollect.core.VGSCollect.asyncSubmit","location":"vgscollect/com.verygoodsecurity.vgscollect.core/-v-g-s-collect/async-submit.html","searchKeys":["asyncSubmit","fun asyncSubmit(path: String, method: HTTPMethod)","com.verygoodsecurity.vgscollect.core.VGSCollect.asyncSubmit"]},{"name":"fun asyncSubmit(request: VGSRequest)","description":"com.verygoodsecurity.vgscollect.core.VGSCollect.asyncSubmit","location":"vgscollect/com.verygoodsecurity.vgscollect.core/-v-g-s-collect/async-submit.html","searchKeys":["asyncSubmit","fun asyncSubmit(request: VGSRequest)","com.verygoodsecurity.vgscollect.core.VGSCollect.asyncSubmit"]},{"name":"fun bindView(vararg views: InputFieldView?)","description":"com.verygoodsecurity.vgscollect.core.VGSCollect.bindView","location":"vgscollect/com.verygoodsecurity.vgscollect.core/-v-g-s-collect/bind-view.html","searchKeys":["bindView","fun bindView(vararg views: InputFieldView?)","com.verygoodsecurity.vgscollect.core.VGSCollect.bindView"]},{"name":"fun bindView(view: InputFieldView?)","description":"com.verygoodsecurity.vgscollect.core.VGSCollect.bindView","location":"vgscollect/com.verygoodsecurity.vgscollect.core/-v-g-s-collect/bind-view.html","searchKeys":["bindView","fun bindView(view: InputFieldView?)","com.verygoodsecurity.vgscollect.core.VGSCollect.bindView"]},{"name":"fun build(): PaymentCardNumberRule","description":"com.verygoodsecurity.vgscollect.view.card.validation.rules.PaymentCardNumberRule.ValidationBuilder.build","location":"vgscollect/com.verygoodsecurity.vgscollect.view.card.validation.rules/-payment-card-number-rule/-validation-builder/build.html","searchKeys":["build","fun build(): PaymentCardNumberRule","com.verygoodsecurity.vgscollect.view.card.validation.rules.PaymentCardNumberRule.ValidationBuilder.build"]},{"name":"fun build(): PersonNameRule","description":"com.verygoodsecurity.vgscollect.view.card.validation.rules.PersonNameRule.ValidationBuilder.build","location":"vgscollect/com.verygoodsecurity.vgscollect.view.card.validation.rules/-person-name-rule/-validation-builder/build.html","searchKeys":["build","fun build(): PersonNameRule","com.verygoodsecurity.vgscollect.view.card.validation.rules.PersonNameRule.ValidationBuilder.build"]},{"name":"fun build(): VGSInfoRule","description":"com.verygoodsecurity.vgscollect.view.card.validation.rules.VGSInfoRule.ValidationBuilder.build","location":"vgscollect/com.verygoodsecurity.vgscollect.view.card.validation.rules/-v-g-s-info-rule/-validation-builder/build.html","searchKeys":["build","fun build(): VGSInfoRule","com.verygoodsecurity.vgscollect.view.card.validation.rules.VGSInfoRule.ValidationBuilder.build"]},{"name":"fun build(): VGSRequest","description":"com.verygoodsecurity.vgscollect.core.model.network.VGSRequest.VGSRequestBuilder.build","location":"vgscollect/com.verygoodsecurity.vgscollect.core.model.network/-v-g-s-request/-v-g-s-request-builder/build.html","searchKeys":["build","fun build(): VGSRequest","com.verygoodsecurity.vgscollect.core.model.network.VGSRequest.VGSRequestBuilder.build"]},{"name":"fun build(): VGSTokenizationRequest","description":"com.verygoodsecurity.vgscollect.core.model.network.tokenization.VGSTokenizationRequest.VGSRequestBuilder.build","location":"vgscollect/com.verygoodsecurity.vgscollect.core.model.network.tokenization/-v-g-s-tokenization-request/-v-g-s-request-builder/build.html","searchKeys":["build","fun build(): VGSTokenizationRequest","com.verygoodsecurity.vgscollect.core.model.network.tokenization.VGSTokenizationRequest.VGSRequestBuilder.build"]},{"name":"fun clearResponseListeners()","description":"com.verygoodsecurity.vgscollect.core.VGSCollect.clearResponseListeners","location":"vgscollect/com.verygoodsecurity.vgscollect.core/-v-g-s-collect/clear-response-listeners.html","searchKeys":["clearResponseListeners","fun clearResponseListeners()","com.verygoodsecurity.vgscollect.core.VGSCollect.clearResponseListeners"]},{"name":"fun clearRules()","description":"com.verygoodsecurity.vgscollect.view.card.validation.CompositeValidator.clearRules","location":"vgscollect/com.verygoodsecurity.vgscollect.view.card.validation/-composite-validator/clear-rules.html","searchKeys":["clearRules","fun clearRules()","com.verygoodsecurity.vgscollect.view.card.validation.CompositeValidator.clearRules"]},{"name":"fun create(): VGSCollect","description":"com.verygoodsecurity.vgscollect.core.VGSCollect.Builder.create","location":"vgscollect/com.verygoodsecurity.vgscollect.core/-v-g-s-collect/-builder/create.html","searchKeys":["create","fun create(): VGSCollect","com.verygoodsecurity.vgscollect.core.VGSCollect.Builder.create"]},{"name":"fun create(day: Int, month: Int, year: Int): VGSDate?","description":"com.verygoodsecurity.vgscollect.core.model.VGSDate.Companion.create","location":"vgscollect/com.verygoodsecurity.vgscollect.core.model/-v-g-s-date/-companion/create.html","searchKeys":["create","fun create(day: Int, month: Int, year: Int): VGSDate?","com.verygoodsecurity.vgscollect.core.model.VGSDate.Companion.create"]},{"name":"fun create(key: String, allowParseArray: Boolean): Key","description":"com.verygoodsecurity.vgscollect.core.model.map.Key.Companion.create","location":"vgscollect/com.verygoodsecurity.vgscollect.core.model.map/-key/-companion/create.html","searchKeys":["create","fun create(key: String, allowParseArray: Boolean): Key","com.verygoodsecurity.vgscollect.core.model.map.Key.Companion.create"]},{"name":"fun enableValidation(isEnabled: Boolean)","description":"com.verygoodsecurity.vgscollect.view.InputFieldView.enableValidation","location":"vgscollect/com.verygoodsecurity.vgscollect.view/-input-field-view/enable-validation.html","searchKeys":["enableValidation","fun enableValidation(isEnabled: Boolean)","com.verygoodsecurity.vgscollect.view.InputFieldView.enableValidation"]},{"name":"fun getAllStates(): List","description":"com.verygoodsecurity.vgscollect.core.VGSCollect.getAllStates","location":"vgscollect/com.verygoodsecurity.vgscollect.core/-v-g-s-collect/get-all-states.html","searchKeys":["getAllStates","fun getAllStates(): List","com.verygoodsecurity.vgscollect.core.VGSCollect.getAllStates"]},{"name":"fun getCardPreviewIconGravity(): Int","description":"com.verygoodsecurity.vgscollect.widget.VGSCardNumberEditText.getCardPreviewIconGravity","location":"vgscollect/com.verygoodsecurity.vgscollect.widget/-v-g-s-card-number-edit-text/get-card-preview-icon-gravity.html","searchKeys":["getCardPreviewIconGravity","fun getCardPreviewIconGravity(): Int","com.verygoodsecurity.vgscollect.widget.VGSCardNumberEditText.getCardPreviewIconGravity"]},{"name":"fun getDatePickerMode(): DatePickerMode?","description":"com.verygoodsecurity.vgscollect.widget.core.DateEditText.getDatePickerMode","location":"vgscollect/com.verygoodsecurity.vgscollect.widget.core/-date-edit-text/get-date-picker-mode.html","searchKeys":["getDatePickerMode","fun getDatePickerMode(): DatePickerMode?","com.verygoodsecurity.vgscollect.widget.core.DateEditText.getDatePickerMode"]},{"name":"fun getDateRegex(): String?","description":"com.verygoodsecurity.vgscollect.widget.core.DateEditText.getDateRegex","location":"vgscollect/com.verygoodsecurity.vgscollect.widget.core/-date-edit-text/get-date-regex.html","searchKeys":["getDateRegex","fun getDateRegex(): String?","com.verygoodsecurity.vgscollect.widget.core.DateEditText.getDateRegex"]},{"name":"fun getDivider(): Char?","description":"com.verygoodsecurity.vgscollect.widget.SSNEditText.getDivider","location":"vgscollect/com.verygoodsecurity.vgscollect.widget/-s-s-n-edit-text/get-divider.html","searchKeys":["getDivider","fun getDivider(): Char?","com.verygoodsecurity.vgscollect.widget.SSNEditText.getDivider"]},{"name":"fun getDivider(): Char?","description":"com.verygoodsecurity.vgscollect.widget.VGSCardNumberEditText.getDivider","location":"vgscollect/com.verygoodsecurity.vgscollect.widget/-v-g-s-card-number-edit-text/get-divider.html","searchKeys":["getDivider","fun getDivider(): Char?","com.verygoodsecurity.vgscollect.widget.VGSCardNumberEditText.getDivider"]},{"name":"fun getEndIconMode(): Int","description":"com.verygoodsecurity.vgscollect.view.material.TextInputFieldLayout.getEndIconMode","location":"vgscollect/com.verygoodsecurity.vgscollect.view.material/-text-input-field-layout/get-end-icon-mode.html","searchKeys":["getEndIconMode","fun getEndIconMode(): Int","com.verygoodsecurity.vgscollect.view.material.TextInputFieldLayout.getEndIconMode"]},{"name":"fun getError(): String?","description":"com.verygoodsecurity.vgscollect.view.material.TextInputFieldLayout.getError","location":"vgscollect/com.verygoodsecurity.vgscollect.view.material/-text-input-field-layout/get-error.html","searchKeys":["getError","fun getError(): String?","com.verygoodsecurity.vgscollect.view.material.TextInputFieldLayout.getError"]},{"name":"fun getFieldType(): FieldType","description":"com.verygoodsecurity.vgscollect.view.InputFieldView.getFieldType","location":"vgscollect/com.verygoodsecurity.vgscollect.view/-input-field-view/get-field-type.html","searchKeys":["getFieldType","fun getFieldType(): FieldType","com.verygoodsecurity.vgscollect.view.InputFieldView.getFieldType"]},{"name":"fun getFileProvider(): VGSFileProvider","description":"com.verygoodsecurity.vgscollect.core.VGSCollect.getFileProvider","location":"vgscollect/com.verygoodsecurity.vgscollect.core/-v-g-s-collect/get-file-provider.html","searchKeys":["getFileProvider","fun getFileProvider(): VGSFileProvider","com.verygoodsecurity.vgscollect.core.VGSCollect.getFileProvider"]},{"name":"fun getHelperText(): String?","description":"com.verygoodsecurity.vgscollect.view.material.TextInputFieldLayout.getHelperText","location":"vgscollect/com.verygoodsecurity.vgscollect.view.material/-text-input-field-layout/get-helper-text.html","searchKeys":["getHelperText","fun getHelperText(): String?","com.verygoodsecurity.vgscollect.view.material.TextInputFieldLayout.getHelperText"]},{"name":"fun getHintTextColor(): ColorStateList?","description":"com.verygoodsecurity.vgscollect.view.material.TextInputFieldLayout.getHintTextColor","location":"vgscollect/com.verygoodsecurity.vgscollect.view.material/-text-input-field-layout/get-hint-text-color.html","searchKeys":["getHintTextColor","fun getHintTextColor(): ColorStateList?","com.verygoodsecurity.vgscollect.view.material.TextInputFieldLayout.getHintTextColor"]},{"name":"fun getImeOptions(): Int","description":"com.verygoodsecurity.vgscollect.view.InputFieldView.getImeOptions","location":"vgscollect/com.verygoodsecurity.vgscollect.view/-input-field-view/get-ime-options.html","searchKeys":["getImeOptions","fun getImeOptions(): Int","com.verygoodsecurity.vgscollect.view.InputFieldView.getImeOptions"]},{"name":"fun getOutputDivider(): Char?","description":"com.verygoodsecurity.vgscollect.widget.SSNEditText.getOutputDivider","location":"vgscollect/com.verygoodsecurity.vgscollect.widget/-s-s-n-edit-text/get-output-divider.html","searchKeys":["getOutputDivider","fun getOutputDivider(): Char?","com.verygoodsecurity.vgscollect.widget.SSNEditText.getOutputDivider"]},{"name":"fun getOutputDivider(): Char?","description":"com.verygoodsecurity.vgscollect.widget.VGSCardNumberEditText.getOutputDivider","location":"vgscollect/com.verygoodsecurity.vgscollect.widget/-v-g-s-card-number-edit-text/get-output-divider.html","searchKeys":["getOutputDivider","fun getOutputDivider(): Char?","com.verygoodsecurity.vgscollect.widget.VGSCardNumberEditText.getOutputDivider"]},{"name":"fun getPaint(): TextPaint?","description":"com.verygoodsecurity.vgscollect.view.InputFieldView.getPaint","location":"vgscollect/com.verygoodsecurity.vgscollect.view/-input-field-view/get-paint.html","searchKeys":["getPaint","fun getPaint(): TextPaint?","com.verygoodsecurity.vgscollect.view.InputFieldView.getPaint"]},{"name":"fun getState(): FieldState.CVCState?","description":"com.verygoodsecurity.vgscollect.widget.CardVerificationCodeEditText.getState","location":"vgscollect/com.verygoodsecurity.vgscollect.widget/-card-verification-code-edit-text/get-state.html","searchKeys":["getState","fun getState(): FieldState.CVCState?","com.verygoodsecurity.vgscollect.widget.CardVerificationCodeEditText.getState"]},{"name":"fun getState(): FieldState.CardHolderNameState?","description":"com.verygoodsecurity.vgscollect.widget.PersonNameEditText.getState","location":"vgscollect/com.verygoodsecurity.vgscollect.widget/-person-name-edit-text/get-state.html","searchKeys":["getState","fun getState(): FieldState.CardHolderNameState?","com.verygoodsecurity.vgscollect.widget.PersonNameEditText.getState"]},{"name":"fun getState(): FieldState.CardNumberState?","description":"com.verygoodsecurity.vgscollect.widget.VGSCardNumberEditText.getState","location":"vgscollect/com.verygoodsecurity.vgscollect.widget/-v-g-s-card-number-edit-text/get-state.html","searchKeys":["getState","fun getState(): FieldState.CardNumberState?","com.verygoodsecurity.vgscollect.widget.VGSCardNumberEditText.getState"]},{"name":"fun getState(): FieldState.DateState?","description":"com.verygoodsecurity.vgscollect.widget.core.DateEditText.getState","location":"vgscollect/com.verygoodsecurity.vgscollect.widget.core/-date-edit-text/get-state.html","searchKeys":["getState","fun getState(): FieldState.DateState?","com.verygoodsecurity.vgscollect.widget.core.DateEditText.getState"]},{"name":"fun getState(): FieldState.InfoState?","description":"com.verygoodsecurity.vgscollect.widget.VGSEditText.getState","location":"vgscollect/com.verygoodsecurity.vgscollect.widget/-v-g-s-edit-text/get-state.html","searchKeys":["getState","fun getState(): FieldState.InfoState?","com.verygoodsecurity.vgscollect.widget.VGSEditText.getState"]},{"name":"fun getState(): FieldState.SSNNumberState?","description":"com.verygoodsecurity.vgscollect.widget.SSNEditText.getState","location":"vgscollect/com.verygoodsecurity.vgscollect.widget/-s-s-n-edit-text/get-state.html","searchKeys":["getState","fun getState(): FieldState.SSNNumberState?","com.verygoodsecurity.vgscollect.widget.SSNEditText.getState"]},{"name":"fun getTypeface(): Typeface?","description":"com.verygoodsecurity.vgscollect.view.material.TextInputFieldLayout.getTypeface","location":"vgscollect/com.verygoodsecurity.vgscollect.view.material/-text-input-field-layout/get-typeface.html","searchKeys":["getTypeface","fun getTypeface(): Typeface?","com.verygoodsecurity.vgscollect.view.material.TextInputFieldLayout.getTypeface"]},{"name":"fun hideKeyboard()","description":"com.verygoodsecurity.vgscollect.view.InputFieldView.hideKeyboard","location":"vgscollect/com.verygoodsecurity.vgscollect.view/-input-field-view/hide-keyboard.html","searchKeys":["hideKeyboard","fun hideKeyboard()","com.verygoodsecurity.vgscollect.view.InputFieldView.hideKeyboard"]},{"name":"fun ignoreFields(): VGSRequest.VGSRequestBuilder","description":"com.verygoodsecurity.vgscollect.core.model.network.VGSRequest.VGSRequestBuilder.ignoreFields","location":"vgscollect/com.verygoodsecurity.vgscollect.core.model.network/-v-g-s-request/-v-g-s-request-builder/ignore-fields.html","searchKeys":["ignoreFields","fun ignoreFields(): VGSRequest.VGSRequestBuilder","com.verygoodsecurity.vgscollect.core.model.network.VGSRequest.VGSRequestBuilder.ignoreFields"]},{"name":"fun ignoreFields(): VGSTokenizationRequest.VGSRequestBuilder","description":"com.verygoodsecurity.vgscollect.core.model.network.tokenization.VGSTokenizationRequest.VGSRequestBuilder.ignoreFields","location":"vgscollect/com.verygoodsecurity.vgscollect.core.model.network.tokenization/-v-g-s-tokenization-request/-v-g-s-request-builder/ignore-fields.html","searchKeys":["ignoreFields","fun ignoreFields(): VGSTokenizationRequest.VGSRequestBuilder","com.verygoodsecurity.vgscollect.core.model.network.tokenization.VGSTokenizationRequest.VGSRequestBuilder.ignoreFields"]},{"name":"fun ignoreFiles(): VGSRequest.VGSRequestBuilder","description":"com.verygoodsecurity.vgscollect.core.model.network.VGSRequest.VGSRequestBuilder.ignoreFiles","location":"vgscollect/com.verygoodsecurity.vgscollect.core.model.network/-v-g-s-request/-v-g-s-request-builder/ignore-files.html","searchKeys":["ignoreFiles","fun ignoreFiles(): VGSRequest.VGSRequestBuilder","com.verygoodsecurity.vgscollect.core.model.network.VGSRequest.VGSRequestBuilder.ignoreFiles"]},{"name":"fun ignoreFiles(): VGSTokenizationRequest.VGSRequestBuilder","description":"com.verygoodsecurity.vgscollect.core.model.network.tokenization.VGSTokenizationRequest.VGSRequestBuilder.ignoreFiles","location":"vgscollect/com.verygoodsecurity.vgscollect.core.model.network.tokenization/-v-g-s-tokenization-request/-v-g-s-request-builder/ignore-files.html","searchKeys":["ignoreFiles","fun ignoreFiles(): VGSTokenizationRequest.VGSRequestBuilder","com.verygoodsecurity.vgscollect.core.model.network.tokenization.VGSTokenizationRequest.VGSRequestBuilder.ignoreFiles"]},{"name":"fun interface VGSValidationResultListener","description":"com.verygoodsecurity.vgscollect.view.card.validation.rules.VGSValidationResultListener","location":"vgscollect/com.verygoodsecurity.vgscollect.view.card.validation.rules/-v-g-s-validation-result-listener/index.html","searchKeys":["VGSValidationResultListener","fun interface VGSValidationResultListener","com.verygoodsecurity.vgscollect.view.card.validation.rules.VGSValidationResultListener"]},{"name":"fun isArrayKey(key: String): Boolean","description":"com.verygoodsecurity.vgscollect.core.model.map.Key.ArrayKey.Companion.isArrayKey","location":"vgscollect/com.verygoodsecurity.vgscollect.core.model.map/-key/-array-key/-companion/is-array-key.html","searchKeys":["isArrayKey","fun isArrayKey(key: String): Boolean","com.verygoodsecurity.vgscollect.core.model.map.Key.ArrayKey.Companion.isArrayKey"]},{"name":"fun isContentEquals(view: InputFieldView): Boolean","description":"com.verygoodsecurity.vgscollect.view.InputFieldView.isContentEquals","location":"vgscollect/com.verygoodsecurity.vgscollect.view/-input-field-view/is-content-equals.html","searchKeys":["isContentEquals","fun isContentEquals(view: InputFieldView): Boolean","com.verygoodsecurity.vgscollect.view.InputFieldView.isContentEquals"]},{"name":"fun isDebugEnabled(): Boolean","description":"com.verygoodsecurity.vgscollect.VGSCollectLogger.isDebugEnabled","location":"vgscollect/com.verygoodsecurity.vgscollect/-v-g-s-collect-logger/is-debug-enabled.html","searchKeys":["isDebugEnabled","fun isDebugEnabled(): Boolean","com.verygoodsecurity.vgscollect.VGSCollectLogger.isDebugEnabled"]},{"name":"fun isValidationEnabled(): Boolean","description":"com.verygoodsecurity.vgscollect.view.InputFieldView.isValidationEnabled","location":"vgscollect/com.verygoodsecurity.vgscollect.view/-input-field-view/is-validation-enabled.html","searchKeys":["isValidationEnabled","fun isValidationEnabled(): Boolean","com.verygoodsecurity.vgscollect.view.InputFieldView.isValidationEnabled"]},{"name":"fun onActivityResult(requestCode: Int, resultCode: Int, data: Intent?)","description":"com.verygoodsecurity.vgscollect.core.VGSCollect.onActivityResult","location":"vgscollect/com.verygoodsecurity.vgscollect.core/-v-g-s-collect/on-activity-result.html","searchKeys":["onActivityResult","fun onActivityResult(requestCode: Int, resultCode: Int, data: Intent?)","com.verygoodsecurity.vgscollect.core.VGSCollect.onActivityResult"]},{"name":"fun onDestroy()","description":"com.verygoodsecurity.vgscollect.core.VGSCollect.onDestroy","location":"vgscollect/com.verygoodsecurity.vgscollect.core/-v-g-s-collect/on-destroy.html","searchKeys":["onDestroy","fun onDestroy()","com.verygoodsecurity.vgscollect.core.VGSCollect.onDestroy"]},{"name":"fun prepareSSNState(isValid: Boolean, content: FieldContent.SSNContent?): FieldState.SSNNumberState","description":"com.verygoodsecurity.vgscollect.core.model.state.prepareSSNState","location":"vgscollect/com.verygoodsecurity.vgscollect.core.model.state/prepare-s-s-n-state.html","searchKeys":["prepareSSNState","fun prepareSSNState(isValid: Boolean, content: FieldContent.SSNContent?): FieldState.SSNNumberState","com.verygoodsecurity.vgscollect.core.model.state.prepareSSNState"]},{"name":"fun removeOnResponseListener(onResponseListener: VgsCollectResponseListener)","description":"com.verygoodsecurity.vgscollect.core.VGSCollect.removeOnResponseListener","location":"vgscollect/com.verygoodsecurity.vgscollect.core/-v-g-s-collect/remove-on-response-listener.html","searchKeys":["removeOnResponseListener","fun removeOnResponseListener(onResponseListener: VgsCollectResponseListener)","com.verygoodsecurity.vgscollect.core.VGSCollect.removeOnResponseListener"]},{"name":"fun removeRule(validator: VGSValidator)","description":"com.verygoodsecurity.vgscollect.view.card.validation.CompositeValidator.removeRule","location":"vgscollect/com.verygoodsecurity.vgscollect.view.card.validation/-composite-validator/remove-rule.html","searchKeys":["removeRule","fun removeRule(validator: VGSValidator)","com.verygoodsecurity.vgscollect.view.card.validation.CompositeValidator.removeRule"]},{"name":"fun removeTextChangedListener(listener: InputFieldView.OnTextChangedListener?)","description":"com.verygoodsecurity.vgscollect.view.InputFieldView.removeTextChangedListener","location":"vgscollect/com.verygoodsecurity.vgscollect.view/-input-field-view/remove-text-changed-listener.html","searchKeys":["removeTextChangedListener","fun removeTextChangedListener(listener: InputFieldView.OnTextChangedListener?)","com.verygoodsecurity.vgscollect.view.InputFieldView.removeTextChangedListener"]},{"name":"fun resetCustomData()","description":"com.verygoodsecurity.vgscollect.core.VGSCollect.resetCustomData","location":"vgscollect/com.verygoodsecurity.vgscollect.core/-v-g-s-collect/reset-custom-data.html","searchKeys":["resetCustomData","fun resetCustomData()","com.verygoodsecurity.vgscollect.core.VGSCollect.resetCustomData"]},{"name":"fun resetCustomHeaders()","description":"com.verygoodsecurity.vgscollect.core.VGSCollect.resetCustomHeaders","location":"vgscollect/com.verygoodsecurity.vgscollect.core/-v-g-s-collect/reset-custom-headers.html","searchKeys":["resetCustomHeaders","fun resetCustomHeaders()","com.verygoodsecurity.vgscollect.core.VGSCollect.resetCustomHeaders"]},{"name":"fun set(key: String, value: Any): Any?","description":"com.verygoodsecurity.vgscollect.core.model.map.FlatMap.set","location":"vgscollect/com.verygoodsecurity.vgscollect.core.model.map/-flat-map/set.html","searchKeys":["set","fun set(key: String, value: Any): Any?","com.verygoodsecurity.vgscollect.core.model.map.FlatMap.set"]},{"name":"fun setAlgorithm(algorithm: ChecksumAlgorithm, errorMsg: String = CheckSumValidator.DEFAULT_ERROR_MSG): PaymentCardNumberRule.ValidationBuilder","description":"com.verygoodsecurity.vgscollect.view.card.validation.rules.PaymentCardNumberRule.ValidationBuilder.setAlgorithm","location":"vgscollect/com.verygoodsecurity.vgscollect.view.card.validation.rules/-payment-card-number-rule/-validation-builder/set-algorithm.html","searchKeys":["setAlgorithm","fun setAlgorithm(algorithm: ChecksumAlgorithm, errorMsg: String = CheckSumValidator.DEFAULT_ERROR_MSG): PaymentCardNumberRule.ValidationBuilder","com.verygoodsecurity.vgscollect.view.card.validation.rules.PaymentCardNumberRule.ValidationBuilder.setAlgorithm"]},{"name":"fun setAllowToOverrideDefaultValidation(canOverride: Boolean): PaymentCardNumberRule.ValidationBuilder","description":"com.verygoodsecurity.vgscollect.view.card.validation.rules.PaymentCardNumberRule.ValidationBuilder.setAllowToOverrideDefaultValidation","location":"vgscollect/com.verygoodsecurity.vgscollect.view.card.validation.rules/-payment-card-number-rule/-validation-builder/set-allow-to-override-default-validation.html","searchKeys":["setAllowToOverrideDefaultValidation","fun setAllowToOverrideDefaultValidation(canOverride: Boolean): PaymentCardNumberRule.ValidationBuilder","com.verygoodsecurity.vgscollect.view.card.validation.rules.PaymentCardNumberRule.ValidationBuilder.setAllowToOverrideDefaultValidation"]},{"name":"fun setAllowableMaxLength(length: Int): PaymentCardNumberRule.ValidationBuilder","description":"com.verygoodsecurity.vgscollect.view.card.validation.rules.PaymentCardNumberRule.ValidationBuilder.setAllowableMaxLength","location":"vgscollect/com.verygoodsecurity.vgscollect.view.card.validation.rules/-payment-card-number-rule/-validation-builder/set-allowable-max-length.html","searchKeys":["setAllowableMaxLength","fun setAllowableMaxLength(length: Int): PaymentCardNumberRule.ValidationBuilder","com.verygoodsecurity.vgscollect.view.card.validation.rules.PaymentCardNumberRule.ValidationBuilder.setAllowableMaxLength"]},{"name":"fun setAllowableMaxLength(length: Int): PersonNameRule.ValidationBuilder","description":"com.verygoodsecurity.vgscollect.view.card.validation.rules.PersonNameRule.ValidationBuilder.setAllowableMaxLength","location":"vgscollect/com.verygoodsecurity.vgscollect.view.card.validation.rules/-person-name-rule/-validation-builder/set-allowable-max-length.html","searchKeys":["setAllowableMaxLength","fun setAllowableMaxLength(length: Int): PersonNameRule.ValidationBuilder","com.verygoodsecurity.vgscollect.view.card.validation.rules.PersonNameRule.ValidationBuilder.setAllowableMaxLength"]},{"name":"fun setAllowableMaxLength(length: Int): VGSInfoRule.ValidationBuilder","description":"com.verygoodsecurity.vgscollect.view.card.validation.rules.VGSInfoRule.ValidationBuilder.setAllowableMaxLength","location":"vgscollect/com.verygoodsecurity.vgscollect.view.card.validation.rules/-v-g-s-info-rule/-validation-builder/set-allowable-max-length.html","searchKeys":["setAllowableMaxLength","fun setAllowableMaxLength(length: Int): VGSInfoRule.ValidationBuilder","com.verygoodsecurity.vgscollect.view.card.validation.rules.VGSInfoRule.ValidationBuilder.setAllowableMaxLength"]},{"name":"fun setAllowableMaxLength(length: Int, errorMsg: String): PaymentCardNumberRule.ValidationBuilder","description":"com.verygoodsecurity.vgscollect.view.card.validation.rules.PaymentCardNumberRule.ValidationBuilder.setAllowableMaxLength","location":"vgscollect/com.verygoodsecurity.vgscollect.view.card.validation.rules/-payment-card-number-rule/-validation-builder/set-allowable-max-length.html","searchKeys":["setAllowableMaxLength","fun setAllowableMaxLength(length: Int, errorMsg: String): PaymentCardNumberRule.ValidationBuilder","com.verygoodsecurity.vgscollect.view.card.validation.rules.PaymentCardNumberRule.ValidationBuilder.setAllowableMaxLength"]},{"name":"fun setAllowableMaxLength(length: Int, errorMsg: String): PersonNameRule.ValidationBuilder","description":"com.verygoodsecurity.vgscollect.view.card.validation.rules.PersonNameRule.ValidationBuilder.setAllowableMaxLength","location":"vgscollect/com.verygoodsecurity.vgscollect.view.card.validation.rules/-person-name-rule/-validation-builder/set-allowable-max-length.html","searchKeys":["setAllowableMaxLength","fun setAllowableMaxLength(length: Int, errorMsg: String): PersonNameRule.ValidationBuilder","com.verygoodsecurity.vgscollect.view.card.validation.rules.PersonNameRule.ValidationBuilder.setAllowableMaxLength"]},{"name":"fun setAllowableMaxLength(length: Int, errorMsg: String): VGSInfoRule.ValidationBuilder","description":"com.verygoodsecurity.vgscollect.view.card.validation.rules.VGSInfoRule.ValidationBuilder.setAllowableMaxLength","location":"vgscollect/com.verygoodsecurity.vgscollect.view.card.validation.rules/-v-g-s-info-rule/-validation-builder/set-allowable-max-length.html","searchKeys":["setAllowableMaxLength","fun setAllowableMaxLength(length: Int, errorMsg: String): VGSInfoRule.ValidationBuilder","com.verygoodsecurity.vgscollect.view.card.validation.rules.VGSInfoRule.ValidationBuilder.setAllowableMaxLength"]},{"name":"fun setAllowableMinLength(length: Int): PaymentCardNumberRule.ValidationBuilder","description":"com.verygoodsecurity.vgscollect.view.card.validation.rules.PaymentCardNumberRule.ValidationBuilder.setAllowableMinLength","location":"vgscollect/com.verygoodsecurity.vgscollect.view.card.validation.rules/-payment-card-number-rule/-validation-builder/set-allowable-min-length.html","searchKeys":["setAllowableMinLength","fun setAllowableMinLength(length: Int): PaymentCardNumberRule.ValidationBuilder","com.verygoodsecurity.vgscollect.view.card.validation.rules.PaymentCardNumberRule.ValidationBuilder.setAllowableMinLength"]},{"name":"fun setAllowableMinLength(length: Int): PersonNameRule.ValidationBuilder","description":"com.verygoodsecurity.vgscollect.view.card.validation.rules.PersonNameRule.ValidationBuilder.setAllowableMinLength","location":"vgscollect/com.verygoodsecurity.vgscollect.view.card.validation.rules/-person-name-rule/-validation-builder/set-allowable-min-length.html","searchKeys":["setAllowableMinLength","fun setAllowableMinLength(length: Int): PersonNameRule.ValidationBuilder","com.verygoodsecurity.vgscollect.view.card.validation.rules.PersonNameRule.ValidationBuilder.setAllowableMinLength"]},{"name":"fun setAllowableMinLength(length: Int): VGSInfoRule.ValidationBuilder","description":"com.verygoodsecurity.vgscollect.view.card.validation.rules.VGSInfoRule.ValidationBuilder.setAllowableMinLength","location":"vgscollect/com.verygoodsecurity.vgscollect.view.card.validation.rules/-v-g-s-info-rule/-validation-builder/set-allowable-min-length.html","searchKeys":["setAllowableMinLength","fun setAllowableMinLength(length: Int): VGSInfoRule.ValidationBuilder","com.verygoodsecurity.vgscollect.view.card.validation.rules.VGSInfoRule.ValidationBuilder.setAllowableMinLength"]},{"name":"fun setAllowableMinLength(length: Int, errorMsg: String): PaymentCardNumberRule.ValidationBuilder","description":"com.verygoodsecurity.vgscollect.view.card.validation.rules.PaymentCardNumberRule.ValidationBuilder.setAllowableMinLength","location":"vgscollect/com.verygoodsecurity.vgscollect.view.card.validation.rules/-payment-card-number-rule/-validation-builder/set-allowable-min-length.html","searchKeys":["setAllowableMinLength","fun setAllowableMinLength(length: Int, errorMsg: String): PaymentCardNumberRule.ValidationBuilder","com.verygoodsecurity.vgscollect.view.card.validation.rules.PaymentCardNumberRule.ValidationBuilder.setAllowableMinLength"]},{"name":"fun setAllowableMinLength(length: Int, errorMsg: String): PersonNameRule.ValidationBuilder","description":"com.verygoodsecurity.vgscollect.view.card.validation.rules.PersonNameRule.ValidationBuilder.setAllowableMinLength","location":"vgscollect/com.verygoodsecurity.vgscollect.view.card.validation.rules/-person-name-rule/-validation-builder/set-allowable-min-length.html","searchKeys":["setAllowableMinLength","fun setAllowableMinLength(length: Int, errorMsg: String): PersonNameRule.ValidationBuilder","com.verygoodsecurity.vgscollect.view.card.validation.rules.PersonNameRule.ValidationBuilder.setAllowableMinLength"]},{"name":"fun setAllowableMinLength(length: Int, errorMsg: String): VGSInfoRule.ValidationBuilder","description":"com.verygoodsecurity.vgscollect.view.card.validation.rules.VGSInfoRule.ValidationBuilder.setAllowableMinLength","location":"vgscollect/com.verygoodsecurity.vgscollect.view.card.validation.rules/-v-g-s-info-rule/-validation-builder/set-allowable-min-length.html","searchKeys":["setAllowableMinLength","fun setAllowableMinLength(length: Int, errorMsg: String): VGSInfoRule.ValidationBuilder","com.verygoodsecurity.vgscollect.view.card.validation.rules.VGSInfoRule.ValidationBuilder.setAllowableMinLength"]},{"name":"fun setAllowableNumberLength(length: IntArray, errorMsg: String = LengthMatchValidator.DEFAULT_ERROR_MSG): PaymentCardNumberRule.ValidationBuilder","description":"com.verygoodsecurity.vgscollect.view.card.validation.rules.PaymentCardNumberRule.ValidationBuilder.setAllowableNumberLength","location":"vgscollect/com.verygoodsecurity.vgscollect.view.card.validation.rules/-payment-card-number-rule/-validation-builder/set-allowable-number-length.html","searchKeys":["setAllowableNumberLength","fun setAllowableNumberLength(length: IntArray, errorMsg: String = LengthMatchValidator.DEFAULT_ERROR_MSG): PaymentCardNumberRule.ValidationBuilder","com.verygoodsecurity.vgscollect.view.card.validation.rules.PaymentCardNumberRule.ValidationBuilder.setAllowableNumberLength"]},{"name":"fun setAnalyticsEnabled(isEnabled: Boolean)","description":"com.verygoodsecurity.vgscollect.core.VGSCollect.setAnalyticsEnabled","location":"vgscollect/com.verygoodsecurity.vgscollect.core/-v-g-s-collect/set-analytics-enabled.html","searchKeys":["setAnalyticsEnabled","fun setAnalyticsEnabled(isEnabled: Boolean)","com.verygoodsecurity.vgscollect.core.VGSCollect.setAnalyticsEnabled"]},{"name":"fun setCardBrandIconGravity(gravity: Int)","description":"com.verygoodsecurity.vgscollect.widget.VGSCardNumberEditText.setCardBrandIconGravity","location":"vgscollect/com.verygoodsecurity.vgscollect.widget/-v-g-s-card-number-edit-text/set-card-brand-icon-gravity.html","searchKeys":["setCardBrandIconGravity","fun setCardBrandIconGravity(gravity: Int)","com.verygoodsecurity.vgscollect.widget.VGSCardNumberEditText.setCardBrandIconGravity"]},{"name":"fun setCardIconAdapter(adapter: CardIconAdapter?)","description":"com.verygoodsecurity.vgscollect.widget.VGSCardNumberEditText.setCardIconAdapter","location":"vgscollect/com.verygoodsecurity.vgscollect.widget/-v-g-s-card-number-edit-text/set-card-icon-adapter.html","searchKeys":["setCardIconAdapter","fun setCardIconAdapter(adapter: CardIconAdapter?)","com.verygoodsecurity.vgscollect.widget.VGSCardNumberEditText.setCardIconAdapter"]},{"name":"fun setCardMaskAdapter(adapter: CardMaskAdapter)","description":"com.verygoodsecurity.vgscollect.widget.VGSCardNumberEditText.setCardMaskAdapter","location":"vgscollect/com.verygoodsecurity.vgscollect.widget/-v-g-s-card-number-edit-text/set-card-mask-adapter.html","searchKeys":["setCardMaskAdapter","fun setCardMaskAdapter(adapter: CardMaskAdapter)","com.verygoodsecurity.vgscollect.widget.VGSCardNumberEditText.setCardMaskAdapter"]},{"name":"fun setCounterEnabled(state: Boolean)","description":"com.verygoodsecurity.vgscollect.view.material.TextInputFieldLayout.setCounterEnabled","location":"vgscollect/com.verygoodsecurity.vgscollect.view.material/-text-input-field-layout/set-counter-enabled.html","searchKeys":["setCounterEnabled","fun setCounterEnabled(state: Boolean)","com.verygoodsecurity.vgscollect.view.material.TextInputFieldLayout.setCounterEnabled"]},{"name":"fun setCounterMaxLength(maxLength: Int)","description":"com.verygoodsecurity.vgscollect.view.material.TextInputFieldLayout.setCounterMaxLength","location":"vgscollect/com.verygoodsecurity.vgscollect.view.material/-text-input-field-layout/set-counter-max-length.html","searchKeys":["setCounterMaxLength","fun setCounterMaxLength(maxLength: Int)","com.verygoodsecurity.vgscollect.view.material.TextInputFieldLayout.setCounterMaxLength"]},{"name":"fun setCounterOverflowTextAppearance(counterOverflowTextAppearance: Int)","description":"com.verygoodsecurity.vgscollect.view.material.TextInputFieldLayout.setCounterOverflowTextAppearance","location":"vgscollect/com.verygoodsecurity.vgscollect.view.material/-text-input-field-layout/set-counter-overflow-text-appearance.html","searchKeys":["setCounterOverflowTextAppearance","fun setCounterOverflowTextAppearance(counterOverflowTextAppearance: Int)","com.verygoodsecurity.vgscollect.view.material.TextInputFieldLayout.setCounterOverflowTextAppearance"]},{"name":"fun setCounterTextAppearance(counterTextAppearance: Int)","description":"com.verygoodsecurity.vgscollect.view.material.TextInputFieldLayout.setCounterTextAppearance","location":"vgscollect/com.verygoodsecurity.vgscollect.view.material/-text-input-field-layout/set-counter-text-appearance.html","searchKeys":["setCounterTextAppearance","fun setCounterTextAppearance(counterTextAppearance: Int)","com.verygoodsecurity.vgscollect.view.material.TextInputFieldLayout.setCounterTextAppearance"]},{"name":"fun setCustomData(customData: Map): VGSRequest.VGSRequestBuilder","description":"com.verygoodsecurity.vgscollect.core.model.network.VGSRequest.VGSRequestBuilder.setCustomData","location":"vgscollect/com.verygoodsecurity.vgscollect.core.model.network/-v-g-s-request/-v-g-s-request-builder/set-custom-data.html","searchKeys":["setCustomData","fun setCustomData(customData: Map): VGSRequest.VGSRequestBuilder","com.verygoodsecurity.vgscollect.core.model.network.VGSRequest.VGSRequestBuilder.setCustomData"]},{"name":"fun setCustomData(data: Map?)","description":"com.verygoodsecurity.vgscollect.core.VGSCollect.setCustomData","location":"vgscollect/com.verygoodsecurity.vgscollect.core/-v-g-s-collect/set-custom-data.html","searchKeys":["setCustomData","fun setCustomData(data: Map?)","com.verygoodsecurity.vgscollect.core.VGSCollect.setCustomData"]},{"name":"fun setCustomHeader(customHeader: Map): VGSRequest.VGSRequestBuilder","description":"com.verygoodsecurity.vgscollect.core.model.network.VGSRequest.VGSRequestBuilder.setCustomHeader","location":"vgscollect/com.verygoodsecurity.vgscollect.core.model.network/-v-g-s-request/-v-g-s-request-builder/set-custom-header.html","searchKeys":["setCustomHeader","fun setCustomHeader(customHeader: Map): VGSRequest.VGSRequestBuilder","com.verygoodsecurity.vgscollect.core.model.network.VGSRequest.VGSRequestBuilder.setCustomHeader"]},{"name":"fun setCustomHeaders(headers: Map?)","description":"com.verygoodsecurity.vgscollect.core.VGSCollect.setCustomHeaders","location":"vgscollect/com.verygoodsecurity.vgscollect.core/-v-g-s-collect/set-custom-headers.html","searchKeys":["setCustomHeaders","fun setCustomHeaders(headers: Map?)","com.verygoodsecurity.vgscollect.core.VGSCollect.setCustomHeaders"]},{"name":"fun setDatePickerMode(mode: DatePickerMode)","description":"com.verygoodsecurity.vgscollect.widget.core.DateEditText.setDatePickerMode","location":"vgscollect/com.verygoodsecurity.vgscollect.widget.core/-date-edit-text/set-date-picker-mode.html","searchKeys":["setDatePickerMode","fun setDatePickerMode(mode: DatePickerMode)","com.verygoodsecurity.vgscollect.widget.core.DateEditText.setDatePickerMode"]},{"name":"fun setDatePickerVisibilityChangeListener(l: VisibilityChangeListener?)","description":"com.verygoodsecurity.vgscollect.widget.core.DateEditText.setDatePickerVisibilityChangeListener","location":"vgscollect/com.verygoodsecurity.vgscollect.widget.core/-date-edit-text/set-date-picker-visibility-change-listener.html","searchKeys":["setDatePickerVisibilityChangeListener","fun setDatePickerVisibilityChangeListener(l: VisibilityChangeListener?)","com.verygoodsecurity.vgscollect.widget.core.DateEditText.setDatePickerVisibilityChangeListener"]},{"name":"fun setDateRegex(regex: String)","description":"com.verygoodsecurity.vgscollect.widget.core.DateEditText.setDateRegex","location":"vgscollect/com.verygoodsecurity.vgscollect.widget.core/-date-edit-text/set-date-regex.html","searchKeys":["setDateRegex","fun setDateRegex(regex: String)","com.verygoodsecurity.vgscollect.widget.core.DateEditText.setDateRegex"]},{"name":"fun setDivider(char: Char?)","description":"com.verygoodsecurity.vgscollect.widget.SSNEditText.setDivider","location":"vgscollect/com.verygoodsecurity.vgscollect.widget/-s-s-n-edit-text/set-divider.html","searchKeys":["setDivider","fun setDivider(char: Char?)","com.verygoodsecurity.vgscollect.widget.SSNEditText.setDivider"]},{"name":"fun setDivider(char: Char?)","description":"com.verygoodsecurity.vgscollect.widget.VGSCardNumberEditText.setDivider","location":"vgscollect/com.verygoodsecurity.vgscollect.widget/-v-g-s-card-number-edit-text/set-divider.html","searchKeys":["setDivider","fun setDivider(char: Char?)","com.verygoodsecurity.vgscollect.widget.VGSCardNumberEditText.setDivider"]},{"name":"fun setEnabledTokenization(isEnabled: Boolean)","description":"com.verygoodsecurity.vgscollect.widget.PersonNameEditText.setEnabledTokenization","location":"vgscollect/com.verygoodsecurity.vgscollect.widget/-person-name-edit-text/set-enabled-tokenization.html","searchKeys":["setEnabledTokenization","fun setEnabledTokenization(isEnabled: Boolean)","com.verygoodsecurity.vgscollect.widget.PersonNameEditText.setEnabledTokenization"]},{"name":"fun setEnabledTokenization(isEnabled: Boolean)","description":"com.verygoodsecurity.vgscollect.widget.SSNEditText.setEnabledTokenization","location":"vgscollect/com.verygoodsecurity.vgscollect.widget/-s-s-n-edit-text/set-enabled-tokenization.html","searchKeys":["setEnabledTokenization","fun setEnabledTokenization(isEnabled: Boolean)","com.verygoodsecurity.vgscollect.widget.SSNEditText.setEnabledTokenization"]},{"name":"fun setEnabledTokenization(isEnabled: Boolean)","description":"com.verygoodsecurity.vgscollect.widget.VGSEditText.setEnabledTokenization","location":"vgscollect/com.verygoodsecurity.vgscollect.widget/-v-g-s-edit-text/set-enabled-tokenization.html","searchKeys":["setEnabledTokenization","fun setEnabledTokenization(isEnabled: Boolean)","com.verygoodsecurity.vgscollect.widget.VGSEditText.setEnabledTokenization"]},{"name":"fun setEnabledTokenization(isEnabled: Boolean)","description":"com.verygoodsecurity.vgscollect.widget.core.DateEditText.setEnabledTokenization","location":"vgscollect/com.verygoodsecurity.vgscollect.widget.core/-date-edit-text/set-enabled-tokenization.html","searchKeys":["setEnabledTokenization","fun setEnabledTokenization(isEnabled: Boolean)","com.verygoodsecurity.vgscollect.widget.core.DateEditText.setEnabledTokenization"]},{"name":"fun setEndIconDrawable(resId: Int)","description":"com.verygoodsecurity.vgscollect.view.material.TextInputFieldLayout.setEndIconDrawable","location":"vgscollect/com.verygoodsecurity.vgscollect.view.material/-text-input-field-layout/set-end-icon-drawable.html","searchKeys":["setEndIconDrawable","fun setEndIconDrawable(resId: Int)","com.verygoodsecurity.vgscollect.view.material.TextInputFieldLayout.setEndIconDrawable"]},{"name":"fun setEndIconDrawableTintList(endIconTintList: ColorStateList?)","description":"com.verygoodsecurity.vgscollect.view.material.TextInputFieldLayout.setEndIconDrawableTintList","location":"vgscollect/com.verygoodsecurity.vgscollect.view.material/-text-input-field-layout/set-end-icon-drawable-tint-list.html","searchKeys":["setEndIconDrawableTintList","fun setEndIconDrawableTintList(endIconTintList: ColorStateList?)","com.verygoodsecurity.vgscollect.view.material.TextInputFieldLayout.setEndIconDrawableTintList"]},{"name":"fun setEndIconMode(mode: Int)","description":"com.verygoodsecurity.vgscollect.view.material.TextInputFieldLayout.setEndIconMode","location":"vgscollect/com.verygoodsecurity.vgscollect.view.material/-text-input-field-layout/set-end-icon-mode.html","searchKeys":["setEndIconMode","fun setEndIconMode(mode: Int)","com.verygoodsecurity.vgscollect.view.material.TextInputFieldLayout.setEndIconMode"]},{"name":"fun setEndIconOnClickListener(endIconOnClickListener: View.OnClickListener?)","description":"com.verygoodsecurity.vgscollect.view.material.TextInputFieldLayout.setEndIconOnClickListener","location":"vgscollect/com.verygoodsecurity.vgscollect.view.material/-text-input-field-layout/set-end-icon-on-click-listener.html","searchKeys":["setEndIconOnClickListener","fun setEndIconOnClickListener(endIconOnClickListener: View.OnClickListener?)","com.verygoodsecurity.vgscollect.view.material.TextInputFieldLayout.setEndIconOnClickListener"]},{"name":"fun setEnvironment(env: Environment): VGSCollect.Builder","description":"com.verygoodsecurity.vgscollect.core.VGSCollect.Builder.setEnvironment","location":"vgscollect/com.verygoodsecurity.vgscollect.core/-v-g-s-collect/-builder/set-environment.html","searchKeys":["setEnvironment","fun setEnvironment(env: Environment): VGSCollect.Builder","com.verygoodsecurity.vgscollect.core.VGSCollect.Builder.setEnvironment"]},{"name":"fun setEnvironment(env: Environment, region: String = \"\"): VGSCollect.Builder","description":"com.verygoodsecurity.vgscollect.core.VGSCollect.Builder.setEnvironment","location":"vgscollect/com.verygoodsecurity.vgscollect.core/-v-g-s-collect/-builder/set-environment.html","searchKeys":["setEnvironment","fun setEnvironment(env: Environment, region: String = \"\"): VGSCollect.Builder","com.verygoodsecurity.vgscollect.core.VGSCollect.Builder.setEnvironment"]},{"name":"fun setEnvironment(env: String): VGSCollect.Builder","description":"com.verygoodsecurity.vgscollect.core.VGSCollect.Builder.setEnvironment","location":"vgscollect/com.verygoodsecurity.vgscollect.core/-v-g-s-collect/-builder/set-environment.html","searchKeys":["setEnvironment","fun setEnvironment(env: String): VGSCollect.Builder","com.verygoodsecurity.vgscollect.core.VGSCollect.Builder.setEnvironment"]},{"name":"fun setErrorTextAppearance(resId: Int)","description":"com.verygoodsecurity.vgscollect.view.material.TextInputFieldLayout.setErrorTextAppearance","location":"vgscollect/com.verygoodsecurity.vgscollect.view.material/-text-input-field-layout/set-error-text-appearance.html","searchKeys":["setErrorTextAppearance","fun setErrorTextAppearance(resId: Int)","com.verygoodsecurity.vgscollect.view.material.TextInputFieldLayout.setErrorTextAppearance"]},{"name":"fun setFieldNameMappingPolicy(policy: VGSCollectFieldNameMappingPolicy): VGSRequest.VGSRequestBuilder","description":"com.verygoodsecurity.vgscollect.core.model.network.VGSRequest.VGSRequestBuilder.setFieldNameMappingPolicy","location":"vgscollect/com.verygoodsecurity.vgscollect.core.model.network/-v-g-s-request/-v-g-s-request-builder/set-field-name-mapping-policy.html","searchKeys":["setFieldNameMappingPolicy","fun setFieldNameMappingPolicy(policy: VGSCollectFieldNameMappingPolicy): VGSRequest.VGSRequestBuilder","com.verygoodsecurity.vgscollect.core.model.network.VGSRequest.VGSRequestBuilder.setFieldNameMappingPolicy"]},{"name":"fun setHelperText(helperText: String?)","description":"com.verygoodsecurity.vgscollect.view.material.TextInputFieldLayout.setHelperText","location":"vgscollect/com.verygoodsecurity.vgscollect.view.material/-text-input-field-layout/set-helper-text.html","searchKeys":["setHelperText","fun setHelperText(helperText: String?)","com.verygoodsecurity.vgscollect.view.material.TextInputFieldLayout.setHelperText"]},{"name":"fun setHelperTextTextAppearance(resId: Int)","description":"com.verygoodsecurity.vgscollect.view.material.TextInputFieldLayout.setHelperTextTextAppearance","location":"vgscollect/com.verygoodsecurity.vgscollect.view.material/-text-input-field-layout/set-helper-text-text-appearance.html","searchKeys":["setHelperTextTextAppearance","fun setHelperTextTextAppearance(resId: Int)","com.verygoodsecurity.vgscollect.view.material.TextInputFieldLayout.setHelperTextTextAppearance"]},{"name":"fun setHintTextAppearance(resId: Int)","description":"com.verygoodsecurity.vgscollect.view.material.TextInputFieldLayout.setHintTextAppearance","location":"vgscollect/com.verygoodsecurity.vgscollect.view.material/-text-input-field-layout/set-hint-text-appearance.html","searchKeys":["setHintTextAppearance","fun setHintTextAppearance(resId: Int)","com.verygoodsecurity.vgscollect.view.material.TextInputFieldLayout.setHintTextAppearance"]},{"name":"fun setHintTextColor(hintTextColor: ColorStateList)","description":"com.verygoodsecurity.vgscollect.view.material.TextInputFieldLayout.setHintTextColor","location":"vgscollect/com.verygoodsecurity.vgscollect.view.material/-text-input-field-layout/set-hint-text-color.html","searchKeys":["setHintTextColor","fun setHintTextColor(hintTextColor: ColorStateList)","com.verygoodsecurity.vgscollect.view.material.TextInputFieldLayout.setHintTextColor"]},{"name":"fun setHostname(cname: String): VGSCollect.Builder","description":"com.verygoodsecurity.vgscollect.core.VGSCollect.Builder.setHostname","location":"vgscollect/com.verygoodsecurity.vgscollect.core/-v-g-s-collect/-builder/set-hostname.html","searchKeys":["setHostname","fun setHostname(cname: String): VGSCollect.Builder","com.verygoodsecurity.vgscollect.core.VGSCollect.Builder.setHostname"]},{"name":"fun setImeOptions(imeOptions: Int)","description":"com.verygoodsecurity.vgscollect.view.InputFieldView.setImeOptions","location":"vgscollect/com.verygoodsecurity.vgscollect.view/-input-field-view/set-ime-options.html","searchKeys":["setImeOptions","fun setImeOptions(imeOptions: Int)","com.verygoodsecurity.vgscollect.view.InputFieldView.setImeOptions"]},{"name":"fun setMaxDate(date: VGSDate)","description":"com.verygoodsecurity.vgscollect.widget.RangeDateEditText.setMaxDate","location":"vgscollect/com.verygoodsecurity.vgscollect.widget/-range-date-edit-text/set-max-date.html","searchKeys":["setMaxDate","fun setMaxDate(date: VGSDate)","com.verygoodsecurity.vgscollect.widget.RangeDateEditText.setMaxDate"]},{"name":"fun setMaxInputLength(length: Int)","description":"com.verygoodsecurity.vgscollect.widget.VGSCardNumberEditText.setMaxInputLength","location":"vgscollect/com.verygoodsecurity.vgscollect.widget/-v-g-s-card-number-edit-text/set-max-input-length.html","searchKeys":["setMaxInputLength","fun setMaxInputLength(length: Int)","com.verygoodsecurity.vgscollect.widget.VGSCardNumberEditText.setMaxInputLength"]},{"name":"fun setMaxLength(length: Int)","description":"com.verygoodsecurity.vgscollect.widget.VGSEditText.setMaxLength","location":"vgscollect/com.verygoodsecurity.vgscollect.widget/-v-g-s-edit-text/set-max-length.html","searchKeys":["setMaxLength","fun setMaxLength(length: Int)","com.verygoodsecurity.vgscollect.widget.VGSEditText.setMaxLength"]},{"name":"fun setMethod(method: HTTPMethod): VGSRequest.VGSRequestBuilder","description":"com.verygoodsecurity.vgscollect.core.model.network.VGSRequest.VGSRequestBuilder.setMethod","location":"vgscollect/com.verygoodsecurity.vgscollect.core.model.network/-v-g-s-request/-v-g-s-request-builder/set-method.html","searchKeys":["setMethod","fun setMethod(method: HTTPMethod): VGSRequest.VGSRequestBuilder","com.verygoodsecurity.vgscollect.core.model.network.VGSRequest.VGSRequestBuilder.setMethod"]},{"name":"fun setMinDate(date: VGSDate)","description":"com.verygoodsecurity.vgscollect.widget.RangeDateEditText.setMinDate","location":"vgscollect/com.verygoodsecurity.vgscollect.widget/-range-date-edit-text/set-min-date.html","searchKeys":["setMinDate","fun setMinDate(date: VGSDate)","com.verygoodsecurity.vgscollect.widget.RangeDateEditText.setMinDate"]},{"name":"fun setOnEditorActionListener(l: InputFieldView.OnEditorActionListener?)","description":"com.verygoodsecurity.vgscollect.view.InputFieldView.setOnEditorActionListener","location":"vgscollect/com.verygoodsecurity.vgscollect.view/-input-field-view/set-on-editor-action-listener.html","searchKeys":["setOnEditorActionListener","fun setOnEditorActionListener(l: InputFieldView.OnEditorActionListener?)","com.verygoodsecurity.vgscollect.view.InputFieldView.setOnEditorActionListener"]},{"name":"fun setOnFieldStateChangeListener(onFieldStateChangeListener: OnFieldStateChangeListener?)","description":"com.verygoodsecurity.vgscollect.view.InputFieldView.setOnFieldStateChangeListener","location":"vgscollect/com.verygoodsecurity.vgscollect.view/-input-field-view/set-on-field-state-change-listener.html","searchKeys":["setOnFieldStateChangeListener","fun setOnFieldStateChangeListener(onFieldStateChangeListener: OnFieldStateChangeListener?)","com.verygoodsecurity.vgscollect.view.InputFieldView.setOnFieldStateChangeListener"]},{"name":"fun setOutputDivider(char: Char?)","description":"com.verygoodsecurity.vgscollect.widget.SSNEditText.setOutputDivider","location":"vgscollect/com.verygoodsecurity.vgscollect.widget/-s-s-n-edit-text/set-output-divider.html","searchKeys":["setOutputDivider","fun setOutputDivider(char: Char?)","com.verygoodsecurity.vgscollect.widget.SSNEditText.setOutputDivider"]},{"name":"fun setOutputDivider(char: Char?)","description":"com.verygoodsecurity.vgscollect.widget.VGSCardNumberEditText.setOutputDivider","location":"vgscollect/com.verygoodsecurity.vgscollect.widget/-v-g-s-card-number-edit-text/set-output-divider.html","searchKeys":["setOutputDivider","fun setOutputDivider(char: Char?)","com.verygoodsecurity.vgscollect.widget.VGSCardNumberEditText.setOutputDivider"]},{"name":"fun setOutputRegex(regex: String)","description":"com.verygoodsecurity.vgscollect.widget.core.DateEditText.setOutputRegex","location":"vgscollect/com.verygoodsecurity.vgscollect.widget.core/-date-edit-text/set-output-regex.html","searchKeys":["setOutputRegex","fun setOutputRegex(regex: String)","com.verygoodsecurity.vgscollect.widget.core.DateEditText.setOutputRegex"]},{"name":"fun setPath(path: String): VGSRequest.VGSRequestBuilder","description":"com.verygoodsecurity.vgscollect.core.model.network.VGSRequest.VGSRequestBuilder.setPath","location":"vgscollect/com.verygoodsecurity.vgscollect.core.model.network/-v-g-s-request/-v-g-s-request-builder/set-path.html","searchKeys":["setPath","fun setPath(path: String): VGSRequest.VGSRequestBuilder","com.verygoodsecurity.vgscollect.core.model.network.VGSRequest.VGSRequestBuilder.setPath"]},{"name":"fun setPort(port: Int): VGSCollect.Builder","description":"com.verygoodsecurity.vgscollect.core.VGSCollect.Builder.setPort","location":"vgscollect/com.verygoodsecurity.vgscollect.core/-v-g-s-collect/-builder/set-port.html","searchKeys":["setPort","fun setPort(port: Int): VGSCollect.Builder","com.verygoodsecurity.vgscollect.core.VGSCollect.Builder.setPort"]},{"name":"fun setPreviewIconAdapter(adapter: CVCIconAdapter?)","description":"com.verygoodsecurity.vgscollect.widget.CardVerificationCodeEditText.setPreviewIconAdapter","location":"vgscollect/com.verygoodsecurity.vgscollect.widget/-card-verification-code-edit-text/set-preview-icon-adapter.html","searchKeys":["setPreviewIconAdapter","fun setPreviewIconAdapter(adapter: CVCIconAdapter?)","com.verygoodsecurity.vgscollect.widget.CardVerificationCodeEditText.setPreviewIconAdapter"]},{"name":"fun setRegex(regex: String, errorMsg: String = RegexValidator.DEFAULT_ERROR_MSG): PaymentCardNumberRule.ValidationBuilder","description":"com.verygoodsecurity.vgscollect.view.card.validation.rules.PaymentCardNumberRule.ValidationBuilder.setRegex","location":"vgscollect/com.verygoodsecurity.vgscollect.view.card.validation.rules/-payment-card-number-rule/-validation-builder/set-regex.html","searchKeys":["setRegex","fun setRegex(regex: String, errorMsg: String = RegexValidator.DEFAULT_ERROR_MSG): PaymentCardNumberRule.ValidationBuilder","com.verygoodsecurity.vgscollect.view.card.validation.rules.PaymentCardNumberRule.ValidationBuilder.setRegex"]},{"name":"fun setRegex(regex: String, errorMsg: String = RegexValidator.DEFAULT_ERROR_MSG): PersonNameRule.ValidationBuilder","description":"com.verygoodsecurity.vgscollect.view.card.validation.rules.PersonNameRule.ValidationBuilder.setRegex","location":"vgscollect/com.verygoodsecurity.vgscollect.view.card.validation.rules/-person-name-rule/-validation-builder/set-regex.html","searchKeys":["setRegex","fun setRegex(regex: String, errorMsg: String = RegexValidator.DEFAULT_ERROR_MSG): PersonNameRule.ValidationBuilder","com.verygoodsecurity.vgscollect.view.card.validation.rules.PersonNameRule.ValidationBuilder.setRegex"]},{"name":"fun setRegex(regex: String, errorMsg: String = RegexValidator.DEFAULT_ERROR_MSG): VGSInfoRule.ValidationBuilder","description":"com.verygoodsecurity.vgscollect.view.card.validation.rules.VGSInfoRule.ValidationBuilder.setRegex","location":"vgscollect/com.verygoodsecurity.vgscollect.view.card.validation.rules/-v-g-s-info-rule/-validation-builder/set-regex.html","searchKeys":["setRegex","fun setRegex(regex: String, errorMsg: String = RegexValidator.DEFAULT_ERROR_MSG): VGSInfoRule.ValidationBuilder","com.verygoodsecurity.vgscollect.view.card.validation.rules.VGSInfoRule.ValidationBuilder.setRegex"]},{"name":"fun setRequestTimeoutInterval(timeout: Long): VGSRequest.VGSRequestBuilder","description":"com.verygoodsecurity.vgscollect.core.model.network.VGSRequest.VGSRequestBuilder.setRequestTimeoutInterval","location":"vgscollect/com.verygoodsecurity.vgscollect.core.model.network/-v-g-s-request/-v-g-s-request-builder/set-request-timeout-interval.html","searchKeys":["setRequestTimeoutInterval","fun setRequestTimeoutInterval(timeout: Long): VGSRequest.VGSRequestBuilder","com.verygoodsecurity.vgscollect.core.model.network.VGSRequest.VGSRequestBuilder.setRequestTimeoutInterval"]},{"name":"fun setRequestTimeoutInterval(timeout: Long): VGSTokenizationRequest.VGSRequestBuilder","description":"com.verygoodsecurity.vgscollect.core.model.network.tokenization.VGSTokenizationRequest.VGSRequestBuilder.setRequestTimeoutInterval","location":"vgscollect/com.verygoodsecurity.vgscollect.core.model.network.tokenization/-v-g-s-tokenization-request/-v-g-s-request-builder/set-request-timeout-interval.html","searchKeys":["setRequestTimeoutInterval","fun setRequestTimeoutInterval(timeout: Long): VGSTokenizationRequest.VGSRequestBuilder","com.verygoodsecurity.vgscollect.core.model.network.tokenization.VGSTokenizationRequest.VGSRequestBuilder.setRequestTimeoutInterval"]},{"name":"fun setRouteId(routeId: String): VGSRequest.VGSRequestBuilder","description":"com.verygoodsecurity.vgscollect.core.model.network.VGSRequest.VGSRequestBuilder.setRouteId","location":"vgscollect/com.verygoodsecurity.vgscollect.core.model.network/-v-g-s-request/-v-g-s-request-builder/set-route-id.html","searchKeys":["setRouteId","fun setRouteId(routeId: String): VGSRequest.VGSRequestBuilder","com.verygoodsecurity.vgscollect.core.model.network.VGSRequest.VGSRequestBuilder.setRouteId"]},{"name":"fun setRouteId(routeId: String): VGSTokenizationRequest.VGSRequestBuilder","description":"com.verygoodsecurity.vgscollect.core.model.network.tokenization.VGSTokenizationRequest.VGSRequestBuilder.setRouteId","location":"vgscollect/com.verygoodsecurity.vgscollect.core.model.network.tokenization/-v-g-s-tokenization-request/-v-g-s-request-builder/set-route-id.html","searchKeys":["setRouteId","fun setRouteId(routeId: String): VGSTokenizationRequest.VGSRequestBuilder","com.verygoodsecurity.vgscollect.core.model.network.tokenization.VGSTokenizationRequest.VGSRequestBuilder.setRouteId"]},{"name":"fun setRule(rule: PaymentCardNumberRule)","description":"com.verygoodsecurity.vgscollect.widget.VGSCardNumberEditText.setRule","location":"vgscollect/com.verygoodsecurity.vgscollect.widget/-v-g-s-card-number-edit-text/set-rule.html","searchKeys":["setRule","fun setRule(rule: PaymentCardNumberRule)","com.verygoodsecurity.vgscollect.widget.VGSCardNumberEditText.setRule"]},{"name":"fun setRule(rule: PersonNameRule)","description":"com.verygoodsecurity.vgscollect.widget.PersonNameEditText.setRule","location":"vgscollect/com.verygoodsecurity.vgscollect.widget/-person-name-edit-text/set-rule.html","searchKeys":["setRule","fun setRule(rule: PersonNameRule)","com.verygoodsecurity.vgscollect.widget.PersonNameEditText.setRule"]},{"name":"fun setRule(rule: VGSInfoRule)","description":"com.verygoodsecurity.vgscollect.widget.VGSEditText.setRule","location":"vgscollect/com.verygoodsecurity.vgscollect.widget/-v-g-s-edit-text/set-rule.html","searchKeys":["setRule","fun setRule(rule: VGSInfoRule)","com.verygoodsecurity.vgscollect.widget.VGSEditText.setRule"]},{"name":"fun setRules(rules: List)","description":"com.verygoodsecurity.vgscollect.widget.VGSCardNumberEditText.setRules","location":"vgscollect/com.verygoodsecurity.vgscollect.widget/-v-g-s-card-number-edit-text/set-rules.html","searchKeys":["setRules","fun setRules(rules: List)","com.verygoodsecurity.vgscollect.widget.VGSCardNumberEditText.setRules"]},{"name":"fun setRules(rules: List)","description":"com.verygoodsecurity.vgscollect.widget.PersonNameEditText.setRules","location":"vgscollect/com.verygoodsecurity.vgscollect.widget/-person-name-edit-text/set-rules.html","searchKeys":["setRules","fun setRules(rules: List)","com.verygoodsecurity.vgscollect.widget.PersonNameEditText.setRules"]},{"name":"fun setRules(rules: List)","description":"com.verygoodsecurity.vgscollect.widget.VGSEditText.setRules","location":"vgscollect/com.verygoodsecurity.vgscollect.widget/-v-g-s-edit-text/set-rules.html","searchKeys":["setRules","fun setRules(rules: List)","com.verygoodsecurity.vgscollect.widget.VGSEditText.setRules"]},{"name":"fun setSelection(index: Int)","description":"com.verygoodsecurity.vgscollect.view.InputFieldView.setSelection","location":"vgscollect/com.verygoodsecurity.vgscollect.view/-input-field-view/set-selection.html","searchKeys":["setSelection","fun setSelection(index: Int)","com.verygoodsecurity.vgscollect.view.InputFieldView.setSelection"]},{"name":"fun setSerializer(serializer: FieldDataSerializer<*, *>?)","description":"com.verygoodsecurity.vgscollect.widget.core.DateEditText.setSerializer","location":"vgscollect/com.verygoodsecurity.vgscollect.widget.core/-date-edit-text/set-serializer.html","searchKeys":["setSerializer","fun setSerializer(serializer: FieldDataSerializer<*, *>?)","com.verygoodsecurity.vgscollect.widget.core.DateEditText.setSerializer"]},{"name":"fun setSerializers(serializers: List>?)","description":"com.verygoodsecurity.vgscollect.widget.core.DateEditText.setSerializers","location":"vgscollect/com.verygoodsecurity.vgscollect.widget.core/-date-edit-text/set-serializers.html","searchKeys":["setSerializers","fun setSerializers(serializers: List>?)","com.verygoodsecurity.vgscollect.widget.core.DateEditText.setSerializers"]},{"name":"fun setStartIconDrawable(resId: Int)","description":"com.verygoodsecurity.vgscollect.view.material.TextInputFieldLayout.setStartIconDrawable","location":"vgscollect/com.verygoodsecurity.vgscollect.view.material/-text-input-field-layout/set-start-icon-drawable.html","searchKeys":["setStartIconDrawable","fun setStartIconDrawable(resId: Int)","com.verygoodsecurity.vgscollect.view.material.TextInputFieldLayout.setStartIconDrawable"]},{"name":"fun setStartIconDrawableTintList(startIconTintList: ColorStateList?)","description":"com.verygoodsecurity.vgscollect.view.material.TextInputFieldLayout.setStartIconDrawableTintList","location":"vgscollect/com.verygoodsecurity.vgscollect.view.material/-text-input-field-layout/set-start-icon-drawable-tint-list.html","searchKeys":["setStartIconDrawableTintList","fun setStartIconDrawableTintList(startIconTintList: ColorStateList?)","com.verygoodsecurity.vgscollect.view.material.TextInputFieldLayout.setStartIconDrawableTintList"]},{"name":"fun setStartIconOnClickListener(startIconOnClickListener: View.OnClickListener?)","description":"com.verygoodsecurity.vgscollect.view.material.TextInputFieldLayout.setStartIconOnClickListener","location":"vgscollect/com.verygoodsecurity.vgscollect.view.material/-text-input-field-layout/set-start-icon-on-click-listener.html","searchKeys":["setStartIconOnClickListener","fun setStartIconOnClickListener(startIconOnClickListener: View.OnClickListener?)","com.verygoodsecurity.vgscollect.view.material.TextInputFieldLayout.setStartIconOnClickListener"]},{"name":"fun setValidCardBrands(vararg cardBrand: CardBrand)","description":"com.verygoodsecurity.vgscollect.widget.VGSCardNumberEditText.setValidCardBrands","location":"vgscollect/com.verygoodsecurity.vgscollect.widget/-v-g-s-card-number-edit-text/set-valid-card-brands.html","searchKeys":["setValidCardBrands","fun setValidCardBrands(vararg cardBrand: CardBrand)","com.verygoodsecurity.vgscollect.widget.VGSCardNumberEditText.setValidCardBrands"]},{"name":"fun setVaultAliasFormat(format: VGSVaultAliasFormat)","description":"com.verygoodsecurity.vgscollect.widget.CardVerificationCodeEditText.setVaultAliasFormat","location":"vgscollect/com.verygoodsecurity.vgscollect.widget/-card-verification-code-edit-text/set-vault-alias-format.html","searchKeys":["setVaultAliasFormat","fun setVaultAliasFormat(format: VGSVaultAliasFormat)","com.verygoodsecurity.vgscollect.widget.CardVerificationCodeEditText.setVaultAliasFormat"]},{"name":"fun setVaultAliasFormat(format: VGSVaultAliasFormat)","description":"com.verygoodsecurity.vgscollect.widget.PersonNameEditText.setVaultAliasFormat","location":"vgscollect/com.verygoodsecurity.vgscollect.widget/-person-name-edit-text/set-vault-alias-format.html","searchKeys":["setVaultAliasFormat","fun setVaultAliasFormat(format: VGSVaultAliasFormat)","com.verygoodsecurity.vgscollect.widget.PersonNameEditText.setVaultAliasFormat"]},{"name":"fun setVaultAliasFormat(format: VGSVaultAliasFormat)","description":"com.verygoodsecurity.vgscollect.widget.SSNEditText.setVaultAliasFormat","location":"vgscollect/com.verygoodsecurity.vgscollect.widget/-s-s-n-edit-text/set-vault-alias-format.html","searchKeys":["setVaultAliasFormat","fun setVaultAliasFormat(format: VGSVaultAliasFormat)","com.verygoodsecurity.vgscollect.widget.SSNEditText.setVaultAliasFormat"]},{"name":"fun setVaultAliasFormat(format: VGSVaultAliasFormat)","description":"com.verygoodsecurity.vgscollect.widget.VGSCardNumberEditText.setVaultAliasFormat","location":"vgscollect/com.verygoodsecurity.vgscollect.widget/-v-g-s-card-number-edit-text/set-vault-alias-format.html","searchKeys":["setVaultAliasFormat","fun setVaultAliasFormat(format: VGSVaultAliasFormat)","com.verygoodsecurity.vgscollect.widget.VGSCardNumberEditText.setVaultAliasFormat"]},{"name":"fun setVaultAliasFormat(format: VGSVaultAliasFormat)","description":"com.verygoodsecurity.vgscollect.widget.VGSEditText.setVaultAliasFormat","location":"vgscollect/com.verygoodsecurity.vgscollect.widget/-v-g-s-edit-text/set-vault-alias-format.html","searchKeys":["setVaultAliasFormat","fun setVaultAliasFormat(format: VGSVaultAliasFormat)","com.verygoodsecurity.vgscollect.widget.VGSEditText.setVaultAliasFormat"]},{"name":"fun setVaultAliasFormat(format: VGSVaultAliasFormat)","description":"com.verygoodsecurity.vgscollect.widget.core.DateEditText.setVaultAliasFormat","location":"vgscollect/com.verygoodsecurity.vgscollect.widget.core/-date-edit-text/set-vault-alias-format.html","searchKeys":["setVaultAliasFormat","fun setVaultAliasFormat(format: VGSVaultAliasFormat)","com.verygoodsecurity.vgscollect.widget.core.DateEditText.setVaultAliasFormat"]},{"name":"fun setVaultStorageType(storage: VGSVaultStorageType)","description":"com.verygoodsecurity.vgscollect.widget.PersonNameEditText.setVaultStorageType","location":"vgscollect/com.verygoodsecurity.vgscollect.widget/-person-name-edit-text/set-vault-storage-type.html","searchKeys":["setVaultStorageType","fun setVaultStorageType(storage: VGSVaultStorageType)","com.verygoodsecurity.vgscollect.widget.PersonNameEditText.setVaultStorageType"]},{"name":"fun setVaultStorageType(storage: VGSVaultStorageType)","description":"com.verygoodsecurity.vgscollect.widget.VGSEditText.setVaultStorageType","location":"vgscollect/com.verygoodsecurity.vgscollect.widget/-v-g-s-edit-text/set-vault-storage-type.html","searchKeys":["setVaultStorageType","fun setVaultStorageType(storage: VGSVaultStorageType)","com.verygoodsecurity.vgscollect.widget.VGSEditText.setVaultStorageType"]},{"name":"fun setVaultStorageType(storage: VGSVaultStorageType)","description":"com.verygoodsecurity.vgscollect.widget.core.DateEditText.setVaultStorageType","location":"vgscollect/com.verygoodsecurity.vgscollect.widget.core/-date-edit-text/set-vault-storage-type.html","searchKeys":["setVaultStorageType","fun setVaultStorageType(storage: VGSVaultStorageType)","com.verygoodsecurity.vgscollect.widget.core.DateEditText.setVaultStorageType"]},{"name":"fun setVaultStorageType(type: VGSVaultStorageType)","description":"com.verygoodsecurity.vgscollect.widget.SSNEditText.setVaultStorageType","location":"vgscollect/com.verygoodsecurity.vgscollect.widget/-s-s-n-edit-text/set-vault-storage-type.html","searchKeys":["setVaultStorageType","fun setVaultStorageType(type: VGSVaultStorageType)","com.verygoodsecurity.vgscollect.widget.SSNEditText.setVaultStorageType"]},{"name":"fun setVaultStorageType(type: VGSVaultStorageType)","description":"com.verygoodsecurity.vgscollect.widget.VGSCardNumberEditText.setVaultStorageType","location":"vgscollect/com.verygoodsecurity.vgscollect.widget/-v-g-s-card-number-edit-text/set-vault-storage-type.html","searchKeys":["setVaultStorageType","fun setVaultStorageType(type: VGSVaultStorageType)","com.verygoodsecurity.vgscollect.widget.VGSCardNumberEditText.setVaultStorageType"]},{"name":"fun showDatePickerDialog(dialogMode: DatePickerMode = DatePickerMode.DEFAULT, ignoreFieldMode: Boolean = false)","description":"com.verygoodsecurity.vgscollect.widget.core.DateEditText.showDatePickerDialog","location":"vgscollect/com.verygoodsecurity.vgscollect.widget.core/-date-edit-text/show-date-picker-dialog.html","searchKeys":["showDatePickerDialog","fun showDatePickerDialog(dialogMode: DatePickerMode = DatePickerMode.DEFAULT, ignoreFieldMode: Boolean = false)","com.verygoodsecurity.vgscollect.widget.core.DateEditText.showDatePickerDialog"]},{"name":"fun showKeyboard()","description":"com.verygoodsecurity.vgscollect.view.InputFieldView.showKeyboard","location":"vgscollect/com.verygoodsecurity.vgscollect.view/-input-field-view/show-keyboard.html","searchKeys":["showKeyboard","fun showKeyboard()","com.verygoodsecurity.vgscollect.view.InputFieldView.showKeyboard"]},{"name":"fun submit(path: String, method: HTTPMethod = HTTPMethod.POST): VGSResponse","description":"com.verygoodsecurity.vgscollect.core.VGSCollect.submit","location":"vgscollect/com.verygoodsecurity.vgscollect.core/-v-g-s-collect/submit.html","searchKeys":["submit","fun submit(path: String, method: HTTPMethod = HTTPMethod.POST): VGSResponse","com.verygoodsecurity.vgscollect.core.VGSCollect.submit"]},{"name":"fun submit(request: VGSRequest): VGSResponse","description":"com.verygoodsecurity.vgscollect.core.VGSCollect.submit","location":"vgscollect/com.verygoodsecurity.vgscollect.core/-v-g-s-collect/submit.html","searchKeys":["submit","fun submit(request: VGSRequest): VGSResponse","com.verygoodsecurity.vgscollect.core.VGSCollect.submit"]},{"name":"fun tokenize()","description":"com.verygoodsecurity.vgscollect.core.VGSCollect.tokenize","location":"vgscollect/com.verygoodsecurity.vgscollect.core/-v-g-s-collect/tokenize.html","searchKeys":["tokenize","fun tokenize()","com.verygoodsecurity.vgscollect.core.VGSCollect.tokenize"]},{"name":"fun tokenize(request: VGSTokenizationRequest)","description":"com.verygoodsecurity.vgscollect.core.VGSCollect.tokenize","location":"vgscollect/com.verygoodsecurity.vgscollect.core/-v-g-s-collect/tokenize.html","searchKeys":["tokenize","fun tokenize(request: VGSTokenizationRequest)","com.verygoodsecurity.vgscollect.core.VGSCollect.tokenize"]},{"name":"fun unbindView(vararg views: InputFieldView?)","description":"com.verygoodsecurity.vgscollect.core.VGSCollect.unbindView","location":"vgscollect/com.verygoodsecurity.vgscollect.core/-v-g-s-collect/unbind-view.html","searchKeys":["unbindView","fun unbindView(vararg views: InputFieldView?)","com.verygoodsecurity.vgscollect.core.VGSCollect.unbindView"]},{"name":"fun unbindView(view: InputFieldView?)","description":"com.verygoodsecurity.vgscollect.core.VGSCollect.unbindView","location":"vgscollect/com.verygoodsecurity.vgscollect.core/-v-g-s-collect/unbind-view.html","searchKeys":["unbindView","fun unbindView(view: InputFieldView?)","com.verygoodsecurity.vgscollect.core.VGSCollect.unbindView"]},{"name":"fun validate(content: String): List","description":"com.verygoodsecurity.vgscollect.view.card.validation.CompositeValidator.validate","location":"vgscollect/com.verygoodsecurity.vgscollect.view.card.validation/-composite-validator/validate.html","searchKeys":["validate","fun validate(content: String): List","com.verygoodsecurity.vgscollect.view.card.validation.CompositeValidator.validate"]},{"name":"fun valueOf(value: String): BaseTransmitActivity.Status","description":"com.verygoodsecurity.vgscollect.app.BaseTransmitActivity.Status.valueOf","location":"vgscollect/com.verygoodsecurity.vgscollect.app/-base-transmit-activity/-status/value-of.html","searchKeys":["valueOf","fun valueOf(value: String): BaseTransmitActivity.Status","com.verygoodsecurity.vgscollect.app.BaseTransmitActivity.Status.valueOf"]},{"name":"fun valueOf(value: String): CardType","description":"com.verygoodsecurity.vgscollect.view.card.CardType.valueOf","location":"vgscollect/com.verygoodsecurity.vgscollect.view.card/-card-type/value-of.html","searchKeys":["valueOf","fun valueOf(value: String): CardType","com.verygoodsecurity.vgscollect.view.card.CardType.valueOf"]},{"name":"fun valueOf(value: String): ChecksumAlgorithm","description":"com.verygoodsecurity.vgscollect.view.card.validation.payment.ChecksumAlgorithm.valueOf","location":"vgscollect/com.verygoodsecurity.vgscollect.view.card.validation.payment/-checksum-algorithm/value-of.html","searchKeys":["valueOf","fun valueOf(value: String): ChecksumAlgorithm","com.verygoodsecurity.vgscollect.view.card.validation.payment.ChecksumAlgorithm.valueOf"]},{"name":"fun valueOf(value: String): DatePickerMode","description":"com.verygoodsecurity.vgscollect.view.date.DatePickerMode.valueOf","location":"vgscollect/com.verygoodsecurity.vgscollect.view.date/-date-picker-mode/value-of.html","searchKeys":["valueOf","fun valueOf(value: String): DatePickerMode","com.verygoodsecurity.vgscollect.view.date.DatePickerMode.valueOf"]},{"name":"fun valueOf(value: String): Environment","description":"com.verygoodsecurity.vgscollect.core.Environment.valueOf","location":"vgscollect/com.verygoodsecurity.vgscollect.core/-environment/value-of.html","searchKeys":["valueOf","fun valueOf(value: String): Environment","com.verygoodsecurity.vgscollect.core.Environment.valueOf"]},{"name":"fun valueOf(value: String): FieldType","description":"com.verygoodsecurity.vgscollect.view.card.FieldType.valueOf","location":"vgscollect/com.verygoodsecurity.vgscollect.view.card/-field-type/value-of.html","searchKeys":["valueOf","fun valueOf(value: String): FieldType","com.verygoodsecurity.vgscollect.view.card.FieldType.valueOf"]},{"name":"fun valueOf(value: String): FormatMode","description":"com.verygoodsecurity.vgscollect.view.card.formatter.rules.FormatMode.valueOf","location":"vgscollect/com.verygoodsecurity.vgscollect.view.card.formatter.rules/-format-mode/value-of.html","searchKeys":["valueOf","fun valueOf(value: String): FormatMode","com.verygoodsecurity.vgscollect.view.card.formatter.rules.FormatMode.valueOf"]},{"name":"fun valueOf(value: String): HTTPMethod","description":"com.verygoodsecurity.vgscollect.core.HTTPMethod.valueOf","location":"vgscollect/com.verygoodsecurity.vgscollect.core/-h-t-t-p-method/value-of.html","searchKeys":["valueOf","fun valueOf(value: String): HTTPMethod","com.verygoodsecurity.vgscollect.core.HTTPMethod.valueOf"]},{"name":"fun valueOf(value: String): VGSCollectFieldNameMappingPolicy","description":"com.verygoodsecurity.vgscollect.core.model.VGSCollectFieldNameMappingPolicy.valueOf","location":"vgscollect/com.verygoodsecurity.vgscollect.core.model/-v-g-s-collect-field-name-mapping-policy/value-of.html","searchKeys":["valueOf","fun valueOf(value: String): VGSCollectFieldNameMappingPolicy","com.verygoodsecurity.vgscollect.core.model.VGSCollectFieldNameMappingPolicy.valueOf"]},{"name":"fun valueOf(value: String): VGSCollectLogger.Level","description":"com.verygoodsecurity.vgscollect.VGSCollectLogger.Level.valueOf","location":"vgscollect/com.verygoodsecurity.vgscollect/-v-g-s-collect-logger/-level/value-of.html","searchKeys":["valueOf","fun valueOf(value: String): VGSCollectLogger.Level","com.verygoodsecurity.vgscollect.VGSCollectLogger.Level.valueOf"]},{"name":"fun valueOf(value: String): VGSError","description":"com.verygoodsecurity.vgscollect.core.model.network.VGSError.valueOf","location":"vgscollect/com.verygoodsecurity.vgscollect.core.model.network/-v-g-s-error/value-of.html","searchKeys":["valueOf","fun valueOf(value: String): VGSError","com.verygoodsecurity.vgscollect.core.model.network.VGSError.valueOf"]},{"name":"fun valueOf(value: String): VGSHttpBodyFormat","description":"com.verygoodsecurity.vgscollect.core.api.VGSHttpBodyFormat.valueOf","location":"vgscollect/com.verygoodsecurity.vgscollect.core.api/-v-g-s-http-body-format/value-of.html","searchKeys":["valueOf","fun valueOf(value: String): VGSHttpBodyFormat","com.verygoodsecurity.vgscollect.core.api.VGSHttpBodyFormat.valueOf"]},{"name":"fun valueOf(value: String): VGSVaultAliasFormat","description":"com.verygoodsecurity.vgscollect.core.model.state.tokenization.VGSVaultAliasFormat.valueOf","location":"vgscollect/com.verygoodsecurity.vgscollect.core.model.state.tokenization/-v-g-s-vault-alias-format/value-of.html","searchKeys":["valueOf","fun valueOf(value: String): VGSVaultAliasFormat","com.verygoodsecurity.vgscollect.core.model.state.tokenization.VGSVaultAliasFormat.valueOf"]},{"name":"fun valueOf(value: String): VGSVaultStorageType","description":"com.verygoodsecurity.vgscollect.core.model.state.tokenization.VGSVaultStorageType.valueOf","location":"vgscollect/com.verygoodsecurity.vgscollect.core.model.state.tokenization/-v-g-s-vault-storage-type/value-of.html","searchKeys":["valueOf","fun valueOf(value: String): VGSVaultStorageType","com.verygoodsecurity.vgscollect.core.model.state.tokenization.VGSVaultStorageType.valueOf"]},{"name":"fun values(): Array","description":"com.verygoodsecurity.vgscollect.app.BaseTransmitActivity.Status.values","location":"vgscollect/com.verygoodsecurity.vgscollect.app/-base-transmit-activity/-status/values.html","searchKeys":["values","fun values(): Array","com.verygoodsecurity.vgscollect.app.BaseTransmitActivity.Status.values"]},{"name":"fun values(): Array","description":"com.verygoodsecurity.vgscollect.view.card.CardType.values","location":"vgscollect/com.verygoodsecurity.vgscollect.view.card/-card-type/values.html","searchKeys":["values","fun values(): Array","com.verygoodsecurity.vgscollect.view.card.CardType.values"]},{"name":"fun values(): Array","description":"com.verygoodsecurity.vgscollect.view.card.validation.payment.ChecksumAlgorithm.values","location":"vgscollect/com.verygoodsecurity.vgscollect.view.card.validation.payment/-checksum-algorithm/values.html","searchKeys":["values","fun values(): Array","com.verygoodsecurity.vgscollect.view.card.validation.payment.ChecksumAlgorithm.values"]},{"name":"fun values(): Array","description":"com.verygoodsecurity.vgscollect.view.date.DatePickerMode.values","location":"vgscollect/com.verygoodsecurity.vgscollect.view.date/-date-picker-mode/values.html","searchKeys":["values","fun values(): Array","com.verygoodsecurity.vgscollect.view.date.DatePickerMode.values"]},{"name":"fun values(): Array","description":"com.verygoodsecurity.vgscollect.core.Environment.values","location":"vgscollect/com.verygoodsecurity.vgscollect.core/-environment/values.html","searchKeys":["values","fun values(): Array","com.verygoodsecurity.vgscollect.core.Environment.values"]},{"name":"fun values(): Array","description":"com.verygoodsecurity.vgscollect.view.card.FieldType.values","location":"vgscollect/com.verygoodsecurity.vgscollect.view.card/-field-type/values.html","searchKeys":["values","fun values(): Array","com.verygoodsecurity.vgscollect.view.card.FieldType.values"]},{"name":"fun values(): Array","description":"com.verygoodsecurity.vgscollect.view.card.formatter.rules.FormatMode.values","location":"vgscollect/com.verygoodsecurity.vgscollect.view.card.formatter.rules/-format-mode/values.html","searchKeys":["values","fun values(): Array","com.verygoodsecurity.vgscollect.view.card.formatter.rules.FormatMode.values"]},{"name":"fun values(): Array","description":"com.verygoodsecurity.vgscollect.core.HTTPMethod.values","location":"vgscollect/com.verygoodsecurity.vgscollect.core/-h-t-t-p-method/values.html","searchKeys":["values","fun values(): Array","com.verygoodsecurity.vgscollect.core.HTTPMethod.values"]},{"name":"fun values(): Array","description":"com.verygoodsecurity.vgscollect.core.model.VGSCollectFieldNameMappingPolicy.values","location":"vgscollect/com.verygoodsecurity.vgscollect.core.model/-v-g-s-collect-field-name-mapping-policy/values.html","searchKeys":["values","fun values(): Array","com.verygoodsecurity.vgscollect.core.model.VGSCollectFieldNameMappingPolicy.values"]},{"name":"fun values(): Array","description":"com.verygoodsecurity.vgscollect.VGSCollectLogger.Level.values","location":"vgscollect/com.verygoodsecurity.vgscollect/-v-g-s-collect-logger/-level/values.html","searchKeys":["values","fun values(): Array","com.verygoodsecurity.vgscollect.VGSCollectLogger.Level.values"]},{"name":"fun values(): Array","description":"com.verygoodsecurity.vgscollect.core.model.network.VGSError.values","location":"vgscollect/com.verygoodsecurity.vgscollect.core.model.network/-v-g-s-error/values.html","searchKeys":["values","fun values(): Array","com.verygoodsecurity.vgscollect.core.model.network.VGSError.values"]},{"name":"fun values(): Array","description":"com.verygoodsecurity.vgscollect.core.api.VGSHttpBodyFormat.values","location":"vgscollect/com.verygoodsecurity.vgscollect.core.api/-v-g-s-http-body-format/values.html","searchKeys":["values","fun values(): Array","com.verygoodsecurity.vgscollect.core.api.VGSHttpBodyFormat.values"]},{"name":"fun values(): Array","description":"com.verygoodsecurity.vgscollect.core.model.state.tokenization.VGSVaultAliasFormat.values","location":"vgscollect/com.verygoodsecurity.vgscollect.core.model.state.tokenization/-v-g-s-vault-alias-format/values.html","searchKeys":["values","fun values(): Array","com.verygoodsecurity.vgscollect.core.model.state.tokenization.VGSVaultAliasFormat.values"]},{"name":"fun values(): Array","description":"com.verygoodsecurity.vgscollect.core.model.state.tokenization.VGSVaultStorageType.values","location":"vgscollect/com.verygoodsecurity.vgscollect.core.model.state.tokenization/-v-g-s-vault-storage-type/values.html","searchKeys":["values","fun values(): Array","com.verygoodsecurity.vgscollect.core.model.state.tokenization.VGSVaultStorageType.values"]},{"name":"inline fun Array.except(item: T): Array","description":"com.verygoodsecurity.vgscollect.util.extension.except","location":"vgscollect/com.verygoodsecurity.vgscollect.util.extension/except.html","searchKeys":["except","inline fun Array.except(item: T): Array","com.verygoodsecurity.vgscollect.util.extension.except"]},{"name":"interface Action","description":"com.verygoodsecurity.vgscollect.core.api.analityc.action.Action","location":"vgscollect/com.verygoodsecurity.vgscollect.core.api.analityc.action/-action/index.html","searchKeys":["Action","interface Action","com.verygoodsecurity.vgscollect.core.api.analityc.action.Action"]},{"name":"interface AnalyticTracker","description":"com.verygoodsecurity.vgscollect.core.api.analityc.AnalyticTracker","location":"vgscollect/com.verygoodsecurity.vgscollect.core.api.analityc/-analytic-tracker/index.html","searchKeys":["AnalyticTracker","interface AnalyticTracker","com.verygoodsecurity.vgscollect.core.api.analityc.AnalyticTracker"]},{"name":"interface DatePickerFormatter : Formatter","description":"com.verygoodsecurity.vgscollect.view.card.formatter.date.DatePickerFormatter","location":"vgscollect/com.verygoodsecurity.vgscollect.view.card.formatter.date/-date-picker-formatter/index.html","searchKeys":["DatePickerFormatter","interface DatePickerFormatter : Formatter","com.verygoodsecurity.vgscollect.view.card.formatter.date.DatePickerFormatter"]},{"name":"interface Formatter","description":"com.verygoodsecurity.vgscollect.view.card.formatter.Formatter","location":"vgscollect/com.verygoodsecurity.vgscollect.view.card.formatter/-formatter/index.html","searchKeys":["Formatter","interface Formatter","com.verygoodsecurity.vgscollect.view.card.formatter.Formatter"]},{"name":"interface OnDatePickerVisibilityChangeListener : VisibilityChangeListener","description":"com.verygoodsecurity.vgscollect.widget.ExpirationDateEditText.OnDatePickerVisibilityChangeListener","location":"vgscollect/com.verygoodsecurity.vgscollect.widget/-expiration-date-edit-text/-on-date-picker-visibility-change-listener/index.html","searchKeys":["OnDatePickerVisibilityChangeListener","interface OnDatePickerVisibilityChangeListener : VisibilityChangeListener","com.verygoodsecurity.vgscollect.widget.ExpirationDateEditText.OnDatePickerVisibilityChangeListener"]},{"name":"interface OnDatePickerVisibilityChangeListener : VisibilityChangeListener","description":"com.verygoodsecurity.vgscollect.widget.RangeDateEditText.OnDatePickerVisibilityChangeListener","location":"vgscollect/com.verygoodsecurity.vgscollect.widget/-range-date-edit-text/-on-date-picker-visibility-change-listener/index.html","searchKeys":["OnDatePickerVisibilityChangeListener","interface OnDatePickerVisibilityChangeListener : VisibilityChangeListener","com.verygoodsecurity.vgscollect.widget.RangeDateEditText.OnDatePickerVisibilityChangeListener"]},{"name":"interface OnEditorActionListener","description":"com.verygoodsecurity.vgscollect.view.InputFieldView.OnEditorActionListener","location":"vgscollect/com.verygoodsecurity.vgscollect.view/-input-field-view/-on-editor-action-listener/index.html","searchKeys":["OnEditorActionListener","interface OnEditorActionListener","com.verygoodsecurity.vgscollect.view.InputFieldView.OnEditorActionListener"]},{"name":"interface OnFieldStateChangeListener","description":"com.verygoodsecurity.vgscollect.core.storage.OnFieldStateChangeListener","location":"vgscollect/com.verygoodsecurity.vgscollect.core.storage/-on-field-state-change-listener/index.html","searchKeys":["OnFieldStateChangeListener","interface OnFieldStateChangeListener","com.verygoodsecurity.vgscollect.core.storage.OnFieldStateChangeListener"]},{"name":"interface OnTextChangedListener","description":"com.verygoodsecurity.vgscollect.view.InputFieldView.OnTextChangedListener","location":"vgscollect/com.verygoodsecurity.vgscollect.view/-input-field-view/-on-text-changed-listener/index.html","searchKeys":["OnTextChangedListener","interface OnTextChangedListener","com.verygoodsecurity.vgscollect.view.InputFieldView.OnTextChangedListener"]},{"name":"interface VGSFileProvider","description":"com.verygoodsecurity.vgscollect.core.storage.content.file.VGSFileProvider","location":"vgscollect/com.verygoodsecurity.vgscollect.core.storage.content.file/-v-g-s-file-provider/index.html","searchKeys":["VGSFileProvider","interface VGSFileProvider","com.verygoodsecurity.vgscollect.core.storage.content.file.VGSFileProvider"]},{"name":"interface VgsCollectResponseListener","description":"com.verygoodsecurity.vgscollect.core.VgsCollectResponseListener","location":"vgscollect/com.verygoodsecurity.vgscollect.core/-vgs-collect-response-listener/index.html","searchKeys":["VgsCollectResponseListener","interface VgsCollectResponseListener","com.verygoodsecurity.vgscollect.core.VgsCollectResponseListener"]},{"name":"interface VisibilityChangeListener","description":"com.verygoodsecurity.vgscollect.widget.core.VisibilityChangeListener","location":"vgscollect/com.verygoodsecurity.vgscollect.widget.core/-visibility-change-listener/index.html","searchKeys":["VisibilityChangeListener","interface VisibilityChangeListener","com.verygoodsecurity.vgscollect.widget.core.VisibilityChangeListener"]},{"name":"object Companion","description":"com.verygoodsecurity.vgscollect.app.BaseTransmitActivity.Companion","location":"vgscollect/com.verygoodsecurity.vgscollect.app/-base-transmit-activity/-companion/index.html","searchKeys":["Companion","object Companion","com.verygoodsecurity.vgscollect.app.BaseTransmitActivity.Companion"]},{"name":"object Companion","description":"com.verygoodsecurity.vgscollect.core.api.analityc.action.AttachFileAction.Companion","location":"vgscollect/com.verygoodsecurity.vgscollect.core.api.analityc.action/-attach-file-action/-companion/index.html","searchKeys":["Companion","object Companion","com.verygoodsecurity.vgscollect.core.api.analityc.action.AttachFileAction.Companion"]},{"name":"object Companion","description":"com.verygoodsecurity.vgscollect.core.api.analityc.action.AutofillAction.Companion","location":"vgscollect/com.verygoodsecurity.vgscollect.core.api.analityc.action/-autofill-action/-companion/index.html","searchKeys":["Companion","object Companion","com.verygoodsecurity.vgscollect.core.api.analityc.action.AutofillAction.Companion"]},{"name":"object Companion","description":"com.verygoodsecurity.vgscollect.core.api.analityc.action.HostNameValidationAction.Companion","location":"vgscollect/com.verygoodsecurity.vgscollect.core.api.analityc.action/-host-name-validation-action/-companion/index.html","searchKeys":["Companion","object Companion","com.verygoodsecurity.vgscollect.core.api.analityc.action.HostNameValidationAction.Companion"]},{"name":"object Companion","description":"com.verygoodsecurity.vgscollect.core.api.analityc.action.InitAction.Companion","location":"vgscollect/com.verygoodsecurity.vgscollect.core.api.analityc.action/-init-action/-companion/index.html","searchKeys":["Companion","object Companion","com.verygoodsecurity.vgscollect.core.api.analityc.action.InitAction.Companion"]},{"name":"object Companion","description":"com.verygoodsecurity.vgscollect.core.api.analityc.action.ResponseAction.Companion","location":"vgscollect/com.verygoodsecurity.vgscollect.core.api.analityc.action/-response-action/-companion/index.html","searchKeys":["Companion","object Companion","com.verygoodsecurity.vgscollect.core.api.analityc.action.ResponseAction.Companion"]},{"name":"object Companion","description":"com.verygoodsecurity.vgscollect.core.api.analityc.action.ScanAction.Companion","location":"vgscollect/com.verygoodsecurity.vgscollect.core.api.analityc.action/-scan-action/-companion/index.html","searchKeys":["Companion","object Companion","com.verygoodsecurity.vgscollect.core.api.analityc.action.ScanAction.Companion"]},{"name":"object Companion","description":"com.verygoodsecurity.vgscollect.core.api.analityc.action.SubmitAction.Companion","location":"vgscollect/com.verygoodsecurity.vgscollect.core.api.analityc.action/-submit-action/-companion/index.html","searchKeys":["Companion","object Companion","com.verygoodsecurity.vgscollect.core.api.analityc.action.SubmitAction.Companion"]},{"name":"object Companion","description":"com.verygoodsecurity.vgscollect.core.model.VGSDate.Companion","location":"vgscollect/com.verygoodsecurity.vgscollect.core.model/-v-g-s-date/-companion/index.html","searchKeys":["Companion","object Companion","com.verygoodsecurity.vgscollect.core.model.VGSDate.Companion"]},{"name":"object Companion","description":"com.verygoodsecurity.vgscollect.core.model.map.FlatMap.Companion","location":"vgscollect/com.verygoodsecurity.vgscollect.core.model.map/-flat-map/-companion/index.html","searchKeys":["Companion","object Companion","com.verygoodsecurity.vgscollect.core.model.map.FlatMap.Companion"]},{"name":"object Companion","description":"com.verygoodsecurity.vgscollect.core.model.map.Key.ArrayKey.Companion","location":"vgscollect/com.verygoodsecurity.vgscollect.core.model.map/-key/-array-key/-companion/index.html","searchKeys":["Companion","object Companion","com.verygoodsecurity.vgscollect.core.model.map.Key.ArrayKey.Companion"]},{"name":"object Companion","description":"com.verygoodsecurity.vgscollect.core.model.map.Key.Companion","location":"vgscollect/com.verygoodsecurity.vgscollect.core.model.map/-key/-companion/index.html","searchKeys":["Companion","object Companion","com.verygoodsecurity.vgscollect.core.model.map.Key.Companion"]},{"name":"object Companion","description":"com.verygoodsecurity.vgscollect.view.InputFieldView.Companion","location":"vgscollect/com.verygoodsecurity.vgscollect.view/-input-field-view/-companion/index.html","searchKeys":["Companion","object Companion","com.verygoodsecurity.vgscollect.view.InputFieldView.Companion"]},{"name":"object Companion","description":"com.verygoodsecurity.vgscollect.view.card.formatter.date.FlexibleDateFormatter.Companion","location":"vgscollect/com.verygoodsecurity.vgscollect.view.card.formatter.date/-flexible-date-formatter/-companion/index.html","searchKeys":["Companion","object Companion","com.verygoodsecurity.vgscollect.view.card.formatter.date.FlexibleDateFormatter.Companion"]},{"name":"object Companion","description":"com.verygoodsecurity.vgscollect.view.card.validation.rules.PaymentCardNumberRule.ValidationBuilder.Companion","location":"vgscollect/com.verygoodsecurity.vgscollect.view.card.validation.rules/-payment-card-number-rule/-validation-builder/-companion/index.html","searchKeys":["Companion","object Companion","com.verygoodsecurity.vgscollect.view.card.validation.rules.PaymentCardNumberRule.ValidationBuilder.Companion"]},{"name":"object Companion","description":"com.verygoodsecurity.vgscollect.view.core.serializers.FieldDataSerializer.Companion","location":"vgscollect/com.verygoodsecurity.vgscollect.view.core.serializers/-field-data-serializer/-companion/index.html","searchKeys":["Companion","object Companion","com.verygoodsecurity.vgscollect.view.core.serializers.FieldDataSerializer.Companion"]},{"name":"object Companion","description":"com.verygoodsecurity.vgscollect.view.material.internal.TextInputLayoutSavedState.Companion","location":"vgscollect/com.verygoodsecurity.vgscollect.view.material.internal/-text-input-layout-saved-state/-companion/index.html","searchKeys":["Companion","object Companion","com.verygoodsecurity.vgscollect.view.material.internal.TextInputLayoutSavedState.Companion"]},{"name":"object Companion","description":"com.verygoodsecurity.vgscollect.widget.SSNEditText.Companion","location":"vgscollect/com.verygoodsecurity.vgscollect.widget/-s-s-n-edit-text/-companion/index.html","searchKeys":["Companion","object Companion","com.verygoodsecurity.vgscollect.widget.SSNEditText.Companion"]},{"name":"object Companion","description":"com.verygoodsecurity.vgscollect.widget.VGSCardNumberEditText.Companion","location":"vgscollect/com.verygoodsecurity.vgscollect.widget/-v-g-s-card-number-edit-text/-companion/index.html","searchKeys":["Companion","object Companion","com.verygoodsecurity.vgscollect.widget.VGSCardNumberEditText.Companion"]},{"name":"object Companion","description":"com.verygoodsecurity.vgscollect.widget.VGSTextInputLayout.Companion","location":"vgscollect/com.verygoodsecurity.vgscollect.widget/-v-g-s-text-input-layout/-companion/index.html","searchKeys":["Companion","object Companion","com.verygoodsecurity.vgscollect.widget.VGSTextInputLayout.Companion"]},{"name":"object VGSCollectLogger","description":"com.verygoodsecurity.vgscollect.VGSCollectLogger","location":"vgscollect/com.verygoodsecurity.vgscollect/-v-g-s-collect-logger/index.html","searchKeys":["VGSCollectLogger","object VGSCollectLogger","com.verygoodsecurity.vgscollect.VGSCollectLogger"]},{"name":"open class CVCIconAdapter(context: Context)","description":"com.verygoodsecurity.vgscollect.view.cvc.CVCIconAdapter","location":"vgscollect/com.verygoodsecurity.vgscollect.view.cvc/-c-v-c-icon-adapter/index.html","searchKeys":["CVCIconAdapter","open class CVCIconAdapter(context: Context)","com.verygoodsecurity.vgscollect.view.cvc.CVCIconAdapter"]},{"name":"open class CardIconAdapter(context: Context)","description":"com.verygoodsecurity.vgscollect.view.card.icon.CardIconAdapter","location":"vgscollect/com.verygoodsecurity.vgscollect.view.card.icon/-card-icon-adapter/index.html","searchKeys":["CardIconAdapter","open class CardIconAdapter(context: Context)","com.verygoodsecurity.vgscollect.view.card.icon.CardIconAdapter"]},{"name":"open class CardMaskAdapter","description":"com.verygoodsecurity.vgscollect.view.card.formatter.CardMaskAdapter","location":"vgscollect/com.verygoodsecurity.vgscollect.view.card.formatter/-card-mask-adapter/index.html","searchKeys":["CardMaskAdapter","open class CardMaskAdapter","com.verygoodsecurity.vgscollect.view.card.formatter.CardMaskAdapter"]},{"name":"open class VGSEditText constructor(context: Context, attrs: AttributeSet? = null, defStyleAttr: Int = 0) : InputFieldView","description":"com.verygoodsecurity.vgscollect.widget.VGSEditText","location":"vgscollect/com.verygoodsecurity.vgscollect.widget/-v-g-s-edit-text/index.html","searchKeys":["VGSEditText","open class VGSEditText constructor(context: Context, attrs: AttributeSet? = null, defStyleAttr: Int = 0) : InputFieldView","com.verygoodsecurity.vgscollect.widget.VGSEditText"]},{"name":"open class ValidationRule","description":"com.verygoodsecurity.vgscollect.view.card.validation.rules.ValidationRule","location":"vgscollect/com.verygoodsecurity.vgscollect.view.card.validation.rules/-validation-rule/index.html","searchKeys":["ValidationRule","open class ValidationRule","com.verygoodsecurity.vgscollect.view.card.validation.rules.ValidationRule"]},{"name":"open fun canScrollHorizontally(canScroll: Boolean)","description":"com.verygoodsecurity.vgscollect.view.InputFieldView.canScrollHorizontally","location":"vgscollect/com.verygoodsecurity.vgscollect.view/-input-field-view/can-scroll-horizontally.html","searchKeys":["canScrollHorizontally","open fun canScrollHorizontally(canScroll: Boolean)","com.verygoodsecurity.vgscollect.view.InputFieldView.canScrollHorizontally"]},{"name":"open fun getFieldName(): String?","description":"com.verygoodsecurity.vgscollect.view.InputFieldView.getFieldName","location":"vgscollect/com.verygoodsecurity.vgscollect.view/-input-field-view/get-field-name.html","searchKeys":["getFieldName","open fun getFieldName(): String?","com.verygoodsecurity.vgscollect.view.InputFieldView.getFieldName"]},{"name":"open fun getGravity(): Int","description":"com.verygoodsecurity.vgscollect.view.InputFieldView.getGravity","location":"vgscollect/com.verygoodsecurity.vgscollect.view/-input-field-view/get-gravity.html","searchKeys":["getGravity","open fun getGravity(): Int","com.verygoodsecurity.vgscollect.view.InputFieldView.getGravity"]},{"name":"open fun getHint(): CharSequence?","description":"com.verygoodsecurity.vgscollect.view.material.TextInputFieldLayout.getHint","location":"vgscollect/com.verygoodsecurity.vgscollect.view.material/-text-input-field-layout/get-hint.html","searchKeys":["getHint","open fun getHint(): CharSequence?","com.verygoodsecurity.vgscollect.view.material.TextInputFieldLayout.getHint"]},{"name":"open fun getInputType(): Int","description":"com.verygoodsecurity.vgscollect.view.InputFieldView.getInputType","location":"vgscollect/com.verygoodsecurity.vgscollect.view/-input-field-view/get-input-type.html","searchKeys":["getInputType","open fun getInputType(): Int","com.verygoodsecurity.vgscollect.view.InputFieldView.getInputType"]},{"name":"open fun getTypeface(): Typeface?","description":"com.verygoodsecurity.vgscollect.view.InputFieldView.getTypeface","location":"vgscollect/com.verygoodsecurity.vgscollect.view/-input-field-view/get-typeface.html","searchKeys":["getTypeface","open fun getTypeface(): Typeface?","com.verygoodsecurity.vgscollect.view.InputFieldView.getTypeface"]},{"name":"open fun isRequired(): Boolean","description":"com.verygoodsecurity.vgscollect.view.InputFieldView.isRequired","location":"vgscollect/com.verygoodsecurity.vgscollect.view/-input-field-view/is-required.html","searchKeys":["isRequired","open fun isRequired(): Boolean","com.verygoodsecurity.vgscollect.view.InputFieldView.isRequired"]},{"name":"open fun setBoxBackgroundColor(boxBackgroundColor: Int)","description":"com.verygoodsecurity.vgscollect.view.material.TextInputFieldLayout.setBoxBackgroundColor","location":"vgscollect/com.verygoodsecurity.vgscollect.view.material/-text-input-field-layout/set-box-background-color.html","searchKeys":["setBoxBackgroundColor","open fun setBoxBackgroundColor(boxBackgroundColor: Int)","com.verygoodsecurity.vgscollect.view.material.TextInputFieldLayout.setBoxBackgroundColor"]},{"name":"open fun setBoxBackgroundMode(boxBackgroundMode: Int)","description":"com.verygoodsecurity.vgscollect.view.material.TextInputFieldLayout.setBoxBackgroundMode","location":"vgscollect/com.verygoodsecurity.vgscollect.view.material/-text-input-field-layout/set-box-background-mode.html","searchKeys":["setBoxBackgroundMode","open fun setBoxBackgroundMode(boxBackgroundMode: Int)","com.verygoodsecurity.vgscollect.view.material.TextInputFieldLayout.setBoxBackgroundMode"]},{"name":"open fun setBoxCornerRadius(boxCornerRadiusTopStart: Float, boxCornerRadiusTopEnd: Float, boxCornerRadiusBottomStart: Float, boxCornerRadiusBottomEnd: Float)","description":"com.verygoodsecurity.vgscollect.view.material.TextInputFieldLayout.setBoxCornerRadius","location":"vgscollect/com.verygoodsecurity.vgscollect.view.material/-text-input-field-layout/set-box-corner-radius.html","searchKeys":["setBoxCornerRadius","open fun setBoxCornerRadius(boxCornerRadiusTopStart: Float, boxCornerRadiusTopEnd: Float, boxCornerRadiusBottomStart: Float, boxCornerRadiusBottomEnd: Float)","com.verygoodsecurity.vgscollect.view.material.TextInputFieldLayout.setBoxCornerRadius"]},{"name":"open fun setBoxStrokeColor(boxStrokeColor: Int)","description":"com.verygoodsecurity.vgscollect.view.material.TextInputFieldLayout.setBoxStrokeColor","location":"vgscollect/com.verygoodsecurity.vgscollect.view.material/-text-input-field-layout/set-box-stroke-color.html","searchKeys":["setBoxStrokeColor","open fun setBoxStrokeColor(boxStrokeColor: Int)","com.verygoodsecurity.vgscollect.view.material.TextInputFieldLayout.setBoxStrokeColor"]},{"name":"open fun setBoxStrokeColorStateList(colorStateList: ColorStateList)","description":"com.verygoodsecurity.vgscollect.view.material.TextInputFieldLayout.setBoxStrokeColorStateList","location":"vgscollect/com.verygoodsecurity.vgscollect.view.material/-text-input-field-layout/set-box-stroke-color-state-list.html","searchKeys":["setBoxStrokeColorStateList","open fun setBoxStrokeColorStateList(colorStateList: ColorStateList)","com.verygoodsecurity.vgscollect.view.material.TextInputFieldLayout.setBoxStrokeColorStateList"]},{"name":"open fun setCursorVisible(isVisible: Boolean)","description":"com.verygoodsecurity.vgscollect.view.InputFieldView.setCursorVisible","location":"vgscollect/com.verygoodsecurity.vgscollect.view/-input-field-view/set-cursor-visible.html","searchKeys":["setCursorVisible","open fun setCursorVisible(isVisible: Boolean)","com.verygoodsecurity.vgscollect.view.InputFieldView.setCursorVisible"]},{"name":"open fun setEllipsize(ellipsis: TextUtils.TruncateAt)","description":"com.verygoodsecurity.vgscollect.view.InputFieldView.setEllipsize","location":"vgscollect/com.verygoodsecurity.vgscollect.view/-input-field-view/set-ellipsize.html","searchKeys":["setEllipsize","open fun setEllipsize(ellipsis: TextUtils.TruncateAt)","com.verygoodsecurity.vgscollect.view.InputFieldView.setEllipsize"]},{"name":"open fun setEllipsize(type: Int)","description":"com.verygoodsecurity.vgscollect.view.InputFieldView.setEllipsize","location":"vgscollect/com.verygoodsecurity.vgscollect.view/-input-field-view/set-ellipsize.html","searchKeys":["setEllipsize","open fun setEllipsize(type: Int)","com.verygoodsecurity.vgscollect.view.InputFieldView.setEllipsize"]},{"name":"open fun setError(errorText: CharSequence?)","description":"com.verygoodsecurity.vgscollect.view.material.TextInputFieldLayout.setError","location":"vgscollect/com.verygoodsecurity.vgscollect.view.material/-text-input-field-layout/set-error.html","searchKeys":["setError","open fun setError(errorText: CharSequence?)","com.verygoodsecurity.vgscollect.view.material.TextInputFieldLayout.setError"]},{"name":"open fun setError(resId: Int)","description":"com.verygoodsecurity.vgscollect.view.material.TextInputFieldLayout.setError","location":"vgscollect/com.verygoodsecurity.vgscollect.view.material/-text-input-field-layout/set-error.html","searchKeys":["setError","open fun setError(resId: Int)","com.verygoodsecurity.vgscollect.view.material.TextInputFieldLayout.setError"]},{"name":"open fun setErrorEnabled(isEnabled: Boolean)","description":"com.verygoodsecurity.vgscollect.view.material.TextInputFieldLayout.setErrorEnabled","location":"vgscollect/com.verygoodsecurity.vgscollect.view.material/-text-input-field-layout/set-error-enabled.html","searchKeys":["setErrorEnabled","open fun setErrorEnabled(isEnabled: Boolean)","com.verygoodsecurity.vgscollect.view.material.TextInputFieldLayout.setErrorEnabled"]},{"name":"open fun setFieldName(fieldName: String?)","description":"com.verygoodsecurity.vgscollect.view.InputFieldView.setFieldName","location":"vgscollect/com.verygoodsecurity.vgscollect.view/-input-field-view/set-field-name.html","searchKeys":["setFieldName","open fun setFieldName(fieldName: String?)","com.verygoodsecurity.vgscollect.view.InputFieldView.setFieldName"]},{"name":"open fun setFieldName(resId: Int)","description":"com.verygoodsecurity.vgscollect.view.InputFieldView.setFieldName","location":"vgscollect/com.verygoodsecurity.vgscollect.view/-input-field-view/set-field-name.html","searchKeys":["setFieldName","open fun setFieldName(resId: Int)","com.verygoodsecurity.vgscollect.view.InputFieldView.setFieldName"]},{"name":"open fun setGravity(gravity: Int)","description":"com.verygoodsecurity.vgscollect.view.InputFieldView.setGravity","location":"vgscollect/com.verygoodsecurity.vgscollect.view/-input-field-view/set-gravity.html","searchKeys":["setGravity","open fun setGravity(gravity: Int)","com.verygoodsecurity.vgscollect.view.InputFieldView.setGravity"]},{"name":"open fun setHint(resId: Int)","description":"com.verygoodsecurity.vgscollect.view.material.TextInputFieldLayout.setHint","location":"vgscollect/com.verygoodsecurity.vgscollect.view.material/-text-input-field-layout/set-hint.html","searchKeys":["setHint","open fun setHint(resId: Int)","com.verygoodsecurity.vgscollect.view.material.TextInputFieldLayout.setHint"]},{"name":"open fun setHint(text: String?)","description":"com.verygoodsecurity.vgscollect.view.InputFieldView.setHint","location":"vgscollect/com.verygoodsecurity.vgscollect.view/-input-field-view/set-hint.html","searchKeys":["setHint","open fun setHint(text: String?)","com.verygoodsecurity.vgscollect.view.InputFieldView.setHint"]},{"name":"open fun setHint(text: String?)","description":"com.verygoodsecurity.vgscollect.view.material.TextInputFieldLayout.setHint","location":"vgscollect/com.verygoodsecurity.vgscollect.view.material/-text-input-field-layout/set-hint.html","searchKeys":["setHint","open fun setHint(text: String?)","com.verygoodsecurity.vgscollect.view.material.TextInputFieldLayout.setHint"]},{"name":"open fun setHintAnimationEnabled(state: Boolean)","description":"com.verygoodsecurity.vgscollect.view.material.TextInputFieldLayout.setHintAnimationEnabled","location":"vgscollect/com.verygoodsecurity.vgscollect.view.material/-text-input-field-layout/set-hint-animation-enabled.html","searchKeys":["setHintAnimationEnabled","open fun setHintAnimationEnabled(state: Boolean)","com.verygoodsecurity.vgscollect.view.material.TextInputFieldLayout.setHintAnimationEnabled"]},{"name":"open fun setHintEnabled(state: Boolean)","description":"com.verygoodsecurity.vgscollect.view.material.TextInputFieldLayout.setHintEnabled","location":"vgscollect/com.verygoodsecurity.vgscollect.view.material/-text-input-field-layout/set-hint-enabled.html","searchKeys":["setHintEnabled","open fun setHintEnabled(state: Boolean)","com.verygoodsecurity.vgscollect.view.material.TextInputFieldLayout.setHintEnabled"]},{"name":"open fun setHintTextColor(color: Int)","description":"com.verygoodsecurity.vgscollect.view.InputFieldView.setHintTextColor","location":"vgscollect/com.verygoodsecurity.vgscollect.view/-input-field-view/set-hint-text-color.html","searchKeys":["setHintTextColor","open fun setHintTextColor(color: Int)","com.verygoodsecurity.vgscollect.view.InputFieldView.setHintTextColor"]},{"name":"open fun setHintTextColor(colors: ColorStateList)","description":"com.verygoodsecurity.vgscollect.view.InputFieldView.setHintTextColor","location":"vgscollect/com.verygoodsecurity.vgscollect.view/-input-field-view/set-hint-text-color.html","searchKeys":["setHintTextColor","open fun setHintTextColor(colors: ColorStateList)","com.verygoodsecurity.vgscollect.view.InputFieldView.setHintTextColor"]},{"name":"open fun setInputType(inputType: Int)","description":"com.verygoodsecurity.vgscollect.view.InputFieldView.setInputType","location":"vgscollect/com.verygoodsecurity.vgscollect.view/-input-field-view/set-input-type.html","searchKeys":["setInputType","open fun setInputType(inputType: Int)","com.verygoodsecurity.vgscollect.view.InputFieldView.setInputType"]},{"name":"open fun setIsRequired(state: Boolean)","description":"com.verygoodsecurity.vgscollect.view.InputFieldView.setIsRequired","location":"vgscollect/com.verygoodsecurity.vgscollect.view/-input-field-view/set-is-required.html","searchKeys":["setIsRequired","open fun setIsRequired(state: Boolean)","com.verygoodsecurity.vgscollect.view.InputFieldView.setIsRequired"]},{"name":"open fun setMaxLines(lines: Int)","description":"com.verygoodsecurity.vgscollect.view.InputFieldView.setMaxLines","location":"vgscollect/com.verygoodsecurity.vgscollect.view/-input-field-view/set-max-lines.html","searchKeys":["setMaxLines","open fun setMaxLines(lines: Int)","com.verygoodsecurity.vgscollect.view.InputFieldView.setMaxLines"]},{"name":"open fun setMinLines(lines: Int)","description":"com.verygoodsecurity.vgscollect.view.InputFieldView.setMinLines","location":"vgscollect/com.verygoodsecurity.vgscollect.view/-input-field-view/set-min-lines.html","searchKeys":["setMinLines","open fun setMinLines(lines: Int)","com.verygoodsecurity.vgscollect.view.InputFieldView.setMinLines"]},{"name":"open fun setPasswordToggleEnabled(isEnabled: Boolean)","description":"com.verygoodsecurity.vgscollect.view.material.TextInputFieldLayout.setPasswordToggleEnabled","location":"vgscollect/com.verygoodsecurity.vgscollect.view.material/-text-input-field-layout/set-password-toggle-enabled.html","searchKeys":["setPasswordToggleEnabled","open fun setPasswordToggleEnabled(isEnabled: Boolean)","com.verygoodsecurity.vgscollect.view.material.TextInputFieldLayout.setPasswordToggleEnabled"]},{"name":"open fun setPasswordVisibilityToggleDrawable(resId: Int)","description":"com.verygoodsecurity.vgscollect.view.material.TextInputFieldLayout.setPasswordVisibilityToggleDrawable","location":"vgscollect/com.verygoodsecurity.vgscollect.view.material/-text-input-field-layout/set-password-visibility-toggle-drawable.html","searchKeys":["setPasswordVisibilityToggleDrawable","open fun setPasswordVisibilityToggleDrawable(resId: Int)","com.verygoodsecurity.vgscollect.view.material.TextInputFieldLayout.setPasswordVisibilityToggleDrawable"]},{"name":"open fun setPasswordVisibilityToggleTintList(tintList: ColorStateList?)","description":"com.verygoodsecurity.vgscollect.view.material.TextInputFieldLayout.setPasswordVisibilityToggleTintList","location":"vgscollect/com.verygoodsecurity.vgscollect.view.material/-text-input-field-layout/set-password-visibility-toggle-tint-list.html","searchKeys":["setPasswordVisibilityToggleTintList","open fun setPasswordVisibilityToggleTintList(tintList: ColorStateList?)","com.verygoodsecurity.vgscollect.view.material.TextInputFieldLayout.setPasswordVisibilityToggleTintList"]},{"name":"open fun setSingleLine(singleLine: Boolean)","description":"com.verygoodsecurity.vgscollect.view.InputFieldView.setSingleLine","location":"vgscollect/com.verygoodsecurity.vgscollect.view/-input-field-view/set-single-line.html","searchKeys":["setSingleLine","open fun setSingleLine(singleLine: Boolean)","com.verygoodsecurity.vgscollect.view.InputFieldView.setSingleLine"]},{"name":"open fun setText(resId: Int)","description":"com.verygoodsecurity.vgscollect.view.InputFieldView.setText","location":"vgscollect/com.verygoodsecurity.vgscollect.view/-input-field-view/set-text.html","searchKeys":["setText","open fun setText(resId: Int)","com.verygoodsecurity.vgscollect.view.InputFieldView.setText"]},{"name":"open fun setText(resId: Int, type: TextView.BufferType)","description":"com.verygoodsecurity.vgscollect.view.InputFieldView.setText","location":"vgscollect/com.verygoodsecurity.vgscollect.view/-input-field-view/set-text.html","searchKeys":["setText","open fun setText(resId: Int, type: TextView.BufferType)","com.verygoodsecurity.vgscollect.view.InputFieldView.setText"]},{"name":"open fun setText(text: CharSequence?)","description":"com.verygoodsecurity.vgscollect.view.InputFieldView.setText","location":"vgscollect/com.verygoodsecurity.vgscollect.view/-input-field-view/set-text.html","searchKeys":["setText","open fun setText(text: CharSequence?)","com.verygoodsecurity.vgscollect.view.InputFieldView.setText"]},{"name":"open fun setText(text: CharSequence?, type: TextView.BufferType)","description":"com.verygoodsecurity.vgscollect.view.InputFieldView.setText","location":"vgscollect/com.verygoodsecurity.vgscollect.view/-input-field-view/set-text.html","searchKeys":["setText","open fun setText(text: CharSequence?, type: TextView.BufferType)","com.verygoodsecurity.vgscollect.view.InputFieldView.setText"]},{"name":"open fun setTextAppearance(context: Context, resId: Int)","description":"com.verygoodsecurity.vgscollect.view.InputFieldView.setTextAppearance","location":"vgscollect/com.verygoodsecurity.vgscollect.view/-input-field-view/set-text-appearance.html","searchKeys":["setTextAppearance","open fun setTextAppearance(context: Context, resId: Int)","com.verygoodsecurity.vgscollect.view.InputFieldView.setTextAppearance"]},{"name":"open fun setTextAppearance(resId: Int)","description":"com.verygoodsecurity.vgscollect.view.InputFieldView.setTextAppearance","location":"vgscollect/com.verygoodsecurity.vgscollect.view/-input-field-view/set-text-appearance.html","searchKeys":["setTextAppearance","open fun setTextAppearance(resId: Int)","com.verygoodsecurity.vgscollect.view.InputFieldView.setTextAppearance"]},{"name":"open fun setTextColor(color: Int)","description":"com.verygoodsecurity.vgscollect.view.InputFieldView.setTextColor","location":"vgscollect/com.verygoodsecurity.vgscollect.view/-input-field-view/set-text-color.html","searchKeys":["setTextColor","open fun setTextColor(color: Int)","com.verygoodsecurity.vgscollect.view.InputFieldView.setTextColor"]},{"name":"open fun setTextSize(size: Float)","description":"com.verygoodsecurity.vgscollect.view.InputFieldView.setTextSize","location":"vgscollect/com.verygoodsecurity.vgscollect.view/-input-field-view/set-text-size.html","searchKeys":["setTextSize","open fun setTextSize(size: Float)","com.verygoodsecurity.vgscollect.view.InputFieldView.setTextSize"]},{"name":"open fun setTextSize(unit: Int, size: Float)","description":"com.verygoodsecurity.vgscollect.view.InputFieldView.setTextSize","location":"vgscollect/com.verygoodsecurity.vgscollect.view/-input-field-view/set-text-size.html","searchKeys":["setTextSize","open fun setTextSize(unit: Int, size: Float)","com.verygoodsecurity.vgscollect.view.InputFieldView.setTextSize"]},{"name":"open fun setTypeface(tf: Typeface?, style: Int)","description":"com.verygoodsecurity.vgscollect.view.InputFieldView.setTypeface","location":"vgscollect/com.verygoodsecurity.vgscollect.view/-input-field-view/set-typeface.html","searchKeys":["setTypeface","open fun setTypeface(tf: Typeface?, style: Int)","com.verygoodsecurity.vgscollect.view.InputFieldView.setTypeface"]},{"name":"open fun setTypeface(typeface: Typeface)","description":"com.verygoodsecurity.vgscollect.view.InputFieldView.setTypeface","location":"vgscollect/com.verygoodsecurity.vgscollect.view/-input-field-view/set-typeface.html","searchKeys":["setTypeface","open fun setTypeface(typeface: Typeface)","com.verygoodsecurity.vgscollect.view.InputFieldView.setTypeface"]},{"name":"open fun setTypeface(typeface: Typeface)","description":"com.verygoodsecurity.vgscollect.view.material.TextInputFieldLayout.setTypeface","location":"vgscollect/com.verygoodsecurity.vgscollect.view.material/-text-input-field-layout/set-typeface.html","searchKeys":["setTypeface","open fun setTypeface(typeface: Typeface)","com.verygoodsecurity.vgscollect.view.material.TextInputFieldLayout.setTypeface"]},{"name":"open operator override fun equals(other: Any?): Boolean","description":"com.verygoodsecurity.vgscollect.core.model.state.FileState.equals","location":"vgscollect/com.verygoodsecurity.vgscollect.core.model.state/-file-state/equals.html","searchKeys":["equals","open operator override fun equals(other: Any?): Boolean","com.verygoodsecurity.vgscollect.core.model.state.FileState.equals"]},{"name":"open operator override fun equals(other: Any?): Boolean","description":"com.verygoodsecurity.vgscollect.view.card.BrandParams.equals","location":"vgscollect/com.verygoodsecurity.vgscollect.view.card/-brand-params/equals.html","searchKeys":["equals","open operator override fun equals(other: Any?): Boolean","com.verygoodsecurity.vgscollect.view.card.BrandParams.equals"]},{"name":"open override fun addOnAttachStateChangeListener(listener: View.OnAttachStateChangeListener?)","description":"com.verygoodsecurity.vgscollect.view.InputFieldView.addOnAttachStateChangeListener","location":"vgscollect/com.verygoodsecurity.vgscollect.view/-input-field-view/add-on-attach-state-change-listener.html","searchKeys":["addOnAttachStateChangeListener","open override fun addOnAttachStateChangeListener(listener: View.OnAttachStateChangeListener?)","com.verygoodsecurity.vgscollect.view.InputFieldView.addOnAttachStateChangeListener"]},{"name":"open override fun addOnAttachStateChangeListener(listener: View.OnAttachStateChangeListener?)","description":"com.verygoodsecurity.vgscollect.view.material.TextInputFieldLayout.addOnAttachStateChangeListener","location":"vgscollect/com.verygoodsecurity.vgscollect.view.material/-text-input-field-layout/add-on-attach-state-change-listener.html","searchKeys":["addOnAttachStateChangeListener","open override fun addOnAttachStateChangeListener(listener: View.OnAttachStateChangeListener?)","com.verygoodsecurity.vgscollect.view.material.TextInputFieldLayout.addOnAttachStateChangeListener"]},{"name":"open override fun addView(child: View?)","description":"com.verygoodsecurity.vgscollect.view.InputFieldView.addView","location":"vgscollect/com.verygoodsecurity.vgscollect.view/-input-field-view/add-view.html","searchKeys":["addView","open override fun addView(child: View?)","com.verygoodsecurity.vgscollect.view.InputFieldView.addView"]},{"name":"open override fun addView(child: View?)","description":"com.verygoodsecurity.vgscollect.view.material.TextInputFieldLayout.addView","location":"vgscollect/com.verygoodsecurity.vgscollect.view.material/-text-input-field-layout/add-view.html","searchKeys":["addView","open override fun addView(child: View?)","com.verygoodsecurity.vgscollect.view.material.TextInputFieldLayout.addView"]},{"name":"open override fun addView(child: View?, index: Int)","description":"com.verygoodsecurity.vgscollect.view.InputFieldView.addView","location":"vgscollect/com.verygoodsecurity.vgscollect.view/-input-field-view/add-view.html","searchKeys":["addView","open override fun addView(child: View?, index: Int)","com.verygoodsecurity.vgscollect.view.InputFieldView.addView"]},{"name":"open override fun addView(child: View?, index: Int)","description":"com.verygoodsecurity.vgscollect.view.material.TextInputFieldLayout.addView","location":"vgscollect/com.verygoodsecurity.vgscollect.view.material/-text-input-field-layout/add-view.html","searchKeys":["addView","open override fun addView(child: View?, index: Int)","com.verygoodsecurity.vgscollect.view.material.TextInputFieldLayout.addView"]},{"name":"open override fun addView(child: View?, index: Int, params: ViewGroup.LayoutParams?)","description":"com.verygoodsecurity.vgscollect.view.InputFieldView.addView","location":"vgscollect/com.verygoodsecurity.vgscollect.view/-input-field-view/add-view.html","searchKeys":["addView","open override fun addView(child: View?, index: Int, params: ViewGroup.LayoutParams?)","com.verygoodsecurity.vgscollect.view.InputFieldView.addView"]},{"name":"open override fun addView(child: View?, index: Int, params: ViewGroup.LayoutParams?)","description":"com.verygoodsecurity.vgscollect.view.material.TextInputFieldLayout.addView","location":"vgscollect/com.verygoodsecurity.vgscollect.view.material/-text-input-field-layout/add-view.html","searchKeys":["addView","open override fun addView(child: View?, index: Int, params: ViewGroup.LayoutParams?)","com.verygoodsecurity.vgscollect.view.material.TextInputFieldLayout.addView"]},{"name":"open override fun addView(child: View?, params: ViewGroup.LayoutParams?)","description":"com.verygoodsecurity.vgscollect.view.InputFieldView.addView","location":"vgscollect/com.verygoodsecurity.vgscollect.view/-input-field-view/add-view.html","searchKeys":["addView","open override fun addView(child: View?, params: ViewGroup.LayoutParams?)","com.verygoodsecurity.vgscollect.view.InputFieldView.addView"]},{"name":"open override fun addView(child: View?, params: ViewGroup.LayoutParams?)","description":"com.verygoodsecurity.vgscollect.view.material.TextInputFieldLayout.addView","location":"vgscollect/com.verygoodsecurity.vgscollect.view.material/-text-input-field-layout/add-view.html","searchKeys":["addView","open override fun addView(child: View?, params: ViewGroup.LayoutParams?)","com.verygoodsecurity.vgscollect.view.material.TextInputFieldLayout.addView"]},{"name":"open override fun addView(child: View?, width: Int, height: Int)","description":"com.verygoodsecurity.vgscollect.view.InputFieldView.addView","location":"vgscollect/com.verygoodsecurity.vgscollect.view/-input-field-view/add-view.html","searchKeys":["addView","open override fun addView(child: View?, width: Int, height: Int)","com.verygoodsecurity.vgscollect.view.InputFieldView.addView"]},{"name":"open override fun addView(child: View?, width: Int, height: Int)","description":"com.verygoodsecurity.vgscollect.view.material.TextInputFieldLayout.addView","location":"vgscollect/com.verygoodsecurity.vgscollect.view.material/-text-input-field-layout/add-view.html","searchKeys":["addView","open override fun addView(child: View?, width: Int, height: Int)","com.verygoodsecurity.vgscollect.view.material.TextInputFieldLayout.addView"]},{"name":"open override fun afterTextChanged(s: Editable?)","description":"com.verygoodsecurity.vgscollect.view.card.formatter.date.FlexibleDateFormatter.afterTextChanged","location":"vgscollect/com.verygoodsecurity.vgscollect.view.card.formatter.date/-flexible-date-formatter/after-text-changed.html","searchKeys":["afterTextChanged","open override fun afterTextChanged(s: Editable?)","com.verygoodsecurity.vgscollect.view.card.formatter.date.FlexibleDateFormatter.afterTextChanged"]},{"name":"open override fun afterTextChanged(s: Editable?)","description":"com.verygoodsecurity.vgscollect.view.card.formatter.digit.DigitInputFormatter.afterTextChanged","location":"vgscollect/com.verygoodsecurity.vgscollect.view.card.formatter.digit/-digit-input-formatter/after-text-changed.html","searchKeys":["afterTextChanged","open override fun afterTextChanged(s: Editable?)","com.verygoodsecurity.vgscollect.view.card.formatter.digit.DigitInputFormatter.afterTextChanged"]},{"name":"open override fun beforeTextChanged(s: CharSequence?, start: Int, count: Int, after: Int)","description":"com.verygoodsecurity.vgscollect.view.card.formatter.date.FlexibleDateFormatter.beforeTextChanged","location":"vgscollect/com.verygoodsecurity.vgscollect.view.card.formatter.date/-flexible-date-formatter/before-text-changed.html","searchKeys":["beforeTextChanged","open override fun beforeTextChanged(s: CharSequence?, start: Int, count: Int, after: Int)","com.verygoodsecurity.vgscollect.view.card.formatter.date.FlexibleDateFormatter.beforeTextChanged"]},{"name":"open override fun beforeTextChanged(s: CharSequence?, start: Int, count: Int, after: Int)","description":"com.verygoodsecurity.vgscollect.view.card.formatter.digit.DigitInputFormatter.beforeTextChanged","location":"vgscollect/com.verygoodsecurity.vgscollect.view.card.formatter.digit/-digit-input-formatter/before-text-changed.html","searchKeys":["beforeTextChanged","open override fun beforeTextChanged(s: CharSequence?, start: Int, count: Int, after: Int)","com.verygoodsecurity.vgscollect.view.card.formatter.digit.DigitInputFormatter.beforeTextChanged"]},{"name":"open override fun clearFocus()","description":"com.verygoodsecurity.vgscollect.view.InputFieldView.clearFocus","location":"vgscollect/com.verygoodsecurity.vgscollect.view/-input-field-view/clear-focus.html","searchKeys":["clearFocus","open override fun clearFocus()","com.verygoodsecurity.vgscollect.view.InputFieldView.clearFocus"]},{"name":"open override fun findFocus(): View?","description":"com.verygoodsecurity.vgscollect.view.InputFieldView.findFocus","location":"vgscollect/com.verygoodsecurity.vgscollect.view/-input-field-view/find-focus.html","searchKeys":["findFocus","open override fun findFocus(): View?","com.verygoodsecurity.vgscollect.view.InputFieldView.findFocus"]},{"name":"open override fun getAttributes(): MutableMap","description":"com.verygoodsecurity.vgscollect.core.api.analityc.action.AttachFileAction.getAttributes","location":"vgscollect/com.verygoodsecurity.vgscollect.core.api.analityc.action/-attach-file-action/get-attributes.html","searchKeys":["getAttributes","open override fun getAttributes(): MutableMap","com.verygoodsecurity.vgscollect.core.api.analityc.action.AttachFileAction.getAttributes"]},{"name":"open override fun getAttributes(): MutableMap","description":"com.verygoodsecurity.vgscollect.core.api.analityc.action.AutofillAction.getAttributes","location":"vgscollect/com.verygoodsecurity.vgscollect.core.api.analityc.action/-autofill-action/get-attributes.html","searchKeys":["getAttributes","open override fun getAttributes(): MutableMap","com.verygoodsecurity.vgscollect.core.api.analityc.action.AutofillAction.getAttributes"]},{"name":"open override fun getAttributes(): MutableMap","description":"com.verygoodsecurity.vgscollect.core.api.analityc.action.HostNameValidationAction.getAttributes","location":"vgscollect/com.verygoodsecurity.vgscollect.core.api.analityc.action/-host-name-validation-action/get-attributes.html","searchKeys":["getAttributes","open override fun getAttributes(): MutableMap","com.verygoodsecurity.vgscollect.core.api.analityc.action.HostNameValidationAction.getAttributes"]},{"name":"open override fun getAttributes(): MutableMap","description":"com.verygoodsecurity.vgscollect.core.api.analityc.action.InitAction.getAttributes","location":"vgscollect/com.verygoodsecurity.vgscollect.core.api.analityc.action/-init-action/get-attributes.html","searchKeys":["getAttributes","open override fun getAttributes(): MutableMap","com.verygoodsecurity.vgscollect.core.api.analityc.action.InitAction.getAttributes"]},{"name":"open override fun getAttributes(): MutableMap","description":"com.verygoodsecurity.vgscollect.core.api.analityc.action.ResponseAction.getAttributes","location":"vgscollect/com.verygoodsecurity.vgscollect.core.api.analityc.action/-response-action/get-attributes.html","searchKeys":["getAttributes","open override fun getAttributes(): MutableMap","com.verygoodsecurity.vgscollect.core.api.analityc.action.ResponseAction.getAttributes"]},{"name":"open override fun getAttributes(): MutableMap","description":"com.verygoodsecurity.vgscollect.core.api.analityc.action.ScanAction.getAttributes","location":"vgscollect/com.verygoodsecurity.vgscollect.core.api.analityc.action/-scan-action/get-attributes.html","searchKeys":["getAttributes","open override fun getAttributes(): MutableMap","com.verygoodsecurity.vgscollect.core.api.analityc.action.ScanAction.getAttributes"]},{"name":"open override fun getAttributes(): MutableMap","description":"com.verygoodsecurity.vgscollect.core.api.analityc.action.SubmitAction.getAttributes","location":"vgscollect/com.verygoodsecurity.vgscollect.core.api.analityc.action/-submit-action/get-attributes.html","searchKeys":["getAttributes","open override fun getAttributes(): MutableMap","com.verygoodsecurity.vgscollect.core.api.analityc.action.SubmitAction.getAttributes"]},{"name":"open override fun getBackground(): Drawable?","description":"com.verygoodsecurity.vgscollect.view.InputFieldView.getBackground","location":"vgscollect/com.verygoodsecurity.vgscollect.view/-input-field-view/get-background.html","searchKeys":["getBackground","open override fun getBackground(): Drawable?","com.verygoodsecurity.vgscollect.view.InputFieldView.getBackground"]},{"name":"open override fun getMask(): String","description":"com.verygoodsecurity.vgscollect.view.card.formatter.date.FlexibleDateFormatter.getMask","location":"vgscollect/com.verygoodsecurity.vgscollect.view.card.formatter.date/-flexible-date-formatter/get-mask.html","searchKeys":["getMask","open override fun getMask(): String","com.verygoodsecurity.vgscollect.view.card.formatter.date.FlexibleDateFormatter.getMask"]},{"name":"open override fun getMask(): String","description":"com.verygoodsecurity.vgscollect.view.card.formatter.digit.DigitInputFormatter.getMask","location":"vgscollect/com.verygoodsecurity.vgscollect.view.card.formatter.digit/-digit-input-formatter/get-mask.html","searchKeys":["getMask","open override fun getMask(): String","com.verygoodsecurity.vgscollect.view.card.formatter.digit.DigitInputFormatter.getMask"]},{"name":"open override fun getPaddingBottom(): Int","description":"com.verygoodsecurity.vgscollect.view.InputFieldView.getPaddingBottom","location":"vgscollect/com.verygoodsecurity.vgscollect.view/-input-field-view/get-padding-bottom.html","searchKeys":["getPaddingBottom","open override fun getPaddingBottom(): Int","com.verygoodsecurity.vgscollect.view.InputFieldView.getPaddingBottom"]},{"name":"open override fun getPaddingBottom(): Int","description":"com.verygoodsecurity.vgscollect.view.material.TextInputFieldLayout.getPaddingBottom","location":"vgscollect/com.verygoodsecurity.vgscollect.view.material/-text-input-field-layout/get-padding-bottom.html","searchKeys":["getPaddingBottom","open override fun getPaddingBottom(): Int","com.verygoodsecurity.vgscollect.view.material.TextInputFieldLayout.getPaddingBottom"]},{"name":"open override fun getPaddingEnd(): Int","description":"com.verygoodsecurity.vgscollect.view.InputFieldView.getPaddingEnd","location":"vgscollect/com.verygoodsecurity.vgscollect.view/-input-field-view/get-padding-end.html","searchKeys":["getPaddingEnd","open override fun getPaddingEnd(): Int","com.verygoodsecurity.vgscollect.view.InputFieldView.getPaddingEnd"]},{"name":"open override fun getPaddingEnd(): Int","description":"com.verygoodsecurity.vgscollect.view.material.TextInputFieldLayout.getPaddingEnd","location":"vgscollect/com.verygoodsecurity.vgscollect.view.material/-text-input-field-layout/get-padding-end.html","searchKeys":["getPaddingEnd","open override fun getPaddingEnd(): Int","com.verygoodsecurity.vgscollect.view.material.TextInputFieldLayout.getPaddingEnd"]},{"name":"open override fun getPaddingLeft(): Int","description":"com.verygoodsecurity.vgscollect.view.InputFieldView.getPaddingLeft","location":"vgscollect/com.verygoodsecurity.vgscollect.view/-input-field-view/get-padding-left.html","searchKeys":["getPaddingLeft","open override fun getPaddingLeft(): Int","com.verygoodsecurity.vgscollect.view.InputFieldView.getPaddingLeft"]},{"name":"open override fun getPaddingLeft(): Int","description":"com.verygoodsecurity.vgscollect.view.material.TextInputFieldLayout.getPaddingLeft","location":"vgscollect/com.verygoodsecurity.vgscollect.view.material/-text-input-field-layout/get-padding-left.html","searchKeys":["getPaddingLeft","open override fun getPaddingLeft(): Int","com.verygoodsecurity.vgscollect.view.material.TextInputFieldLayout.getPaddingLeft"]},{"name":"open override fun getPaddingRight(): Int","description":"com.verygoodsecurity.vgscollect.view.InputFieldView.getPaddingRight","location":"vgscollect/com.verygoodsecurity.vgscollect.view/-input-field-view/get-padding-right.html","searchKeys":["getPaddingRight","open override fun getPaddingRight(): Int","com.verygoodsecurity.vgscollect.view.InputFieldView.getPaddingRight"]},{"name":"open override fun getPaddingRight(): Int","description":"com.verygoodsecurity.vgscollect.view.material.TextInputFieldLayout.getPaddingRight","location":"vgscollect/com.verygoodsecurity.vgscollect.view.material/-text-input-field-layout/get-padding-right.html","searchKeys":["getPaddingRight","open override fun getPaddingRight(): Int","com.verygoodsecurity.vgscollect.view.material.TextInputFieldLayout.getPaddingRight"]},{"name":"open override fun getPaddingStart(): Int","description":"com.verygoodsecurity.vgscollect.view.InputFieldView.getPaddingStart","location":"vgscollect/com.verygoodsecurity.vgscollect.view/-input-field-view/get-padding-start.html","searchKeys":["getPaddingStart","open override fun getPaddingStart(): Int","com.verygoodsecurity.vgscollect.view.InputFieldView.getPaddingStart"]},{"name":"open override fun getPaddingStart(): Int","description":"com.verygoodsecurity.vgscollect.view.material.TextInputFieldLayout.getPaddingStart","location":"vgscollect/com.verygoodsecurity.vgscollect.view.material/-text-input-field-layout/get-padding-start.html","searchKeys":["getPaddingStart","open override fun getPaddingStart(): Int","com.verygoodsecurity.vgscollect.view.material.TextInputFieldLayout.getPaddingStart"]},{"name":"open override fun getPaddingTop(): Int","description":"com.verygoodsecurity.vgscollect.view.InputFieldView.getPaddingTop","location":"vgscollect/com.verygoodsecurity.vgscollect.view/-input-field-view/get-padding-top.html","searchKeys":["getPaddingTop","open override fun getPaddingTop(): Int","com.verygoodsecurity.vgscollect.view.InputFieldView.getPaddingTop"]},{"name":"open override fun getPaddingTop(): Int","description":"com.verygoodsecurity.vgscollect.view.material.TextInputFieldLayout.getPaddingTop","location":"vgscollect/com.verygoodsecurity.vgscollect.view.material/-text-input-field-layout/get-padding-top.html","searchKeys":["getPaddingTop","open override fun getPaddingTop(): Int","com.verygoodsecurity.vgscollect.view.material.TextInputFieldLayout.getPaddingTop"]},{"name":"open override fun hasFocus(): Boolean","description":"com.verygoodsecurity.vgscollect.view.InputFieldView.hasFocus","location":"vgscollect/com.verygoodsecurity.vgscollect.view/-input-field-view/has-focus.html","searchKeys":["hasFocus","open override fun hasFocus(): Boolean","com.verygoodsecurity.vgscollect.view.InputFieldView.hasFocus"]},{"name":"open override fun hashCode(): Int","description":"com.verygoodsecurity.vgscollect.core.model.state.FileState.hashCode","location":"vgscollect/com.verygoodsecurity.vgscollect.core.model.state/-file-state/hash-code.html","searchKeys":["hashCode","open override fun hashCode(): Int","com.verygoodsecurity.vgscollect.core.model.state.FileState.hashCode"]},{"name":"open override fun hashCode(): Int","description":"com.verygoodsecurity.vgscollect.view.card.BrandParams.hashCode","location":"vgscollect/com.verygoodsecurity.vgscollect.view.card/-brand-params/hash-code.html","searchKeys":["hashCode","open override fun hashCode(): Int","com.verygoodsecurity.vgscollect.view.card.BrandParams.hashCode"]},{"name":"open override fun isFocused(): Boolean","description":"com.verygoodsecurity.vgscollect.view.InputFieldView.isFocused","location":"vgscollect/com.verygoodsecurity.vgscollect.view/-input-field-view/is-focused.html","searchKeys":["isFocused","open override fun isFocused(): Boolean","com.verygoodsecurity.vgscollect.view.InputFieldView.isFocused"]},{"name":"open override fun isValid(content: String): Boolean","description":"com.verygoodsecurity.vgscollect.view.card.validation.CheckSumValidator.isValid","location":"vgscollect/com.verygoodsecurity.vgscollect.view.card.validation/-check-sum-validator/is-valid.html","searchKeys":["isValid","open override fun isValid(content: String): Boolean","com.verygoodsecurity.vgscollect.view.card.validation.CheckSumValidator.isValid"]},{"name":"open override fun onAttachedToWindow()","description":"com.verygoodsecurity.vgscollect.view.InputFieldView.onAttachedToWindow","location":"vgscollect/com.verygoodsecurity.vgscollect.view/-input-field-view/on-attached-to-window.html","searchKeys":["onAttachedToWindow","open override fun onAttachedToWindow()","com.verygoodsecurity.vgscollect.view.InputFieldView.onAttachedToWindow"]},{"name":"open override fun onTextChanged(s: CharSequence, start: Int, before: Int, count: Int)","description":"com.verygoodsecurity.vgscollect.view.card.formatter.date.FlexibleDateFormatter.onTextChanged","location":"vgscollect/com.verygoodsecurity.vgscollect.view.card.formatter.date/-flexible-date-formatter/on-text-changed.html","searchKeys":["onTextChanged","open override fun onTextChanged(s: CharSequence, start: Int, before: Int, count: Int)","com.verygoodsecurity.vgscollect.view.card.formatter.date.FlexibleDateFormatter.onTextChanged"]},{"name":"open override fun onTextChanged(s: CharSequence?, start: Int, before: Int, count: Int)","description":"com.verygoodsecurity.vgscollect.view.card.formatter.digit.DigitInputFormatter.onTextChanged","location":"vgscollect/com.verygoodsecurity.vgscollect.view.card.formatter.digit/-digit-input-formatter/on-text-changed.html","searchKeys":["onTextChanged","open override fun onTextChanged(s: CharSequence?, start: Int, before: Int, count: Int)","com.verygoodsecurity.vgscollect.view.card.formatter.digit.DigitInputFormatter.onTextChanged"]},{"name":"open override fun performClick(): Boolean","description":"com.verygoodsecurity.vgscollect.view.InputFieldView.performClick","location":"vgscollect/com.verygoodsecurity.vgscollect.view/-input-field-view/perform-click.html","searchKeys":["performClick","open override fun performClick(): Boolean","com.verygoodsecurity.vgscollect.view.InputFieldView.performClick"]},{"name":"open override fun requestFocus(direction: Int, previouslyFocusedRect: Rect?): Boolean","description":"com.verygoodsecurity.vgscollect.view.InputFieldView.requestFocus","location":"vgscollect/com.verygoodsecurity.vgscollect.view/-input-field-view/request-focus.html","searchKeys":["requestFocus","open override fun requestFocus(direction: Int, previouslyFocusedRect: Rect?): Boolean","com.verygoodsecurity.vgscollect.view.InputFieldView.requestFocus"]},{"name":"open override fun setAutofillHints(vararg autofillHints: String?)","description":"com.verygoodsecurity.vgscollect.view.InputFieldView.setAutofillHints","location":"vgscollect/com.verygoodsecurity.vgscollect.view/-input-field-view/set-autofill-hints.html","searchKeys":["setAutofillHints","open override fun setAutofillHints(vararg autofillHints: String?)","com.verygoodsecurity.vgscollect.view.InputFieldView.setAutofillHints"]},{"name":"open override fun setAutofillId(id: AutofillId?)","description":"com.verygoodsecurity.vgscollect.view.InputFieldView.setAutofillId","location":"vgscollect/com.verygoodsecurity.vgscollect.view/-input-field-view/set-autofill-id.html","searchKeys":["setAutofillId","open override fun setAutofillId(id: AutofillId?)","com.verygoodsecurity.vgscollect.view.InputFieldView.setAutofillId"]},{"name":"open override fun setBackground(background: Drawable?)","description":"com.verygoodsecurity.vgscollect.view.InputFieldView.setBackground","location":"vgscollect/com.verygoodsecurity.vgscollect.view/-input-field-view/set-background.html","searchKeys":["setBackground","open override fun setBackground(background: Drawable?)","com.verygoodsecurity.vgscollect.view.InputFieldView.setBackground"]},{"name":"open override fun setBackgroundColor(color: Int)","description":"com.verygoodsecurity.vgscollect.view.InputFieldView.setBackgroundColor","location":"vgscollect/com.verygoodsecurity.vgscollect.view/-input-field-view/set-background-color.html","searchKeys":["setBackgroundColor","open override fun setBackgroundColor(color: Int)","com.verygoodsecurity.vgscollect.view.InputFieldView.setBackgroundColor"]},{"name":"open override fun setContentDescription(contentDescription: CharSequence?)","description":"com.verygoodsecurity.vgscollect.view.InputFieldView.setContentDescription","location":"vgscollect/com.verygoodsecurity.vgscollect.view/-input-field-view/set-content-description.html","searchKeys":["setContentDescription","open override fun setContentDescription(contentDescription: CharSequence?)","com.verygoodsecurity.vgscollect.view.InputFieldView.setContentDescription"]},{"name":"open override fun setEnabled(enabled: Boolean)","description":"com.verygoodsecurity.vgscollect.view.InputFieldView.setEnabled","location":"vgscollect/com.verygoodsecurity.vgscollect.view/-input-field-view/set-enabled.html","searchKeys":["setEnabled","open override fun setEnabled(enabled: Boolean)","com.verygoodsecurity.vgscollect.view.InputFieldView.setEnabled"]},{"name":"open override fun setFocusable(focusable: Boolean)","description":"com.verygoodsecurity.vgscollect.view.InputFieldView.setFocusable","location":"vgscollect/com.verygoodsecurity.vgscollect.view/-input-field-view/set-focusable.html","searchKeys":["setFocusable","open override fun setFocusable(focusable: Boolean)","com.verygoodsecurity.vgscollect.view.InputFieldView.setFocusable"]},{"name":"open override fun setFocusable(focusable: Int)","description":"com.verygoodsecurity.vgscollect.view.InputFieldView.setFocusable","location":"vgscollect/com.verygoodsecurity.vgscollect.view/-input-field-view/set-focusable.html","searchKeys":["setFocusable","open override fun setFocusable(focusable: Int)","com.verygoodsecurity.vgscollect.view.InputFieldView.setFocusable"]},{"name":"open override fun setFocusableInTouchMode(focusableInTouchMode: Boolean)","description":"com.verygoodsecurity.vgscollect.view.InputFieldView.setFocusableInTouchMode","location":"vgscollect/com.verygoodsecurity.vgscollect.view/-input-field-view/set-focusable-in-touch-mode.html","searchKeys":["setFocusableInTouchMode","open override fun setFocusableInTouchMode(focusableInTouchMode: Boolean)","com.verygoodsecurity.vgscollect.view.InputFieldView.setFocusableInTouchMode"]},{"name":"open override fun setImportantForAccessibility(mode: Int)","description":"com.verygoodsecurity.vgscollect.view.InputFieldView.setImportantForAccessibility","location":"vgscollect/com.verygoodsecurity.vgscollect.view/-input-field-view/set-important-for-accessibility.html","searchKeys":["setImportantForAccessibility","open override fun setImportantForAccessibility(mode: Int)","com.verygoodsecurity.vgscollect.view.InputFieldView.setImportantForAccessibility"]},{"name":"open override fun setImportantForAutofill(mode: Int)","description":"com.verygoodsecurity.vgscollect.view.InputFieldView.setImportantForAutofill","location":"vgscollect/com.verygoodsecurity.vgscollect.view/-input-field-view/set-important-for-autofill.html","searchKeys":["setImportantForAutofill","open override fun setImportantForAutofill(mode: Int)","com.verygoodsecurity.vgscollect.view.InputFieldView.setImportantForAutofill"]},{"name":"open override fun setInputType(inputType: Int)","description":"com.verygoodsecurity.vgscollect.widget.VGSEditText.setInputType","location":"vgscollect/com.verygoodsecurity.vgscollect.widget/-v-g-s-edit-text/set-input-type.html","searchKeys":["setInputType","open override fun setInputType(inputType: Int)","com.verygoodsecurity.vgscollect.widget.VGSEditText.setInputType"]},{"name":"open override fun setMask(mask: String)","description":"com.verygoodsecurity.vgscollect.view.card.formatter.date.FlexibleDateFormatter.setMask","location":"vgscollect/com.verygoodsecurity.vgscollect.view.card.formatter.date/-flexible-date-formatter/set-mask.html","searchKeys":["setMask","open override fun setMask(mask: String)","com.verygoodsecurity.vgscollect.view.card.formatter.date.FlexibleDateFormatter.setMask"]},{"name":"open override fun setMask(mask: String)","description":"com.verygoodsecurity.vgscollect.view.card.formatter.digit.DigitInputFormatter.setMask","location":"vgscollect/com.verygoodsecurity.vgscollect.view.card.formatter.digit/-digit-input-formatter/set-mask.html","searchKeys":["setMask","open override fun setMask(mask: String)","com.verygoodsecurity.vgscollect.view.card.formatter.digit.DigitInputFormatter.setMask"]},{"name":"open override fun setMode(mode: DatePickerMode)","description":"com.verygoodsecurity.vgscollect.view.card.formatter.date.FlexibleDateFormatter.setMode","location":"vgscollect/com.verygoodsecurity.vgscollect.view.card.formatter.date/-flexible-date-formatter/set-mode.html","searchKeys":["setMode","open override fun setMode(mode: DatePickerMode)","com.verygoodsecurity.vgscollect.view.card.formatter.date.FlexibleDateFormatter.setMode"]},{"name":"open override fun setNextFocusDownId(nextFocusDownId: Int)","description":"com.verygoodsecurity.vgscollect.view.InputFieldView.setNextFocusDownId","location":"vgscollect/com.verygoodsecurity.vgscollect.view/-input-field-view/set-next-focus-down-id.html","searchKeys":["setNextFocusDownId","open override fun setNextFocusDownId(nextFocusDownId: Int)","com.verygoodsecurity.vgscollect.view.InputFieldView.setNextFocusDownId"]},{"name":"open override fun setNextFocusForwardId(nextFocusForwardId: Int)","description":"com.verygoodsecurity.vgscollect.view.InputFieldView.setNextFocusForwardId","location":"vgscollect/com.verygoodsecurity.vgscollect.view/-input-field-view/set-next-focus-forward-id.html","searchKeys":["setNextFocusForwardId","open override fun setNextFocusForwardId(nextFocusForwardId: Int)","com.verygoodsecurity.vgscollect.view.InputFieldView.setNextFocusForwardId"]},{"name":"open override fun setNextFocusLeftId(nextFocusLeftId: Int)","description":"com.verygoodsecurity.vgscollect.view.InputFieldView.setNextFocusLeftId","location":"vgscollect/com.verygoodsecurity.vgscollect.view/-input-field-view/set-next-focus-left-id.html","searchKeys":["setNextFocusLeftId","open override fun setNextFocusLeftId(nextFocusLeftId: Int)","com.verygoodsecurity.vgscollect.view.InputFieldView.setNextFocusLeftId"]},{"name":"open override fun setNextFocusRightId(nextFocusRightId: Int)","description":"com.verygoodsecurity.vgscollect.view.InputFieldView.setNextFocusRightId","location":"vgscollect/com.verygoodsecurity.vgscollect.view/-input-field-view/set-next-focus-right-id.html","searchKeys":["setNextFocusRightId","open override fun setNextFocusRightId(nextFocusRightId: Int)","com.verygoodsecurity.vgscollect.view.InputFieldView.setNextFocusRightId"]},{"name":"open override fun setNextFocusUpId(nextFocusUpId: Int)","description":"com.verygoodsecurity.vgscollect.view.InputFieldView.setNextFocusUpId","location":"vgscollect/com.verygoodsecurity.vgscollect.view/-input-field-view/set-next-focus-up-id.html","searchKeys":["setNextFocusUpId","open override fun setNextFocusUpId(nextFocusUpId: Int)","com.verygoodsecurity.vgscollect.view.InputFieldView.setNextFocusUpId"]},{"name":"open override fun setOnFocusChangeListener(l: View.OnFocusChangeListener?)","description":"com.verygoodsecurity.vgscollect.view.InputFieldView.setOnFocusChangeListener","location":"vgscollect/com.verygoodsecurity.vgscollect.view/-input-field-view/set-on-focus-change-listener.html","searchKeys":["setOnFocusChangeListener","open override fun setOnFocusChangeListener(l: View.OnFocusChangeListener?)","com.verygoodsecurity.vgscollect.view.InputFieldView.setOnFocusChangeListener"]},{"name":"open override fun setOnKeyListener(l: View.OnKeyListener?)","description":"com.verygoodsecurity.vgscollect.view.InputFieldView.setOnKeyListener","location":"vgscollect/com.verygoodsecurity.vgscollect.view/-input-field-view/set-on-key-listener.html","searchKeys":["setOnKeyListener","open override fun setOnKeyListener(l: View.OnKeyListener?)","com.verygoodsecurity.vgscollect.view.InputFieldView.setOnKeyListener"]},{"name":"open override fun setPadding(left: Int, top: Int, right: Int, bottom: Int)","description":"com.verygoodsecurity.vgscollect.view.InputFieldView.setPadding","location":"vgscollect/com.verygoodsecurity.vgscollect.view/-input-field-view/set-padding.html","searchKeys":["setPadding","open override fun setPadding(left: Int, top: Int, right: Int, bottom: Int)","com.verygoodsecurity.vgscollect.view.InputFieldView.setPadding"]},{"name":"open override fun setPadding(left: Int, top: Int, right: Int, bottom: Int)","description":"com.verygoodsecurity.vgscollect.view.material.TextInputFieldLayout.setPadding","location":"vgscollect/com.verygoodsecurity.vgscollect.view.material/-text-input-field-layout/set-padding.html","searchKeys":["setPadding","open override fun setPadding(left: Int, top: Int, right: Int, bottom: Int)","com.verygoodsecurity.vgscollect.view.material.TextInputFieldLayout.setPadding"]},{"name":"open override fun toString(): String","description":"com.verygoodsecurity.vgscollect.core.model.map.FlatMap.toString","location":"vgscollect/com.verygoodsecurity.vgscollect.core.model.map/-flat-map/to-string.html","searchKeys":["toString","open override fun toString(): String","com.verygoodsecurity.vgscollect.core.model.map.FlatMap.toString"]},{"name":"open override fun toString(): String","description":"com.verygoodsecurity.vgscollect.core.model.network.VGSResponse.ErrorResponse.toString","location":"vgscollect/com.verygoodsecurity.vgscollect.core.model.network/-v-g-s-response/-error-response/to-string.html","searchKeys":["toString","open override fun toString(): String","com.verygoodsecurity.vgscollect.core.model.network.VGSResponse.ErrorResponse.toString"]},{"name":"open override fun toString(): String","description":"com.verygoodsecurity.vgscollect.core.model.network.VGSResponse.SuccessResponse.toString","location":"vgscollect/com.verygoodsecurity.vgscollect.core.model.network/-v-g-s-response/-success-response/to-string.html","searchKeys":["toString","open override fun toString(): String","com.verygoodsecurity.vgscollect.core.model.network.VGSResponse.SuccessResponse.toString"]},{"name":"open override fun toString(): String","description":"com.verygoodsecurity.vgscollect.core.model.state.FieldState.CardNumberState.toString","location":"vgscollect/com.verygoodsecurity.vgscollect.core.model.state/-field-state/-card-number-state/to-string.html","searchKeys":["toString","open override fun toString(): String","com.verygoodsecurity.vgscollect.core.model.state.FieldState.CardNumberState.toString"]},{"name":"open override fun toString(): String","description":"com.verygoodsecurity.vgscollect.core.model.state.FieldState.SSNNumberState.toString","location":"vgscollect/com.verygoodsecurity.vgscollect.core.model.state/-field-state/-s-s-n-number-state/to-string.html","searchKeys":["toString","open override fun toString(): String","com.verygoodsecurity.vgscollect.core.model.state.FieldState.SSNNumberState.toString"]},{"name":"open override fun toString(): String","description":"com.verygoodsecurity.vgscollect.core.model.state.FieldState.toString","location":"vgscollect/com.verygoodsecurity.vgscollect.core.model.state/-field-state/to-string.html","searchKeys":["toString","open override fun toString(): String","com.verygoodsecurity.vgscollect.core.model.state.FieldState.toString"]},{"name":"open override fun writeToParcel(out: Parcel, flags: Int)","description":"com.verygoodsecurity.vgscollect.view.material.internal.TextInputLayoutSavedState.writeToParcel","location":"vgscollect/com.verygoodsecurity.vgscollect.view.material.internal/-text-input-layout-saved-state/write-to-parcel.html","searchKeys":["writeToParcel","open override fun writeToParcel(out: Parcel, flags: Int)","com.verygoodsecurity.vgscollect.view.material.internal.TextInputLayoutSavedState.writeToParcel"]},{"name":"open override val customData: Map","description":"com.verygoodsecurity.vgscollect.core.model.network.VGSRequest.customData","location":"vgscollect/com.verygoodsecurity.vgscollect.core.model.network/-v-g-s-request/custom-data.html","searchKeys":["customData","open override val customData: Map","com.verygoodsecurity.vgscollect.core.model.network.VGSRequest.customData"]},{"name":"open override val customData: Map","description":"com.verygoodsecurity.vgscollect.core.model.network.tokenization.VGSTokenizationRequest.customData","location":"vgscollect/com.verygoodsecurity.vgscollect.core.model.network.tokenization/-v-g-s-tokenization-request/custom-data.html","searchKeys":["customData","open override val customData: Map","com.verygoodsecurity.vgscollect.core.model.network.tokenization.VGSTokenizationRequest.customData"]},{"name":"open override val customHeader: Map","description":"com.verygoodsecurity.vgscollect.core.model.network.VGSRequest.customHeader","location":"vgscollect/com.verygoodsecurity.vgscollect.core.model.network/-v-g-s-request/custom-header.html","searchKeys":["customHeader","open override val customHeader: Map","com.verygoodsecurity.vgscollect.core.model.network.VGSRequest.customHeader"]},{"name":"open override val customHeader: Map","description":"com.verygoodsecurity.vgscollect.core.model.network.tokenization.VGSTokenizationRequest.customHeader","location":"vgscollect/com.verygoodsecurity.vgscollect.core.model.network.tokenization/-v-g-s-tokenization-request/custom-header.html","searchKeys":["customHeader","open override val customHeader: Map","com.verygoodsecurity.vgscollect.core.model.network.tokenization.VGSTokenizationRequest.customHeader"]},{"name":"open override val errorMsg: String","description":"com.verygoodsecurity.vgscollect.view.card.validation.CheckSumValidator.errorMsg","location":"vgscollect/com.verygoodsecurity.vgscollect.view.card.validation/-check-sum-validator/error-msg.html","searchKeys":["errorMsg","open override val errorMsg: String","com.verygoodsecurity.vgscollect.view.card.validation.CheckSumValidator.errorMsg"]},{"name":"open override val fieldNameMappingPolicy: VGSCollectFieldNameMappingPolicy","description":"com.verygoodsecurity.vgscollect.core.model.network.VGSRequest.fieldNameMappingPolicy","location":"vgscollect/com.verygoodsecurity.vgscollect.core.model.network/-v-g-s-request/field-name-mapping-policy.html","searchKeys":["fieldNameMappingPolicy","open override val fieldNameMappingPolicy: VGSCollectFieldNameMappingPolicy","com.verygoodsecurity.vgscollect.core.model.network.VGSRequest.fieldNameMappingPolicy"]},{"name":"open override val fieldNameMappingPolicy: VGSCollectFieldNameMappingPolicy","description":"com.verygoodsecurity.vgscollect.core.model.network.tokenization.VGSTokenizationRequest.fieldNameMappingPolicy","location":"vgscollect/com.verygoodsecurity.vgscollect.core.model.network.tokenization/-v-g-s-tokenization-request/field-name-mapping-policy.html","searchKeys":["fieldNameMappingPolicy","open override val fieldNameMappingPolicy: VGSCollectFieldNameMappingPolicy","com.verygoodsecurity.vgscollect.core.model.network.tokenization.VGSTokenizationRequest.fieldNameMappingPolicy"]},{"name":"open override val fieldsIgnore: Boolean","description":"com.verygoodsecurity.vgscollect.core.model.network.VGSRequest.fieldsIgnore","location":"vgscollect/com.verygoodsecurity.vgscollect.core.model.network/-v-g-s-request/fields-ignore.html","searchKeys":["fieldsIgnore","open override val fieldsIgnore: Boolean","com.verygoodsecurity.vgscollect.core.model.network.VGSRequest.fieldsIgnore"]},{"name":"open override val fieldsIgnore: Boolean","description":"com.verygoodsecurity.vgscollect.core.model.network.tokenization.VGSTokenizationRequest.fieldsIgnore","location":"vgscollect/com.verygoodsecurity.vgscollect.core.model.network.tokenization/-v-g-s-tokenization-request/fields-ignore.html","searchKeys":["fieldsIgnore","open override val fieldsIgnore: Boolean","com.verygoodsecurity.vgscollect.core.model.network.tokenization.VGSTokenizationRequest.fieldsIgnore"]},{"name":"open override val fileIgnore: Boolean","description":"com.verygoodsecurity.vgscollect.core.model.network.VGSRequest.fileIgnore","location":"vgscollect/com.verygoodsecurity.vgscollect.core.model.network/-v-g-s-request/file-ignore.html","searchKeys":["fileIgnore","open override val fileIgnore: Boolean","com.verygoodsecurity.vgscollect.core.model.network.VGSRequest.fileIgnore"]},{"name":"open override val fileIgnore: Boolean","description":"com.verygoodsecurity.vgscollect.core.model.network.tokenization.VGSTokenizationRequest.fileIgnore","location":"vgscollect/com.verygoodsecurity.vgscollect.core.model.network.tokenization/-v-g-s-tokenization-request/file-ignore.html","searchKeys":["fileIgnore","open override val fileIgnore: Boolean","com.verygoodsecurity.vgscollect.core.model.network.tokenization.VGSTokenizationRequest.fileIgnore"]},{"name":"open override val format: VGSHttpBodyFormat","description":"com.verygoodsecurity.vgscollect.core.model.network.VGSRequest.format","location":"vgscollect/com.verygoodsecurity.vgscollect.core.model.network/-v-g-s-request/format.html","searchKeys":["format","open override val format: VGSHttpBodyFormat","com.verygoodsecurity.vgscollect.core.model.network.VGSRequest.format"]},{"name":"open override val format: VGSHttpBodyFormat","description":"com.verygoodsecurity.vgscollect.core.model.network.tokenization.VGSTokenizationRequest.format","location":"vgscollect/com.verygoodsecurity.vgscollect.core.model.network.tokenization/-v-g-s-tokenization-request/format.html","searchKeys":["format","open override val format: VGSHttpBodyFormat","com.verygoodsecurity.vgscollect.core.model.network.tokenization.VGSTokenizationRequest.format"]},{"name":"open override val isValid: Boolean","description":"com.verygoodsecurity.vgscollect.core.model.map.Key.ArrayKey.isValid","location":"vgscollect/com.verygoodsecurity.vgscollect.core.model.map/-key/-array-key/is-valid.html","searchKeys":["isValid","open override val isValid: Boolean","com.verygoodsecurity.vgscollect.core.model.map.Key.ArrayKey.isValid"]},{"name":"open override val isValid: Boolean","description":"com.verygoodsecurity.vgscollect.core.model.map.Key.ObjectKey.isValid","location":"vgscollect/com.verygoodsecurity.vgscollect.core.model.map/-key/-object-key/is-valid.html","searchKeys":["isValid","open override val isValid: Boolean","com.verygoodsecurity.vgscollect.core.model.map.Key.ObjectKey.isValid"]},{"name":"open override val method: HTTPMethod","description":"com.verygoodsecurity.vgscollect.core.model.network.VGSRequest.method","location":"vgscollect/com.verygoodsecurity.vgscollect.core.model.network/-v-g-s-request/method.html","searchKeys":["method","open override val method: HTTPMethod","com.verygoodsecurity.vgscollect.core.model.network.VGSRequest.method"]},{"name":"open override val method: HTTPMethod","description":"com.verygoodsecurity.vgscollect.core.model.network.tokenization.VGSTokenizationRequest.method","location":"vgscollect/com.verygoodsecurity.vgscollect.core.model.network.tokenization/-v-g-s-tokenization-request/method.html","searchKeys":["method","open override val method: HTTPMethod","com.verygoodsecurity.vgscollect.core.model.network.tokenization.VGSTokenizationRequest.method"]},{"name":"open override val path: String","description":"com.verygoodsecurity.vgscollect.core.model.network.VGSRequest.path","location":"vgscollect/com.verygoodsecurity.vgscollect.core.model.network/-v-g-s-request/path.html","searchKeys":["path","open override val path: String","com.verygoodsecurity.vgscollect.core.model.network.VGSRequest.path"]},{"name":"open override val path: String","description":"com.verygoodsecurity.vgscollect.core.model.network.tokenization.VGSTokenizationRequest.path","location":"vgscollect/com.verygoodsecurity.vgscollect.core.model.network.tokenization/-v-g-s-tokenization-request/path.html","searchKeys":["path","open override val path: String","com.verygoodsecurity.vgscollect.core.model.network.tokenization.VGSTokenizationRequest.path"]},{"name":"open override val requestTimeoutInterval: Long","description":"com.verygoodsecurity.vgscollect.core.model.network.VGSRequest.requestTimeoutInterval","location":"vgscollect/com.verygoodsecurity.vgscollect.core.model.network/-v-g-s-request/request-timeout-interval.html","searchKeys":["requestTimeoutInterval","open override val requestTimeoutInterval: Long","com.verygoodsecurity.vgscollect.core.model.network.VGSRequest.requestTimeoutInterval"]},{"name":"open override val requestTimeoutInterval: Long","description":"com.verygoodsecurity.vgscollect.core.model.network.tokenization.VGSTokenizationRequest.requestTimeoutInterval","location":"vgscollect/com.verygoodsecurity.vgscollect.core.model.network.tokenization/-v-g-s-tokenization-request/request-timeout-interval.html","searchKeys":["requestTimeoutInterval","open override val requestTimeoutInterval: Long","com.verygoodsecurity.vgscollect.core.model.network.tokenization.VGSTokenizationRequest.requestTimeoutInterval"]},{"name":"open override val routeId: String?","description":"com.verygoodsecurity.vgscollect.core.model.network.tokenization.VGSTokenizationRequest.routeId","location":"vgscollect/com.verygoodsecurity.vgscollect.core.model.network.tokenization/-v-g-s-tokenization-request/route-id.html","searchKeys":["routeId","open override val routeId: String?","com.verygoodsecurity.vgscollect.core.model.network.tokenization.VGSTokenizationRequest.routeId"]},{"name":"open override val routeId: String? = null","description":"com.verygoodsecurity.vgscollect.core.model.network.VGSRequest.routeId","location":"vgscollect/com.verygoodsecurity.vgscollect.core.model.network/-v-g-s-request/route-id.html","searchKeys":["routeId","open override val routeId: String? = null","com.verygoodsecurity.vgscollect.core.model.network.VGSRequest.routeId"]},{"name":"open override val value: String","description":"com.verygoodsecurity.vgscollect.core.model.map.Key.ArrayKey.value","location":"vgscollect/com.verygoodsecurity.vgscollect.core.model.map/-key/-array-key/value.html","searchKeys":["value","open override val value: String","com.verygoodsecurity.vgscollect.core.model.map.Key.ArrayKey.value"]},{"name":"open override val value: String","description":"com.verygoodsecurity.vgscollect.core.model.map.Key.ObjectKey.value","location":"vgscollect/com.verygoodsecurity.vgscollect.core.model.map/-key/-object-key/value.html","searchKeys":["value","open override val value: String","com.verygoodsecurity.vgscollect.core.model.map.Key.ObjectKey.value"]},{"name":"sealed class FieldState","description":"com.verygoodsecurity.vgscollect.core.model.state.FieldState","location":"vgscollect/com.verygoodsecurity.vgscollect.core.model.state/-field-state/index.html","searchKeys":["FieldState","sealed class FieldState","com.verygoodsecurity.vgscollect.core.model.state.FieldState"]},{"name":"sealed class Key","description":"com.verygoodsecurity.vgscollect.core.model.map.Key","location":"vgscollect/com.verygoodsecurity.vgscollect.core.model.map/-key/index.html","searchKeys":["Key","sealed class Key","com.verygoodsecurity.vgscollect.core.model.map.Key"]},{"name":"sealed class VGSResponse","description":"com.verygoodsecurity.vgscollect.core.model.network.VGSResponse","location":"vgscollect/com.verygoodsecurity.vgscollect.core.model.network/-v-g-s-response/index.html","searchKeys":["VGSResponse","sealed class VGSResponse","com.verygoodsecurity.vgscollect.core.model.network.VGSResponse"]},{"name":"suspend fun submitAsync(path: String, method: HTTPMethod = HTTPMethod.POST): VGSResponse","description":"com.verygoodsecurity.vgscollect.core.VGSCollect.submitAsync","location":"vgscollect/com.verygoodsecurity.vgscollect.core/-v-g-s-collect/submit-async.html","searchKeys":["submitAsync","suspend fun submitAsync(path: String, method: HTTPMethod = HTTPMethod.POST): VGSResponse","com.verygoodsecurity.vgscollect.core.VGSCollect.submitAsync"]},{"name":"suspend fun submitAsync(request: VGSRequest): VGSResponse","description":"com.verygoodsecurity.vgscollect.core.VGSCollect.submitAsync","location":"vgscollect/com.verygoodsecurity.vgscollect.core/-v-g-s-collect/submit-async.html","searchKeys":["submitAsync","suspend fun submitAsync(request: VGSRequest): VGSResponse","com.verygoodsecurity.vgscollect.core.VGSCollect.submitAsync"]},{"name":"typealias DependencyHandler = (FieldType, Dependency) -> Unit","description":"com.verygoodsecurity.vgscollect.core.storage.DependencyHandler","location":"vgscollect/com.verygoodsecurity.vgscollect.core.storage/-dependency-handler/index.html","searchKeys":["DependencyHandler","typealias DependencyHandler = (FieldType, Dependency) -> Unit","com.verygoodsecurity.vgscollect.core.storage.DependencyHandler"]},{"name":"val CREATOR: Parcelable.Creator","description":"com.verygoodsecurity.vgscollect.view.material.internal.TextInputLayoutSavedState.Companion.CREATOR","location":"vgscollect/com.verygoodsecurity.vgscollect.view.material.internal/-text-input-layout-saved-state/-companion/-c-r-e-a-t-o-r.html","searchKeys":["CREATOR","val CREATOR: Parcelable.Creator","com.verygoodsecurity.vgscollect.view.material.internal.TextInputLayoutSavedState.Companion.CREATOR"]},{"name":"val algorithm: ChecksumAlgorithm","description":"com.verygoodsecurity.vgscollect.view.card.BrandParams.algorithm","location":"vgscollect/com.verygoodsecurity.vgscollect.view.card/-brand-params/algorithm.html","searchKeys":["algorithm","val algorithm: ChecksumAlgorithm","com.verygoodsecurity.vgscollect.view.card.BrandParams.algorithm"]},{"name":"val algorithm: ChecksumAlgorithm","description":"com.verygoodsecurity.vgscollect.view.card.CardType.algorithm","location":"vgscollect/com.verygoodsecurity.vgscollect.view.card/-card-type/algorithm.html","searchKeys":["algorithm","val algorithm: ChecksumAlgorithm","com.verygoodsecurity.vgscollect.view.card.CardType.algorithm"]},{"name":"val body: String? = null","description":"com.verygoodsecurity.vgscollect.core.model.network.NetworkResponse.body","location":"vgscollect/com.verygoodsecurity.vgscollect.core.model.network/-network-response/body.html","searchKeys":["body","val body: String? = null","com.verygoodsecurity.vgscollect.core.model.network.NetworkResponse.body"]},{"name":"val body: String? = null","description":"com.verygoodsecurity.vgscollect.core.model.network.VGSResponse.body","location":"vgscollect/com.verygoodsecurity.vgscollect.core.model.network/-v-g-s-response/body.html","searchKeys":["body","val body: String? = null","com.verygoodsecurity.vgscollect.core.model.network.VGSResponse.body"]},{"name":"val cardBrandName: String","description":"com.verygoodsecurity.vgscollect.view.card.CardBrand.cardBrandName","location":"vgscollect/com.verygoodsecurity.vgscollect.view.card/-card-brand/card-brand-name.html","searchKeys":["cardBrandName","val cardBrandName: String","com.verygoodsecurity.vgscollect.view.card.CardBrand.cardBrandName"]},{"name":"val code: Int","description":"com.verygoodsecurity.vgscollect.core.model.network.NetworkResponse.code","location":"vgscollect/com.verygoodsecurity.vgscollect.core.model.network/-network-response/code.html","searchKeys":["code","val code: Int","com.verygoodsecurity.vgscollect.core.model.network.NetworkResponse.code"]},{"name":"val code: Int","description":"com.verygoodsecurity.vgscollect.core.model.network.VGSError.code","location":"vgscollect/com.verygoodsecurity.vgscollect.core.model.network/-v-g-s-error/code.html","searchKeys":["code","val code: Int","com.verygoodsecurity.vgscollect.core.model.network.VGSError.code"]},{"name":"val code: Int","description":"com.verygoodsecurity.vgscollect.core.model.network.VGSResponse.code","location":"vgscollect/com.verygoodsecurity.vgscollect.core.model.network/-v-g-s-response/code.html","searchKeys":["code","val code: Int","com.verygoodsecurity.vgscollect.core.model.network.VGSResponse.code"]},{"name":"val customData: Any","description":"com.verygoodsecurity.vgscollect.core.model.network.NetworkRequest.customData","location":"vgscollect/com.verygoodsecurity.vgscollect.core.model.network/-network-request/custom-data.html","searchKeys":["customData","val customData: Any","com.verygoodsecurity.vgscollect.core.model.network.NetworkRequest.customData"]},{"name":"val customHeader: Map","description":"com.verygoodsecurity.vgscollect.core.model.network.NetworkRequest.customHeader","location":"vgscollect/com.verygoodsecurity.vgscollect.core.model.network/-network-request/custom-header.html","searchKeys":["customHeader","val customHeader: Map","com.verygoodsecurity.vgscollect.core.model.network.NetworkRequest.customHeader"]},{"name":"val date: String","description":"com.verygoodsecurity.vgscollect.view.core.serializers.VGSDateRangeSeparateSerializer.Params.date","location":"vgscollect/com.verygoodsecurity.vgscollect.view.core.serializers/-v-g-s-date-range-separate-serializer/-params/date.html","searchKeys":["date","val date: String","com.verygoodsecurity.vgscollect.view.core.serializers.VGSDateRangeSeparateSerializer.Params.date"]},{"name":"val date: String","description":"com.verygoodsecurity.vgscollect.view.core.serializers.VGSExpDateSeparateSerializer.Params.date","location":"vgscollect/com.verygoodsecurity.vgscollect.view.core.serializers/-v-g-s-exp-date-separate-serializer/-params/date.html","searchKeys":["date","val date: String","com.verygoodsecurity.vgscollect.view.core.serializers.VGSExpDateSeparateSerializer.Params.date"]},{"name":"val dateFormat: String?","description":"com.verygoodsecurity.vgscollect.view.core.serializers.VGSDateRangeSeparateSerializer.Params.dateFormat","location":"vgscollect/com.verygoodsecurity.vgscollect.view.core.serializers/-v-g-s-date-range-separate-serializer/-params/date-format.html","searchKeys":["dateFormat","val dateFormat: String?","com.verygoodsecurity.vgscollect.view.core.serializers.VGSDateRangeSeparateSerializer.Params.dateFormat"]},{"name":"val dateFormat: String?","description":"com.verygoodsecurity.vgscollect.view.core.serializers.VGSExpDateSeparateSerializer.Params.dateFormat","location":"vgscollect/com.verygoodsecurity.vgscollect.view.core.serializers/-v-g-s-exp-date-separate-serializer/-params/date-format.html","searchKeys":["dateFormat","val dateFormat: String?","com.verygoodsecurity.vgscollect.view.core.serializers.VGSExpDateSeparateSerializer.Params.dateFormat"]},{"name":"val day: Int","description":"com.verygoodsecurity.vgscollect.core.model.VGSDate.day","location":"vgscollect/com.verygoodsecurity.vgscollect.core.model/-v-g-s-date/day.html","searchKeys":["day","val day: Int","com.verygoodsecurity.vgscollect.core.model.VGSDate.day"]},{"name":"val drawableResId: Int = 0","description":"com.verygoodsecurity.vgscollect.view.card.CardBrand.drawableResId","location":"vgscollect/com.verygoodsecurity.vgscollect.view.card/-card-brand/drawable-res-id.html","searchKeys":["drawableResId","val drawableResId: Int = 0","com.verygoodsecurity.vgscollect.view.card.CardBrand.drawableResId"]},{"name":"val entries: EnumEntries","description":"com.verygoodsecurity.vgscollect.app.BaseTransmitActivity.Status.entries","location":"vgscollect/com.verygoodsecurity.vgscollect.app/-base-transmit-activity/-status/entries.html","searchKeys":["entries","val entries: EnumEntries","com.verygoodsecurity.vgscollect.app.BaseTransmitActivity.Status.entries"]},{"name":"val entries: EnumEntries","description":"com.verygoodsecurity.vgscollect.view.card.CardType.entries","location":"vgscollect/com.verygoodsecurity.vgscollect.view.card/-card-type/entries.html","searchKeys":["entries","val entries: EnumEntries","com.verygoodsecurity.vgscollect.view.card.CardType.entries"]},{"name":"val entries: EnumEntries","description":"com.verygoodsecurity.vgscollect.view.card.validation.payment.ChecksumAlgorithm.entries","location":"vgscollect/com.verygoodsecurity.vgscollect.view.card.validation.payment/-checksum-algorithm/entries.html","searchKeys":["entries","val entries: EnumEntries","com.verygoodsecurity.vgscollect.view.card.validation.payment.ChecksumAlgorithm.entries"]},{"name":"val entries: EnumEntries","description":"com.verygoodsecurity.vgscollect.view.date.DatePickerMode.entries","location":"vgscollect/com.verygoodsecurity.vgscollect.view.date/-date-picker-mode/entries.html","searchKeys":["entries","val entries: EnumEntries","com.verygoodsecurity.vgscollect.view.date.DatePickerMode.entries"]},{"name":"val entries: EnumEntries","description":"com.verygoodsecurity.vgscollect.core.Environment.entries","location":"vgscollect/com.verygoodsecurity.vgscollect.core/-environment/entries.html","searchKeys":["entries","val entries: EnumEntries","com.verygoodsecurity.vgscollect.core.Environment.entries"]},{"name":"val entries: EnumEntries","description":"com.verygoodsecurity.vgscollect.view.card.FieldType.entries","location":"vgscollect/com.verygoodsecurity.vgscollect.view.card/-field-type/entries.html","searchKeys":["entries","val entries: EnumEntries","com.verygoodsecurity.vgscollect.view.card.FieldType.entries"]},{"name":"val entries: EnumEntries","description":"com.verygoodsecurity.vgscollect.view.card.formatter.rules.FormatMode.entries","location":"vgscollect/com.verygoodsecurity.vgscollect.view.card.formatter.rules/-format-mode/entries.html","searchKeys":["entries","val entries: EnumEntries","com.verygoodsecurity.vgscollect.view.card.formatter.rules.FormatMode.entries"]},{"name":"val entries: EnumEntries","description":"com.verygoodsecurity.vgscollect.core.HTTPMethod.entries","location":"vgscollect/com.verygoodsecurity.vgscollect.core/-h-t-t-p-method/entries.html","searchKeys":["entries","val entries: EnumEntries","com.verygoodsecurity.vgscollect.core.HTTPMethod.entries"]},{"name":"val entries: EnumEntries","description":"com.verygoodsecurity.vgscollect.core.model.VGSCollectFieldNameMappingPolicy.entries","location":"vgscollect/com.verygoodsecurity.vgscollect.core.model/-v-g-s-collect-field-name-mapping-policy/entries.html","searchKeys":["entries","val entries: EnumEntries","com.verygoodsecurity.vgscollect.core.model.VGSCollectFieldNameMappingPolicy.entries"]},{"name":"val entries: EnumEntries","description":"com.verygoodsecurity.vgscollect.VGSCollectLogger.Level.entries","location":"vgscollect/com.verygoodsecurity.vgscollect/-v-g-s-collect-logger/-level/entries.html","searchKeys":["entries","val entries: EnumEntries","com.verygoodsecurity.vgscollect.VGSCollectLogger.Level.entries"]},{"name":"val entries: EnumEntries","description":"com.verygoodsecurity.vgscollect.core.model.network.VGSError.entries","location":"vgscollect/com.verygoodsecurity.vgscollect.core.model.network/-v-g-s-error/entries.html","searchKeys":["entries","val entries: EnumEntries","com.verygoodsecurity.vgscollect.core.model.network.VGSError.entries"]},{"name":"val entries: EnumEntries","description":"com.verygoodsecurity.vgscollect.core.api.VGSHttpBodyFormat.entries","location":"vgscollect/com.verygoodsecurity.vgscollect.core.api/-v-g-s-http-body-format/entries.html","searchKeys":["entries","val entries: EnumEntries","com.verygoodsecurity.vgscollect.core.api.VGSHttpBodyFormat.entries"]},{"name":"val entries: EnumEntries","description":"com.verygoodsecurity.vgscollect.core.model.state.tokenization.VGSVaultAliasFormat.entries","location":"vgscollect/com.verygoodsecurity.vgscollect.core.model.state.tokenization/-v-g-s-vault-alias-format/entries.html","searchKeys":["entries","val entries: EnumEntries","com.verygoodsecurity.vgscollect.core.model.state.tokenization.VGSVaultAliasFormat.entries"]},{"name":"val entries: EnumEntries","description":"com.verygoodsecurity.vgscollect.core.model.state.tokenization.VGSVaultStorageType.entries","location":"vgscollect/com.verygoodsecurity.vgscollect.core.model.state.tokenization/-v-g-s-vault-storage-type/entries.html","searchKeys":["entries","val entries: EnumEntries","com.verygoodsecurity.vgscollect.core.model.state.tokenization.VGSVaultStorageType.entries"]},{"name":"val error: VGSError? = null","description":"com.verygoodsecurity.vgscollect.core.model.network.NetworkResponse.error","location":"vgscollect/com.verygoodsecurity.vgscollect.core.model.network/-network-response/error.html","searchKeys":["error","val error: VGSError? = null","com.verygoodsecurity.vgscollect.core.model.network.NetworkResponse.error"]},{"name":"val errorCode: Int","description":"com.verygoodsecurity.vgscollect.core.model.network.VGSResponse.ErrorResponse.errorCode","location":"vgscollect/com.verygoodsecurity.vgscollect.core.model.network/-v-g-s-response/-error-response/error-code.html","searchKeys":["errorCode","val errorCode: Int","com.verygoodsecurity.vgscollect.core.model.network.VGSResponse.ErrorResponse.errorCode"]},{"name":"val fieldName: String","description":"com.verygoodsecurity.vgscollect.core.model.state.FileState.fieldName","location":"vgscollect/com.verygoodsecurity.vgscollect.core.model.state/-file-state/field-name.html","searchKeys":["fieldName","val fieldName: String","com.verygoodsecurity.vgscollect.core.model.state.FileState.fieldName"]},{"name":"val fieldsIgnore: Boolean","description":"com.verygoodsecurity.vgscollect.core.model.network.NetworkRequest.fieldsIgnore","location":"vgscollect/com.verygoodsecurity.vgscollect.core.model.network/-network-request/fields-ignore.html","searchKeys":["fieldsIgnore","val fieldsIgnore: Boolean","com.verygoodsecurity.vgscollect.core.model.network.NetworkRequest.fieldsIgnore"]},{"name":"val fileIgnore: Boolean","description":"com.verygoodsecurity.vgscollect.core.model.network.NetworkRequest.fileIgnore","location":"vgscollect/com.verygoodsecurity.vgscollect.core.model.network/-network-request/file-ignore.html","searchKeys":["fileIgnore","val fileIgnore: Boolean","com.verygoodsecurity.vgscollect.core.model.network.NetworkRequest.fileIgnore"]},{"name":"val format: VGSHttpBodyFormat","description":"com.verygoodsecurity.vgscollect.core.model.network.NetworkRequest.format","location":"vgscollect/com.verygoodsecurity.vgscollect.core.model.network/-network-request/format.html","searchKeys":["format","val format: VGSHttpBodyFormat","com.verygoodsecurity.vgscollect.core.model.network.NetworkRequest.format"]},{"name":"val isSuccessful: Boolean = false","description":"com.verygoodsecurity.vgscollect.core.model.network.NetworkResponse.isSuccessful","location":"vgscollect/com.verygoodsecurity.vgscollect.core.model.network/-network-response/is-successful.html","searchKeys":["isSuccessful","val isSuccessful: Boolean = false","com.verygoodsecurity.vgscollect.core.model.network.NetworkResponse.isSuccessful"]},{"name":"val localizeMessage: String","description":"com.verygoodsecurity.vgscollect.core.model.network.VGSResponse.ErrorResponse.localizeMessage","location":"vgscollect/com.verygoodsecurity.vgscollect.core.model.network/-v-g-s-response/-error-response/localize-message.html","searchKeys":["localizeMessage","val localizeMessage: String","com.verygoodsecurity.vgscollect.core.model.network.VGSResponse.ErrorResponse.localizeMessage"]},{"name":"val mask: String","description":"com.verygoodsecurity.vgscollect.view.card.BrandParams.mask","location":"vgscollect/com.verygoodsecurity.vgscollect.view.card/-brand-params/mask.html","searchKeys":["mask","val mask: String","com.verygoodsecurity.vgscollect.view.card.BrandParams.mask"]},{"name":"val mask: String","description":"com.verygoodsecurity.vgscollect.view.card.CardType.mask","location":"vgscollect/com.verygoodsecurity.vgscollect.view.card/-card-type/mask.html","searchKeys":["mask","val mask: String","com.verygoodsecurity.vgscollect.view.card.CardType.mask"]},{"name":"val message: String? = null","description":"com.verygoodsecurity.vgscollect.core.model.network.NetworkResponse.message","location":"vgscollect/com.verygoodsecurity.vgscollect.core.model.network/-network-response/message.html","searchKeys":["message","val message: String? = null","com.verygoodsecurity.vgscollect.core.model.network.NetworkResponse.message"]},{"name":"val messageResId: Int","description":"com.verygoodsecurity.vgscollect.core.model.network.VGSError.messageResId","location":"vgscollect/com.verygoodsecurity.vgscollect.core.model.network/-v-g-s-error/message-res-id.html","searchKeys":["messageResId","val messageResId: Int","com.verygoodsecurity.vgscollect.core.model.network.VGSError.messageResId"]},{"name":"val method: HTTPMethod","description":"com.verygoodsecurity.vgscollect.core.model.network.NetworkRequest.method","location":"vgscollect/com.verygoodsecurity.vgscollect.core.model.network/-network-request/method.html","searchKeys":["method","val method: HTTPMethod","com.verygoodsecurity.vgscollect.core.model.network.NetworkRequest.method"]},{"name":"val mimeType: String?","description":"com.verygoodsecurity.vgscollect.core.model.state.FileState.mimeType","location":"vgscollect/com.verygoodsecurity.vgscollect.core.model.state/-file-state/mime-type.html","searchKeys":["mimeType","val mimeType: String?","com.verygoodsecurity.vgscollect.core.model.state.FileState.mimeType"]},{"name":"val month: Int","description":"com.verygoodsecurity.vgscollect.core.model.VGSDate.month","location":"vgscollect/com.verygoodsecurity.vgscollect.core.model/-v-g-s-date/month.html","searchKeys":["month","val month: Int","com.verygoodsecurity.vgscollect.core.model.VGSDate.month"]},{"name":"val name: String?","description":"com.verygoodsecurity.vgscollect.core.model.state.FileState.name","location":"vgscollect/com.verygoodsecurity.vgscollect.core.model.state/-file-state/name.html","searchKeys":["name","val name: String?","com.verygoodsecurity.vgscollect.core.model.state.FileState.name"]},{"name":"val params: BrandParams","description":"com.verygoodsecurity.vgscollect.view.card.CardBrand.params","location":"vgscollect/com.verygoodsecurity.vgscollect.view.card/-card-brand/params.html","searchKeys":["params","val params: BrandParams","com.verygoodsecurity.vgscollect.view.card.CardBrand.params"]},{"name":"val params: Map","description":"com.verygoodsecurity.vgscollect.core.api.analityc.action.AttachFileAction.params","location":"vgscollect/com.verygoodsecurity.vgscollect.core.api.analityc.action/-attach-file-action/params.html","searchKeys":["params","val params: Map","com.verygoodsecurity.vgscollect.core.api.analityc.action.AttachFileAction.params"]},{"name":"val params: Map","description":"com.verygoodsecurity.vgscollect.core.api.analityc.action.AutofillAction.params","location":"vgscollect/com.verygoodsecurity.vgscollect.core.api.analityc.action/-autofill-action/params.html","searchKeys":["params","val params: Map","com.verygoodsecurity.vgscollect.core.api.analityc.action.AutofillAction.params"]},{"name":"val params: Map","description":"com.verygoodsecurity.vgscollect.core.api.analityc.action.HostNameValidationAction.params","location":"vgscollect/com.verygoodsecurity.vgscollect.core.api.analityc.action/-host-name-validation-action/params.html","searchKeys":["params","val params: Map","com.verygoodsecurity.vgscollect.core.api.analityc.action.HostNameValidationAction.params"]},{"name":"val params: Map","description":"com.verygoodsecurity.vgscollect.core.api.analityc.action.InitAction.params","location":"vgscollect/com.verygoodsecurity.vgscollect.core.api.analityc.action/-init-action/params.html","searchKeys":["params","val params: Map","com.verygoodsecurity.vgscollect.core.api.analityc.action.InitAction.params"]},{"name":"val params: Map","description":"com.verygoodsecurity.vgscollect.core.api.analityc.action.ResponseAction.params","location":"vgscollect/com.verygoodsecurity.vgscollect.core.api.analityc.action/-response-action/params.html","searchKeys":["params","val params: Map","com.verygoodsecurity.vgscollect.core.api.analityc.action.ResponseAction.params"]},{"name":"val params: Map","description":"com.verygoodsecurity.vgscollect.core.api.analityc.action.ScanAction.params","location":"vgscollect/com.verygoodsecurity.vgscollect.core.api.analityc.action/-scan-action/params.html","searchKeys":["params","val params: Map","com.verygoodsecurity.vgscollect.core.api.analityc.action.ScanAction.params"]},{"name":"val params: Map","description":"com.verygoodsecurity.vgscollect.core.api.analityc.action.SubmitAction.params","location":"vgscollect/com.verygoodsecurity.vgscollect.core.api.analityc.action/-submit-action/params.html","searchKeys":["params","val params: Map","com.verygoodsecurity.vgscollect.core.api.analityc.action.SubmitAction.params"]},{"name":"val position: Int","description":"com.verygoodsecurity.vgscollect.core.model.map.Key.ArrayKey.position","location":"vgscollect/com.verygoodsecurity.vgscollect.core.model.map/-key/-array-key/position.html","searchKeys":["position","val position: Int","com.verygoodsecurity.vgscollect.core.model.map.Key.ArrayKey.position"]},{"name":"val rangeCVV: IntArray","description":"com.verygoodsecurity.vgscollect.view.card.BrandParams.rangeCVV","location":"vgscollect/com.verygoodsecurity.vgscollect.view.card/-brand-params/range-c-v-v.html","searchKeys":["rangeCVV","val rangeCVV: IntArray","com.verygoodsecurity.vgscollect.view.card.BrandParams.rangeCVV"]},{"name":"val rangeCVV: IntArray","description":"com.verygoodsecurity.vgscollect.view.card.CardType.rangeCVV","location":"vgscollect/com.verygoodsecurity.vgscollect.view.card/-card-type/range-c-v-v.html","searchKeys":["rangeCVV","val rangeCVV: IntArray","com.verygoodsecurity.vgscollect.view.card.CardType.rangeCVV"]},{"name":"val rangeNumber: IntArray","description":"com.verygoodsecurity.vgscollect.view.card.BrandParams.rangeNumber","location":"vgscollect/com.verygoodsecurity.vgscollect.view.card/-brand-params/range-number.html","searchKeys":["rangeNumber","val rangeNumber: IntArray","com.verygoodsecurity.vgscollect.view.card.BrandParams.rangeNumber"]},{"name":"val rangeNumber: IntArray","description":"com.verygoodsecurity.vgscollect.view.card.CardType.rangeNumber","location":"vgscollect/com.verygoodsecurity.vgscollect.view.card/-card-type/range-number.html","searchKeys":["rangeNumber","val rangeNumber: IntArray","com.verygoodsecurity.vgscollect.view.card.CardType.rangeNumber"]},{"name":"val raw: String","description":"com.verygoodsecurity.vgscollect.app.BaseTransmitActivity.Status.raw","location":"vgscollect/com.verygoodsecurity.vgscollect.app/-base-transmit-activity/-status/raw.html","searchKeys":["raw","val raw: String","com.verygoodsecurity.vgscollect.app.BaseTransmitActivity.Status.raw"]},{"name":"val raw: String","description":"com.verygoodsecurity.vgscollect.view.card.FieldType.raw","location":"vgscollect/com.verygoodsecurity.vgscollect.view.card/-field-type/raw.html","searchKeys":["raw","val raw: String","com.verygoodsecurity.vgscollect.view.card.FieldType.raw"]},{"name":"val rawResponse: String? = null","description":"com.verygoodsecurity.vgscollect.core.model.network.VGSResponse.SuccessResponse.rawResponse","location":"vgscollect/com.verygoodsecurity.vgscollect.core.model.network/-v-g-s-response/-success-response/raw-response.html","searchKeys":["rawResponse","val rawResponse: String? = null","com.verygoodsecurity.vgscollect.core.model.network.VGSResponse.SuccessResponse.rawResponse"]},{"name":"val rawValue: String","description":"com.verygoodsecurity.vgscollect.core.Environment.rawValue","location":"vgscollect/com.verygoodsecurity.vgscollect.core/-environment/raw-value.html","searchKeys":["rawValue","val rawValue: String","com.verygoodsecurity.vgscollect.core.Environment.rawValue"]},{"name":"val rawValue: String","description":"com.verygoodsecurity.vgscollect.core.model.map.Key.ArrayKey.rawValue","location":"vgscollect/com.verygoodsecurity.vgscollect.core.model.map/-key/-array-key/raw-value.html","searchKeys":["rawValue","val rawValue: String","com.verygoodsecurity.vgscollect.core.model.map.Key.ArrayKey.rawValue"]},{"name":"val regex: String","description":"com.verygoodsecurity.vgscollect.view.card.CardBrand.regex","location":"vgscollect/com.verygoodsecurity.vgscollect.view.card/-card-brand/regex.html","searchKeys":["regex","val regex: String","com.verygoodsecurity.vgscollect.view.card.CardBrand.regex"]},{"name":"val regex: String","description":"com.verygoodsecurity.vgscollect.view.card.CardType.regex","location":"vgscollect/com.verygoodsecurity.vgscollect.view.card/-card-type/regex.html","searchKeys":["regex","val regex: String","com.verygoodsecurity.vgscollect.view.card.CardType.regex"]},{"name":"val requestTimeoutInterval: Long","description":"com.verygoodsecurity.vgscollect.core.model.network.NetworkRequest.requestTimeoutInterval","location":"vgscollect/com.verygoodsecurity.vgscollect.core.model.network/-network-request/request-timeout-interval.html","searchKeys":["requestTimeoutInterval","val requestTimeoutInterval: Long","com.verygoodsecurity.vgscollect.core.model.network.NetworkRequest.requestTimeoutInterval"]},{"name":"val requiresTokenization: Boolean","description":"com.verygoodsecurity.vgscollect.core.model.network.NetworkRequest.requiresTokenization","location":"vgscollect/com.verygoodsecurity.vgscollect.core.model.network/-network-request/requires-tokenization.html","searchKeys":["requiresTokenization","val requiresTokenization: Boolean","com.verygoodsecurity.vgscollect.core.model.network.NetworkRequest.requiresTokenization"]},{"name":"val resId: Int","description":"com.verygoodsecurity.vgscollect.view.card.CardType.resId","location":"vgscollect/com.verygoodsecurity.vgscollect.view.card/-card-type/res-id.html","searchKeys":["resId","val resId: Int","com.verygoodsecurity.vgscollect.view.card.CardType.resId"]},{"name":"val response: Map? = null","description":"com.verygoodsecurity.vgscollect.core.model.network.VGSResponse.SuccessResponse.response","location":"vgscollect/com.verygoodsecurity.vgscollect.core.model.network/-v-g-s-response/-success-response/response.html","searchKeys":["response","val response: Map? = null","com.verygoodsecurity.vgscollect.core.model.network.VGSResponse.SuccessResponse.response"]},{"name":"val size: Long = 0","description":"com.verygoodsecurity.vgscollect.core.model.state.FileState.size","location":"vgscollect/com.verygoodsecurity.vgscollect.core.model.state/-file-state/size.html","searchKeys":["size","val size: Long = 0","com.verygoodsecurity.vgscollect.core.model.state.FileState.size"]},{"name":"val structuredData: MutableMap","description":"com.verygoodsecurity.vgscollect.core.model.map.FlatMap.structuredData","location":"vgscollect/com.verygoodsecurity.vgscollect.core.model.map/-flat-map/structured-data.html","searchKeys":["structuredData","val structuredData: MutableMap","com.verygoodsecurity.vgscollect.core.model.map.FlatMap.structuredData"]},{"name":"val successCode: Int","description":"com.verygoodsecurity.vgscollect.core.model.network.VGSResponse.SuccessResponse.successCode","location":"vgscollect/com.verygoodsecurity.vgscollect.core.model.network/-v-g-s-response/-success-response/success-code.html","searchKeys":["successCode","val successCode: Int","com.verygoodsecurity.vgscollect.core.model.network.VGSResponse.SuccessResponse.successCode"]},{"name":"val timeInMillis: Long","description":"com.verygoodsecurity.vgscollect.core.model.VGSDate.timeInMillis","location":"vgscollect/com.verygoodsecurity.vgscollect.core.model/-v-g-s-date/time-in-millis.html","searchKeys":["timeInMillis","val timeInMillis: Long","com.verygoodsecurity.vgscollect.core.model.VGSDate.timeInMillis"]},{"name":"val year: Int","description":"com.verygoodsecurity.vgscollect.core.model.VGSDate.year","location":"vgscollect/com.verygoodsecurity.vgscollect.core.model/-v-g-s-date/year.html","searchKeys":["year","val year: Int","com.verygoodsecurity.vgscollect.core.model.VGSDate.year"]},{"name":"var bin: String?","description":"com.verygoodsecurity.vgscollect.core.model.state.FieldState.CardNumberState.bin","location":"vgscollect/com.verygoodsecurity.vgscollect.core.model.state/-field-state/-card-number-state/bin.html","searchKeys":["bin","var bin: String?","com.verygoodsecurity.vgscollect.core.model.state.FieldState.CardNumberState.bin"]},{"name":"var cardBrand: String?","description":"com.verygoodsecurity.vgscollect.core.model.state.FieldState.CardNumberState.cardBrand","location":"vgscollect/com.verygoodsecurity.vgscollect.core.model.state/-field-state/-card-number-state/card-brand.html","searchKeys":["cardBrand","var cardBrand: String?","com.verygoodsecurity.vgscollect.core.model.state.FieldState.CardNumberState.cardBrand"]},{"name":"var contentLength: Int","description":"com.verygoodsecurity.vgscollect.core.model.state.FieldState.contentLength","location":"vgscollect/com.verygoodsecurity.vgscollect.core.model.state/-field-state/content-length.html","searchKeys":["contentLength","var contentLength: Int","com.verygoodsecurity.vgscollect.core.model.state.FieldState.contentLength"]},{"name":"var contentLengthRaw: Int","description":"com.verygoodsecurity.vgscollect.core.model.state.FieldState.CardNumberState.contentLengthRaw","location":"vgscollect/com.verygoodsecurity.vgscollect.core.model.state/-field-state/-card-number-state/content-length-raw.html","searchKeys":["contentLengthRaw","var contentLengthRaw: Int","com.verygoodsecurity.vgscollect.core.model.state.FieldState.CardNumberState.contentLengthRaw"]},{"name":"var contentLengthRaw: Int","description":"com.verygoodsecurity.vgscollect.core.model.state.FieldState.SSNNumberState.contentLengthRaw","location":"vgscollect/com.verygoodsecurity.vgscollect.core.model.state/-field-state/-s-s-n-number-state/content-length-raw.html","searchKeys":["contentLengthRaw","var contentLengthRaw: Int","com.verygoodsecurity.vgscollect.core.model.state.FieldState.SSNNumberState.contentLengthRaw"]},{"name":"var drawableBrandResId: Int","description":"com.verygoodsecurity.vgscollect.core.model.state.FieldState.CardNumberState.drawableBrandResId","location":"vgscollect/com.verygoodsecurity.vgscollect.core.model.state/-field-state/-card-number-state/drawable-brand-res-id.html","searchKeys":["drawableBrandResId","var drawableBrandResId: Int","com.verygoodsecurity.vgscollect.core.model.state.FieldState.CardNumberState.drawableBrandResId"]},{"name":"var error: String?","description":"com.verygoodsecurity.vgscollect.view.material.internal.TextInputLayoutSavedState.error","location":"vgscollect/com.verygoodsecurity.vgscollect.view.material.internal/-text-input-layout-saved-state/error.html","searchKeys":["error","var error: String?","com.verygoodsecurity.vgscollect.view.material.internal.TextInputLayoutSavedState.error"]},{"name":"var fieldName: String","description":"com.verygoodsecurity.vgscollect.core.model.state.FieldState.fieldName","location":"vgscollect/com.verygoodsecurity.vgscollect.core.model.state/-field-state/field-name.html","searchKeys":["fieldName","var fieldName: String","com.verygoodsecurity.vgscollect.core.model.state.FieldState.fieldName"]},{"name":"var fieldType: FieldType","description":"com.verygoodsecurity.vgscollect.core.model.state.FieldState.fieldType","location":"vgscollect/com.verygoodsecurity.vgscollect.core.model.state/-field-state/field-type.html","searchKeys":["fieldType","var fieldType: FieldType","com.verygoodsecurity.vgscollect.core.model.state.FieldState.fieldType"]},{"name":"var hasFocus: Boolean","description":"com.verygoodsecurity.vgscollect.core.model.state.FieldState.hasFocus","location":"vgscollect/com.verygoodsecurity.vgscollect.core.model.state/-field-state/has-focus.html","searchKeys":["hasFocus","var hasFocus: Boolean","com.verygoodsecurity.vgscollect.core.model.state.FieldState.hasFocus"]},{"name":"var isEmpty: Boolean","description":"com.verygoodsecurity.vgscollect.core.model.state.FieldState.isEmpty","location":"vgscollect/com.verygoodsecurity.vgscollect.core.model.state/-field-state/is-empty.html","searchKeys":["isEmpty","var isEmpty: Boolean","com.verygoodsecurity.vgscollect.core.model.state.FieldState.isEmpty"]},{"name":"var isEnabled: Boolean","description":"com.verygoodsecurity.vgscollect.VGSCollectLogger.isEnabled","location":"vgscollect/com.verygoodsecurity.vgscollect/-v-g-s-collect-logger/is-enabled.html","searchKeys":["isEnabled","var isEnabled: Boolean","com.verygoodsecurity.vgscollect.VGSCollectLogger.isEnabled"]},{"name":"var isRequired: Boolean","description":"com.verygoodsecurity.vgscollect.core.model.state.FieldState.isRequired","location":"vgscollect/com.verygoodsecurity.vgscollect.core.model.state/-field-state/is-required.html","searchKeys":["isRequired","var isRequired: Boolean","com.verygoodsecurity.vgscollect.core.model.state.FieldState.isRequired"]},{"name":"var isValid: Boolean","description":"com.verygoodsecurity.vgscollect.core.model.state.FieldState.isValid","location":"vgscollect/com.verygoodsecurity.vgscollect.core.model.state/-field-state/is-valid.html","searchKeys":["isValid","var isValid: Boolean","com.verygoodsecurity.vgscollect.core.model.state.FieldState.isValid"]},{"name":"var last: String?","description":"com.verygoodsecurity.vgscollect.core.model.state.FieldState.CardNumberState.last","location":"vgscollect/com.verygoodsecurity.vgscollect.core.model.state/-field-state/-card-number-state/last.html","searchKeys":["last","var last: String?","com.verygoodsecurity.vgscollect.core.model.state.FieldState.CardNumberState.last"]},{"name":"var last: String?","description":"com.verygoodsecurity.vgscollect.core.model.state.FieldState.SSNNumberState.last","location":"vgscollect/com.verygoodsecurity.vgscollect.core.model.state/-field-state/-s-s-n-number-state/last.html","searchKeys":["last","var last: String?","com.verygoodsecurity.vgscollect.core.model.state.FieldState.SSNNumberState.last"]},{"name":"var logLevel: VGSCollectLogger.Level","description":"com.verygoodsecurity.vgscollect.VGSCollectLogger.logLevel","location":"vgscollect/com.verygoodsecurity.vgscollect/-v-g-s-collect-logger/log-level.html","searchKeys":["logLevel","var logLevel: VGSCollectLogger.Level","com.verygoodsecurity.vgscollect.VGSCollectLogger.logLevel"]},{"name":"var number: String?","description":"com.verygoodsecurity.vgscollect.core.model.state.FieldState.CardNumberState.number","location":"vgscollect/com.verygoodsecurity.vgscollect.core.model.state/-field-state/-card-number-state/number.html","searchKeys":["number","var number: String?","com.verygoodsecurity.vgscollect.core.model.state.FieldState.CardNumberState.number"]},{"name":"var tag: String","description":"com.verygoodsecurity.vgscollect.VGSCollectLogger.tag","location":"vgscollect/com.verygoodsecurity.vgscollect/-v-g-s-collect-logger/tag.html","searchKeys":["tag","var tag: String","com.verygoodsecurity.vgscollect.VGSCollectLogger.tag"]},{"name":"var url: String","description":"com.verygoodsecurity.vgscollect.core.model.network.NetworkRequest.url","location":"vgscollect/com.verygoodsecurity.vgscollect.core.model.network/-network-request/url.html","searchKeys":["url","var url: String","com.verygoodsecurity.vgscollect.core.model.network.NetworkRequest.url"]},{"name":"var validationErrors: List","description":"com.verygoodsecurity.vgscollect.core.model.state.FieldState.validationErrors","location":"vgscollect/com.verygoodsecurity.vgscollect.core.model.state/-field-state/validation-errors.html","searchKeys":["validationErrors","var validationErrors: List","com.verygoodsecurity.vgscollect.core.model.state.FieldState.validationErrors"]}] diff --git a/docs/vgscollect/com.verygoodsecurity.vgscollect.core.model.state.tokenization/-v-g-s-vault-alias-format/-a-l-p-h-a-n-u-m-e-r-i-c_-l-e-n-g-t-h_-p-r-e-s-e-r-v-i-n-g/index.html b/docs/vgscollect/com.verygoodsecurity.vgscollect.core.model.state.tokenization/-v-g-s-vault-alias-format/-a-l-p-h-a-n-u-m-e-r-i-c_-l-e-n-g-t-h_-p-r-e-s-e-r-v-i-n-g/index.html new file mode 100644 index 000000000..9526bfbd6 --- /dev/null +++ b/docs/vgscollect/com.verygoodsecurity.vgscollect.core.model.state.tokenization/-v-g-s-vault-alias-format/-a-l-p-h-a-n-u-m-e-r-i-c_-l-e-n-g-t-h_-p-r-e-s-e-r-v-i-n-g/index.html @@ -0,0 +1,119 @@ + + + + + ALPHANUMERIC_LENGTH_PRESERVING + + + + + + + + + + + + + + + + + + + +
+ +
+ +
+
+ +
+

ALPHANUMERIC_LENGTH_PRESERVING

+ +
+
+
+
+
+

Properties

+
+
+
+
+ + +
Link copied to clipboard
+
+
+
+ +
+
+
+
+ +
+
+
+ + +
Link copied to clipboard
+
+
+
+ +
+
+
+
+
+
+
+
+
+ +
+
+
+ + diff --git a/docs/vgscollect/com.verygoodsecurity.vgscollect.core.model.state.tokenization/-v-g-s-vault-alias-format/-a-l-p-h-a-n-u-m-e-r-i-c_-l-e-n-g-t-h_-p-r-e-s-e-r-v-i-n-g_-s-i-x_-t_-f-o-u-r/index.html b/docs/vgscollect/com.verygoodsecurity.vgscollect.core.model.state.tokenization/-v-g-s-vault-alias-format/-a-l-p-h-a-n-u-m-e-r-i-c_-l-e-n-g-t-h_-p-r-e-s-e-r-v-i-n-g_-s-i-x_-t_-f-o-u-r/index.html new file mode 100644 index 000000000..dc52523ca --- /dev/null +++ b/docs/vgscollect/com.verygoodsecurity.vgscollect.core.model.state.tokenization/-v-g-s-vault-alias-format/-a-l-p-h-a-n-u-m-e-r-i-c_-l-e-n-g-t-h_-p-r-e-s-e-r-v-i-n-g_-s-i-x_-t_-f-o-u-r/index.html @@ -0,0 +1,119 @@ + + + + + ALPHANUMERIC_LENGTH_PRESERVING_SIX_T_FOUR + + + + + + + + + + + + + + + + + + + +
+ +
+ +
+
+ +
+

ALPHANUMERIC_LENGTH_PRESERVING_SIX_T_FOUR

+ +
+
+
+
+
+

Properties

+
+
+
+
+ + +
Link copied to clipboard
+
+
+
+ +
+
+
+
+ +
+
+
+ + +
Link copied to clipboard
+
+
+
+ +
+
+
+
+
+
+
+
+
+ +
+
+
+ + diff --git a/docs/vgscollect/com.verygoodsecurity.vgscollect.core.model.state.tokenization/-v-g-s-vault-alias-format/-a-l-p-h-a-n-u-m-e-r-i-c_-l-e-n-g-t-h_-p-r-e-s-e-r-v-i-n-g_-t_-f-o-u-r/index.html b/docs/vgscollect/com.verygoodsecurity.vgscollect.core.model.state.tokenization/-v-g-s-vault-alias-format/-a-l-p-h-a-n-u-m-e-r-i-c_-l-e-n-g-t-h_-p-r-e-s-e-r-v-i-n-g_-t_-f-o-u-r/index.html new file mode 100644 index 000000000..48ed87392 --- /dev/null +++ b/docs/vgscollect/com.verygoodsecurity.vgscollect.core.model.state.tokenization/-v-g-s-vault-alias-format/-a-l-p-h-a-n-u-m-e-r-i-c_-l-e-n-g-t-h_-p-r-e-s-e-r-v-i-n-g_-t_-f-o-u-r/index.html @@ -0,0 +1,119 @@ + + + + + ALPHANUMERIC_LENGTH_PRESERVING_T_FOUR + + + + + + + + + + + + + + + + + + + +
+ +
+ +
+
+ +
+

ALPHANUMERIC_LENGTH_PRESERVING_T_FOUR

+ +
+
+
+
+
+

Properties

+
+
+
+
+ + +
Link copied to clipboard
+
+
+
+ +
+
+
+
+ +
+
+
+ + +
Link copied to clipboard
+
+
+
+ +
+
+
+
+
+
+
+
+
+ +
+
+
+ + diff --git a/docs/vgscollect/com.verygoodsecurity.vgscollect.core.model.state.tokenization/-v-g-s-vault-alias-format/-a-l-p-h-a-n-u-m-e-r-i-c_-s-i-x_-t_-f-o-u-r/index.html b/docs/vgscollect/com.verygoodsecurity.vgscollect.core.model.state.tokenization/-v-g-s-vault-alias-format/-a-l-p-h-a-n-u-m-e-r-i-c_-s-i-x_-t_-f-o-u-r/index.html new file mode 100644 index 000000000..ef8ef5b53 --- /dev/null +++ b/docs/vgscollect/com.verygoodsecurity.vgscollect.core.model.state.tokenization/-v-g-s-vault-alias-format/-a-l-p-h-a-n-u-m-e-r-i-c_-s-i-x_-t_-f-o-u-r/index.html @@ -0,0 +1,119 @@ + + + + + ALPHANUMERIC_SIX_T_FOUR + + + + + + + + + + + + + + + + + + + +
+ +
+ +
+
+ +
+

ALPHANUMERIC_SIX_T_FOUR

+ +
+
+
+
+
+

Properties

+
+
+
+
+ + +
Link copied to clipboard
+
+
+
+ +
+
+
+
+ +
+
+
+ + +
Link copied to clipboard
+
+
+
+ +
+
+
+
+
+
+
+
+
+ +
+
+
+ + diff --git a/docs/vgscollect/com.verygoodsecurity.vgscollect.core.model.state.tokenization/-v-g-s-vault-alias-format/-a-l-p-h-a-n-u-m-e-r-i-c_-s-s-n_-t_-f-o-u-r/index.html b/docs/vgscollect/com.verygoodsecurity.vgscollect.core.model.state.tokenization/-v-g-s-vault-alias-format/-a-l-p-h-a-n-u-m-e-r-i-c_-s-s-n_-t_-f-o-u-r/index.html new file mode 100644 index 000000000..fd6e7f336 --- /dev/null +++ b/docs/vgscollect/com.verygoodsecurity.vgscollect.core.model.state.tokenization/-v-g-s-vault-alias-format/-a-l-p-h-a-n-u-m-e-r-i-c_-s-s-n_-t_-f-o-u-r/index.html @@ -0,0 +1,119 @@ + + + + + ALPHANUMERIC_SSN_T_FOUR + + + + + + + + + + + + + + + + + + + +
+ +
+ +
+
+ +
+

ALPHANUMERIC_SSN_T_FOUR

+ +
+
+
+
+
+

Properties

+
+
+
+
+ + +
Link copied to clipboard
+
+
+
+ +
+
+
+
+ +
+
+
+ + +
Link copied to clipboard
+
+
+
+ +
+
+
+
+
+
+
+
+
+ +
+
+
+ + diff --git a/docs/vgscollect/com.verygoodsecurity.vgscollect.core.model.state.tokenization/-v-g-s-vault-alias-format/-f-p-e_-a-c-c_-n-u-m_-t_-f-o-u-r/index.html b/docs/vgscollect/com.verygoodsecurity.vgscollect.core.model.state.tokenization/-v-g-s-vault-alias-format/-f-p-e_-a-c-c_-n-u-m_-t_-f-o-u-r/index.html new file mode 100644 index 000000000..0ef863aa2 --- /dev/null +++ b/docs/vgscollect/com.verygoodsecurity.vgscollect.core.model.state.tokenization/-v-g-s-vault-alias-format/-f-p-e_-a-c-c_-n-u-m_-t_-f-o-u-r/index.html @@ -0,0 +1,119 @@ + + + + + FPE_ACC_NUM_T_FOUR + + + + + + + + + + + + + + + + + + + +
+ +
+ +
+
+ +
+

FPE_ACC_NUM_T_FOUR

+ +
+
+
+
+
+

Properties

+
+
+
+
+ + +
Link copied to clipboard
+
+
+
+ +
+
+
+
+ +
+
+
+ + +
Link copied to clipboard
+
+
+
+ +
+
+
+
+
+
+
+
+
+ +
+
+
+ + diff --git a/docs/vgscollect/com.verygoodsecurity.vgscollect.core.model.state.tokenization/-v-g-s-vault-alias-format/-f-p-e_-a-l-p-h-a-n-u-m-e-r-i-c_-a-c-c_-n-u-m_-t_-f-o-u-r/index.html b/docs/vgscollect/com.verygoodsecurity.vgscollect.core.model.state.tokenization/-v-g-s-vault-alias-format/-f-p-e_-a-l-p-h-a-n-u-m-e-r-i-c_-a-c-c_-n-u-m_-t_-f-o-u-r/index.html new file mode 100644 index 000000000..c9a73946a --- /dev/null +++ b/docs/vgscollect/com.verygoodsecurity.vgscollect.core.model.state.tokenization/-v-g-s-vault-alias-format/-f-p-e_-a-l-p-h-a-n-u-m-e-r-i-c_-a-c-c_-n-u-m_-t_-f-o-u-r/index.html @@ -0,0 +1,119 @@ + + + + + FPE_ALPHANUMERIC_ACC_NUM_T_FOUR + + + + + + + + + + + + + + + + + + + +
+ +
+ +
+
+ +
+

FPE_ALPHANUMERIC_ACC_NUM_T_FOUR

+ +
+
+
+
+
+

Properties

+
+
+
+
+ + +
Link copied to clipboard
+
+
+
+ +
+
+
+
+ +
+
+
+ + +
Link copied to clipboard
+
+
+
+ +
+
+
+
+
+
+
+
+
+ +
+
+
+ + diff --git a/docs/vgscollect/com.verygoodsecurity.vgscollect.core.model.state.tokenization/-v-g-s-vault-alias-format/-f-p-e_-s-s-n_-t_-f-o-u-r/index.html b/docs/vgscollect/com.verygoodsecurity.vgscollect.core.model.state.tokenization/-v-g-s-vault-alias-format/-f-p-e_-s-s-n_-t_-f-o-u-r/index.html new file mode 100644 index 000000000..6e0377aec --- /dev/null +++ b/docs/vgscollect/com.verygoodsecurity.vgscollect.core.model.state.tokenization/-v-g-s-vault-alias-format/-f-p-e_-s-s-n_-t_-f-o-u-r/index.html @@ -0,0 +1,119 @@ + + + + + FPE_SSN_T_FOUR + + + + + + + + + + + + + + + + + + + +
+ +
+ +
+
+ +
+

FPE_SSN_T_FOUR

+ +
+
+
+
+
+

Properties

+
+
+
+
+ + +
Link copied to clipboard
+
+
+
+ +
+
+
+
+ +
+
+
+ + +
Link copied to clipboard
+
+
+
+ +
+
+
+
+
+
+
+
+
+ +
+
+
+ + diff --git a/docs/vgscollect/com.verygoodsecurity.vgscollect.core.model.state.tokenization/-v-g-s-vault-alias-format/-f-p-e_-t_-f-o-u-r/index.html b/docs/vgscollect/com.verygoodsecurity.vgscollect.core.model.state.tokenization/-v-g-s-vault-alias-format/-f-p-e_-t_-f-o-u-r/index.html new file mode 100644 index 000000000..aa602600c --- /dev/null +++ b/docs/vgscollect/com.verygoodsecurity.vgscollect.core.model.state.tokenization/-v-g-s-vault-alias-format/-f-p-e_-t_-f-o-u-r/index.html @@ -0,0 +1,119 @@ + + + + + FPE_T_FOUR + + + + + + + + + + + + + + + + + + + +
+ +
+ +
+
+ +
+

FPE_T_FOUR

+ +
+
+
+
+
+

Properties

+
+
+
+
+ + +
Link copied to clipboard
+
+
+
+ +
+
+
+
+ +
+
+
+ + +
Link copied to clipboard
+
+
+
+ +
+
+
+
+
+
+
+
+
+ +
+
+
+ + diff --git a/docs/vgscollect/com.verygoodsecurity.vgscollect.core.model.state.tokenization/-v-g-s-vault-alias-format/-g-e-n-e-r-i-c_-t_-f-o-u-r/index.html b/docs/vgscollect/com.verygoodsecurity.vgscollect.core.model.state.tokenization/-v-g-s-vault-alias-format/-g-e-n-e-r-i-c_-t_-f-o-u-r/index.html new file mode 100644 index 000000000..51f387b4a --- /dev/null +++ b/docs/vgscollect/com.verygoodsecurity.vgscollect.core.model.state.tokenization/-v-g-s-vault-alias-format/-g-e-n-e-r-i-c_-t_-f-o-u-r/index.html @@ -0,0 +1,119 @@ + + + + + GENERIC_T_FOUR + + + + + + + + + + + + + + + + + + + +
+ +
+ +
+
+ +
+

GENERIC_T_FOUR

+ +
+
+
+
+
+

Properties

+
+
+
+
+ + +
Link copied to clipboard
+
+
+
+ +
+
+
+
+ +
+
+
+ + +
Link copied to clipboard
+
+
+
+ +
+
+
+
+
+
+
+
+
+ +
+
+
+ + diff --git a/docs/vgscollect/com.verygoodsecurity.vgscollect.core.model.state.tokenization/-v-g-s-vault-alias-format/-p-f-p-t/index.html b/docs/vgscollect/com.verygoodsecurity.vgscollect.core.model.state.tokenization/-v-g-s-vault-alias-format/-p-f-p-t/index.html new file mode 100644 index 000000000..d37d1abf6 --- /dev/null +++ b/docs/vgscollect/com.verygoodsecurity.vgscollect.core.model.state.tokenization/-v-g-s-vault-alias-format/-p-f-p-t/index.html @@ -0,0 +1,119 @@ + + + + + PFPT + + + + + + + + + + + + + + + + + + + +
+ +
+ +
+
+ +
+

PFPT

+ +
+
+
+
+
+

Properties

+
+
+
+
+ + +
Link copied to clipboard
+
+
+
+ +
+
+
+
+ +
+
+
+ + +
Link copied to clipboard
+
+
+
+ +
+
+
+
+
+
+
+
+
+ +
+
+
+ + diff --git a/docs/vgscollect/com.verygoodsecurity.vgscollect.core.model.state.tokenization/-v-g-s-vault-alias-format/-r-a-w_-u-u-i-d/index.html b/docs/vgscollect/com.verygoodsecurity.vgscollect.core.model.state.tokenization/-v-g-s-vault-alias-format/-r-a-w_-u-u-i-d/index.html new file mode 100644 index 000000000..fbdeb4dbf --- /dev/null +++ b/docs/vgscollect/com.verygoodsecurity.vgscollect.core.model.state.tokenization/-v-g-s-vault-alias-format/-r-a-w_-u-u-i-d/index.html @@ -0,0 +1,119 @@ + + + + + RAW_UUID + + + + + + + + + + + + + + + + + + + +
+ +
+ +
+
+ +
+

RAW_UUID

+ +
+
+
+
+
+

Properties

+
+
+
+
+ + +
Link copied to clipboard
+
+
+
+ +
+
+
+
+ +
+
+
+ + +
Link copied to clipboard
+
+
+
+ +
+
+
+
+
+
+
+
+
+ +
+
+
+ + diff --git a/docs/vgscollect/com.verygoodsecurity.vgscollect.core.model.state.tokenization/-v-g-s-vault-alias-format/index.html b/docs/vgscollect/com.verygoodsecurity.vgscollect.core.model.state.tokenization/-v-g-s-vault-alias-format/index.html index 1418ff631..6774a9f48 100644 --- a/docs/vgscollect/com.verygoodsecurity.vgscollect.core.model.state.tokenization/-v-g-s-vault-alias-format/index.html +++ b/docs/vgscollect/com.verygoodsecurity.vgscollect.core.model.state.tokenization/-v-g-s-vault-alias-format/index.html @@ -72,17 +72,32 @@

VGSVaultAlias<

Entries

-
+
- - + +
Link copied to clipboard
+
+
+ +
+
+
+ + +
Link copied to clipboard
+
+
@@ -102,6 +117,36 @@

Entries

+ +
+
+
+ + +
Link copied to clipboard
+
+
+ +
+
+
+ +
+
+
+ + +
Link copied to clipboard
+
+
+ +
+
+
@@ -117,6 +162,141 @@

Entries

+ +
+
+
+ + +
Link copied to clipboard
+
+
+
+ +
+
+
+
+ +
+
+
+ + +
Link copied to clipboard
+
+
+
+ +
+
+
+
+ +
+
+
+ + +
Link copied to clipboard
+
+
+
+ +
+
+
+
+ +
+
+
+ + +
Link copied to clipboard
+
+
+ +
+
+
+ +
+
+
+ + +
Link copied to clipboard
+
+ +
+
+ +
+
+
+ + +
Link copied to clipboard
+
+ +
+
+ +
+
+
+ + +
Link copied to clipboard
+
+ +
+
+ +
+
+
+ + +
Link copied to clipboard
+
+ +
+
+ +

diff --git a/docs/vgscollect/package-list b/docs/vgscollect/package-list index 138d2ef9f..00b40409f 100644 --- a/docs/vgscollect/package-list +++ b/docs/vgscollect/package-list @@ -205,8 +205,20 @@ $dokka.location:com.verygoodsecurity.vgscollect.core.model.network/VGSResponse// $dokka.location:com.verygoodsecurity.vgscollect.core.model.network/VGSResponse/body/#/PointingToDeclaration/vgscollect/com.verygoodsecurity.vgscollect.core.model.network/-v-g-s-response/body.html $dokka.location:com.verygoodsecurity.vgscollect.core.model.network/VGSResponse/code/#/PointingToDeclaration/vgscollect/com.verygoodsecurity.vgscollect.core.model.network/-v-g-s-response/code.html $dokka.location:com.verygoodsecurity.vgscollect.core.model.state.tokenization////PointingToDeclaration/vgscollect/com.verygoodsecurity.vgscollect.core.model.state.tokenization/index.html +$dokka.location:com.verygoodsecurity.vgscollect.core.model.state.tokenization/VGSVaultAliasFormat.ALPHANUMERIC_LENGTH_PRESERVING///PointingToDeclaration/{"org.jetbrains.dokka.links.EnumEntryDRIExtra":{"key":"org.jetbrains.dokka.links.EnumEntryDRIExtra"}}vgscollect/com.verygoodsecurity.vgscollect.core.model.state.tokenization/-v-g-s-vault-alias-format/-a-l-p-h-a-n-u-m-e-r-i-c_-l-e-n-g-t-h_-p-r-e-s-e-r-v-i-n-g/index.html +$dokka.location:com.verygoodsecurity.vgscollect.core.model.state.tokenization/VGSVaultAliasFormat.ALPHANUMERIC_LENGTH_PRESERVING_SIX_T_FOUR///PointingToDeclaration/{"org.jetbrains.dokka.links.EnumEntryDRIExtra":{"key":"org.jetbrains.dokka.links.EnumEntryDRIExtra"}}vgscollect/com.verygoodsecurity.vgscollect.core.model.state.tokenization/-v-g-s-vault-alias-format/-a-l-p-h-a-n-u-m-e-r-i-c_-l-e-n-g-t-h_-p-r-e-s-e-r-v-i-n-g_-s-i-x_-t_-f-o-u-r/index.html +$dokka.location:com.verygoodsecurity.vgscollect.core.model.state.tokenization/VGSVaultAliasFormat.ALPHANUMERIC_LENGTH_PRESERVING_T_FOUR///PointingToDeclaration/{"org.jetbrains.dokka.links.EnumEntryDRIExtra":{"key":"org.jetbrains.dokka.links.EnumEntryDRIExtra"}}vgscollect/com.verygoodsecurity.vgscollect.core.model.state.tokenization/-v-g-s-vault-alias-format/-a-l-p-h-a-n-u-m-e-r-i-c_-l-e-n-g-t-h_-p-r-e-s-e-r-v-i-n-g_-t_-f-o-u-r/index.html +$dokka.location:com.verygoodsecurity.vgscollect.core.model.state.tokenization/VGSVaultAliasFormat.ALPHANUMERIC_SIX_T_FOUR///PointingToDeclaration/{"org.jetbrains.dokka.links.EnumEntryDRIExtra":{"key":"org.jetbrains.dokka.links.EnumEntryDRIExtra"}}vgscollect/com.verygoodsecurity.vgscollect.core.model.state.tokenization/-v-g-s-vault-alias-format/-a-l-p-h-a-n-u-m-e-r-i-c_-s-i-x_-t_-f-o-u-r/index.html +$dokka.location:com.verygoodsecurity.vgscollect.core.model.state.tokenization/VGSVaultAliasFormat.ALPHANUMERIC_SSN_T_FOUR///PointingToDeclaration/{"org.jetbrains.dokka.links.EnumEntryDRIExtra":{"key":"org.jetbrains.dokka.links.EnumEntryDRIExtra"}}vgscollect/com.verygoodsecurity.vgscollect.core.model.state.tokenization/-v-g-s-vault-alias-format/-a-l-p-h-a-n-u-m-e-r-i-c_-s-s-n_-t_-f-o-u-r/index.html +$dokka.location:com.verygoodsecurity.vgscollect.core.model.state.tokenization/VGSVaultAliasFormat.FPE_ACC_NUM_T_FOUR///PointingToDeclaration/{"org.jetbrains.dokka.links.EnumEntryDRIExtra":{"key":"org.jetbrains.dokka.links.EnumEntryDRIExtra"}}vgscollect/com.verygoodsecurity.vgscollect.core.model.state.tokenization/-v-g-s-vault-alias-format/-f-p-e_-a-c-c_-n-u-m_-t_-f-o-u-r/index.html +$dokka.location:com.verygoodsecurity.vgscollect.core.model.state.tokenization/VGSVaultAliasFormat.FPE_ALPHANUMERIC_ACC_NUM_T_FOUR///PointingToDeclaration/{"org.jetbrains.dokka.links.EnumEntryDRIExtra":{"key":"org.jetbrains.dokka.links.EnumEntryDRIExtra"}}vgscollect/com.verygoodsecurity.vgscollect.core.model.state.tokenization/-v-g-s-vault-alias-format/-f-p-e_-a-l-p-h-a-n-u-m-e-r-i-c_-a-c-c_-n-u-m_-t_-f-o-u-r/index.html $dokka.location:com.verygoodsecurity.vgscollect.core.model.state.tokenization/VGSVaultAliasFormat.FPE_SIX_T_FOUR///PointingToDeclaration/{"org.jetbrains.dokka.links.EnumEntryDRIExtra":{"key":"org.jetbrains.dokka.links.EnumEntryDRIExtra"}}vgscollect/com.verygoodsecurity.vgscollect.core.model.state.tokenization/-v-g-s-vault-alias-format/-f-p-e_-s-i-x_-t_-f-o-u-r/index.html +$dokka.location:com.verygoodsecurity.vgscollect.core.model.state.tokenization/VGSVaultAliasFormat.FPE_SSN_T_FOUR///PointingToDeclaration/{"org.jetbrains.dokka.links.EnumEntryDRIExtra":{"key":"org.jetbrains.dokka.links.EnumEntryDRIExtra"}}vgscollect/com.verygoodsecurity.vgscollect.core.model.state.tokenization/-v-g-s-vault-alias-format/-f-p-e_-s-s-n_-t_-f-o-u-r/index.html +$dokka.location:com.verygoodsecurity.vgscollect.core.model.state.tokenization/VGSVaultAliasFormat.FPE_T_FOUR///PointingToDeclaration/{"org.jetbrains.dokka.links.EnumEntryDRIExtra":{"key":"org.jetbrains.dokka.links.EnumEntryDRIExtra"}}vgscollect/com.verygoodsecurity.vgscollect.core.model.state.tokenization/-v-g-s-vault-alias-format/-f-p-e_-t_-f-o-u-r/index.html +$dokka.location:com.verygoodsecurity.vgscollect.core.model.state.tokenization/VGSVaultAliasFormat.GENERIC_T_FOUR///PointingToDeclaration/{"org.jetbrains.dokka.links.EnumEntryDRIExtra":{"key":"org.jetbrains.dokka.links.EnumEntryDRIExtra"}}vgscollect/com.verygoodsecurity.vgscollect.core.model.state.tokenization/-v-g-s-vault-alias-format/-g-e-n-e-r-i-c_-t_-f-o-u-r/index.html $dokka.location:com.verygoodsecurity.vgscollect.core.model.state.tokenization/VGSVaultAliasFormat.NUM_LENGTH_PRESERVING///PointingToDeclaration/{"org.jetbrains.dokka.links.EnumEntryDRIExtra":{"key":"org.jetbrains.dokka.links.EnumEntryDRIExtra"}}vgscollect/com.verygoodsecurity.vgscollect.core.model.state.tokenization/-v-g-s-vault-alias-format/-n-u-m_-l-e-n-g-t-h_-p-r-e-s-e-r-v-i-n-g/index.html +$dokka.location:com.verygoodsecurity.vgscollect.core.model.state.tokenization/VGSVaultAliasFormat.PFPT///PointingToDeclaration/{"org.jetbrains.dokka.links.EnumEntryDRIExtra":{"key":"org.jetbrains.dokka.links.EnumEntryDRIExtra"}}vgscollect/com.verygoodsecurity.vgscollect.core.model.state.tokenization/-v-g-s-vault-alias-format/-p-f-p-t/index.html +$dokka.location:com.verygoodsecurity.vgscollect.core.model.state.tokenization/VGSVaultAliasFormat.RAW_UUID///PointingToDeclaration/{"org.jetbrains.dokka.links.EnumEntryDRIExtra":{"key":"org.jetbrains.dokka.links.EnumEntryDRIExtra"}}vgscollect/com.verygoodsecurity.vgscollect.core.model.state.tokenization/-v-g-s-vault-alias-format/-r-a-w_-u-u-i-d/index.html $dokka.location:com.verygoodsecurity.vgscollect.core.model.state.tokenization/VGSVaultAliasFormat.UUID///PointingToDeclaration/{"org.jetbrains.dokka.links.EnumEntryDRIExtra":{"key":"org.jetbrains.dokka.links.EnumEntryDRIExtra"}}vgscollect/com.verygoodsecurity.vgscollect.core.model.state.tokenization/-v-g-s-vault-alias-format/-u-u-i-d/index.html $dokka.location:com.verygoodsecurity.vgscollect.core.model.state.tokenization/VGSVaultAliasFormat///PointingToDeclaration/vgscollect/com.verygoodsecurity.vgscollect.core.model.state.tokenization/-v-g-s-vault-alias-format/index.html $dokka.location:com.verygoodsecurity.vgscollect.core.model.state.tokenization/VGSVaultAliasFormat/entries/#/PointingToDeclaration/vgscollect/com.verygoodsecurity.vgscollect.core.model.state.tokenization/-v-g-s-vault-alias-format/entries.html diff --git a/vgscollect/gradle.properties b/vgscollect/gradle.properties index ec91a5b2e..a9e8a48c7 100644 --- a/vgscollect/gradle.properties +++ b/vgscollect/gradle.properties @@ -6,5 +6,5 @@ POM_INCEPTION_YEAR=2021 POM_PACKAGING=aar # Version code & name -VERSION_NAME=1.9.1 -VERSION_CODE=1901 \ No newline at end of file +VERSION_NAME=1.9.2 +VERSION_CODE=1902 \ No newline at end of file diff --git a/vgscollect/src/main/java/com/verygoodsecurity/vgscollect/core/model/state/tokenization/VGSVaultAliasFormat.kt b/vgscollect/src/main/java/com/verygoodsecurity/vgscollect/core/model/state/tokenization/VGSVaultAliasFormat.kt index c2d1e65bd..b5f56bf71 100644 --- a/vgscollect/src/main/java/com/verygoodsecurity/vgscollect/core/model/state/tokenization/VGSVaultAliasFormat.kt +++ b/vgscollect/src/main/java/com/verygoodsecurity/vgscollect/core/model/state/tokenization/VGSVaultAliasFormat.kt @@ -1,7 +1,20 @@ package com.verygoodsecurity.vgscollect.core.model.state.tokenization enum class VGSVaultAliasFormat { - UUID, + + FPE_ACC_NUM_T_FOUR, + FPE_ALPHANUMERIC_ACC_NUM_T_FOUR, FPE_SIX_T_FOUR, - NUM_LENGTH_PRESERVING + FPE_SSN_T_FOUR, + FPE_T_FOUR, + NUM_LENGTH_PRESERVING, + PFPT, + RAW_UUID, + UUID, + GENERIC_T_FOUR, + ALPHANUMERIC_SIX_T_FOUR, + ALPHANUMERIC_LENGTH_PRESERVING, + ALPHANUMERIC_LENGTH_PRESERVING_T_FOUR, + ALPHANUMERIC_SSN_T_FOUR, + ALPHANUMERIC_LENGTH_PRESERVING_SIX_T_FOUR, } \ No newline at end of file