krlvm

Results 104 comments of krlvm

Firefox 103.0.2 ¯\\_(ツ)_/¯ ![image](https://user-images.githubusercontent.com/51774833/186424723-7d210343-6d3b-4b63-85d7-2fcbd912d1fe.png)

Thank you very much for your interest, I'll look into it in the next few days!

Can you also set `android:navigationBarColor` to match bottom sheet background color?

I don't know if it is possible for me to suggest changes there, I've submitted bottom sheet improvements to @xz-dev fork: https://github.com/xz-dev/NewPipe/pull/1

You should not do [it](https://github.com/TeamNewPipe/NewPipe/pull/9020/commits/34233af1bf2576f2a36fc00485e2366e85e922ad). It is automatically ensured by inheritance. That's how the current theming strategy works.

Sorry, it's been my fault. Please, revert the lastest commit and edit following lines Line 32: ```xml @style/BottomSheetDialogTheme.Light.Base ``` Line 57: ```xml @style/BottomSheetDialogTheme.Dark.Base ```

I would also suggest preventing the bottom sheet from expanding up so that it doesn't overlap the video.

I think you should look into [lines 1291 and 1296](https://github.com/ValdikSS/GoodbyeDPI/blob/b3c9ff84193aeb4b0eb7d571271884dc289d12be/src/goodbyedpi.c#L1291) and rewrite `send_native_fragment` (or create a new option for that) as a loop which sends packets each sized N (except...

@Extrimis thank you for this important suggestion, it is even more important because my proposed method did not work at all due to the fact that I did not notice...