repository
stringclasses
156 values
issue title
stringlengths
1
1.01k
labels
stringclasses
8 values
body
stringlengths
1
270k
facebookfresco
exifinterface invalid image
Bug
11 29 14 38 58 418 27599 27644 w exifinterface invalid image java io ioexception invalid marker 89 at android medium exifinterface getjpegattribute exifinterface java 1612 ...
facebookfresco
be there a way to exclude the native part
Question
I be develop app run only on device whose sdk 21 the ashmem cache seem not availabe to I if the so file be only for ashmem purpose they be a size waste for I can I exclude that part in some way or should I just remove the so file and assume it win t crash
facebookfresco
how to refresh a drawee with a same uri but not the same image acturally
Question
for example at first I do draweeavatar setimageuri avatar jpg then I update the avatar jpg to another picture but still name avatar jpg when I call the method draweeavatar setimageuri avatar jpg it would not update how can I update the bitmap in the draweeavatar
facebookfresco
java lang unsatisfiedlinkerror
Question
java lang unsatisfiedlinkerror no implementation find for void com facebook imagepipeline memory nativememorychunk nativefree long try java com facebook imagepipeline memory nativememorychunk nativefree and java com facebook imagepipeline memory nativememorychunk nativefree j at com facebook imagepipeline mem...
facebookfresco
how do I judge the image have be really download cache
Question
hello I use fresco to download image in my project and then I need to distinguish whether the image be a gif or a big image I find these linsk from official documentation url url so I write my own downloadsubscriber accord to the above public abstract class imagedownloadsubscriber...
facebookfresco
try to use a recycle bitmap android graphic bitmap
Question
public static void dispaly string url imageview imageview imagepipeline imagepipeline fresco getimagepipeline imagerequestbuilder builder imagerequestbuilder newbuilderwithsource geturi url imagerequ request builder build datasource ...
facebookfresco
disable downsampling for a single request
Bug
in general I want to use downsampling but would like to disable it for a single request where I be get an image strip that be considerably large than allow to render on android for example the image be 40x4000 100 frame I m process the image create an animate drawable from the 100 frame which be then render in...
facebookfresco
java lang unsatisfiedlinkerror dlopen fail
Bug
recently we ve encounter several strange problem in system loadlibrary it crash in dlopen with several different msg they be 1 bad file number java lang unsatisfiedlinkerror dlopen fail datum app lib tv danmaku bili 2 libimagepipeline so phdr mmap fail bad file number 2...
facebookfresco
java lang nosuchmethoderror android os statfs getblocksizelong in android 4 3 operating system oppo brand mobile phone
Bug
fresco 0 14 1 in android 4 3 operating system oppo brand mobile phone java lang nosuchmethoderror android os statfs getblocksizelong at com facebook common statfs statfshelper getavailablestoragespace statfshelper java 137 at com facebook common statfs statfshelper testlowdiskspace statfshelper java 114 at ...
facebookfresco
how can I track the imagerequ downloadtime decodetime totaltimecost label question
Question
I want to make statistic of image request time cost but only find cachetrack I want to know how to get each image request s download time cost total time cost and so on
facebookfresco
imageinfo incorrect for rotate image
Bug
when auto rotate be enable it seem that the imageinfo return in the controllerlistener onfinalimageset be wrong for image that be rotate namely if I have a 50x100 image with rotation 90 fresco will auto rotate this as 100x50 and display the image as wide but the imageinfo will report the image as hav...
facebookfresco
basebitmapdatasubscriber not be call
Question
hi I be try to reuse the bitmap from fresco because I need to set as background in another view the problem it s the basebitmapdatasubscriber it s not be call here s my code private void getfrescoimage string url to get image use fresco uri uri uri parse url ...
facebookfresco
animate gif pause unpause
Question
just want to be sure be this function not support or I overlook it thank you
facebookfresco
why react native use fresco 0 11 0
Question
can t I replace to fresco 0 14 0 look forward to your reply
facebookfresco
question be it necessary to call bitmap recycle
Question
as fresco lib s instruction after decode and push the bitmap into ashmem we call pinbitmap to prevent it from reclaim by the system after the bitmap isn t use anymore we recycle it by call bitmap recycle to unpin it but I try not call bitmap recycle in both of my application and fresco sample bitmap...
facebookfresco
the image have rough edge
Bug
qq 20161101190205
facebookfresco
I have a problem about loading gif the url be
Bug
I have a problem about loading gif the url be fresco load success but can t play it this problem be just for the specific url
facebookfresco
hierarchy setplaceholderimage null not work since 0 14
Bug
hello at first I have only low resolution image and load it with my placeholder drawable hierarchy setplaceholderimage photoloadingdrawable imageview setimageuri lowresurl next I fetch high resolution image url from api and if low resolution image be already in cache I show low resolution ima...
facebookfresco
oom error even with relatively small resize and downsample jpgs in recyclerview
Question
in my activity I have a single recyclerview widget that display an image and text when user push a button to request more photo image url be fetch asynchronously in batch of 24 at a time for testing purpose only these image be jpgs that be originally 640x 480 pxs in size these be the small high re photo...
facebookfresco
android studio 2 2 2 after the introduction of the xml version of the 0 10 1 property without prompt
Enhancement
android studio 2 2 2 after the introduction of the xml version of the 0 10 1 property without prompt
facebookfresco
how to judge this be a cache image in onfinalimageset
Question
I be count the image loading time consume the need to distinguish whether the image be load from the cache include memory cache and file cache I find a callback in onfinalimageset but there be no parameter about that be there any way to do this thank
facebookfresco
manually add cache
Question
my current approach be this imagerequ imagerequ imagerequestbuilder newbuilderwithsource uri build cachekey bitmapcachekey defaultcachekeyfactory getinstance getbitmapcachekey imagerequ diskstoragecache maindiskstoragecac...
facebookfresco
how to extend imagerequ
Question
I have a bean name photo the bean have more than one imageurl so I should use setfirstavailableimagerequest I want to use photo i d to generate the cachekey for follow reason 1 I want to use photo i d to generate the cachekey because all of it s url can share the same cache 2 when I want to fetchbit...
facebookfresco
duplicate entry android support v4 print printhelper printhelperstubimpl class fresco build error be anyone have this problem
Question
error execution fail for task app transformclasseswithjarmergingfordebug com android build api transform transformexception java util zip zipexception duplicate entry android support v4 print printhelper printhelperstubimpl class
facebookfresco
race condition lead to outofbound in forwardingcontrollerlistener
Bug
hello I m get a strange crash when load a simple local gif 10 18 18 00 57 522 8284 8284 com goodrun android debug d androidruntime shut down vm fatal exception main process com goodrun android debug pid 8284 java lang indexoutofboundsexception invalid index 1 size be 1 at java...
facebookfresco
huge bitmap round with bitmap shader be black
Bug
this occur on specific device zte blade possible may be reproduce on another device I simplify round demo from source so it show only one image with scaletype center and round method bitmap only I also change image to big one result on zte be bitmap shader zte same code but with round method overlay...
facebookfresco
could I custom producer and set it to imagepipeline to load image for special case
Question
as I know fresco support custom network fetcher but I want to customize some local file fetcher to load image from disk be there any interface for imagepipeline to customize the produer the case be I have some video with private file format and I want get thumbnail from they not like the general video I ca...
facebookfresco
question be there a way to remove all other cache if not in a special url list
Enhancement
I have a requirement to just remove all other image cache if not in a special url list I do not know if there be a way to do this
facebookfresco
prefetchtobitmapcache not support post process
Question
java fresco getimagepipeline prefetchtobitmapcache imagerequestbuilder newbuilderwithsource uri parse url setpostprocessor new xxxpostprocessor build null xxxpostprocessor process not execute change prefetchtobitmapcache to fetch...
facebookfresco
why doesn t my project use the fresco
Question
I be build with gradle and add the follow line to the dependency section of my build gradle file compile com facebook fresco fresco 0 14 0 but my project or an error k93 56v8x o8dr 61 9bs 3k 5g7iipbkuq l lnv yb
facebookfresco
illegal rotation angle cause exception with default rotationoption
Bug
recently the library in our project be upgrade to 0 14 0 sometimes get the follow exception e unknown transformingconsumer unhandled exception java lang illegalargumentexception ...
facebookfresco
java security cert certpathvalidatorexception trust anchor for certification path not foun
Question
how to ignore the https certificate
facebookfresco
strange transcoder error java lang runtimeexception bogus huffman table definition
Bug
I create custom view with multidraweeholder in this view I have the custom logic for draw several image main big image and two row below whith preview but some image take this stack java lang runtimeexception bogus huffman table definition ...
facebookfresco
simpledraweeview black filckering on replacement image
Enhancement
I be try to replace mutiple image from local storage use the same simpledraweeview how avoid the black flickering after a while the black flickering disappear and work well see the video I be only do msimpledraweeview setimageuri file imageslist get index I be use com facebook fresco f...
facebookfresco
how fresco render the image without display to screen and listen the progress
Question
I have struggle the problem for a long time the situation be I need to download a picture from network to simpledraweeview and transfer it to a bitmap object when it load complete the question be if simpledraweeview doesn t display to the screen it seem not start load
facebookfresco
how to get http response header
Enhancement
in my case some value store in http response header how to get it
facebookfresco
update fresco source from master seem to make animate webp need api 10 download webp picture
Bug
hello I ve update my repo up to this commit from fresco master source build my app be ok but on run when webp transcode be do to a non animate webp app crash with this error message fatal exception thread 17 ...
facebookfresco
diskstoragecache mlock problem
Bug
as we see when new diskstoragecache class it could use a background thread to calculate the cache size which may take long time and when I want to get a resource it must wait the initialization to complete because they use the same locker can this be optimize
facebookfresco
memory keep grow in recyclerview
Question
I have a recyclerview inside the fragment when I scroll and load more item the memory will keep grow up although I already release simpledraweeview controller in onviewrecycler and onviewdetache memory from 130 mb grow to 210 mb I have set downsampling and resize the my image loadimage recycler ...
facebookfresco
how to get a collection of memorytrimmable object
Question
as doc say I can override activity ontrimmemory and excute memorytrimmable interface but how can I get memorytrimmable object can you provide a demo if your application listen to system memory event it can pass they over to fresco to trim memory cache the easy way for most app to listen to event be to...
facebookfresco
where be trim function in memorytrimmable call
Question
I have download source code of 0 13 0 release in the comment trim function in memorytrimmable can trim memory but there be no caller to process this method as in the picture there s only 8 usage find trim
facebookfresco
bug closeableobject could be close unsafely in multiplexproducer multiplexer onnextresult
Bug
closeableobject could be close unsafely in multiplexproducer multiplexer onnextresult com facebook imagepipeline producer multiplexproducer multiplexer onnextresult while iterator hasnext pair producercontext pair iterator next synchronize pair pa...
facebookfresco
round gif be not support how to get gif source
Enhancement
hi I get a problem I want to get the gif source load by fresco but I have no idea after I finish read doc can you help I
facebookfresco
how to animate from circle to normal draweeview in share element transition
Enhancement
I use for example add fresco roundascircle true to simpledraweeview of drawee source xml the shape doesn t change smoothly
facebookfresco
border not visible in rounded image
Bug
I m use the follow code to round the image and also try to set the border with it the result image be rounded but the border be not visible roundingparam roundingparam roundingparam ascircle roundingparam setroundascircle true roundingparam setborder android r color white 15 0f and set this as ...
facebookfresco
centercrop do not work
Bug
I be set a local uri for the image for the drawee and once the image load it doesn t centercrop when the image be not square there be always one side that be small than the respective width height as if no scaling type be be apply and the default fitcenter be be use I m also use fresco s scaletype as oppose...
facebookfresco
app size increase by 1 mb
Question
hi we be try out fresco in our app and when we build the app the size of the app jump by over 1 mb be there a way we can reduce the size of the library we be not use any of the extra library just the basic one my build gradle look like dependency other dependency compile com facebook fresco f...
facebookfresco
dependency clean up
Enhancement
hi I find that each module of fresco depend on bolt and android support v4 but only few of they really use it for exemple animate gif have this two but I can not find the utility for the module can we consider do a dependency clean up
facebookfresco
picture draw problem
Bug
excuse I but I have a problem code a123123 123123123 and the effect be 456456 here be the picture address I d also try to use center inside run on different phone use android hardwareaccelerate true but it doesn t work should I need to add some other code to solve this thank in ...
facebookfresco
fadedrawable call invalidateself so many time when the picture be download
Bug
I have a recyclerview like this screen shoot I write a custom view follow this guide to show 0 9 picture to make the view scroll smooth I set the fade animation s duration be 0 and not set the progressbardrawable i except the custom view call ondraw time 1 init draweeholder count 1...
facebookfresco
can I replace the default localvideothumbnailproducer for a request
Enhancement
localvideothumbnailproducer use thumbnailutil createvideothumbnail which fail to load thumbnail for certain hd video glide allow I to bypass this kind of default behavior by add a custom decoder to a request be there a mechanism to use a custom producer in fresco where I can use my own logic to extract th...
facebookfresco
unknown image format exception
Bug
hello this issue be mention early but I create new bug to show pure example of how to reproduce it and why it happen I notice this issue when test my app on device with wifi disabled and 4 g enable but there be very important detail I have negative balance on my phone account so there be no actually interne...
facebookfresco
how to clear the request queque
Question
hi in a particular case only single thread be support in the first activity a lot of request be send then I start a second activity and the first activity be not be finish there re also some request need to send in this activity but these request wouldn t be excute until request from the first activity be...
facebookfresco
use placeholder with progressive image throw java lang outofmemoryerror
Bug
uri muri uri parse murl imagerequ request imagerequestbuilder newbuilderwithsource muri setprogressiverenderingenable true build draweecontroller mcontroller fresco newdraweecontrollerbuilder setimagerequ request ...
facebookfresco
avoid resize large image bitmap
Enhancement
I m use fresco to process bitmap but when the image be large the process bitmap reduce half the image spec original image spec height 4032 width 3024 size 4 65 mb process image spec height 2016 width 1512 size 595 kb there be a way to avoid that I mean to keep the ...
facebookfresco
cmyk support
Bug
hi I m on the samsung sm g3818android4 2 2 picture do not show up this be my picture address https dn runedu img qbox I 5324277294619549696 adjustment resizeoption on other mobile phone and some can not be display public static void showimageenty simpledraweeview view string url int ...
facebookfresco
set the corner with the border the outermost layer will have a pixel shadow how to solve this
Enhancement
facebookfresco
how can change to another end point
Enhancement
I use com facebook fresco fresco 0 12 0 com facebook fresco imagepipeline okhttp3 0 12 0 I have 4 different server get image from the server must need own http session so I initalize fresco when create activity every time override protect void oncreate bundle savedinstancestate ...
facebookfresco
disk cache management wrong byte size
Question
hi guy work now on the android version of an ios app I m try to use fresco the same way that what I have do on the io version of the app here be what I do not succeed to recreate on android 1 a user upload an image I get the size in byte of the uploaded jpeg quality 60 and add it to my object fire...
facebookfresco
be it possible to turn off disk cache
Question
I know it s a very specific feature but we can t save anything on a disk because of security reason so far I find only method for delete the exist cache such as cleardiskcache and evictfromdiskcache how to prevent to save anything on a disk
facebookfresco
upgrade webp lib from 0 4 3 to 0 5 1
Enhancement
in the new version there be a lot of improvement for mobile device
facebookfresco
about draweecontroller question
Question
injectview r i d simpledraweeview simpledraweeview simpleview injectview r i d simpleview simpledraweeview simpledraweeview uri uri uri parse imagerequ request imagerequestbuilder newbuilderwithsource uri setprogressiverenderingenable true build...
facebookfresco
store in the cache
Question
hi d I want to know the duration of cache storage fresco memorycache and diskcache how much for a long time a store
facebookfresco
big memory issue because of rn s and fresco s usage of object finalize
Duplicate
it s from react native issue place it here just because hope for someone s attention
facebookfresco
toomanybitmapsexception cause no display again
Duplicate
this problem have be issue many time but I don t think it have be solve I add a comment at the bottom of this issue the image will not show after a long time run if you have a lot of picture to render because of toomanybitmapsexception but imagepipeline clearcache or shutdown doesn t solve it I check th...
facebookfresco
crash decode gif image to static image and it could lead to jni crash
Bug
decode gif image to static image and it could lead to jni crash com facebook imagepipeline decoder imagedecoder decodegif com facebook imagepipeline decoder imagedecod decodestaticimage crash on android 4 4 4 4 1 2 4 3 4 4 2 jni crash log as follow signal 11 sigsegv code 1...
facebookfresco
request how to disable draweeeventtracker
Enhancement
in our chat application fast scrolling of list of chat cause many call to draweeeventtracker that call draweeeventtracker that have arrayblockingqueue that lock thread for 15 for nothing on slow device do this even when log be not use at all it will be nice to have something to disable this call or change collectio...
facebookfresco
crash when init fresco
Question
after upgrade to 0 11 app crashs when init fresco private void frescoinit int maxheapsize int runtime getruntime maxmemory final int maxmemorycachesize maxheapsize 4 public static final int maxdiskcachesize 40 byteconstant mb final int maxdiskcachesize ...
facebookfresco
be there any way to load part of a image
Enhancement
due to very specific need I need to load part of a image since the image be too long that exceed the 4096x4096 limit how to do that elegantly use fresco like the bold line follow genericdraweehierarchy hierarchy builder setfadeduration 300 setplaceholderimage new mycustomdrawable ...
facebookfresco
how many time to retry before failureimage be show
Question
use fresco I set retryiamge and failure iamge as I observe in absence of network image can not be downloae I need to press retry image 2 5 time before failure image show why be that where to configure the retry count or after I press retryimage once the image request be fire before the resp...
facebookfresco
why basepool use sparsearray to manager bucket
Question
sparsearray which key be sort so if use sparsearray to manage object it will result to some little size object often first release why base pool use aparsearray
facebookfresco
com facebook common soloader soloadershim defaulthandler loadlibrary error
Bug
I use 0 10 0 compile com facebook fresco fresco 0 10 0 aar compile com facebook fresco drawee 0 10 0 aar compile com facebook fresco fbcore 0 10 0 aar compile com facebook fresco imagepipeline 0 10 0 aar compile group com facebook fresco name imagepipeline okhttp3 version ...
facebookfresco
be it possible to load 9 patch resource image
Enhancement
I try to use imagerequestbuilder right this imagerequestbuilder newbuilderwithresourceid r drawable blank folder setresizeoption new resizeoption 300 300 setautorotateenable true build but do not work
facebookfresco
why closeableanimatedimage isn t be cache into bitmapmemorycache
Question
why closeableanimatedimage isn t be cache into bitmapmemorycache com facebook imagepipeline producer bitmapmemorycacheproducer wrapconsumer stateful result can not be cache and be just forward if newresult get isstateful getconsumer onnewresult newresult islas...
facebookfresco
what will happen setautoplayanimation false for gif image
Question
when setautoplayanimation false not support for cache it will only take the first frame as preview image but I think it will be decode whole frame may be need additional resource and not support for cache also and just show the first frame so setautoplayanimation false can we show static image w...
facebookfresco
placeholder image and progressbar image be not display when use in custom imageview
Question
hi as our ui request I have to use custom view to use fresco as your document in your official site I do the below thing use the my view the remote picture be load successfully but it s display empty not the place holder image before remote picture load I be not sure it s your library s bug can you...
facebookfresco
support fit
Enhancement
in picasso we don t need to care about memory usage and more importantly don t need manually calculate the good image size to fit since it provide a magic method fit do fresco provide similar function too picasso with context load usageexamplelistviewadapter eatfoodyimage 0 fit ...
facebookfresco
listview convertview simpledraweeview show wrong order
Question
in a listview adaper the getview method always like this public view getview int position view convertview viewgroup parent viewholder viewholder null if null convertview layoutinflat minflater layoutinflater from mcontext convertview ...
facebookfresco
a illegalargumentexception cause by file length 0 get filelength fail
Bug
back trace start java lang illegalargumentexception at com facebook common internal precondition checkargument precondition java 108 at com facebook imagepipeline memory nativepooledbytebufferoutputstream nativepooledbytebufferoutputstream java 50 at com facebook imagepipeline memory na...
facebookfresco
can fresco support video cache
Enhancement
this be glide support video cache load video file glide with itemview getcontext use videolistglidemodule getokhttpurlloader inputstream class load new glideurl item getvideourl as file class diskcachestrategy diskcachest...
facebookfresco
animateddrawable usage
Enhancement
can I inherit animateddrawable achieve other function
facebookfresco
libjpeg turbo version too low and google playstore reject it
Enhancement
hello google play developer we detect that your app s list at the end of this email be use an unsafe version of libjpeg turbo library what s happen begin september 17 2016 google play will block publishing of any new app or update that use pre 1 4 2 version of libjpeg turbo app with vulnerability like t...
facebookfresco
not able to show gif with proguard enable in 0 11 0
Bug
hello I ve build my app with proguard enable and follow the instruction find in the document however the gif can not be display I have find a solution to fix this problem by add the follow line to the proguard config file keep class com facebook imagepipeline animate and everything work as no...
facebookfresco
downscale cmyk jpeg fail
Bug
jpegtranscoder transcodejpeg fail if the jpeg use cmyk color java lang runtimeexception unsupported color conversion request
facebookfresco
webp with alpha on api 17
Bug
I m use compile com facebook fresco webpsupport 0 10 0 to support transparent webp image on device 18 api api 18 be when native support be add to framework but on some device on api 17 for example huawei ascend g700 I m face this weird bug screenshot for the reference it should look li...
facebookfresco
bitmap too large to be upload into a texture 414x9571 max 8192x8192
Enhancement
simpledraweeview have layout width and layout height the actualimagescaletype be centercrop why need setresizeoption for request why be it not accord to the size of the simpledraweeview glide and picasa be support url
facebookfresco
fresco display remote gif 5 20 second after download
Enhancement
I try display network gif in a recycleview list the gif size be normal after onlevelchange reach to 10000 I have to wait 5 20 second to see the gif display animation fresco usage compile com facebook fresco fresco 0 10 0 compile com facebook fresco animate gif 0 10 0 in fresco 0 90 the sa...
facebookfresco
feature request inject local file to disk cache
Enhancement
I have be try to cache a local image use the remote url so that the user do not have to download something which they just upload previously we be use uil for image loading which do this very easily I imagine this be quite a common use case but I have be unable to figure out a solution even after look thr...
facebookfresco
support netscape application loop block gif
Enhancement
I find that the loopcount be not assign in animate gif src main jni gifimage gif cpp but assign in animate webp src main jni webpimage webp cpp
facebookfresco
setdecodememoryfileenable true may cause some phone crash
Bug
phone model lenovo a820 t android version 4 1 2 kernel version 3 4 5 frseco version 0 9 0 this phone will crash every time this be my code imagepipelineconfig imagepipelineconfig imagepipelineconfig newbuilder getapplicationcontext setdecodememoryfileenable true ...
facebookfresco
java lang outofmemoryerror
Duplicate
java lang outofmemoryerror at android graphic bitmap nativecreate bitmap java at android graphic bitmap createbitmap bitmap java 822 at android graphic bitmap createbitmap bitmap java 799 at android graphic bitmap createbitmap bitmap java 766 at com facebook imagepipeline animate impl anima...
facebookfresco
fresco support animate image gif streaming
Enhancement
I know fresco support jpeg streaming fresco can support animate image like gif webp streaming
facebookfresco
bug in exif auto rotation for load image
Bug
I see that there be an api available on imagerequestbuilder to enable and disable auto rotation of image with exif data I be have some issue get it to work with my code 1 auto rotation seem to be enable by default although this do not seem to be mention in the doc at all as far as I can see 2 when I try...
facebookfresco
progressbardrawable onlevelchange always 10000
Enhancement
hi I m use big size gif image for fresco so I want use progressbar however progressbardrawable onlevelchange be always input 10000 why onlevelchange method without do input 0 10000 so when the call genericdraweehierarchy setprogress answer I ll wait
facebookfresco
autorotate not support invert orientation
Enhancement
fresco be miss autoorientation support for invert exif orientation orientation 1 3 6 8 get correct but 2 4 5 7 not exif orientations exif orientation example screenshot 20160524 123512 screenshot 20160524 123518 screenshot 20160524 123525 screenshot 20160524 123532
facebookfresco
when can make gif achieve round
Enhancement
when can make gif achieve round next version
facebookfresco
in some case always get problem decode into exist bitmap
Bug
when I try to use simpledraweeview seturi to set a local png file to view there s some probability that always get problem decode into exist bitmap it only occur when two simpledrawwview load same file my version be 0 10 e1578611 a9a6 4e88 85cb 1414571dfaa8
facebookfresco
v0 10 0 fresco with okhttp v0 10 0 be leak connection when some fetch produce 404 error
Bug
I have be use fresco 0 9 0 for a while with the okhttp 0 9 0 network fetcher and everything have be fine however after upgrade to v0 10 0 for both fresco and the okhttp backend I be see error like this on occasion 05 02 12 20 53 653 13097 14210 com appname w okhttpclient a connection to be leak do yo...
facebookfresco
can t set resource i d for retry failure and progressbar image
Enhancement
as state here it feel like 3 method be miss genericdraweehierarchy setfailureimage int resourceid genericdraweehierarchy setprogressbarimage int resourceid genericdraweehierarchy setretryimage int resourceid and their mirror genericdraweehierarchybuilder setfailureimage int resourceid ...
facebookfresco
fresco crash on use svg as placeholder and failure image prior to lollipop
Enhancement
since I upgrade to support library 23 3 0 I be use only vector drawable and not png asset work fine on lollipop and above but crash prior to lollipop