From eb538209354dbd607df8ecf22887bfba19c32164 Mon Sep 17 00:00:00 2001 From: Pavel Rojtberg Date: Tue, 8 Oct 2024 14:11:41 +0200 Subject: [PATCH] add minimal fastlane metadata --- .../metadata/android/en-US/changelogs/209.txt | 16 ++++++++++++++++ .../android/en-US/full_description.txt | 18 ++++++++++++++++++ .../android/en-US/short_description.txt | 1 + 3 files changed, 35 insertions(+) create mode 100644 fastlane/metadata/android/en-US/changelogs/209.txt create mode 100644 fastlane/metadata/android/en-US/full_description.txt create mode 100644 fastlane/metadata/android/en-US/short_description.txt diff --git a/fastlane/metadata/android/en-US/changelogs/209.txt b/fastlane/metadata/android/en-US/changelogs/209.txt new file mode 100644 index 000000000..b91879c22 --- /dev/null +++ b/fastlane/metadata/android/en-US/changelogs/209.txt @@ -0,0 +1,16 @@ +* Rebrand app to DSub2000 to indicate the fork +* Change setting defaults to improve compatibility and UI clarity +* Added a random option to the songs part of the mainview +* Add option to show a single rating button +* Make tapping on cover art to open playlist configurable +* When the user has made a selection, only the selected songs are downloaded +* Migrate to vector drawables +* Setting to add song suffix as details of list song item +* Toggling the caching status from "permanently cached" to just "cached" (and back) does not require connectivity +* Fix replaygain selection logic for track gain +* Fix album sort with duplicate track numbers +* Fix offline scrobbling for servers without lucene support +* Make connections secure by default CVE-2018-1000664 +* Port from orphaned cling to jupnp +* Sync bastp to upstream/ vanilla-music for improved replaygain parsing +* Replace subsonic.org demo server with navidrome.org demo server \ No newline at end of file diff --git a/fastlane/metadata/android/en-US/full_description.txt b/fastlane/metadata/android/en-US/full_description.txt new file mode 100644 index 000000000..916c2dec7 --- /dev/null +++ b/fastlane/metadata/android/en-US/full_description.txt @@ -0,0 +1,18 @@ +Connect to your Subsonic server and listen to your music wherever you go. Songs +are cached for playback to save on your mobile bandwidth and to make them +available when you have no connection at all. + +Subsonic is a cross-platform FOSS media server that's capable of indexing very +large media collections. The server can transcode if necessary so that the app +can play files that your device may not normally support. + +

Features

+ + \ No newline at end of file diff --git a/fastlane/metadata/android/en-US/short_description.txt b/fastlane/metadata/android/en-US/short_description.txt new file mode 100644 index 000000000..d1dfb99ae --- /dev/null +++ b/fastlane/metadata/android/en-US/short_description.txt @@ -0,0 +1 @@ +Android client for Subsonic servers. \ No newline at end of file