Skip to content

Commit

Permalink
Merge branch 'master' of github.com:Akylas/com.akylas.documentscanner
Browse files Browse the repository at this point in the history
  • Loading branch information
farfromrefug committed Nov 29, 2024
2 parents d978d85 + a6d054d commit 8afae7b
Show file tree
Hide file tree
Showing 2 changed files with 13 additions and 2 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 24
versionName "1.3.4"
versionCode 25
versionName "1.4.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,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

0 comments on commit 8afae7b

Please sign in to comment.