diff --git a/CHANGELOG b/CHANGELOG index b4bf99d2e8..1eed1e74ce 100644 --- a/CHANGELOG +++ b/CHANGELOG @@ -1,3 +1,12 @@ +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. @@ -5,7 +14,7 @@ v2.964 - 03 Sep 2019 * 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 diff --git a/README.md b/README.md index c818f36df4..7b155b2aed 100644 --- a/README.md +++ b/README.md @@ -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._ diff --git a/app/build.gradle b/app/build.gradle index f3c17400c7..741b6d6681 100644 --- a/app/build.gradle +++ b/app/build.gradle @@ -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 diff --git a/gradle.properties b/gradle.properties index 263a43f5b9..ac9f9153a9 100644 --- a/gradle.properties +++ b/gradle.properties @@ -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