mirror of
https://github.com/TeamNewPipe/NewPipe.git
synced 2024-11-22 11:02:35 +01:00
Merge master into dev
This commit is contained in:
commit
25aaf4e48b
@ -13,8 +13,8 @@ android {
|
|||||||
resValue "string", "app_name", "NewPipe"
|
resValue "string", "app_name", "NewPipe"
|
||||||
minSdkVersion 19
|
minSdkVersion 19
|
||||||
targetSdkVersion 29
|
targetSdkVersion 29
|
||||||
versionCode 962
|
versionCode 963
|
||||||
versionName "0.20.8"
|
versionName "0.20.9"
|
||||||
|
|
||||||
multiDexEnabled true
|
multiDexEnabled true
|
||||||
|
|
||||||
@ -180,7 +180,7 @@ dependencies {
|
|||||||
|
|
||||||
// NewPipe dependencies
|
// NewPipe dependencies
|
||||||
// You can use a local version by uncommenting a few lines in settings.gradle
|
// 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 "com.github.TeamNewPipe:nanojson:1d9e1aea9049fc9f85e68b43ba39fe7be1c1f751"
|
||||||
|
|
||||||
implementation "org.jsoup:jsoup:1.13.1"
|
implementation "org.jsoup:jsoup:1.13.1"
|
||||||
|
@ -1,8 +1 @@
|
|||||||
• Added support for chapters in player controls
|
• [YouTube] Fixed channel continuation
|
||||||
• [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
|
|
||||||
|
8
fastlane/metadata/android/en-US/changelogs/964.txt
Normal file
8
fastlane/metadata/android/en-US/changelogs/964.txt
Normal file
@ -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
Block a user