Skip to content

Commit

Permalink
Merge remote-tracking branch 'origin/master'
Browse files Browse the repository at this point in the history
  • Loading branch information
farfromrefug committed Dec 5, 2024
2 parents 005ed76 + 27907be commit 294915d
Show file tree
Hide file tree
Showing 5 changed files with 24 additions and 6 deletions.
4 changes: 2 additions & 2 deletions App_Resources/cardwallet/Android/app.gradle
Original file line number Diff line number Diff line change
Expand Up @@ -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')
Expand Down
4 changes: 2 additions & 2 deletions App_Resources/cardwallet/iOS/Info.plist
Original file line number Diff line number Diff line change
Expand Up @@ -3,9 +3,9 @@
<plist version="1.0">
<dict>
<key>CFBundleShortVersionString</key>
<string>1.4.1</string>
<string>1.5.0</string>
<key>CFBundleVersion</key>
<string>21</string>
<string>22</string>
<key>CFBundleDevelopmentRegion</key>
<string>en</string>
<key>CFBundleDisplayName</key>
Expand Down
4 changes: 2 additions & 2 deletions App_Resources/documentscanner/Android/app.gradle
Original file line number Diff line number Diff line change
Expand Up @@ -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')
Expand Down
Original file line number Diff line number Diff line change
@@ -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
Original file line number Diff line number Diff line change
@@ -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

0 comments on commit 294915d

Please sign in to comment.