From 38eb07234dffdac22d97e6ddd3a2606281b01b08 Mon Sep 17 00:00:00 2001 From: Stefan Schueller Date: Fri, 1 Oct 2021 16:57:20 +0200 Subject: [PATCH] fix: Added missing description files required for fastlane --- .../metadata/android/si/full_description.txt | 33 +++++++++++++++++++ .../metadata/android/si/short_description.txt | 1 + fastlane/metadata/android/si/title.txt | 1 + 3 files changed, 35 insertions(+) create mode 100644 fastlane/metadata/android/si/full_description.txt create mode 100644 fastlane/metadata/android/si/short_description.txt create mode 100644 fastlane/metadata/android/si/title.txt diff --git a/fastlane/metadata/android/si/full_description.txt b/fastlane/metadata/android/si/full_description.txt new file mode 100644 index 0000000..ec7d3b8 --- /dev/null +++ b/fastlane/metadata/android/si/full_description.txt @@ -0,0 +1,33 @@ +Thorium is a PeerTube client that can connect to any peertube server running version v1.1.0-alpha.2 or higher. + +PeerTube is a federated (ActivityPub) video streaming platform using P2P (BitTorrent) directly in the web browser. For more information, please visit https://joinpeertube.org/ . + +This client comes preconfigured with one PeerTube server managed by the application creator - not the PeerTube project itself, which lists more on http://instances.joinpeertube.org/ - to allow you to have a taste of what the client is capable of. Choose your server to tune your experience! + +Current Features: +- Connect to any PeerTube server +- Torrent video or direct playback +- Search PeerTube +- Download / Share video +- Themes / Dark mode +- Background playback +- Fullscreen playback in landscape +- Playback speed +- Filter NSFW content +- Authentication / Login +- Like/dislike video + +Comming Soon: +- Comment videos +- Register +- User / Channel Overview Page +- Report Videos + +Permissions: +- Storage access, required for torrent download or video download. + +Licensed under GNU Affero General Public License v3.0 + +Permissions of this strongest copyleft license are conditioned on making available complete source code of licensed works and modifications, which include larger works using a licensed work, under the same license. Copyright and license notices must be preserved. Contributors provide an express grant of patent rights. When a modified version is used to provide a service over a network, the complete source code of the modified version must be made available. + +Source Code at: https://github.com/sschueller/peertube-android/ \ No newline at end of file diff --git a/fastlane/metadata/android/si/short_description.txt b/fastlane/metadata/android/si/short_description.txt new file mode 100644 index 0000000..0654514 --- /dev/null +++ b/fastlane/metadata/android/si/short_description.txt @@ -0,0 +1 @@ +Thorium is an unofficial PeerTube Player \ No newline at end of file diff --git a/fastlane/metadata/android/si/title.txt b/fastlane/metadata/android/si/title.txt new file mode 100644 index 0000000..9284517 --- /dev/null +++ b/fastlane/metadata/android/si/title.txt @@ -0,0 +1 @@ +Thorium an unofficial PeerTube client \ No newline at end of file