fresco icon indicating copy to clipboard operation
fresco copied to clipboard

An Android library for managing images and the memory they use.

Results 122 fresco issues
Sort by recently updated
recently updated
newest added

Differential Revision: D56474755

CLA Signed

Execution failed for task ':app:mergeDebugNativeLibs'. > Could not resolve all files for configuration ':app:debugRuntimeClasspath'. > Failed to transform vito-options-3.1.0.aar (com.facebook.fresco:vito-options:3.1.0) to match attributes {artifactType=android-jni, org.gradle.category=library, org.gradle.dependency.bundling=external, org.gradle.libraryelements=aar, org.gradle.status=release, org.gradle.usage=java-runtime}. >...

## Summary This pull request converts the CircleCI workflows to GitHub actions workflows. [Github Actions Importer](https://github.com/github/gh-actions-importer) was used to convert the workflows initially, then I edited them manually to correct...

CLA Signed

We use GitHub Issues for bugs. If you have a non-bug question, please ask on Stack Overflow: http://stackoverflow.com/questions/tagged/fresco --- Please use this template, and delete everything above this line before...

Thanks for submitting a PR! Please read these instructions carefully: - [x] Explain the **motivation** for making this change. - [x] Provide a **test plan** demonstrating that the code is...

CLA Signed

### Description The latest version of Fresco uses [libjpeg-turbo](https://github.com/libjpeg-turbo/libjpeg-turbo) and specifies version 1.5.3 [here](https://github.com/facebook/fresco/blob/042e37b00fb171a573cb9e13517bc39643cab2e1/gradle.properties#L40). This version of libjpeg-turbo is vulnerable to [CVE-2018-14498](https://nvd.nist.gov/vuln/detail/CVE-2018-14498). ### Reproduction I have no example of how...

## Motivation Basic support for [AV1 Image Format](https://en.wikipedia.org/wiki/AVIF) is added. ## Test Plan An `ExampleItem` for AVIF is added in the showcase and an AVIF image is loaded into a...

CLA Signed

[okhttp3-fetcher] additional exception info in case of http response error ## Motivation when image http request fails currently an IOException is thrown, this add cause to same with more details...

CLA Signed

Thanks for submitting a PR! Please read these instructions carefully: - [x] Explain the **motivation** for making this change. - [x] Provide a **test plan** demonstrating that the code is...

CLA Signed

Reviewed By: IanChilds Differential Revision: D52786052

CLA Signed
fb-exported