feat: Replace fdroid descriptions with google play ones

This commit is contained in:
Anton Stubenbord
2023-02-25 00:57:49 +01:00
parent 8e0cf46f00
commit 621c656287
28 changed files with 105 additions and 41 deletions

View File

@@ -1,3 +1,3 @@
source "https://rubygems.org"
gem "fastlane"
gem "fastlane"

View File

@@ -1,23 +1,23 @@
GEM
remote: https://rubygems.org/
specs:
CFPropertyList (3.0.5)
CFPropertyList (3.0.6)
rexml
addressable (2.8.1)
public_suffix (>= 2.0.2, < 6.0)
artifactory (3.0.15)
atomos (0.1.3)
aws-eventstream (1.2.0)
aws-partitions (1.656.0)
aws-sdk-core (3.166.0)
aws-partitions (1.716.0)
aws-sdk-core (3.170.0)
aws-eventstream (~> 1, >= 1.0.2)
aws-partitions (~> 1, >= 1.651.0)
aws-sigv4 (~> 1.5)
jmespath (~> 1, >= 1.6.1)
aws-sdk-kms (1.59.0)
aws-sdk-kms (1.62.0)
aws-sdk-core (~> 3, >= 3.165.0)
aws-sigv4 (~> 1.1)
aws-sdk-s3 (1.117.1)
aws-sdk-s3 (1.119.1)
aws-sdk-core (~> 3, >= 3.165.0)
aws-sdk-kms (~> 1)
aws-sigv4 (~> 1.4)
@@ -36,8 +36,8 @@ GEM
unf (>= 0.0.5, < 1.0.0)
dotenv (2.8.1)
emoji_regex (3.2.3)
excon (0.93.1)
faraday (1.10.2)
excon (0.99.0)
faraday (1.10.3)
faraday-em_http (~> 1.0)
faraday-em_synchrony (~> 1.0)
faraday-excon (~> 1.1)
@@ -66,7 +66,7 @@ GEM
faraday_middleware (1.2.0)
faraday (~> 1.0)
fastimage (2.2.6)
fastlane (2.210.1)
fastlane (2.212.1)
CFPropertyList (>= 2.3, < 4.0.0)
addressable (>= 2.8, < 3.0.0)
artifactory (~> 3.0)
@@ -106,9 +106,9 @@ GEM
xcpretty (~> 0.3.0)
xcpretty-travis-formatter (>= 0.0.3)
gh_inspector (1.1.3)
google-apis-androidpublisher_v3 (0.30.0)
google-apis-androidpublisher_v3 (0.34.0)
google-apis-core (>= 0.9.1, < 2.a)
google-apis-core (0.9.1)
google-apis-core (0.11.0)
addressable (~> 2.5, >= 2.5.1)
googleauth (>= 0.16.2, < 2.a)
httpclient (>= 2.8.1, < 3.a)
@@ -117,8 +117,8 @@ GEM
retriable (>= 2.0, < 4.a)
rexml
webrick
google-apis-iamcredentials_v1 (0.16.0)
google-apis-core (>= 0.9.1, < 2.a)
google-apis-iamcredentials_v1 (0.17.0)
google-apis-core (>= 0.11.0, < 2.a)
google-apis-playcustomapp_v1 (0.12.0)
google-apis-core (>= 0.9.1, < 2.a)
google-apis-storage_v1 (0.19.0)
@@ -148,11 +148,11 @@ GEM
http-cookie (1.0.5)
domain_name (~> 0.5)
httpclient (2.8.3)
jmespath (1.6.1)
json (2.6.2)
jwt (2.5.0)
jmespath (1.6.2)
json (2.6.3)
jwt (2.7.0)
memoist (0.16.2)
mini_magick (4.11.0)
mini_magick (4.12.0)
mini_mime (1.1.2)
multi_json (1.15.0)
multipart-post (2.0.0)
@@ -160,8 +160,8 @@ GEM
naturally (2.2.1)
optparse (0.1.1)
os (1.1.4)
plist (3.6.0)
public_suffix (5.0.0)
plist (3.7.0)
public_suffix (5.0.1)
rake (13.0.6)
representable (3.2.0)
declarative (< 0.1.0)
@@ -178,7 +178,7 @@ GEM
faraday (>= 0.17.5, < 3.a)
jwt (>= 1.5, < 3.0)
multi_json (~> 1.10)
simctl (1.6.8)
simctl (1.6.10)
CFPropertyList
naturally
terminal-notifier (2.0.0)
@@ -192,9 +192,9 @@ GEM
uber (0.1.0)
unf (0.1.4)
unf_ext
unf_ext (0.0.8.2-x64-mingw-ucrt)
unf_ext (0.0.8.2)
unicode-display_width (1.8.0)
webrick (1.7.0)
webrick (1.8.1)
word_wrap (1.0.0)
xcodeproj (1.22.0)
CFPropertyList (>= 2.3.3, < 4.0)
@@ -209,10 +209,10 @@ GEM
xcpretty (~> 0.2, >= 0.0.7)
PLATFORMS
x64-mingw-ucrt
ruby
DEPENDENCIES
fastlane
BUNDLED WITH
2.3.7
2.1.4

2
android/fastlane/Appfile Normal file
View 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
View 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

View File

@@ -0,0 +1 @@
* Verbessern der Dateipfad-Verarbeitung beim Hochladen/Teilen von Dokumenten

View 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

View File

@@ -0,0 +1 @@
Ein (fast) vollwertiger mobiler Paperless client.

View File

@@ -0,0 +1 @@
Paperless Mobile

View File

View File

@@ -0,0 +1 @@
* Fix file path splitting when uploading/sharing files

View 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

View File

Binary file not shown.

After

Width:  |  Height:  |  Size: 45 KiB

View File

Binary file not shown.

After

Width:  |  Height:  |  Size: 27 KiB

View File

Binary file not shown.

After

Width:  |  Height:  |  Size: 252 KiB

View File

Binary file not shown.

After

Width:  |  Height:  |  Size: 252 KiB

View File

Binary file not shown.

After

Width:  |  Height:  |  Size: 249 KiB

View File

Binary file not shown.

After

Width:  |  Height:  |  Size: 263 KiB

View File

Binary file not shown.

After

Width:  |  Height:  |  Size: 252 KiB

View File

Binary file not shown.

After

Width:  |  Height:  |  Size: 194 KiB

View File

Binary file not shown.

After

Width:  |  Height:  |  Size: 258 KiB

View File

Binary file not shown.

After

Width:  |  Height:  |  Size: 161 KiB

View File

@@ -0,0 +1 @@
An (almost) fully fledged mobile Paperless client.

View File

@@ -0,0 +1 @@
Paperless Mobile

View File