Stypox
Stypox
### Checklist - [x] I made sure that there are *no existing issues* - [open](https://github.com/TeamNewPipe/NewPipe/issues) or [closed](https://github.com/TeamNewPipe/NewPipe/issues?q=is%3Aissue+is%3Aclosed) - which I could contribute my information to. - [x] I have read...
This PR updates nanojson to the commit from https://github.com/TeamNewPipe/nanojson/pull/27. I included https://github.com/FireMasterK/NewPipeExtractor/commit/165b459f115ed637530baf6e33f7f95b8b4887bd as suggested in https://github.com/TeamNewPipe/nanojson/pull/27#issuecomment-3365201371 and had to make some further changes to make all tests pass (in particular...
The interface of link handlers and link handler factories is strange, hard to debug, and it's doing something extremely simple (checking if a URL matches and extracting stuff from it)...
The metadata in the lockup view model is distributed across 2/3 rows and possibly there are multiple items per row. As of #1320 the `YouTubeStreamInfoItemLockupExtractor` accesses specific rows and columns...
### Steps to reproduce Set the "Notification method" to "Background synchronization" from "Settings -> Notifications". This will start a foreground service (with a corresponding notification) that keeps Element running in...