Fresco not using GingerbreadPurgeableDecoder without static-webp library
Open
enhancement
- Dominant language
- Kotlin
- Stars
- 17.2k
- Forks
- 3.7k
- PR merge metrics
- No merged PRs in 30d
Description
I've found out that Fresco is not using `GingerbreadPurgeableDecoder` on pre-KitKat devices without `static-webp` library and `webpSupportEnabled`experimental flag enabled.
There was another flag - `decodeMemoryFileEnabled` ([removed in this commit](https://github.com/facebook/fresco/commit/7d3b03d3e2f29dd137c55db1753099e4e8a546d5)), which allowed to use this decoder with Android default `BitmapFactory`.
Why it was removed and does it make sense to use `GingerbreadPurgeableDecoder` with Android `BitmapFactory` on pre-KitKat devices?
Contributor guide
Assessment
This issue has not been assessed yet.