tuskyapp / Tusky

An Android client for the microblogging server Mastodon
https://tusky.app
GNU General Public License v3.0
2.47k stars 391 forks source link

Migrate from Glide to Coil #3351

Open Goooler opened 1 year ago

Goooler commented 1 year ago

Migrate to Glide to Coil with better integration with Kotlin & Coroutines, and we can easily use Compose in the future.

https://github.com/coil-kt/coil


connyduck commented 1 year ago

Generally, yes. But on the other hand, Glide works very well right now and we have several tricky parts that could be difficult to reimplement (e.g animated emojis) with Coil. I personally would leave Glide in for now, but PRs welcome of course.