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 Jan 24, 2025
2 parents 9c70379 + 13638ad commit cd1c532
Show file tree
Hide file tree
Showing 4 changed files with 16 additions and 4 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 36
versionName "1.5.9"
versionCode 37
versionName "1.6.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.5.9</string>
<string>1.6.0</string>
<key>CFBundleVersion</key>
<string>35</string>
<string>36</string>
<key>CFBundleDevelopmentRegion</key>
<string>en</string>
<key>CFBundleDisplayName</key>
Expand Down
1 change: 1 addition & 0 deletions app/i18n/ta.json
Original file line number Diff line number Diff line change
@@ -0,0 +1 @@
{}
Original file line number Diff line number Diff line change
@@ -0,0 +1,11 @@
Features:
- allow to choose sort order (through the layout/view button)
- you can now set a password to PDFs: either in settings, sync settings or in the export dialog
- basic support for multi level folders. You need use something like `home` then `home/room`

Bug fixes:
- fix webdav settings
- new settings design for better readability
- new appearance options to choose number of columns in views
- another sync error fix while syncing PDF/Image
- scanning documents from camera (not import from

0 comments on commit cd1c532

Please sign in to comment.