diff --git a/README.md b/README.md index dec7311..8d8c699 100644 --- a/README.md +++ b/README.md @@ -3,10 +3,20 @@ P2Play is an Android Application for Peertube. [What is Peertube?](https://github.com/Chocobozzz/PeerTube/) +## Screenshots + +![screenshot](screenshots/screenshot.png) +![screenshot](screenshots/screenshot2.png) +![screenshot](screenshots/screenshot3.png) +![screenshot](screenshots/screenshot4.png) +![screenshot](screenshots/screenshot5.png) +![screenshot](screenshots/screenshot6.png) + + ## Documentation Comming soon! -## Realeases +## Realeases (apk's) [All realeases are here](https://gitlab.com/agosto182/p2play/tags) @@ -22,29 +32,35 @@ Comming soon! - Rate videos - Show and make commentaries - Splash screen +- Search videos +- Infinite scroll ## What to do? (in next version) -- Search videos - Share videos +- Report videos - Peertube profiles -- Infinite scroll +- History of videos watched +- Notifications ## Demostrations -Demostration P2Play Beta 0.1: [https://peertube.video/videos/watch/2eb7b953-0b1b-4019-9300-817539f5f4e8](https://peertube.video/videos/watch/2eb7b953-0b1b-4019-9300-817539f5f4e8) -[Spanish] Demostracion P2Play Beta 0.1: [https://peertube.video/videos/watch/d6a7da26-d3dd-43aa-ad5c-7d032603c848](https://peertube.video/videos/watch/d6a7da26-d3dd-43aa-ad5c-7d032603c848) +Demostration P2play Beta 0.2: https://peertube.video/videos/watch/730fa68e-32c4-4cdb-a7bb-1a819c9d3a46 + +Demostration P2Play Beta 0.1: https://peertube.video/videos/watch/2eb7b953-0b1b-4019-9300-817539f5f4e8 + +[Spanish] Demostracion P2Play Beta 0.1: https://peertube.video/videos/watch/d6a7da26-d3dd-43aa-ad5c-7d032603c848 ## Contact You can follow our accounts for get news and contact with the developers. -- GNU Social: [https://gnusocial.ml/p2play](https://gnusocial.ml/p2play) -- Peertube Channel: [https://peertube.video/video-channels/90df4e5f-c834-4720-a5d7-c9faa0af0af5/videos](https://peertube.video/video-channels/90df4e5f-c834-4720-a5d7-c9faa0af0af5/videos) +- GNU Social: https://gnusocial.ml/p2play +- Peertube Channel: https://peertube.video/video-channels/90df4e5f-c834-4720-a5d7-c9faa0af0af5/videos ## About P2Play is made in Android Studio with Kotlin code. - +![kotlin](https://weblizar.com/blog/wp-content/uploads/2017/11/Kotlin-A-New-Programming-Platform-For-Android-Developers.png) ### Developers - Ivan Agosto: [https://gnusocial.ml/agosto182](https://gnusocial.ml/agosto182) diff --git a/app/build.gradle b/app/build.gradle index 0b32c89..7cd9331 100644 --- a/app/build.gradle +++ b/app/build.gradle @@ -10,8 +10,8 @@ android { applicationId "mx.agosto182.p2play" minSdkVersion 21 targetSdkVersion 27 - versionCode 3 - versionName "0.2" + versionCode 4 + versionName "0.3" testInstrumentationRunner "android.support.test.runner.AndroidJUnitRunner" } buildTypes { diff --git a/app/src/main/AndroidManifest.xml b/app/src/main/AndroidManifest.xml index a8bca63..dd6f1cb 100644 --- a/app/src/main/AndroidManifest.xml +++ b/app/src/main/AndroidManifest.xml @@ -7,7 +7,6 @@ diff --git a/app/src/main/java/org/libre/agosto/p2play/ReproductorActivity.kt b/app/src/main/java/org/libre/agosto/p2play/ReproductorActivity.kt index 8b4f174..365168c 100644 --- a/app/src/main/java/org/libre/agosto/p2play/ReproductorActivity.kt +++ b/app/src/main/java/org/libre/agosto/p2play/ReproductorActivity.kt @@ -236,15 +236,12 @@ class ReproductorActivity : AppCompatActivity() { } } - internal inner class WebClient(): WebChromeClient() { + internal inner class WebClient: WebChromeClient() { private var mCustomView: View? = null private var mCustomViewCallback: WebChromeClient.CustomViewCallback? = null - private var mFullscreenContainer: FrameLayout? = null private var mOriginalOrientation: Int = 0 private var mOriginalSystemUiVisibility: Int = 0 - fun WebClient() {} - override fun getDefaultVideoPoster(): Bitmap? { return if (mCustomView == null) { null diff --git a/screenshots/screenshot.png b/screenshots/screenshot.png new file mode 100644 index 0000000..2c5b9af Binary files /dev/null and b/screenshots/screenshot.png differ diff --git a/screenshots/screenshot2.png b/screenshots/screenshot2.png new file mode 100644 index 0000000..88bfea5 Binary files /dev/null and b/screenshots/screenshot2.png differ diff --git a/screenshots/screenshot3.png b/screenshots/screenshot3.png new file mode 100644 index 0000000..07c7aaf Binary files /dev/null and b/screenshots/screenshot3.png differ diff --git a/screenshots/screenshot4.png b/screenshots/screenshot4.png new file mode 100644 index 0000000..0c9af45 Binary files /dev/null and b/screenshots/screenshot4.png differ diff --git a/screenshots/screenshot5.png b/screenshots/screenshot5.png new file mode 100644 index 0000000..eb3fc07 Binary files /dev/null and b/screenshots/screenshot5.png differ diff --git a/screenshots/screenshot6.png b/screenshots/screenshot6.png new file mode 100644 index 0000000..43397d7 Binary files /dev/null and b/screenshots/screenshot6.png differ