Page MenuHomePhabricator

Coil Image loading library Integration
Closed, ResolvedPublic5 Estimated Story Points

Description

Replace the Glide library implementation with Coil. The following code should be updated to use Coil instead of Glide:

  1. loadImage function in ViewUtil
  2. Any BitmapTransformation
  3. OkHttpGlideModule (requests to fetch images should passed through our network stack)

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

Event Timeline

WRai-WMF renamed this task from Coil Integration to Coil Image loading library Integration .Apr 14 2025, 6:06 PM
WRai-WMF set the point value for this task to 5.Apr 14 2025, 8:37 PM

Note: You only need to verify that all the images are loading correctly.