feat: Replace fdroid descriptions with google play ones
2
android/fastlane/Appfile
Normal file
@@ -0,0 +1,2 @@
|
||||
json_key_file("../../../../paperless-mobile-play-store-credentials.json") # Path to the json secret file - Follow https://docs.fastlane.tools/actions/supply/#setup to get one
|
||||
package_name("de.astubenbord.paperless_mobile") # e.g. com.krausefx.app
|
||||
38
android/fastlane/Fastfile
Normal file
@@ -0,0 +1,38 @@
|
||||
# This file contains the fastlane.tools configuration
|
||||
# You can find the documentation at https://docs.fastlane.tools
|
||||
#
|
||||
# For a list of all available actions, check out
|
||||
#
|
||||
# https://docs.fastlane.tools/actions
|
||||
#
|
||||
# For a list of all available plugins, check out
|
||||
#
|
||||
# https://docs.fastlane.tools/plugins/available-plugins
|
||||
#
|
||||
|
||||
# Uncomment the line if you want fastlane to automatically update itself
|
||||
# update_fastlane
|
||||
|
||||
default_platform(:android)
|
||||
|
||||
platform :android do
|
||||
desc "Runs all the tests"
|
||||
lane :test do
|
||||
gradle(task: "test")
|
||||
end
|
||||
|
||||
desc "Submit a new Beta Build to Crashlytics Beta"
|
||||
lane :beta do
|
||||
gradle(task: "clean assembleRelease")
|
||||
crashlytics
|
||||
|
||||
# sh "your_script.sh"
|
||||
# You can also use other beta testing services here
|
||||
end
|
||||
|
||||
desc "Deploy a new version to the Google Play"
|
||||
lane :deploy do
|
||||
gradle(task: "clean assembleRelease")
|
||||
upload_to_play_store
|
||||
end
|
||||
end
|
||||
@@ -0,0 +1 @@
|
||||
* Verbessern der Dateipfad-Verarbeitung beim Hochladen/Teilen von Dokumenten
|
||||
18
android/fastlane/metadata/android/de-DE/full_description.txt
Normal file
@@ -0,0 +1,18 @@
|
||||
Ein (fast) vollwertiger mobiler Paperless client kompatibel mit Paperless.
|
||||
|
||||
Das Benutzen der App setzt den Zugang zu einer laufenden Paperless-ng*x Instanz voraus.
|
||||
|
||||
✔️ Betrachte und suche Dokumente
|
||||
✔️ Bearbeite, lösche oder füge neue Dokumente hinzu
|
||||
✔️ Teile Dokumente, lade sie herunter oder betrachte deine Dateien
|
||||
✔️ Verwalte Korrespondenten, Dokumenttypen, Tags oder Speicherpfade
|
||||
✔️ Scanne und lade Dokumente mit bereits zugewiesenen Werten hoch
|
||||
✔️ Überprüfe und verarbeite neue Dokumente im Posteingang
|
||||
✔️ Sichere deine Daten mit biometrischer Authentifizierung
|
||||
✔️ Unterstützung für TLS-Mutual Authentucation (Client Zertifikate)
|
||||
✔️ Moderne, intuitive Nutzeroberfläche basierend auf der Material Design 3 Spezifikation
|
||||
✔️ Heller und Dunkler Modus sowie Unterstützung für dynamische Farbgebung (Android 12+)
|
||||
✔️ Verfügbar in Deutsch, Englisch, Tchechisch* und Türkish*
|
||||
|
||||
|
||||
* Noch nicht vollständig übersetzt
|
||||
@@ -0,0 +1 @@
|
||||
Ein (fast) vollwertiger mobiler Paperless client.
|
||||
1
android/fastlane/metadata/android/de-DE/title.txt
Normal file
@@ -0,0 +1 @@
|
||||
Paperless Mobile
|
||||
0
android/fastlane/metadata/android/de-DE/video.txt
Normal file
@@ -0,0 +1 @@
|
||||
* Fix file path splitting when uploading/sharing files
|
||||
18
android/fastlane/metadata/android/en-US/full_description.txt
Normal file
@@ -0,0 +1,18 @@
|
||||
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 and preview your files
|
||||
✔️ 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
|
||||
✔️ Secure your data with biometric authentication
|
||||
✔️ Support for TLS mutual authentication (client certificates)
|
||||
✔️ Modern, intuitive UI built according to the Material Design 3 specification
|
||||
✔️ Light and dark theme and support for dynamic color (Android 12+)
|
||||
✔️ Available in English, German, Czech* and Turkish* language
|
||||
|
||||
|
||||
* Not fully translated yet
|
||||
|
After Width: | Height: | Size: 45 KiB |
BIN
android/fastlane/metadata/android/en-US/images/icon.png
Normal file
|
After Width: | Height: | Size: 27 KiB |
|
After Width: | Height: | Size: 252 KiB |
|
After Width: | Height: | Size: 252 KiB |
|
After Width: | Height: | Size: 249 KiB |
|
After Width: | Height: | Size: 263 KiB |
|
After Width: | Height: | Size: 252 KiB |
|
After Width: | Height: | Size: 194 KiB |
|
After Width: | Height: | Size: 258 KiB |
|
After Width: | Height: | Size: 161 KiB |
@@ -0,0 +1 @@
|
||||
An (almost) fully fledged mobile Paperless client.
|
||||
1
android/fastlane/metadata/android/en-US/title.txt
Normal file
@@ -0,0 +1 @@
|
||||
Paperless Mobile
|
||||