From fc25eb4d152f08307a72cf0c4aadeba3c62ce6b4 Mon Sep 17 00:00:00 2001 From: Martin Guillon Date: Thu, 5 Dec 2024 09:01:14 +0000 Subject: [PATCH 1/5] chore: new build --- App_Resources/cardwallet/iOS/Info.plist | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/App_Resources/cardwallet/iOS/Info.plist b/App_Resources/cardwallet/iOS/Info.plist index f9dc8595..33b3a282 100644 --- a/App_Resources/cardwallet/iOS/Info.plist +++ b/App_Resources/cardwallet/iOS/Info.plist @@ -3,9 +3,9 @@ CFBundleShortVersionString - 1.4.1 + 1.5.0 CFBundleVersion - 21 + 22 CFBundleDevelopmentRegion en CFBundleDisplayName From 93116cd28f2eae4eee6f64473a94043220efb407 Mon Sep 17 00:00:00 2001 From: Martin Guillon Date: Thu, 5 Dec 2024 09:04:42 +0000 Subject: [PATCH 2/5] chore: new build --- App_Resources/documentscanner/Android/app.gradle | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/App_Resources/documentscanner/Android/app.gradle b/App_Resources/documentscanner/Android/app.gradle index 3a3e7f76..28a0d512 100644 --- a/App_Resources/documentscanner/Android/app.gradle +++ b/App_Resources/documentscanner/Android/app.gradle @@ -11,8 +11,8 @@ android { defaultConfig { multiDexEnabled false minSdkVersion 21 - versionCode 105 - versionName "1.12.5" + versionCode 106 + versionName "1.13.0" // if (project.hasProperty('resConfigs')) { // def resConfigs = project.findProperty('resConfigs') From 7f48d273be4aaad2c6912cf40172c56deaebdb19 Mon Sep 17 00:00:00 2001 From: Martin Guillon Date: Thu, 5 Dec 2024 09:04:43 +0000 Subject: [PATCH 3/5] 106 release notes --- .../android/en-US/changelogs/106.txt | 11 +++++++++++ 1 file changed, 11 insertions(+) create mode 100644 fastlane/metadata/com.akylas.documentscanner/android/en-US/changelogs/106.txt diff --git a/fastlane/metadata/com.akylas.documentscanner/android/en-US/changelogs/106.txt b/fastlane/metadata/com.akylas.documentscanner/android/en-US/changelogs/106.txt new file mode 100644 index 00000000..7d7d80a7 --- /dev/null +++ b/fastlane/metadata/com.akylas.documentscanner/android/en-US/changelogs/106.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). +- you can now have PDF sync run OCR before creating the PDF + +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 e \ No newline at end of file From 93f42da8920629d6f6d3c1644b3ce41194abb391 Mon Sep 17 00:00:00 2001 From: Martin Guillon Date: Thu, 5 Dec 2024 09:06:27 +0000 Subject: [PATCH 4/5] 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 a5f7c85e..da9ff937 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 26 - versionName "1.4.1" + versionCode 27 + versionName "1.5.0" // if (project.hasProperty('resConfigs')) { // def resConfigs = project.findProperty('resConfigs') From 73f6e9d2ab8b7a74732f694301d27e04810a90e2 Mon Sep 17 00:00:00 2001 From: Martin Guillon Date: Thu, 5 Dec 2024 09:06:28 +0000 Subject: [PATCH 5/5] 27 release notes --- .../com.akylas.cardwallet/android/en-US/changelogs/27.txt | 7 +++++++ 1 file changed, 7 insertions(+) create mode 100644 fastlane/metadata/com.akylas.cardwallet/android/en-US/changelogs/27.txt diff --git a/fastlane/metadata/com.akylas.cardwallet/android/en-US/changelogs/27.txt b/fastlane/metadata/com.akylas.cardwallet/android/en-US/changelogs/27.txt new file mode 100644 index 00000000..b1509f19 --- /dev/null +++ b/fastlane/metadata/com.akylas.cardwallet/android/en-US/changelogs/27.txt @@ -0,0 +1,7 @@ +Features: +- you can now have PDF sync run OCR before creating the PDF + +Bug fixes: +- regression fix preventing correctly scanning documens +- send `com.akylas.documentscanner.SYNC_FINISHED` or `com.akylas.cardwallet.SYNC_FINISHED` when the sync is finished. +- Translations update \ No newline at end of file