fresco
fresco copied to clipboard
An Android library for managing images and the memory they use.
### Description After updating fresco to version 3.0.0 my app crashes with image url that have - character on it ### Image URLs https://img.youtube.com/vi/H0Ai05m_-JU/maxresdefault.jpg https://img.youtube.com/vi/dlC1tNsr-n8/maxresdefault.jpg ### in application class Fresco.initialize(this);...
When will we be able to override fetchWithRequest again?
NewByteArray can fail and return null, consider checking before using the returned value as array https://github.com/facebook/fresco/blob/2ae15501ad3fc132528f100990b9c06de4846e3a/imagepipeline/src/main/jni/imagepipeline/jpeg/jpeg_stream_wrappers.cpp#L135
### Description See that fresco has an ARC cache strategy(AbstractAdaptiveCountingMemoryCache) in version 2.4.0 I would like to ask: How to operate to use this strategy? ### Additional Information * Fresco...
### Description Using version 2.6.0 We added several png assets in our app. Then after upgrading to the new version (not a fresh install) , some images showed up in...
When I execute "./gradlew build" on my Mac, it throws the following error, fresco-build/fresco-3.0.0/imagepipeline-base/src/main/java/com/facebook/imagepipeline/cache/AnimatedCache.kt:88: Error: Call requires API level 24 (current min is 14): java.lang.Iterable#forEach [NewApi] frames.values.forEach { it.close() }...
### Description Every time I load the same gif, all the frame caches for the gif are re-generated in memory. Is this a bug?Or GIF caching now not supported? ###...
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...
Differential Revision: D44171487
### PlaceholderImageScaleType doesn't work - When I use the attribute of the roundedcorner, placeholderImageScaleType not normal work, like I set, on the system version for Android P's phone - Fresco...