Merge master into dev
This commit is contained in:
commit
25aaf4e48b
|
@ -13,8 +13,8 @@ android {
|
|||
resValue "string", "app_name", "NewPipe"
|
||||
minSdkVersion 19
|
||||
targetSdkVersion 29
|
||||
versionCode 962
|
||||
versionName "0.20.8"
|
||||
versionCode 963
|
||||
versionName "0.20.9"
|
||||
|
||||
multiDexEnabled true
|
||||
|
||||
|
@ -180,7 +180,7 @@ dependencies {
|
|||
|
||||
// NewPipe dependencies
|
||||
// You can use a local version by uncommenting a few lines in settings.gradle
|
||||
implementation 'com.github.TeamNewPipe:NewPipeExtractor:1414a6f178cf8f2ff1024df80fa00d8f2c85f5f4'
|
||||
implementation 'com.github.TeamNewPipe:NewPipeExtractor:d116680ea365e1c0768c131279b1d6ea90208742'
|
||||
implementation "com.github.TeamNewPipe:nanojson:1d9e1aea9049fc9f85e68b43ba39fe7be1c1f751"
|
||||
|
||||
implementation "org.jsoup:jsoup:1.13.1"
|
||||
|
|
|
@ -1,8 +1 @@
|
|||
• Added support for chapters in player controls
|
||||
• [PeerTube] Added Sepia search
|
||||
• Re-added share button in video detail view and moved stream description into the tab layout
|
||||
• Disable restoring brightness if brightness gesture is disabled
|
||||
• Added list item to play video on kodi
|
||||
• Fixed crash when no default browser is set on some devices and improve share dialogs
|
||||
• Toggle play/pause with hardware space button in fullscreen player
|
||||
• [media.ccc.de] Various fixes and improvements
|
||||
• [YouTube] Fixed channel continuation
|
||||
|
|
|
@ -0,0 +1,8 @@
|
|||
• Added support for chapters in player controls
|
||||
• [PeerTube] Added Sepia search
|
||||
• Re-added share button in video detail view and moved stream description into the tab layout
|
||||
• Disable restoring brightness if brightness gesture is disabled
|
||||
• Added list item to play video on kodi
|
||||
• Fixed crash when no default browser is set on some devices and improve share dialogs
|
||||
• Toggle play/pause with hardware space button in fullscreen player
|
||||
• [media.ccc.de] Various fixes and improvements
|
Loading…
Reference in New Issue