Skip to content

Commit

Permalink
New release - 2.969
Browse files Browse the repository at this point in the history
  • Loading branch information
gzsombor committed Dec 31, 2019
1 parent d2d986a commit d11a081
Show file tree
Hide file tree
Showing 4 changed files with 15 additions and 6 deletions.
11 changes: 11 additions & 0 deletions CHANGELOG
Original file line number Diff line number Diff line change
@@ -1,3 +1,14 @@
v2.969 - 31 Dec 2019
* Use NewPipe backend for checking new videos on subscriptions.
* No need to restart the app for an Youtube key change.
* Add checks for network availability before:
* channel metadata download
* displaying download menuitem
* showing the comment panel
* Improve URL parsing, to handle more variant.
* Add a simple menuitem to disable video gestures without leaving the player screen.
* Updated Polish and Hungarian translations

v2.968 - 02 Dec 2019
* Reduce the number of Youtube API calls
* Implement comment fetching with the NewPipe backend
Expand Down
2 changes: 1 addition & 1 deletion README.md
Original file line number Diff line number Diff line change
Expand Up @@ -51,7 +51,7 @@ More features will be added in the near future.
| Official YouTube player support* |||
| Chromecast Support* |||
| Updates availability | Immediate | Normally up to 5 days |
| Download APK | [![Download SkyTube Extra APK](screenshots/download_apk.png)](https://github.com/ram-on/SkyTube/releases/download/v2.968/SkyTube-Extra-2.968.apk) | [![Download SkyTube (Vanilla) APK](https://upload.wikimedia.org/wikipedia/commons/thumb/0/0d/Get_it_on_F-Droid.svg/200px-Get_it_on_F-Droid.svg.png)](https://f-droid.org/repository/browse/?fdid=free.rm.skytube.oss)
| Download APK | [![Download SkyTube Extra APK](screenshots/download_apk.png)](https://github.com/ram-on/SkyTube/releases/download/v2.969/SkyTube-Extra-2.969.apk) | [![Download SkyTube (Vanilla) APK](https://upload.wikimedia.org/wikipedia/commons/thumb/0/0d/Get_it_on_F-Droid.svg/200px-Get_it_on_F-Droid.svg.png)](https://f-droid.org/repository/browse/?fdid=free.rm.skytube.oss)

_* powered by a closed-source, third-party library._

Expand Down
6 changes: 3 additions & 3 deletions app/build.gradle
Original file line number Diff line number Diff line change
Expand Up @@ -9,8 +9,8 @@ android {
minSdkVersion 14
targetSdkVersion 28

versionName "2.968" // digits of the *fractional part* shall NOT be > than "9"
versionCode 28
versionName "2.969" // digits of the *fractional part* shall NOT be > than "9"
versionCode 29
// Third party devs: pls be ethical and change the below keys
buildConfigField 'String', 'YOUTUBE_API_KEYS_DEBUG', '"AIzaSyDU-ZZCyOB_kYkiMSZ6ooSipUZRukHU4ik"'
buildConfigField 'String[]', 'YOUTUBE_API_KEYS',
Expand Down Expand Up @@ -94,7 +94,7 @@ dependencies {
implementation 'com.google.http-client:google-http-client-android:1.34.0'
implementation 'com.google.apis:google-api-services-youtube:v3-rev20190827-1.30.1'
//implementation 'com.github.TeamNewPipe.NewPipeExtractor:extractor:b6d3252'
implementation 'com.github.gzsombor.NewPipeExtractor:extractor:7442c1e0cc'
implementation 'com.github.gzsombor.NewPipeExtractor:extractor:d1e297051a'

// other modules
implementation group: 'org.ocpsoft.prettytime', name: 'prettytime', version: '4.0.2.Final'
Expand Down
2 changes: 0 additions & 2 deletions gradle.properties
Original file line number Diff line number Diff line change
Expand Up @@ -17,8 +17,6 @@ org.gradle.jvmargs=-Xmx2048m -XX:MaxPermSize=512m -XX:+HeapDumpOnOutOfMemoryErro
# http://www.gradle.org/docs/current/userguide/multi_project_builds.html#sec:decoupled_projects
# org.gradle.parallel=true

buildNumber=28

android.useAndroidX=true
android.enableJetifier=true

0 comments on commit d11a081

Please sign in to comment.