Version bump and readme update
16
README.md
@ -6,9 +6,8 @@
|
|||||||
</h4>
|
</h4>
|
||||||
|
|
||||||
<p align="center">
|
<p align="center">
|
||||||
<img width="250" src="https://raw.githubusercontent.com/sschueller/peertube-android/develop/Screenshot_1545425516.png" alt="screenshot" />
|
<img width="250" src="https://raw.githubusercontent.com/sschueller/peertube-android/develop/Screenshot_1546780555.png" alt="screenshot" />
|
||||||
<img width="250" src="https://raw.githubusercontent.com/sschueller/peertube-android/develop/Screenshot_1545425431.png" alt="screenshot" />
|
<img width="250" src="https://raw.githubusercontent.com/sschueller/peertube-android/develop/Screenshot_1546780637.png" alt="screenshot" />
|
||||||
<img width="250" src="https://raw.githubusercontent.com/sschueller/peertube-android/develop/Screenshot_1545425504.png" alt="screenshot" />
|
|
||||||
</p>
|
</p>
|
||||||
|
|
||||||
## Download
|
## Download
|
||||||
@ -27,16 +26,17 @@ Beta Test on Google Play: https://play.google.com/store/apps/details?id=net.schu
|
|||||||
- [X] Themes / Dark mode
|
- [X] Themes / Dark mode
|
||||||
- [X] Background playback
|
- [X] Background playback
|
||||||
- [X] NSFW Filter option
|
- [X] NSFW Filter option
|
||||||
|
- [X] Authentication / Login
|
||||||
|
- [X] Like/dislike video
|
||||||
|
|
||||||
## TODO
|
## TODO
|
||||||
|
|
||||||
- [ ] Video Playback via WebRTC
|
- [ ] Video Playback via WebRTC
|
||||||
- [ ] Authentication / Login
|
- [ ] Video overlay play and draggable video window
|
||||||
- [ ] Like/dislike video
|
- [ ] Comment videos
|
||||||
- [ ] Comment video
|
- [ ] Report Videos
|
||||||
|
- [ ] User / Channel Overview Page
|
||||||
- [ ] Unit Tests
|
- [ ] Unit Tests
|
||||||
|
|
||||||
- [ ] Lots more missing at this point...
|
- [ ] Lots more missing at this point...
|
||||||
|
|
||||||
|
|
||||||
|
BIN
Screenshot1.png
Before Width: | Height: | Size: 114 KiB |
BIN
Screenshot2.jpg
Before Width: | Height: | Size: 95 KiB |
Before Width: | Height: | Size: 843 KiB |
Before Width: | Height: | Size: 725 KiB |
Before Width: | Height: | Size: 585 KiB |
BIN
Screenshot_1546780555.png
Normal file
After Width: | Height: | Size: 614 KiB |
BIN
Screenshot_1546780637.png
Normal file
After Width: | Height: | Size: 440 KiB |
@ -6,8 +6,8 @@ android {
|
|||||||
applicationId "net.schueller.peertube"
|
applicationId "net.schueller.peertube"
|
||||||
minSdkVersion 21
|
minSdkVersion 21
|
||||||
targetSdkVersion 28
|
targetSdkVersion 28
|
||||||
versionCode 1022
|
versionCode 1023
|
||||||
versionName "1.0.22"
|
versionName "1.0.23"
|
||||||
testInstrumentationRunner "androidx.test.runner.AndroidJUnitRunner"
|
testInstrumentationRunner "androidx.test.runner.AndroidJUnitRunner"
|
||||||
ext {
|
ext {
|
||||||
libVersions = [
|
libVersions = [
|
||||||
|