From 095a4c17e39898a3a2e102d14b740f225490548e Mon Sep 17 00:00:00 2001 From: Stefan Schueller Date: Sun, 3 Mar 2019 15:44:59 +0100 Subject: [PATCH] - Version Bump --- README.md | 80 +++++++++++------- app/build.gradle | 4 +- .../android/en-US/full_description.txt | 5 ++ .../en-US/images/phoneScreenshots/shot_01.png | Bin .../en-US/images/phoneScreenshots/shot_02.png | Bin .../android/en-US/short_description.txt | 1 + 6 files changed, 58 insertions(+), 32 deletions(-) create mode 100644 fastlane/metadata/android/en-US/full_description.txt rename Screenshot_1546780555.png => fastlane/metadata/android/en-US/images/phoneScreenshots/shot_01.png (100%) rename Screenshot_1546780637.png => fastlane/metadata/android/en-US/images/phoneScreenshots/shot_02.png (100%) create mode 100644 fastlane/metadata/android/en-US/short_description.txt diff --git a/README.md b/README.md index ed816a4..567e070 100644 --- a/README.md +++ b/README.md @@ -2,46 +2,66 @@ Thorium, an Android PeerTube Client -[![Latest release](https://img.shields.io/github/release/sschueller/peertube-android.svg)](https://github.com/sschueller/peertube-android/releases/latest) -[![F-Droid](https://img.shields.io/f-droid/v/net.schueller.peertube.svg)](https://f-droid.org/de/packages/net.schueller.peertube/) - -

-

-

- screenshot - screenshot + + + + + +

+## Screenshots +[](fastlane/metadata/android/en-US/images/phoneScreenshots/shot_01.png) +[](fastlane/metadata/android/en-US/images/phoneScreenshots/shot_02.png) + +## Description +PeerTube is a federated video streaming platform that is community-owned and ad-free, with no vendor lock-in. This client allows you to watch and browse videos on a server of your choice in the PeerTube network. + +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! + +Please note this is app is in beta and is still missing a lot of features. + + ## Download * Beta Test on Google Play: https://play.google.com/store/apps/details?id=net.schueller.peertube * F-Droid: https://f-droid.org/packages/net.schueller.peertube/ +## Help Translate +* https://hosted.weblate.org/projects/peertube/ + ## Features -- [X] Recent Videos -- [X] Trending Videos -- [X] Endless scrolling -- [X] Pull to refresh -- [X] Very Basic Torrent playback -- [X] Change Server -- [X] Search -- [X] Themes / Dark mode -- [X] Background playback -- [X] NSFW Filter option -- [X] Authentication / Login -- [X] Like/dislike video -- [X] Video speed selection -- [X] Video quality selection +* Recent Videos +* Trending Videos +* Endless scrolling +* Pull to refresh +* Very Basic Torrent playback +* Change Server +* Search +* Themes / Dark mode +* Background playback +* NSFW Filter option +* Authentication / Login +* Like/dislike video +* Video speed selection +* Video quality selection +* Server selection -## TODO +## Coming soon -- [ ] Video Playback via WebRTC -- [ ] Video overlay play and draggable video window -- [ ] Comment videos -- [ ] Report Videos -- [ ] User / Channel Overview Page -- [ ] Unit Tests -- [ ] Lots more missing at this point... +* Video Playback via WebRTC +* Video overlay play and draggable video window +* Comment videos +* Report Videos +* User / Channel Overview Page +* Unit Tests +* Lots more... +## Contribution +Whether you have ideas, translations, design changes, code cleaning, or real heavy code changes, help is always welcome. +## Donate + + + \ No newline at end of file diff --git a/app/build.gradle b/app/build.gradle index 8cf20c2..71bfb1b 100644 --- a/app/build.gradle +++ b/app/build.gradle @@ -6,8 +6,8 @@ android { applicationId "net.schueller.peertube" minSdkVersion 21 targetSdkVersion 28 - versionCode 1027 - versionName "1.0.27" + versionCode 1028 + versionName "1.0.28" testInstrumentationRunner "androidx.test.runner.AndroidJUnitRunner" ext { libVersions = [ 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 0000000..bf2f133 --- /dev/null +++ b/fastlane/metadata/android/en-US/full_description.txt @@ -0,0 +1,5 @@ +PeerTube is a federated video streaming platform that is community-owned and ad-free, with no vendor lock-in. This client allows you to watch and browse videos on a server of your choice in the PeerTube network. + +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! + +Please note this is app is in beta and is still missing a lot of features. diff --git a/Screenshot_1546780555.png b/fastlane/metadata/android/en-US/images/phoneScreenshots/shot_01.png similarity index 100% rename from Screenshot_1546780555.png rename to fastlane/metadata/android/en-US/images/phoneScreenshots/shot_01.png diff --git a/Screenshot_1546780637.png b/fastlane/metadata/android/en-US/images/phoneScreenshots/shot_02.png similarity index 100% rename from Screenshot_1546780637.png rename to fastlane/metadata/android/en-US/images/phoneScreenshots/shot_02.png 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 0000000..9faf711 --- /dev/null +++ b/fastlane/metadata/android/en-US/short_description.txt @@ -0,0 +1 @@ +A PeerTube player \ No newline at end of file