From 5e9843f27f8d07ed8c1ffe62b11c2d12c54aad20 Mon Sep 17 00:00:00 2001 From: Anton Stubenbord Date: Mon, 29 May 2023 17:30:12 +0200 Subject: [PATCH] feat: Bump version number, update descriptions, add changelog, fix google play action --- .github/workflows/release-deploy-play-store.yml | 2 +- .../fastlane/metadata/android/de-DE/changelogs/36.txt | 2 ++ .../metadata/android/de-DE/full_description.txt | 4 ++-- .../fastlane/metadata/android/en-US/changelogs/36.txt | 2 ++ .../metadata/android/en-US/full_description.txt | 4 ++-- pubspec.yaml | 10 ++-------- 6 files changed, 11 insertions(+), 13 deletions(-) create mode 100644 android/fastlane/metadata/android/de-DE/changelogs/36.txt create mode 100644 android/fastlane/metadata/android/en-US/changelogs/36.txt diff --git a/.github/workflows/release-deploy-play-store.yml b/.github/workflows/release-deploy-play-store.yml index 2eb0eba..af2e30a 100644 --- a/.github/workflows/release-deploy-play-store.yml +++ b/.github/workflows/release-deploy-play-store.yml @@ -65,7 +65,7 @@ jobs: # Build and deploy with Fastlane # 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: PLAY_STORE_CREDENTIALS: ${{ secrets.PLAY_STORE_CREDENTIALS }} working-directory: android diff --git a/android/fastlane/metadata/android/de-DE/changelogs/36.txt b/android/fastlane/metadata/android/de-DE/changelogs/36.txt new file mode 100644 index 0000000..b533998 --- /dev/null +++ b/android/fastlane/metadata/android/de-DE/changelogs/36.txt @@ -0,0 +1,2 @@ +* Überarbeitung der in-App Dokumentenansicht +* Neues Feture: Drucken von Dokumenten \ No newline at end of file diff --git a/android/fastlane/metadata/android/de-DE/full_description.txt b/android/fastlane/metadata/android/de-DE/full_description.txt index 0ca3040..c78e796 100644 --- a/android/fastlane/metadata/android/de-DE/full_description.txt +++ b/android/fastlane/metadata/android/de-DE/full_description.txt @@ -4,7 +4,7 @@ Das Benutzen der App setzt den Zugang zu einer laufenden Paperless-ng*x Instanz * Betrachte und suche Dokumente * 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 * Scanne und lade Dokumente mit bereits zugewiesenen Werten hoch * Ü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 * Heller und dunkler Modus * Unterstützung von dynamischer Farbgebung (nur Android 12+) -* Verfügbar in Deutsch, Englisch, Französisch, Katalan, Tschechisch und Türkisch \ No newline at end of file +* Verfügbar in Deutsch, Englisch, Französisch, Katalan, Polnisch, Tschechisch und Türkisch \ No newline at end of file diff --git a/android/fastlane/metadata/android/en-US/changelogs/36.txt b/android/fastlane/metadata/android/en-US/changelogs/36.txt new file mode 100644 index 0000000..15d91c3 --- /dev/null +++ b/android/fastlane/metadata/android/en-US/changelogs/36.txt @@ -0,0 +1,2 @@ +* Redesigned the in-app document preview +* New feature: Printing documents \ No newline at end of file diff --git a/android/fastlane/metadata/android/en-US/full_description.txt b/android/fastlane/metadata/android/en-US/full_description.txt index b86593b..283a8fb 100644 --- a/android/fastlane/metadata/android/en-US/full_description.txt +++ b/android/fastlane/metadata/android/en-US/full_description.txt @@ -4,7 +4,7 @@ Using this app requires access to running a Paperless-ng*x instance. * View and search 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 * 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 +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 * Light and dark theme * 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 diff --git a/pubspec.yaml b/pubspec.yaml index bc8616f..045ff3f 100644 --- a/pubspec.yaml +++ b/pubspec.yaml @@ -1,7 +1,5 @@ name: paperless_mobile -description: - Application to conveniently scan and share documents with a paperless-ng - server. +description: An (almost) fully fledged mobile paperless-ng*x client. # The following line prevents the package from being accidentally published to # 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. # Read more about iOS versioning at # https://developer.apple.com/library/archive/documentation/General/Reference/InfoPlistKeyReference/Articles/CoreFoundationKeys.html -version: 2.3.0+35 +version: 2.3.1+36 environment: sdk: ">=3.0.0 <4.0.0" @@ -35,10 +33,6 @@ dependencies: sdk: flutter permission_handler: ^10.2.0 pdf: ^3.10.2 - # pdfx: - # git: - # url: "https://github.com/ScerIO/packages.flutter" - # path: packages/pdfx edge_detection: git: url: https://github.com/sawankumarbundelkhandi/edge_detection