pull/4338/head
TobiGr 2020-09-27 14:08:21 +02:00
rodzic e4ab250729
commit 272be025e1
2 zmienionych plików z 11 dodań i 2 usunięć

Wyświetl plik

@ -13,8 +13,8 @@ android {
resValue "string", "app_name", "NewPipe"
minSdkVersion 19
targetSdkVersion 29
versionCode 953
versionName "0.19.8"
versionCode 954
versionName "0.20.0"
testInstrumentationRunner "androidx.test.runner.AndroidJUnitRunner"
vectorDrawables.useSupportLibrary = true

Wyświetl plik

@ -0,0 +1,9 @@
• new application workflow: play videos on detail page, swipe down to minimize player
• MediaStyle notifications: customizable actions in notifications, performance improvements
• basic resizing when using NewPipe as desktop app
• show dialog with open options in case of an unsupported URL toast
• Improve search suggestion experience when remote ones can't be fetched
• Increased default video quality to 720p60 (in-app player) and 480p (pop-up player)
• tons of bug fixes and more