b2ace0878c
Upstream code checks whether the current APK was signed with the release
key for various reasons:
- in order to show/hide the "Updates" settings menu
- in order to make the "Updates" settings menu searchable or not
- in order to check/not check for updates at the application start
This behavior was removed in NewPipe SponsorBlock fork, but it probably
shouldn't have been:
- the newer APK installation won't work if the locally installed APK
wasn't signed with the same key
- `isReleaseApk` function was still invoked in NewPipe SponsorBlock to
allow searching "Updates" settings from settings menu. But as the
fingerprint wasn't correct (see
|
||
---|---|---|
.github | ||
app | ||
assets | ||
checkstyle | ||
doc | ||
fastlane/metadata/android | ||
gradle/wrapper | ||
.gitignore | ||
build.gradle | ||
gradle.properties | ||
gradlew | ||
gradlew.bat | ||
LICENSE | ||
README.md | ||
settings.gradle |
NewPipe x SponsorBlock x Return YouTube Dislike
A fork of NewPipe with SponsorBlock and Return YouTube Dislike functionality.
The implementation is still a bit basic but it generally works pretty well.
How can I get this?
Builds will be uploaded in the Releases section. Please download the APK from the newest release and install it on your device.
Why isn't this in upstream NewPipe?
The developer team behind the official NewPipe decided that they do not want to include these kinds of functionality in their app. See https://newpipe.schabi.org/blog/pinned/newpipe-and-online-advertising/, https://github.com/TeamNewPipe/NewPipe/pull/3205, and https://github.com/TeamNewPipe/NewPipe/issues/7469 for more information and discussion.
We obviously disagree but we respect their decision and continue to offer SponsorBlock and Return YouTube Dislike in NewPipe via this fork.
Bugs
Please do not report bugs encountered while using this fork to the upstream developers. Either try to reproduce the bug in vanilla NewPipe and then report it (preferred) or create a bug report in our repo.