From 19e2b925ce7ce1808af5da20f8badbc78412ac15 Mon Sep 17 00:00:00 2001 From: Martin Guillon Date: Thu, 28 Nov 2024 21:16:14 +0000 Subject: [PATCH 1/2] chore: new build --- App_Resources/cardwallet/Android/app.gradle | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/App_Resources/cardwallet/Android/app.gradle b/App_Resources/cardwallet/Android/app.gradle index db9c447c..244a1813 100644 --- a/App_Resources/cardwallet/Android/app.gradle +++ b/App_Resources/cardwallet/Android/app.gradle @@ -11,8 +11,8 @@ android { defaultConfig { multiDexEnabled false minSdkVersion 21 - versionCode 24 - versionName "1.3.4" + versionCode 25 + versionName "1.4.0" // if (project.hasProperty('resConfigs')) { // def resConfigs = project.findProperty('resConfigs') From a6d054d7918446fd3b4687d3ad2ccdf8c17012ac Mon Sep 17 00:00:00 2001 From: Martin Guillon Date: Thu, 28 Nov 2024 21:16:15 +0000 Subject: [PATCH 2/2] 25 release notes --- .../android/en-US/changelogs/25.txt | 11 +++++++++++ 1 file changed, 11 insertions(+) create mode 100644 fastlane/metadata/com.akylas.cardwallet/android/en-US/changelogs/25.txt diff --git a/fastlane/metadata/com.akylas.cardwallet/android/en-US/changelogs/25.txt b/fastlane/metadata/com.akylas.cardwallet/android/en-US/changelogs/25.txt new file mode 100644 index 00000000..0cb19c2c --- /dev/null +++ b/fastlane/metadata/com.akylas.cardwallet/android/en-US/changelogs/25.txt @@ -0,0 +1,11 @@ +Features: +- option to force QRCodes on white background (better for some readers) +- you can now add extra fields to your cards. You can also create a card from a name/barcode (without scanning an image). + +Bug fixes: +- regression fix where the back button would work on the main screen +- ensure a change of name is synced with remote (webdav,...) +- update sync state when sync service added +- folders are now synced with webdav +- potential error while navigating back +- Translations update \ No newline at end of file