facebook / facebook/fresco

Fresco not using GingerbreadPurgeableDecoder without static-webp library

Open
#1,636 1 comment 1 reaction 0 assignees View on GitHub
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

Open the contributing guide

Assessment

This issue has not been assessed yet.

Get new issues in your inbox

A short digest of beginner-friendly GitHub issues.