Jasonette / JASONETTE-Android

📡 Native App over HTTP, on Android
https://www.jasonette.com
Other
1.6k stars 270 forks source link

Figure out how to get gif to work with data uris #121

Open gliechtenstein opened 7 years ago

gliechtenstein commented 7 years ago

For some reason dealing with gif images are tricky using Glide (the library we use for image rendering).

Currently it mostly works, with exception of an animated gif being rendered from a data-uri. Need to fix eventually

realitix commented 7 years ago

Hello @gliechtenstein, we should try with Glide4, it may fix this.

gliechtenstein commented 7 years ago

Good idea, is Glide4 backwards compatible with Glide3?

Also if you have tried it out feel free to send a PR, would appreciate it! :)

realitix commented 7 years ago

Glide4 is a RC version currently but there is Glide 3.8 that we can try. Can you point me the json app that creates error to give me ability to fix it ?

gliechtenstein commented 7 years ago

I answered here https://github.com/Jasonette/JASONETTE-Android/pull/119#issuecomment-312363529

realitix commented 7 years ago

@gliechtenstein Can you point me to a jasonette APP which embed gif data-uri ?