Skip to content

Commit

Permalink
Release 2.965
Browse files Browse the repository at this point in the history
  • Loading branch information
gzsombor committed Sep 27, 2019
1 parent 3db61d0 commit a3a9d63
Show file tree
Hide file tree
Showing 4 changed files with 13 additions and 4 deletions.
11 changes: 10 additions & 1 deletion CHANGELOG
Original file line number Diff line number Diff line change
@@ -1,11 +1,20 @@
v2.965 - 27 Sep 2019
* Fixes for the NewPipeExtractor backend
* Do not block videos on bookmark and downloaded videos tab.
* dependency upgrades
* Fix to handle dialog cancellation as 'negative' response in couple of places - where an answer is expected.
* Remove special icon, which cause crashes on old Androids.
* Display YouTube API errors to the user, to avoid confusion.
* Updated Russian and Portuguese (Brazil) translation.

v2.964 - 03 Sep 2019
* Add ability to use NewPipeExtractor to talk to Youtube servers - not everything is covered, but the basic functionality.
* Added ability to bookmark videos by sharing youtube url's from other apps.
* Fix bug in Chromecast occured during pause-resume.
* Paging implemented in the Subscription Feed - so the feed loads faster now.
* Create a new preference fragment for 'Downloads and Network' settings
* Updated Russian translation

v2.963 - 17 Aug 2019
* Add preference to set custom video download folder
* Using com.github.hedzr:android-file-chooser package for file dialogs, instead of com.github.angads25:filepicker
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.961/SkyTube-Extra-2.961.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.965/SkyTube-Extra-2.965.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
2 changes: 1 addition & 1 deletion app/build.gradle
Original file line number Diff line number Diff line change
Expand Up @@ -9,7 +9,7 @@ android {
minSdkVersion 14
targetSdkVersion 28

versionName "2.964" // digits of the *fractional part* shall NOT be > than "9"
versionName "2.965" // digits of the *fractional part* shall NOT be > than "9"
versionCode buildNumber.toInteger()

// Third party devs: pls be ethical and change the below keys
Expand Down
2 changes: 1 addition & 1 deletion gradle.properties
Original file line number Diff line number Diff line change
Expand Up @@ -17,7 +17,7 @@ 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=24
buildNumber=25

android.useAndroidX=true
android.enableJetifier=true
Expand Down

0 comments on commit a3a9d63

Please sign in to comment.