mirror of
https://github.com/Xevion/paperless-mobile.git
synced 2025-12-12 16:12:17 -06:00
feat: Bump version number, update descriptions, add changelog, fix google play action
This commit is contained in:
@@ -65,7 +65,7 @@ jobs:
|
|||||||
|
|
||||||
# Build and deploy with Fastlane
|
# Build and deploy with Fastlane
|
||||||
# Naturally, promote_to_{alpha|beta|production} only deploys.
|
# Naturally, promote_to_{alpha|beta|production} only deploys.
|
||||||
- run: bundle exec fastlane ${{ github.event.inputs.lane }}
|
- run: bundle exec fastlane ${{ github.event.inputs.lane }} is_draft:${{ github.event.inputs.is_draft }}
|
||||||
env:
|
env:
|
||||||
PLAY_STORE_CREDENTIALS: ${{ secrets.PLAY_STORE_CREDENTIALS }}
|
PLAY_STORE_CREDENTIALS: ${{ secrets.PLAY_STORE_CREDENTIALS }}
|
||||||
working-directory: android
|
working-directory: android
|
||||||
|
|||||||
@@ -0,0 +1,2 @@
|
|||||||
|
* Überarbeitung der in-App Dokumentenansicht
|
||||||
|
* Neues Feture: Drucken von Dokumenten
|
||||||
@@ -4,7 +4,7 @@ Das Benutzen der App setzt den Zugang zu einer laufenden Paperless-ng*x Instanz
|
|||||||
|
|
||||||
* Betrachte und suche Dokumente
|
* Betrachte und suche Dokumente
|
||||||
* Bearbeite, lösche, oder füge neue Dokumente hinzu
|
* Bearbeite, lösche, oder füge neue Dokumente hinzu
|
||||||
* Teile Dokumente, lade sie herunter oder betrachte deine Dateien
|
* Teile, Betrachte, Drucke, oder lade deine Dokumente herunter
|
||||||
* Verwalte Korrespondenten, Dokumenttypen, Tags oder Speicherpfade
|
* Verwalte Korrespondenten, Dokumenttypen, Tags oder Speicherpfade
|
||||||
* Scanne und lade Dokumente mit bereits zugewiesenen Werten hoch
|
* Scanne und lade Dokumente mit bereits zugewiesenen Werten hoch
|
||||||
* Überprüfe und verarbeite neue Dokumente im Posteingang
|
* Überprüfe und verarbeite neue Dokumente im Posteingang
|
||||||
@@ -14,4 +14,4 @@ Das Benutzen der App setzt den Zugang zu einer laufenden Paperless-ng*x Instanz
|
|||||||
* Moderne, intuitive Nutzeroberfläche basierend auf der Material Design 3 Spezifikation
|
* Moderne, intuitive Nutzeroberfläche basierend auf der Material Design 3 Spezifikation
|
||||||
* Heller und dunkler Modus
|
* Heller und dunkler Modus
|
||||||
* Unterstützung von dynamischer Farbgebung (nur Android 12+)
|
* Unterstützung von dynamischer Farbgebung (nur Android 12+)
|
||||||
* Verfügbar in Deutsch, Englisch, Französisch, Katalan, Tschechisch und Türkisch
|
* Verfügbar in Deutsch, Englisch, Französisch, Katalan, Polnisch, Tschechisch und Türkisch
|
||||||
@@ -0,0 +1,2 @@
|
|||||||
|
* Redesigned the in-app document preview
|
||||||
|
* New feature: Printing documents
|
||||||
@@ -4,7 +4,7 @@ Using this app requires access to running a Paperless-ng*x instance.
|
|||||||
|
|
||||||
* View and search documents
|
* View and search documents
|
||||||
* Add, delete or edit documents
|
* Add, delete or edit documents
|
||||||
* Share, download and preview your files
|
* Share, download, print or preview your documents
|
||||||
* Manage correspondents, document types, tags and storage paths
|
* Manage correspondents, document types, tags and storage paths
|
||||||
* Scan and upload documents with preset correspondent, document type, tags and creation date
|
* Scan and upload documents with preset correspondent, document type, tags and creation date
|
||||||
* Review and quickly process newly added documents in the inbox
|
* Review and quickly process newly added documents in the inbox
|
||||||
@@ -14,4 +14,4 @@ Using this app requires access to running a Paperless-ng*x instance.
|
|||||||
* Modern, intuitive UI built according to the Material Design 3 specification
|
* Modern, intuitive UI built according to the Material Design 3 specification
|
||||||
* Light and dark theme
|
* Light and dark theme
|
||||||
* Support for dynamic color (Android 12+ only)
|
* Support for dynamic color (Android 12+ only)
|
||||||
* Available in English, German, French, Catalan, Czech and Turkish language
|
* Available in English, German, French, Catalan, Polish, Czech and Turkish language
|
||||||
|
|||||||
10
pubspec.yaml
10
pubspec.yaml
@@ -1,7 +1,5 @@
|
|||||||
name: paperless_mobile
|
name: paperless_mobile
|
||||||
description:
|
description: An (almost) fully fledged mobile paperless-ng*x client.
|
||||||
Application to conveniently scan and share documents with a paperless-ng
|
|
||||||
server.
|
|
||||||
|
|
||||||
# The following line prevents the package from being accidentally published to
|
# The following line prevents the package from being accidentally published to
|
||||||
# pub.dev using `flutter pub publish`. This is preferred for private packages.
|
# pub.dev using `flutter pub publish`. This is preferred for private packages.
|
||||||
@@ -17,7 +15,7 @@ publish_to: "none" # Remove this line if you wish to publish to pub.dev
|
|||||||
# In iOS, build-name is used as CFBundleShortVersionString while build-number used as CFBundleVersion.
|
# In iOS, build-name is used as CFBundleShortVersionString while build-number used as CFBundleVersion.
|
||||||
# Read more about iOS versioning at
|
# Read more about iOS versioning at
|
||||||
# https://developer.apple.com/library/archive/documentation/General/Reference/InfoPlistKeyReference/Articles/CoreFoundationKeys.html
|
# https://developer.apple.com/library/archive/documentation/General/Reference/InfoPlistKeyReference/Articles/CoreFoundationKeys.html
|
||||||
version: 2.3.0+35
|
version: 2.3.1+36
|
||||||
|
|
||||||
environment:
|
environment:
|
||||||
sdk: ">=3.0.0 <4.0.0"
|
sdk: ">=3.0.0 <4.0.0"
|
||||||
@@ -35,10 +33,6 @@ dependencies:
|
|||||||
sdk: flutter
|
sdk: flutter
|
||||||
permission_handler: ^10.2.0
|
permission_handler: ^10.2.0
|
||||||
pdf: ^3.10.2
|
pdf: ^3.10.2
|
||||||
# pdfx:
|
|
||||||
# git:
|
|
||||||
# url: "https://github.com/ScerIO/packages.flutter"
|
|
||||||
# path: packages/pdfx
|
|
||||||
edge_detection:
|
edge_detection:
|
||||||
git:
|
git:
|
||||||
url: https://github.com/sawankumarbundelkhandi/edge_detection
|
url: https://github.com/sawankumarbundelkhandi/edge_detection
|
||||||
|
|||||||
Reference in New Issue
Block a user