TeamNewPipe / NewPipe-legacy

NewPipe with support for older devices
GNU General Public License v3.0
131 stars 36 forks source link

Replace StandardCharsets #23

Closed TobiGr closed 4 years ago

TobiGr commented 4 years ago

Hey, I wanted to remind you that we use StandardCharsets in the downloader. StandardCharsets have been introduced with KitKat. You need to replace this with "utf-8" to not get crashes.

friendlyanon commented 4 years ago

This has been addressed. Thank you for notifying!