binwiederhier / ntfy-android

Android app for ntfy.sh
Apache License 2.0
465 stars 92 forks source link

Add webp support #80

Open jokakilla opened 1 month ago

jokakilla commented 1 month ago

Requesting support to show webp images in the notifications. Currently it's not shown embeded in the notification.

I've seen there is a mime type check for jpg/png in a util class. I already added "image/webp" on a local build and all is working fine. I'll prepare a PR asap.

jokakilla commented 1 month ago

Would be awesome if the PR could be reviewed/merge soon. Currently the functionality is broken in my usecase and in my scenario I don't have the option to switch back from webp to jpg/png and doing an conversion from webp to jpg is also not an option.