repository stringclasses 156
values | issue title stringlengths 1 1.01k ⌀ | labels stringclasses 8
values | body stringlengths 1 270k ⌀ |
|---|---|---|---|
facebookfresco | setplaceholderimage setfailureimage and setoverlay support uri and load image from cache | Enhancement | at this moment we have to construct drawable everytime we call setplaceholderimage setfailureimage and setoverlay it would be ideal if we could call use uri and it could load image from pipeline memory and disk cache for well performance |
facebookfresco | performance consideration return http status code or header | Enhancement | it would be helpful if fresco can return http status code and it be also nice to return http header as well for every imagerequ excuted the http status code fresco return could be use to tweak the future image request for example in follow sample code it request to remote server to see if avatar exist i... |
facebookfresco | bpg support | Enhancement | bpg well portable graphic be a new image format its purpose be to replace the jpeg image format when quality or file size be an issue its main advantage be high compression ratio file be much small than jpeg for similar quality support by most web browser with a small javascript decoder gzippe size 5... |
facebookfresco | pause and restart process queue | Duplicate | how can I stop process queue during scroll in listview make smooth scroll how can I achieve this thank |
facebookfresco | change network request parameter for image | Enhancement | can I set a custom retry policy and network timeout for network image request |
facebookfresco | how to customize imagedecod the file might be base64 or encrypt | Enhancement | here be the scenario the image from server be encrypt so it should be decrypt when decode as a image I read the sourcecode postprocessor can t do the decryption maybe I could use imagedecod to decrypt before decode as a image but I find it be hard to customize imagedecod do you have any advise about this... |
facebookfresco | tile a bitmap in simpledraweeview | Enhancement | how do I tile a bitmap before display it in simpledraweeview none doesn t make it clear so for now I have to use native imageview and use fresco pipeline to fetch just the bitmap repeat it with a bitmapdrawable and display which I guess be not a very good way I try do it in a postprocessor but the bitmap rec... |
facebookfresco | how can I do conditional processing in basepostprocessor | Enhancement | override public void process bitmap destbitmap final bitmap sourcebitmap if process process mcontext destbitmap sourcebitmap else destbitmap sourcebitmap |
facebookfresco | draweeeventtracker queue fill up | Bug | app be crash because I do not know why java lang illegalstateexception queue full 10 21 10 31 27 699 8966 8966 com zoho notebook e androidruntime at java util abstractqueue add abstractqueue java 69 10 21 10 31 27 699 8966 8966 com zoho notebook e androidruntime at java util concurrent arraybloc... |
facebookfresco | http error be store in cache | Bug | when connect to a need need authenticate wifi the response of image request be a html for login and the html be cache to disk after that load the image will get from disk cache but the cache file be not a bitmap file then the image show nothing even connect to another wifi do not need authenticate |
facebookfresco | imagepipelinefactory doesn t use the platformbitmapfactory that be set in imagepipelineconfig | Bug | you can set a custom platformbitmapfactory object via imagepipelineconfig builder setplatformbitmapfactory method but imagepipelinefactory seem like not use the config value and create a new one in buildplatformbitmapfactory poolfactory method |
facebookfresco | change overlay dynamically | Enhancement | I ve be use simpledraweeview and it s param fresco overlayimage successfully and now I would like to change that drawable in java recyclerview onbindviewholder method any suggestion |
facebookfresco | detect redirect image | Enhancement | hi use fresco can I detect whether an image have come from a redirected url eg I request www example com image a cat jpg and it return through redirect www example com image no such image jpg one possible solution would be to compare the url I send and the one in the return header be there a way to do... |
facebookfresco | how to add http header when download image | Enhancement | I need to add some info to the http header or it will be fail to download image I can t find the way to do that anyone know how to solve it |
facebookfresco | imagepipeline fetchencodedimage with local image uri file throw exception | Enhancement | next code javascript private void makeimagethumbnail final string imgfile int width imagesize height imagesize imagerequ imagerequ imagerequestbuilder newbuilderwithsource uri parse file imgfile setresizeoption new resizeoption width height ... |
facebookfresco | allow control over transition between controller | Enhancement | currently set a new draweecontroller switch over immediately even if the new image be not ready this can be jar even if the fade effect be use since it only fade in the second image ideally the interface would allow a crossfade between the two image or other customization |
facebookfresco | minor api change expose getid on draweecontroller interface | Enhancement | both controllerlistener and basecontrollerlist provide callback that include the controller i d as a parameter but draweecontroller do not include getid as an interface method the only way to find out the i d of the controller for share controllerlistener instance be to downcast to abstractdraweecontroller |
facebookfresco | wrap conent for very thin image | Bug | hello I have an issue with wrap conent height for remote thin image onfinalimageset I m doint this msimpledraweeview setaspectratio float imageinfo getwidth imageinfo getheight this code code work fine for image be aspect ration be about 1 2 I have one special case I m laode a very... |
facebookfresco | illegalstateexception in closeifownedby function | Bug | see this crash in log no idea what be cause it or how to reproduce have happen to 3 people so far on 5 1 1 and 5 0 2 java lang illegalstateexception at com squareup okhttp connection closeifownedby connection java 137 at com squareup okhttp okhttpclient 1 closeifownedby okhttpclient java 75 at co... |
facebookfresco | oom on lollipop when use viewpager for large image | Bug | java lang outofmemoryerror fail to allocate a 2560012 byte allocation with 392548 free byte and 383 kb until oom at dalvik system vmruntime newnonmovablearray native method at android graphic bitmap nativecreate native method at android graphic bitmap createbitmap bitmap java 939 at android... |
facebookfresco | change failureimage in code | Enhancement | simpledraweeview gethierarchy there be no method to set failureimage how to set failureimage in code |
facebookfresco | closeablereference finalize without close in simpledraweeview listview | Bug | hi fresco first of all thank for this amazing android image loading framework here be the problem happen to I when I use simpledraweeview in listview loading android sd file normally I scroll it nothing weird happen but when I fast scroll it log tell I unknown closeablereference finalize without clos... |
facebookfresco | fade in effect be go when setprogressbarimage or setroundingparam | Bug | in 0 7 0 when I use genericdraweehierarchybuilder to setprogressbarimage or setroundingparam the default fade in effect be go the image come out directly if I delete setprogressbarimage and setroundingparam everything be normal and effect come back same problem also occur in old relase |
facebookfresco | load large png image not smooth | Bug | I load the image list of sdcard and scroll fast the listview scroll not smooth |
facebookfresco | pressedstateoverlayimage overlayimage not work | Duplicate | fresco overlayimage pressedstateoverlayimage and overlayimage not work my init fuction public static void initfresco context context imagepipelineconfig config okhttpimagepipelineconfigfactory newbuild context mokhttpclient getinstance getokhttpclient ... |
facebookfresco | fresco do not work well on lollipop and upper | Bug | fresco save bitmap in the android java vm heap on the lollipop and upper but it seem that lollipop memory strategy dose not perform well on these device facebook app run on my samsung note4 would easily take almost 170 m java heap memory if load the local camera image memory usage raise up to 211 m please ref... |
facebookfresco | fresco request same uri several time | Bug | hi I recently encounter a problem that fresco repeat request with same uri for example there be a listview refresh it several time the problem happen the request of some picture be send repeatly the following be the request I catch image can you help I |
facebookfresco | a resource be acquire at attached stack trace but never release see java io closeable for information on avoid resource leak | Bug | 08 28 13 04 25 102 e strictmode 9428 a resource be acquire at attached stack trace but never release see java io closeable for information on avoid resource leak 08 28 13 04 25 102 e strictmode 9428 java lang throwable explicit termination method end not call 08 28 13 04 25 102 e strictmode 9428 ... |
facebookfresco | high failure rate when circle image with border simpledraweeview | Bug | here s my code in xml without roundingborder it s pretty but with roundingborder the failure rate be so high just like follow the result I want image but after refresh it sometimes look like this image image how to resolve this problem thank for your answer |
facebookfresco | outofmemoryerror | Bug | hello I m use fresco in a recyclerview I m recycle the view properly and of course initialize fresco just once in the application class I see that there be other oom issue report but all of they seem to occur due to huge image try to be load into the memory in my case as you can see in the fol... |
facebookfresco | space in url image unable to load | Bug | image unable to appear when use url that content space url without any space be work ok not work url medium image tsol photo gallery nation 2015 08 26 bersih 4 ashx crop 1 w 460 h 345 work url medium image tsol photo gallery nation 2015 08 26 011040853 ashx crop 1 w 460 h 345 it do not work even I rep... |
facebookfresco | make nineoldandroid optional | Enhancement | how to avoid use nineoldandroids lib my app min target be api level 15 |
facebookfresco | cancel postprocesse image aren t cache | Bug | hi guy first of all great library only problem I ve have so far be with cache of post process image I m follow the documentation put up and have look around but can t seem to figure out what s go wrong here I have a fragmentstatepageradapter with each fragment have a full sized blurred image as its... |
facebookfresco | load image fail | Bug | there be about 100 image whose size be 2048 1536 will show in my project I have use resizing but I find that fresco can only load several image and then all below image would load fail by the way I use viewpage with fragmentstatepageradapter the code I use to load image be below simpledraweeview image... |
facebookfresco | java lang unsatisfiedlinkerror | Duplicate | xt320 android 4 3 level 18 java lang unsatisfiedlinkerror couldn t load memchunk from loader dalvik system pathclassloader dexpathlist zip file datum app xx xx xx 1 apk nativelibrarydirectorie datum app lib xx xx xx 1 vendor lib system lib findlibrary return null java lang runtime loadlibrary ru... |
facebookfresco | fetchdecodedimage resize uri from local file but keep original size when uri from internet | Bug | I find a bug on fresco 0 6 1 I m try to get a bitmap from a file save in my sd card but when I fetchdecodedimage from a file the bitmap be resize and consequently lose too much quality however when I try to fetchdecodedimage with a uri from internet the bitmap isn t resize and doesn t lose quality uri fr... |
facebookfresco | should have option for select abis while import library or aar | Enhancement | fresco should provide we with an option to select the abis while import library as import whole library cost s developer an extra 3 4 mb with apk I understand the concept of multiple apk s but that s a work around fresco should provide we with compatibility |
facebookfresco | get frame by position from webp and show in simpledraweeview | Enhancement | how do it |
facebookfresco | java lang nosuchfielderror stroke bug | Bug | java lang nosuchfielderror stroke at com facebook drawee drawable roundedbitmapdrawable roundedbitmapdrawable java 61 at com facebook drawee drawable roundedbitmapdrawable frombitmapdrawable roundedbitmapdrawable java 73 at com facebook drawee generic genericdraweehierarchy maybeapplyroundingbitmaponly gen... |
facebookfresco | the image load from local file be small | Bug | when I try to use simpledraweeview setimageuri uri parse file storage emulate 0 picture jpeg 20150814 223226 1110502600 jpg the image load from the photo that I take from the camera be very small but the image load from the other photo ex screenshot be normal |
facebookfresco | scale bug on android 4 4 2 | Bug | hello I ve find strange bug on android 4 4 2 see screenshot draweeview be place in viewpager with scaletype fit center screenshot layout be instantiation code override public object instantiateitem viewgroup container int position final zoomabledraweeview v new zooma... |
facebookfresco | nativememorychunk noclassdeferror | Duplicate | this occur in low memory phone the stacktrace be java lang noclassdeffounderror com facebook imagepipeline memory nativememorychunk at com facebook imagepipeline memory nativememorychunkpool alloc sourcefile 60 at com facebook imagepipeline memory nativememorychunkpool alloc sourcefile 22 ... |
facebookfresco | fresco win t recycle the memory on lollipop | Bug | I show some picture use viewpager viewpager item be fragment even though fregment be detroy gc be not occur keep add image to memory 11 222 init fresco imagepipelineconfig config okhttpimagepipelineconfigfactory newbuilder this dcb restfuladapter getclient ... |
facebookfresco | break gif can t load | Enhancement | fresco 0 6 1 android 5 1 image url the gif image can t show animation or display static image it be break I open it on photoshop cs6 and get an error maybe fatal error c1004 or eofexception I don t know it display well with android gif drawable |
facebookfresco | option to disable auto cancel image loading when user leave the view | Enhancement | good day I have a long list view that display a lot of image I ve find out that my image which be not loaded will stop load as user scroll down the list view user will have to wait for they to load again when he she scroll back to that position this could cause some issue for those user who do not own high sp... |
facebookfresco | performance issue | Enhancement | hi I be very thrilled to use your image loader it load image fast but not very fast you can refer to oppo mobile phone s album I can view the image without stub photo when I scroll it it run fast than your s can you improve it thank you |
facebookfresco | decide rotation direction of loading animation | Enhancement | I think it would be great to be able to decide if you want clock wise or counter clock wise rotation of the loading drawable |
facebookfresco | load local image cause some problem on version 0 6 0 | Bug | usually appear at the second or more time when I try to load image at same place activity crash no error log print it s ok when I use the version 0 4 0 |
facebookfresco | resource not be close | Bug | I m get lot of error when use strict mode a resource be acquire at attached stack trace but never release see java io closeable for information on avoid resource leak java lang throwable explicit termination method close not call at dalvik system closeguard open closeguard java 184 ... |
facebookfresco | allow image loading to be pause on scroll | Enhancement | I want to pause loading on scoll |
facebookfresco | can t use drawable with colorfilter as placeholder when roundascircle be true | Bug | I m try to use a drawable with a color filter if I set the rounding param I get the placeholder without color filter if I remove they it work correctly this be the code I m use simpledraweeview simpledraweeview simpledraweeview findviewbyid r i d draweeview drawable drawable get... |
facebookfresco | write to disk cache condition | Bug | it seem like fresco only write file with image extension eg png jpg bmp to disk cache be there any option to modify this to allow image cache for other extension |
facebookfresco | animation end listener | Enhancement | hi please add animation end listener to controller to catch animation finish event when play webp animation with simpledrawee tnx |
facebookfresco | shapedrawable mutation not work on android 4 1 2 | Bug | java lang nullpointerexception at android graphic rect rect java 72 at android graphic drawable shapedrawable mutate shapedrawable java 377 at com facebook drawee drawable forwardingdrawable mutate forwardingdrawable java 160 at com facebook drawee drawable fadedrawable drawdra... |
facebookfresco | simpledraweeview round inside scrollview overlap actionbar | Bug | when I put a rounded image inside an scrollview or a listview I get a weird behaviour while scroll to the bottom the image overlap the action bar and it keep there when I go up hrqgv this issue happen on a samsung s5 but when I run it on a nexus 4 it work perfectly |
facebookfresco | imagerequ setpostprocessor will cause the screen jump when recyclerview load more content | Bug | imagerequ setpostprocessor will cause the screen jump when recyclerview load more content |
facebookfresco | now image loading speed really fast but not particularly smooth slide | Bug | I have a gridview sensory integration 0 6 0 version when I scroll quickly to the head or tail image loading speed really fast a lot but find quickly scroll process some slow be not smooth |
facebookfresco | sample comparison error | Bug | 07 25 03 08 37 265 28158 28518 com facebook sample comparison e unknown jfifutil 2e0867cb getdimension java io ioexception no more byte at com facebook imageutil streamprocessor readpackedint streamprocessor java 34 at com facebook imageutil jfifutil movetomarker jfifutil java 12... |
facebookfresco | fresco placeholderimagescaletype do not seem to have any effect in gridview | Bug | I ve get a simpledraweeview in a gridview with xml I m set the placeholder use hierarchy setplaceholderimage new bitmapdrawable context getresource iconplaceholder regardless of the value of fresco placeholderimagescaletype the placeholder scaling appear to be fitxy I e image aspect rati... |
facebookfresco | simpledraweeview wrong scale when use rounded corner | Bug | when set both android layout width 60dp android layout height 80dp fresco roundedcornerradius 4dp fresco actualimagescaletype fitxy the image get rounded corner but the image draw be not fit the space I can just see the top left corner of the image load the image be big than the ... |
facebookfresco | first frame of animate gif as placeholder image | Enhancement | be there a way to use the first frame of an animate gif as the placeholder image for a view this would ease the visual transition when load and reload animate gif if not I would love to see this add as a feature |
facebookfresco | onlevelchange gif issue | Enhancement | hi I think you can help I we be use your awesome library to show jpg png gif image with the progress bar with the jpeg and the png image everything work fine but when we load gif onlevelchange callback we get 10000 but the gif be show after 10 25 second how we can solve this issue cdae7426 2f96 11e5 ... |
facebookfresco | animation with png sequence | Enhancement | hi I be try to determine the viability of fresco for the animation in my app I have png sequence for each animation which be include as drawable resource in my project one png per frame name as frame 1 png frame 2 png etc my question be how can I get fresco to animate these frame for I in a simpledra... |
facebookfresco | java util concurrent timeoutexception | Bug | java util concurrent timeoutexception com facebook common reference closeablereference finalize time out after 10 second at com facebook common reference closeablereference finalize closeablereference java 200 at java lang daemon finalizerdaemon dofinalize daemon java 187 at java lang dae... |
facebookfresco | classcastexception in memory cache | Bug | java lang classcastexception com facebook imagepipeline cache countingmemorycache entry can not be cast to com facebook imagepipeline image closeableimage at com facebook imagepipeline cache bitmapcountingmemorycachefactory 1 getsizeinbyte bitmapcountingmemorycachefactory java 23 at com facebook... |
facebookfresco | exception in securehashutil initializer when build with maven | Bug | android version4 1 1 deviceu705 t java lang exceptionininitializererror at com facebook cache disk diskstoragecache getresourceid diskstoragecache java 626 at com facebook cache disk diskstoragecache getresource diskstoragecache java 197 at com facebook imagepipeline cache buffereddiskca... |
facebookfresco | java lang illegalargumentexception | Bug | android version4 2 2 java lang illegalargumentexception at com facebook common internal precondition checkargument precondition java 108 at com facebook imagepipeline memory bitmapcounter decrease bitmapcounter java 64 at com facebook imagepipeline bitmap dalvikbitmapfactory 1 release dalvik... |
facebookfresco | move zoomabledraweeview into fresco library | Enhancement | I wish to use fresco as the only il in my app without import uil and photoview which have currently no active maintainer please consider my suggestion thank |
facebookfresco | android tint be not take affect | Bug | hi I be simply use the follow declaration I need the tint on the image but its not appear at all kindly advice what be I miss here thank imran |
facebookfresco | mediatek chipset device crash when app use fresco sqlcipher camera permisson | Enhancement | the issue be that mediatek have a native bug that when bitmap decode configuration be set to argb 8888 and app request for camera permisson and app use database encryption with sqlcipher app crash on the native layer when bitmap be be decode we use a work around to detect mediatek chipset and use argb 4444 ins... |
facebookfresco | jpeg use progressive render throw exception | Bug | 7940 9319 e unknown jfifutil 2a4996f5 getdimension java io ioexception no more byte at com facebook imageutil streamprocessor readpackedint streamprocessor java 34 at com facebook imageutil jfifutil movetomarker jfifutil java 129 at com facebook imageutil jfifutil ... |
facebookfresco | have fresco generate thumbnail | Enhancement | hi guy I m android developer who use fresco but I have some problem when I use fresco I m make a photo app but the original image be too large and throw too many image exception so I wanna control the imagepipeline to generate thumbnail use mediastore image medium insertimage and load the thumbnail b... |
facebookfresco | npe for application context in producerfactory on initialization | Bug | cause by java lang nullpointerexception at android app contextimpl getasset contextimpl java 943 at android content contextwrapper getasset contextwrapper java 83 at com facebook imagepipeline core producerfactory producerfactory java 99 at com facebook imagepipeline core ima... |
facebookfresco | performance issue on long list and full width image | Bug | I be experience fresco simpledraweeview on recyclerview long list and full width image it s quite laggy I turn on gpu rendering in developer option and it jump to the top of the screen at some point I also try imageview with simple asynctask image loader which doesn t have cache it s pretty fast ... |
facebookfresco | uri doesn t support scheme protocol by ftp | Enhancement | how I do it |
facebookfresco | how to get cachesize and clearcache by code | Enhancement | how to get cachesize and clearcache by code |
facebookfresco | exif thumbnail display instead of original image | Bug | when try to display follow image cache in local use fresco with file only thumbnail from exif be display full image be not display image metadata can be view use this link how to reproduce 1 download image from 2 save image to sdcard as file name file storage emulate 0 cache image... |
facebookfresco | the fresco pipeline may be block | Bug | if use fresco to load an png with some error like the whole fresco my be block any image could be load any more |
facebookfresco | apk size issue | Duplicate | after implement fresco 0 5 2 our apk get increase in size be there any option to reduce the size we be use only simpledraweeview thank nithin |
facebookfresco | big size for imagepipeline folder | Duplicate | the imagepipeline folder exceed 4 mb of size which be a huge drawback for use the library it would be great if the folder itself get light I even try use the library along with proguard minifyenable but the result apk be almost 4 mb big than the original size we could opt out for the fea... |
facebookfresco | play an animate gif just once | Enhancement | I set the animation to run just once but it be not useful what do I do next |
facebookfresco | please make pressedstateoverlayimage support ripple effect | Enhancement | in fresco 0 5 2 set fresco pressedstateoverlayimage to a ripple drawable do not work currently I have to extend simpledraweeview like foregroundlinearlayout wish fresco support it thank |
facebookfresco | multiple animate gif play slow | Bug | use multiple simpledraweeview in a gridview display gif from re slow animation down it feel like there s a single thread manage all the frame count instead of have each view manage its own count note when display about 4 gif s simultaneous everything seem to work great at about 8 simpledraweeview in ... |
facebookfresco | error inflate class com facebook drawee view simpledraweeview | Bug | I get the follow error on around 2 of device run my app can not seem to sort it any thought my xml look like this xml stack trace java android view inflateexception binary xml file line 24 error inflate class com facebook drawee view simpledraweeview at android view layoutin... |
facebookfresco | google map marker image display not work | Bug | ok dude I don t know how to fix this one I have a google map with marker use info window consist of an image and a title as the image be download retrieve from cache when a marker be click I use to use the image download callback in uil to call adapter getinfocontent marker this call a refresh of the ima... |
facebookfresco | how to keep session in fresco with okhttp or add cookie before image uri call | Bug | I login my server use retrofit with okhttp I login use the retrofit with okhttp to the server and I save cookie at preference java client new okhttpclient client interceptor add new addcookiesinterceptor client interceptor add new receivedcookiesinterceptor addcookiesintercep... |
facebookfresco | defaultzoomablecontroller add max scale factor | Duplicate | add max scale factor and setter for each min max scale factor to defaultzoomablecontroller |
facebookfresco | open resource from other package | Enhancement | please add support for load uri image from resource of other package name app example android resource some packagename identifi resource i d |
facebookfresco | add missing language for documentation | Duplicate | add miss available language korean for the documentation in readme |
facebookfresco | unable to render simpledraweeview in androidstudio ui builder | Bug | the follow class could not be instantiate com facebook drawee view simpledraweeview open class show exception clear cache tip use view isineditmode in your custom view to skip code or show sample datum when show in the ide stacktrace java lang nullpointerexception at com facebook drawee view ... |
facebookfresco | need user agent add to http header | Enhancement | hi like subject fresco can not recognize the url be valid without image extension this be a example url here do fresco not support this kind of url or anybody know to solve this problem logcat unable to decode stream java io filenotfoundexception https lh3 googleusercontent com jou5dhqyc glytu... |
facebookfresco | unable to execute dex method i d not in 0 0xffff 65536 | Duplicate | iam work with eclipse fresco be too large to use |
facebookfresco | animate gif loading slow than 0 4 0 | Bug | in 0 5 1 animate gif s animation begining be delay noticeably than before compare with 0 4 0 |
facebookfresco | question about use a touch image view | Enhancement | hello we work on incorporate fresco into our code base and be have a hard time incorporate it with our touchimageview we use a custom touch image view to support zooming pan an image the code that we re use be similar to that find here the problem be that these be all matrix base operation on the image... |
facebookfresco | filenotfoundexception too many open file | Bug | after scroll for a while I always get this exception java io filenotfoundexception datum datum com facebook sample comparison cache imagepipeline cache v2 ols100 1 7 kgxrhijgegctot 4zx4dzpgjnbg cnt open fail emfile too many open file at libcore io iobridge open iobridge java 409 ... |
facebookfresco | sipledraweeview setimageuri be not work for native resource | Bug | my code final simpledraweeview imageview simpledraweeview findviewbyid r i d backdrop resource resource getresource final int resid cheese getrandomcheesedrawable final uri uri uri parse contentresolver scheme android resource resource getresourcepacka... |
facebookfresco | how to stop load when I scroll listview very fast | Duplicate | just like the imageloader mlistview setonscrolllistener new pauseonscrolllistener imageloader getinstance false true if fresco can do this it will be wonderful |
facebookfresco | q animate gif decoding still use dvm heap and cause oom issue | Bug | hi we use fresco to download and display many animate gif in our app ten of gif in one scrolled page and many page can be switch we be see a lot of gif decode oom issue report from bug reporter like this java lang outofmemoryerror at android graphic bitmap nativecreate native method at android graph... |
facebookfresco | expose file path of cache image | Enhancement | my application support offline image display it sync application content include image use a background service I need fresco to be able to check if download image already exist in local if not then download it from internet and save image to a cache then cache image could later be refer by webview img tag us... |
facebookfresco | custom header for every image request | Enhancement | our app have a gridview which contain a lot of image from different source some image have its custom referer we have to request they with different custom header be there any chance to change the header dynamically by use fresco okhttpclient |
Subsets and Splits
No community queries yet
The top public SQL queries from the community will appear here once available.