fix decrypt url and move on to v0.14.1
This commit is contained in:
parent
97ad3c1e6d
commit
818ae03928
|
@ -8,8 +8,8 @@ android {
|
||||||
applicationId "org.schabi.newpipe"
|
applicationId "org.schabi.newpipe"
|
||||||
minSdkVersion 15
|
minSdkVersion 15
|
||||||
targetSdkVersion 27
|
targetSdkVersion 27
|
||||||
versionCode 67
|
versionCode 68
|
||||||
versionName "0.14.0"
|
versionName "0.14.1"
|
||||||
|
|
||||||
testInstrumentationRunner "android.support.test.runner.AndroidJUnitRunner"
|
testInstrumentationRunner "android.support.test.runner.AndroidJUnitRunner"
|
||||||
vectorDrawables.useSupportLibrary = true
|
vectorDrawables.useSupportLibrary = true
|
||||||
|
@ -55,7 +55,7 @@ dependencies {
|
||||||
exclude module: 'support-annotations'
|
exclude module: 'support-annotations'
|
||||||
}
|
}
|
||||||
|
|
||||||
implementation 'com.github.TeamNewPipe:NewPipeExtractor:850670917fce'
|
implementation 'com.github.TeamNewPipe:NewPipeExtractor:4469d1130799'
|
||||||
|
|
||||||
testImplementation 'junit:junit:4.12'
|
testImplementation 'junit:junit:4.12'
|
||||||
testImplementation 'org.mockito:mockito-core:2.8.9'
|
testImplementation 'org.mockito:mockito-core:2.8.9'
|
||||||
|
|
|
@ -0,0 +1,31 @@
|
||||||
|
# changes of v0.14.1
|
||||||
|
|
||||||
|
### Fixed
|
||||||
|
- Fixed failed to decrypt video url #1659
|
||||||
|
- Fixed description link not extract well #1657
|
||||||
|
|
||||||
|
# changes of v0.14.0
|
||||||
|
|
||||||
|
### New
|
||||||
|
- New Drawer design #1461
|
||||||
|
- New customizable front page #1461
|
||||||
|
|
||||||
|
### Improvements
|
||||||
|
- Reworked Gesture controls #1604
|
||||||
|
- New way to close the popup player #1597
|
||||||
|
|
||||||
|
### Fixed
|
||||||
|
- Fix error when subscription count is not available. Closes #1649.
|
||||||
|
- Show "Subscriber count not available" in those cases
|
||||||
|
- Fix NPE when a YouTube playlist is empty
|
||||||
|
- Quick fix for the kiosks in SoundCloud
|
||||||
|
- Refactor and bugfix #1623
|
||||||
|
- Fix Cyclic search result #1562
|
||||||
|
- Fix Seek bar not statically lay outed
|
||||||
|
- Fix YT Premium video are not blocked correctly
|
||||||
|
- Fix Videos sometimes not loading (due to DASH parsing)
|
||||||
|
- Fix links in video description
|
||||||
|
- Show warning when someone tries to download to external sdcard
|
||||||
|
- fix nothing shown exception triggers report
|
||||||
|
- thumbnail not shown in background player for android 8.1 [see here](https://github.com/TeamNewPipe/NewPipe/issues/943)
|
||||||
|
- Fix registering of broadcast receiver. Closes #1641.
|
Loading…
Reference in New Issue