From 59f215ee890a52aaec4c691a7786403aef39179e Mon Sep 17 00:00:00 2001 From: Oscar Spruit Date: Wed, 13 Nov 2024 17:17:07 +0100 Subject: [PATCH 1/2] Edit release notes --- RELEASE_NOTES.md | 8 ++------ 1 file changed, 2 insertions(+), 6 deletions(-) diff --git a/RELEASE_NOTES.md b/RELEASE_NOTES.md index a181c8a..ead7cee 100644 --- a/RELEASE_NOTES.md +++ b/RELEASE_NOTES.md @@ -1,7 +1,3 @@ ## New -- For favorites, an icon is displayed in the front of the row. - -## Fixed -- Spaces are no longer included when autofilling a number. Thanks to @dhartwich1991! -- For cards, "n/a" is no longer autofilled when the security code is not required. -- When removing input after autofilling, there is no longer an empty tooltip shown. +- It is now possible to autofill on web pages as well. See the note [here](https://github.com/Adyen/adyen-testcards-android?tab=readme-ov-file#usage) on how to enable autofilling for chrome. +- Payment method information can now be copied to the clipboard by long pressing an item. From e54bace510248c22a9208f882d3f583ce513e717 Mon Sep 17 00:00:00 2001 From: Oscar Spruit Date: Wed, 13 Nov 2024 17:18:06 +0100 Subject: [PATCH 2/2] Bump version to 1.1.0 --- app/build.gradle.kts | 2 +- gradle/libs.versions.toml | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/app/build.gradle.kts b/app/build.gradle.kts index 00b8677..665e5a3 100644 --- a/app/build.gradle.kts +++ b/app/build.gradle.kts @@ -19,7 +19,7 @@ android { applicationId = "com.adyen.testcards" minSdk = 26 targetSdk = 35 - versionCode = 2 + versionCode = 3 versionName = libs.versions.versionName.get() testInstrumentationRunner = "androidx.test.runner.AndroidJUnitRunner" diff --git a/gradle/libs.versions.toml b/gradle/libs.versions.toml index 03332e3..48671d1 100644 --- a/gradle/libs.versions.toml +++ b/gradle/libs.versions.toml @@ -18,7 +18,7 @@ protobuf = "4.28.3" protobufPlugin = "0.9.4" retrofit = "2.11.0" spotless = "7.0.0.BETA2" -versionName = "1.0.0" +versionName = "1.1.0" [libraries] androidx-activity-compose = { group = "androidx.activity", name = "activity-compose", version.ref = "activityCompose" }