Coil v0.11.0 Release Notes

Release Date: 2020-05-14 // almost 4 years ago
    • 💥 Breaking: This version removes all existing deprecated functions.
      • This enables removing Coil's ContentProvider so it doesn't run any code at app startup.
    • 💥 Breaking: Convert SparseIntArraySet.size to a val. (#380)
    • 💥 Breaking: Move Parameters.count() to an extension function. (#403)
    • 💥 Breaking: Make BitmapPool.maxSize an Int. (#404)

    • Important: Make ImageLoader.shutdown() optional (similar to OkHttpClient). (#385)

    • 🛠 Fix: Fix AGP 4.1 compatibility. (#386)
    • 🛠 Fix: Fix measuring GONE views. (#397)

    • ⬇️ Reduce the default memory cache size to 20%. (#390)
      • To restore the existing behaviour set ImageLoaderBuilder.availableMemoryPercentage(0.25) when creating your ImageLoader.
    • ⚡️ Update Coroutines to 1.3.6.
    • ⚡️ Update OkHttp to 3.12.11.