Coil v0.10.1 Release Notes

Release Date: 2020-04-26 // almost 4 years ago
    • 🛠 Fix OOM when decoding large PNGs on API 23 and below. (#372).
      • This disables decoding EXIF orientation for PNG files. PNG EXIF orientation is very rarely used and reading PNG EXIF data (even if it's empty) requires buffering the entire file into memory, which is bad for performance.
    • 📜 Minor Java compatibility improvements to SparseIntArraySet.

    • ⚡️ Update Okio to 2.6.0.