Stypox

Results 524 comments of Stypox

I pushed two commits making sure that NewPipe now requests the notification permission, as explained [here](https://developer.android.com/about/versions/13/behavior-changes-13#notification-permission-fgs-appearance). On Android 13+ we need to specify player notification actions with the `PlaybackState` class,...

I don't think I am going to fix those deprecations here. For example, `getSerializableExtra(String)` suggests `getSerializableExtra(String, class)` as a replacement, but the latter requires API 33 and I couldn't find...

I took a deeper look into the `onBackPressed` deprecation. When we just need to always consume the `onBack` it is simple to switch to just register a callback that is...

I guess this can be reproduced by subscribing to 3blue1brown, with keeps doing premieres for math videos

Closing as this was probably fixed during the channel tabs rework. Feel free to reopen if it can still be reproduced (but I have seen various premieres in my feed...

I think this would be very useful to be able to fix little nasty bugs that only happen sometimes to some person in some country. One of the extractor bugs...

@mehedihasanziku Sorry to bother you again, but you need to enable the "Append page content which possibly caused the crash to the error report" switch, so that we can see...

@flopezre update to 0.20.11!

Strange, this should have been fixed by TeamNewPipe/NewPipeExtractor#114