Blue
Blue
My use case stands to benefit from passing in an custom XML decoder, but since the decoder field is lowercase, I can't instantiate it outside of the package and I...
AsyncTask has [long since been deprecated.](https://android-review.googlesource.com/c/platform/frameworks/base/+/1156409/6/core/java/android/os/AsyncTask.java) Work should be made to migrate it to my Promise API (not part of this repo yet) or some other solution, so it can...
Request flow seems to be as follows: POST => https://discord.com/api/v9/channels/{CHANNEL_ID}/attachments BODY: ``` { "files": [ { "filename": "voice-message.ogg", "file_size": 8987, "id": "2" } ] } ``` RESPONSE {upload_url} from before...
### Checklist - [X] I am able to reproduce the bug with the latest version given here: [CLICK THIS LINK](https://github.com/TeamNewPipe/NewPipe/releases/latest). - [X] I made sure that there are *no existing...