Skip to content

Commit

Permalink
New version - 2.973
Browse files Browse the repository at this point in the history
  • Loading branch information
gzsombor committed Aug 5, 2020
1 parent dd44e58 commit 5f6643d
Show file tree
Hide file tree
Showing 4 changed files with 40 additions and 3 deletions.
19 changes: 19 additions & 0 deletions CHANGELOG
Original file line number Diff line number Diff line change
@@ -1,3 +1,22 @@
v2.973 - 06 Aug 2020
* The NewPipe backend is now the default, so the initial impression of the app will be better.
* Upgrade NewPipeExtractor to the latest, to eliminate parsing bugs
* Preference flags are saved into the backups - by @okan35
* Added menu option to bookmark valid video urls when long pressed - by @atomjack
* Add flags to enable resizing the window for better Samsung DeX experience
* Updated translations:
* Chinese (Traditional) - by Jeff Huang
* Croatian - by Milo Ivir
* Dutch - by Heimen Stoffels
* German - by Milo Ivir
* Hungarian - by Zsombor Gegesy
* Indonesian - by zmni
* Norwegian Bokmal - by Allan Nordhøy
* Portuguese - by ssantos
* Russian - by Nikita Epifanov
* Spanish - by Julio Montero
* Turkish - by Oğuz Ersen

v2.972 - 19 Apr 2020
* Better URL handling
* Opening Youtube URL's from other apps should work better,
Expand Down
2 changes: 1 addition & 1 deletion README.md
Original file line number Diff line number Diff line change
Expand Up @@ -56,7 +56,7 @@ Android 4.0 (Ice Cream Sandwich) or later. For techies, that means an API level
| 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.972/SkyTube-Extra-2.972.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.973/SkyTube-Extra-2.973.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
4 changes: 2 additions & 2 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.972" // digits of the *fractional part* shall NOT be > than "9"
versionCode 32
versionName "2.973" // digits of the *fractional part* shall NOT be > than "9"
versionCode 33
// 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_DEBUG', '"hidden:A0C0B03EED58193F4CD52DF668495D523A5229C6B66B0ED6282AE09BD8FF08CD5AF9A6B52C214F"'
Expand Down
18 changes: 18 additions & 0 deletions fastlane/metadata/android/en-US/changelogs/33.txt
Original file line number Diff line number Diff line change
@@ -0,0 +1,18 @@
The new release contains the following changes:
• The NewPipe backend is now the default, so the initial impression of the app will be better.
• Upgrade NewPipeExtractor to the latest, to eliminate parsing bugs
• Preference flags are saved into the backups - by @okan35
• Added menu option to bookmark valid video urls when long pressed - by @atomjack
* Add flags to enable resizing the window for better Samsung DeX experience
• Updated translations:
• Chinese (Traditional) - by Jeff Huang
• Croatian - by Milo Ivir
• Dutch - by Heimen Stoffels
• German - by Milo Ivir
• Hungarian - by Zsombor Gegesy
• Indonesian - by zmni
• Norwegian Bokmal - by Allan Nordhøy
• Portuguese - by ssantos
• Russian - by Nikita Epifanov
• Spanish - by Julio Montero
• Turkish - by Oğuz Ersen

0 comments on commit 5f6643d

Please sign in to comment.