Merge branch 'development' into feature/notes
@@ -103,9 +103,7 @@ android.applicationVariants.all { variant ->
|
||||
def abiName = output.getFilter(OutputFile.ABI)
|
||||
def abiVersionCode = project.ext.abiCodes.get(abiName)
|
||||
if (abiVersionCode != null) {
|
||||
output.versionCodeOverride = abiVersionCode * 1000 + variant.versionCode
|
||||
println(abiName + ": " + output.versionCodeOverride)
|
||||
// output.versionCodeOverride = variant.versionCode * 10 + abiVersionCode
|
||||
output.versionCodeOverride = variant.versionCode * 10 + abiVersionCode
|
||||
}
|
||||
}
|
||||
}
|
||||
}
|
||||
|
||||
@@ -0,0 +1 @@
|
||||
- Beheben eines Fehlers durch welchen Dokumente nicht mehr bearbeitet werden konnten
|
||||
@@ -0,0 +1,2 @@
|
||||
- Kleinere visuelle Änderungen
|
||||
- Aktualisieren der Store-Präsenz
|
||||
@@ -0,0 +1 @@
|
||||
- Beheben von versehentlich hardcoded Theme
|
||||
@@ -0,0 +1 @@
|
||||
- Fixed a bug which caused documents not being editable anymore
|
||||
@@ -0,0 +1,2 @@
|
||||
- Minor visual updates
|
||||
- Update store assets
|
||||
@@ -0,0 +1 @@
|
||||
- Fix accidentally hardcoded Theme mode
|
||||
@@ -1,10 +1,8 @@
|
||||
An (almost) fully fledged mobile Paperless client compatible with Paperless.
|
||||
|
||||
Using this app requires access to running a Paperless-ng*x instance.
|
||||
|
||||
* View and search documents
|
||||
* Add, delete or edit documents
|
||||
* Share, download, print or preview your documents
|
||||
* Share, download, print and preview your documents
|
||||
* Manage correspondents, document types, tags and storage paths
|
||||
* Scan and upload documents with preset correspondent, document type, tags and creation date
|
||||
* Review and quickly process newly added documents in the inbox
|
||||
@@ -14,4 +12,4 @@ Using this app requires access to running a Paperless-ng*x instance.
|
||||
* Modern, intuitive UI built according to the Material Design 3 specification
|
||||
* Light and dark theme
|
||||
* Support for dynamic color (Android 12+ only)
|
||||
* Available in English, German, French, Catalan, Polish, Czech and Turkish language
|
||||
* Available in English, German, French, Spanish, Catalan, Polish, Czech, Russian and Turkish language with more to come
|
||||
|
||||
|
Before Width: | Height: | Size: 45 KiB After Width: | Height: | Size: 68 KiB |
|
Before Width: | Height: | Size: 252 KiB After Width: | Height: | Size: 350 KiB |
|
Before Width: | Height: | Size: 252 KiB After Width: | Height: | Size: 353 KiB |
|
Before Width: | Height: | Size: 249 KiB After Width: | Height: | Size: 532 KiB |
|
Before Width: | Height: | Size: 263 KiB After Width: | Height: | Size: 405 KiB |
|
Before Width: | Height: | Size: 252 KiB After Width: | Height: | Size: 190 KiB |
|
Before Width: | Height: | Size: 194 KiB After Width: | Height: | Size: 256 KiB |
|
Before Width: | Height: | Size: 258 KiB After Width: | Height: | Size: 274 KiB |
|
Before Width: | Height: | Size: 161 KiB After Width: | Height: | Size: 353 KiB |
@@ -1 +1 @@
|
||||
An (almost) fully fledged mobile Paperless client.
|
||||
An (almost) fully fledged mobile paperless-ng*x client.
|
||||