Prerelease 0.4
This commit is contained in:
parent
abcf2f0e6e
commit
22a2772a3c
|
@ -23,7 +23,7 @@ Comming soon!
|
||||||
## Features
|
## Features
|
||||||
|
|
||||||
- Show recent, popular and local list of videos.
|
- Show recent, popular and local list of videos.
|
||||||
- Reproduce videos (very simple)
|
- Reproduce videos
|
||||||
- Login and register in your instance
|
- Login and register in your instance
|
||||||
- Pull to refresh
|
- Pull to refresh
|
||||||
- Show uploaded videos
|
- Show uploaded videos
|
||||||
|
@ -34,12 +34,12 @@ Comming soon!
|
||||||
- Splash screen
|
- Splash screen
|
||||||
- Search videos
|
- Search videos
|
||||||
- Infinite scroll
|
- Infinite scroll
|
||||||
|
|
||||||
## What to do? (in next version)
|
|
||||||
|
|
||||||
- Share videos
|
- Share videos
|
||||||
- Report videos
|
- Report videos
|
||||||
- Peertube profiles
|
- Peertube profiles
|
||||||
|
|
||||||
|
## What to do? (in next version)
|
||||||
|
|
||||||
- History of videos watched
|
- History of videos watched
|
||||||
- Notifications
|
- Notifications
|
||||||
|
|
||||||
|
|
|
@ -9,9 +9,10 @@ android {
|
||||||
defaultConfig {
|
defaultConfig {
|
||||||
applicationId "org.libre.agosto.p2play"
|
applicationId "org.libre.agosto.p2play"
|
||||||
minSdkVersion 21
|
minSdkVersion 21
|
||||||
|
//noinspection OldTargetApi
|
||||||
targetSdkVersion 27
|
targetSdkVersion 27
|
||||||
versionCode 4
|
versionCode 5
|
||||||
versionName "0.3"
|
versionName "0.4"
|
||||||
testInstrumentationRunner "android.support.test.runner.AndroidJUnitRunner"
|
testInstrumentationRunner "android.support.test.runner.AndroidJUnitRunner"
|
||||||
}
|
}
|
||||||
buildTypes {
|
buildTypes {
|
||||||
|
|
Loading…
Reference in New Issue