Merged
Conversation
Merged
7 tasks
TobiGr
reviewed
Feb 26, 2026
Contributor
Contributor
|
I'll implement a quick and dirty js fix for that |
Member
Author
|
I kinda liked it, people kinda have to just dismiss it to use the website :) |
TobiGr
approved these changes
Mar 8, 2026
dustdfg
reviewed
Mar 8, 2026
| We will not enroll in this privacy violating program and give up the anonymity of our developers. We do not want to be at the mercy of Google to allow our app to work. And you should not be content with this restriction either. Follow the steps outlined at [keepandroidopen.com](https://keepandroidopen.org/) and resist this further lock-down of your device. | ||
|
|
||
| ## Highlights of the new release | ||
| Getting back to the fun part of having a new NewPipe version, we have on our hand, lets have a look at the highlights of this release. In order to improve the loading of the subscription feed, the order in which they are fetched is now randomized. That should also help against fingerprinting users. Comment pages which could be stacked infinitely via reopening videos from channels, not anymore. And in certain parts of the app, e.g. the _content unavailable_ screen, click throughs could happen through that screen in whatever lies underneath. This was done by [@jpds](https://github.com/), [@aivelon](https://github.com/aivelon) and [@dustdfg](https://github.com/dustdfg) respectively thank you very much. |
There was a problem hiding this comment.
jpds link is to just github not to jpds
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Add this suggestion to a batch that can be applied as a single commit.This suggestion is invalid because no changes were made to the code.Suggestions cannot be applied while the pull request is closed.Suggestions cannot be applied while viewing a subset of changes.Only one suggestion per line can be applied in a batch.Add this suggestion to a batch that can be applied as a single commit.Applying suggestions on deleted lines is not supported.You must change the existing code in this line in order to create a valid suggestion.Outdated suggestions cannot be applied.This suggestion has been applied or marked resolved.Suggestions cannot be applied from pending reviews.Suggestions cannot be applied on multi-line comments.Suggestions cannot be applied while the pull request is queued to merge.Suggestion cannot be applied right now. Please check back later.

This is to be developed alongside the app PR
For now I introduced the banner, I had to give it a high z-index so it is on top of the nav menu in like all sub pages. I like this solution, since you can scroll down and the navbar "appears", and you can remove the pop up. But one could ofc try some fancy CSS solution I am not prepared to code RN to make it appear above the nav bar.