repository stringclasses 156
values | issue title stringlengths 1 1.01k ⌀ | labels stringclasses 8
values | body stringlengths 1 270k ⌀ |
|---|---|---|---|
facebookfresco | no parameter long paramscheckintervalm | Enhancement | description defaultencodedmemorycacheparamssuppli return return new memorycacheparam maxcachesize max cache entry maxcachesize max eviction queue entry maxcacheentrysize there be no parameter long paramscheckintervalm addi... |
facebookfresco | fresco init fail | Duplicate | fresco version 1 11 0 java io ioexception android app activitythread handlebindapplication activitythread java 6024 android app activitythread wrap2 activitythread java android app activitythread h handlemessage activitythread java 1805 android os handler dispatchmessage handler java 110 android os lo... |
facebookfresco | fatal exception java lang noclassdeffounderror fail for class com facebook imagepipeline memory nativememorychunk see exception in other thread | Duplicate | fatal exception java lang noclassdeffounderror fail for class com facebook imagepipeline memory nativememorychunk see exception in other thread at com facebook imagepipeline memory nativememorychunkpool alloc nativememorychunkpool java 25 at com facebook imagepipeline memory nativememorychunkp... |
facebookfresco | can fresco support gif of the round corner | Enhancement | description I find fresco can t support the circle gif animation it ll turn automatically around the corner reproduction code implementation com facebook fresco fresco 1 13 0 implementation com facebook fresco animate gif 1 13 0 implementation com squareup okhttp3 o... |
facebookfresco | create animate webp use fresco | Question | there be any way to create animate webp gif use fresco |
facebookfresco | incompatibility with androidx | Question | description in a project use the androidx library and fresco I need to explicitly enable the jetifi to build the project solution release a new version of the fresco lib that target androidx I see the code be already migrate do you have a plan release date that will include the androidx suppo... |
facebookfresco | a group of network picture one do not show | Bug | the url of the image that can not be display be fresco init config kotlin val pipelineconfig okhttpimagepipelineconfigfactory newbuilder this httpserver okhttpclient |
facebookfresco | need some help on oom and png image | Question | I have up to 150 png drawable one for each radio station of size 250x250px or approx 25 kb pr drawable I need to downscale they to 100x100 and then keep they in bitmap cache then display they fast again and again e g after tilt when leave or enter the fragment etc I turn to fresco because the no... |
facebookfresco | feature request compliance to r drawable | Enhancement | the current api introduce an extra layer of complexity compare against default android api the suggestion be to replace this uri uri uri parse re r drawable xxx draweeview setimageuri uri with this draweeview setimage r drawable xxx and similar enable the same ap... |
facebookfresco | how can I load non resource drawable | Question | description such as gradientdrawable colordrawable it be not a uri I use drawee setimagedrawable but can t work like imageview additional information fresco version 1 13 0 platform version android 7 0 |
facebookfresco | some public apis add request | Question | description I use databinde library to bind datum for simpledraweeview and want to know if some attribute of draweeview be specify in the xml such as app backgroundimage app progressbarimage so that I can decide if need set default value for they in bindingadapter and now I only know the state... |
facebookfresco | edge repeat when use fresco roundedcornerradius on v1 10 0 and high version on htc m10u | Duplicate | description when I use fresco roundedcornerradius on htc m10u on v1 10 0 and high version I get a edge repeat image the picture I use be big than view and use default scale type centercrop this be my layout and the picture I use screenshot 20190319 111502 when I bac... |
facebookfresco | problem with use fresco webp animation and mediaplayer at the same time | Question | we use github issue for bug if you have a non bug question please ask on stack overflow please use this template and delete everything above this line before submit your issue description fill this out explain what you do what you expect to happen and what actually happen ... |
facebookfresco | problem with share element | Duplicate | the library have problem use the share element when I pass the image to a new activity it disappear and the animation that should be show do not show the same thing happen in reverse why do this happen |
facebookfresco | scale up image with roundingparam work wrong android 9 0 | Bug | description hello I ve find a problem with scale up image with fresco with round param in android 9 0 when image be small and it need to be scale up to fill view with center crop scaletype for example it display with artifact look like pixel be not interpolate to fill the view but scale separately... |
facebookfresco | fresco support cronet | Enhancement | fresco have any plan on cronet network layer |
facebookfresco | fresco fail to load libimagepipeline so | Duplicate | description java lang unsatisfiedlinkerror couldn t find dso to load libimagepipeline so cause by dlopen fail mnt expand 73b20745 928d 44e1 bed7 1093ff4eba84 user 0 com kwai global video social kwaigo lib main libimagepipeline so be 32 bit instead of 64 bit 1 com facebook soloader soloader b so... |
facebookfresco | handle gif in recyclerview | Question | description I use recyclerview to show many gif but the gif play very slow when it play 7 8 gif at the same time so I turn off auto playing option how can I auto play gif and get a good performance below be my code reproduction java override public void onbindviewhold... |
facebookfresco | malformed gif cause oom | Enhancement | a malformed gif be be send around our app and be be use to dos user the offend gif be here I have prepare a sample app that simply load this gif via fresco it crash with an oom at the end of the gif myapplication zip I notice the gif be 128x128 until the last frame where it be roughly 65000x65000... |
facebookfresco | large gif problem | Bug | when I load a large gif in demo app decoder with movie decoder it doesn t work the picture look blurry native decoder be work this be url screenshot 20190122 170505 fresco showcase screenshot 20190122 170449 fresco showcase fresco version 1 11 0 platform version 28 |
facebookfresco | when use roundascircle placeholder image be no long display as expect | Enhancement | description when set fresco roundascircle true fresco placeholderimagescaletype centercrop be ignore I should see the placeholder image with it s x and y fill the space however it instead display a small version in the upper left corner reproduction additional information ... |
facebookfresco | how to save image to local storage | Question | my app need to load image from local storage apply some transformation and then save the transform image back to local storage I be use fresco to load image from storage everything work well except that I m not able to save image back to local storage this be what I m do to save image kotlin v... |
facebookfresco | image not load when app be build with android app bundle | Duplicate | description when I build my app in debug mode or release mode apk it work normally and image get load both in emulator and physical device when I build with android app bundle the image do not load although the drawable placeholder do reproduction I be use nothing too specific ... |
facebookfresco | animate gif 1 11 0 incorrectly publish to maven central | Bug | description miss animate gif 1 11 0 pom file see any other version the file in place as result the dependency can t be resolve by maven reproduction maven can t resolve the dependency solution re publish animate gif artifact additional information fresco ve... |
facebookfresco | gravity for overlayimage attribute | Enhancement | description I be try to add an overlay image use the dimension from the drawable and with a top end gravity by default the fresco overlayimage attribute zoom the overlay to the image view would it be possible to specify a gravity for the fresco overlayimage similar to what android do android... |
facebookfresco | when build via app bundle fresco fail to find libimagepipeline so | Bug | description when launch an activity that use fresco which have be generate via android app bundle it fail to find libimagepipeline so and crash the application reproduction 1 create a sample application that use fresco 2 generate a sign bundle 3 use bundle tool build the ... |
facebookfresco | scale type centerinside edge be stretch | Duplicate | this be my code val mstructsimplequeryivbrand simpledraweeview context apply hierarchy apply roundingparam roundingparam fromcornersradius uiutil dp2px 2f tofloat setoverlayimage resutil getdrawable context r color alioth bg one box gray ... |
facebookfresco | build error imagepipeline ndk build bitmap | Bug | I m get this error everytime try to build the sample stacktrace 2018 12 01 22 08 48 628 28543 20318 e activitythread fail to find provider info for com google android app gsa test ui audio record 2018 12 01 22 08 52 668 1670 1687 e batterystatsservice modem info be invalid mode... |
facebookfresco | question about patent file in dependency | Enhancement | description one of fresco dependency bolt android have a bsd patent style license so it look like legally nothing change since removal of patent file from fresco can you give some clarification on this issue thank reproduction this be not technical issue additional info... |
facebookfresco | parent have no child drawable on nokia s old device if scaletype be specify for failure drawable | Bug | description we ve get some strange crash on old nokia s device on setfailureimage resourceid scaletype method call non fatal exception java lang nullpointerexception parent have no child drawable at com facebook common internal precondition checknotnull precondition java 226 ... |
facebookfresco | download a gif to local storage | Question | hi I be use fresco version 1 10 0 I have successfully get closeableanimateddrawable from datasource I just need help in how can I save this animate image to my localstorage I try but no succeed regard |
facebookfresco | feature request drop shadow color drop shadow in simpledraweeview | Enhancement | it would nice to have drop shadow material drop shadow and colored drop shadow even translucent drop shadow |
facebookfresco | question be it possible to get frame of animate gif webp one after another | Question | not always we have a view to show content of animate gif webp example live wallpaper for this it s good to have a bit more manual control of the decode pipeline be there a way to get one frame after another into a bitmap instance while know how much time to wait between they I ve look at the doc... |
facebookfresco | unable to retrieve uri offline from fresco even if I store it in cache | Question | what if its not a local file mean it would be url of the image how can we find it from the cache file originally post by monika1305 in issuecomment 433371281 |
facebookfresco | java lang noclassdeffounderror when fresco initialize this | Bug | description hi I have create a simple project at master branch run the app will trigger a crash on fresco initialize this here be the relevant stacktrace java lang noclassdeffounderror fail resolution of landroid support v4 util pool synchronizedpool at com facebook ima... |
facebookfresco | memory usage increase after fresco implementation | Question | description I m use glide in my project but face memory usage 120 140 mb then I decide to replace it by fresco because as per description fresco use system cache then I replace by fresco memory usage inceese to 240 270 mb reproduction create recycler adapter with image use glide and check memory ... |
facebookfresco | gif image display frequently trigger garbage collector gc the high the frame rate of gif be the more obvious | Question | description in a scrollable view such as recyclerview while the gif image be display slide the recyclerview will not feel smooth as the frame rate of the gif be large the more obvious I use android profiler to monitor memory find frequently trigger garbage collector gc will seize the main thread ti... |
facebookfresco | how to listen fresco decode fail | Question | description how do I know if fresco be successful in decode image I have a need to monitor the state of image decode but fresco doesn t provide a listener for developer my practice be to use setrequestlistener to register a global listener to know whether a picture show success and analyze throwable ... |
facebookfresco | memory increase rapdly when there be webps animateddrawable in recyclerview how to solve the problem | Question | version 1 8 1 or above memory increase rapidly when I use webps in recyclerview I have a webp in each item each webp have about 50 frame and have a size of 150 56 I find that 50 bitmap be decode into memory for each webp each webp have 50 bitmap this be unbelievable there be 100 bitmap in memory when... |
facebookfresco | imagecachestatstracker s ondiskcachehit should provide the cache key param | Enhancement | description imagecachestatstracker be use for track cache status like disk or encode memory the onbitmapcachehit onmemorycachehit and onstagingareahit method all provide the cache key param from which we can get the request url however the ondiskcachehit method do not provide the ... |
facebookfresco | how should use fresco with byte | Question | mediametadataretriever retriever null try retriever new mediametadataretriever retriever setdatasource songpath byte bytes retriever getembeddedpicture xxxxx catch exception e e printst... |
facebookfresco | bug when use regiondecode and resize together | Bug | when I use regiondecode and resize together then I find the image can not show correctly bitmapregiondecoder suppert resize how to repeat it 1 init here setdownsampleenable be set imagepipelineconfig builder pipelineconfigurebuilder imagepipelineconfig newbuilder this imagepipeline... |
facebookfresco | placeholder image scale type not work | Bug | description in layout xml file set simpledraweeview s placeholder scale type but not set placeholder image the scale type not work when set placeholder image in java code reproduction layout xml xml java code java draweeview gethierarchy setplaceholderimage r drawable l... |
facebookfresco | svg example doesn t load on xiaomi redmi note 3 | Help Wanted | description the svg example just doesn t work on my xiaomi redmi note 3 it show nothing even when I turn on the svg support and restart the showcase app several time but it s fine on my samsung galaxy s6 reproduction it happen on my xiaomi redmi note 3 but not samsung galaxy s6 I have no... |
facebookfresco | migrate to react native 0 56 break fresco s proguard config | Question | we use github issue for bug if you have a non bug question please ask on stack overflow please use this template and delete everything above this line before submit your issue description I migrate from 0 55 4 to 0 56 0 and now proguard be fail my android build I think fresco be ge... |
facebookfresco | get load image callback when parent be go in android 7 0 | Bug | description I write code like this image when I call parent setvisibility go in android 7 1 1 callback log be not print but in android 7 0 call back log be print fresco version 1 10 0 platform version android 7 0 |
facebookfresco | roundingbordercolor cause the placeholder image display error | Bug | then qq20180719 1 fresco version all version platform version all device |
facebookfresco | make round for placeholder image optional | Enhancement | I set the roundingbordercolor in xml file and set simpledraweeview gethierarchy setplaceholderimage drawable I mean when the simpledraweeview setimage fail why the borderline still on the placeholderimage code imagerequestbuilder dynamicimagerequestbuilder imagerequestbuilder newbuilderwit... |
facebookfresco | which version be fresco more stable than 1 1 1 | Question | I have try the follow version I try it from 1 9 0 to 1 3 0 I don t want to try it please give it a stable version thank you app gradle config android compilesdkversion 27 defaultconfig applicationid com zsz testbase64demo minsdkversion 16 targetsdkversio... |
facebookfresco | invalid base64 string fail to decode on android 7 | Bug | base on api com facebook fresco fresco 1 1 0 can be display use google chrome please help I with the thank you base64 string as follow datum image png base64 ivborw0kggoaaaansuheugaaawgaaafocayaaab65whvaaaaeuleqvr42u3dcbqcvzkh8iibf1qu ufhbxzgjzdmjicocb2zgqscgkexawcgimweffjugoowgbmmeiglisasswmywjuylytdccc... |
facebookfresco | what change between v1 8 and v1 1 result in the method bitmap ismutable return false | Question | follow code when download image with imagepipeline closeablebitmap closeablebitmap closeablebitmap imagereference get bitmap bitmap closeablebitmap getunderlyingbitmap glog d tag ismutable bitmap ismutable why return false in previous version here return true what change |
facebookfresco | prefetche image in drawable folder | Enhancement | description hello I be try to improve my app speed by prefetche png image that be in the drawable folder and keep they in the cache for fast access whenever they re need I try use the prefetchtodiskcache method for imagepipeline but that method require an imagerequ for the first parameter and ima... |
facebookfresco | when do fresco support heif image | Enhancement | we use github issue for bug if you have a non bug question please ask on stack overflow please use this template and delete everything above this line before submit your issue description fill this out explain what you do what you expect to happen and what actually happen ... |
facebookfresco | add option to always fade in image even if cache | Enhancement | description fresco fadeduration work the first time image url be set but when the image be load from the cache fresco fadeduration be ignore reproduction fade animation work imageview setimageuri fade animation work imageview setimageuri fade animation fail... |
facebookfresco | image url change for api level 19 | Question | please use this template and delete everything above this line before submit your issue description image loading work fine on api version 21 but the url change to something like this on api level 19 final fail onfailure failure java net connectexception fail to connect to image w... |
facebookfresco | local image with exif rotation and resizeoption display s wrong | Bug | description I have image token with samsung camera and place on sd card file exif rotation be orientation rotate 90 6 if I add resizeoption to imagerequestbuilder the image look compress by vertical reproduction here be the sample file place it to sd card root and here be code ... |
facebookfresco | android p fresco initialize | Bug | fresco version 1 8 1 when I try to initialize it I get this error w soloader can not get nativeload method java lang nosuchmethodexception nativeload class java lang string class java lang classloader class java lang string at java lang class getmethod class ja... |
facebookfresco | fresco site break over https | Enhancement | github now support https for custom domain see currently the fresco site be break over https as all the url in the html appear to be hard code to use http I d suggest change everything to use https and then enable the enforce https option in the github setting |
facebookfresco | draweeview setimageuri imageuri throw an exception unknown image format when the image be set from cache | Question | draweeview setimageuri imageuri throw an exception unknown image format when the image be set from cache this be the decoder that be use to decode the input stream after the image be download from the server private static class customimagedecoder implement imagedecod override ... |
facebookfresco | exceptionininitializererror show after upgrade to fresco 1 8 1 | Bug | description use fresco 1 8 1 then update android studio to 3 1 version build and launch app crash after roll back fresco to 1 7 1 it work fine w system err java lang exceptionininitializererror at com facebook imagepipeline memory nativememorychunkpool alloc nativememoryc... |
facebookfresco | how I can blur the image | Question | how I can blur my image like this sophiebit zpao ericnakagawa killian veenix |
facebookfresco | animation stop without onanimationstop get call | Bug | description I want to hide simpledraweeview after gif animation completion so I have add animationlistener and hide my controller onanimationstop but half of the time it do not call the onanimationstop method let I know if I be do something wrong new basecontrollerlistener overr... |
facebookfresco | proguard fresco pro break link | Bug | description in file break link to download file proguard fresco pro reproduction or follow instruction download fresco s proguard file proguard fresco pro |
facebookfresco | java lang unsatisfiedlinkerror couldn t find dso to load libimagepipeline so | Duplicate | info fresco version 1 8 1 platform version vivo android 5 1 1 cpu arm64 v8a couldn t find dso to load libimagepipeline so com facebook soloader soloader void doloadlibrarybysoname java lang string int android os strictmode threadpolicy 03 23 19 21 55 955 17814 17931 e art dlopen... |
facebookfresco | webp have native memory leak | Bug | description webp have native memory leak please open the file and jump to the function jobject webpimage nativegetframe jnienv penv jobject thiz jint index auto spnativecontext getwebpimagenativecontext penv thiz if spnativecontext throwillegalstateexception... |
facebookfresco | there be sawteeth when set round border to display round pic | Bug | description there be sawteeth when set round border to display round pic only on version above 8 0 reproduction here s the code xml java simpledraweeview mtopicimg view findviewbyid this r i d active img uri urii uri parse mpicurl mtopicimg setimageuri ur... |
facebookfresco | placeholder roundcorner to do work | Enhancement | app placeholderimage drawable smart video default cover app placeholderimagescaletype fitxy app roundbottomleft false app roundbottomright false app roundtopleft true app roundtopright true ... |
facebookfresco | load gif image do not take effect when use scalingutil scaletype fit xy zoom type | Bug | description loading gif image do not take effect when use scalingutil scaletype fit xy zoom type the size of the gif be 600 x 338 and the size of the simpledraweeview be 222 x 292 1521019163 1 reproduction additional information fresco version 1 8 1 platform v... |
facebookfresco | soloader break custom class loader | Help Wanted | java lang runtimeexception unable to create application com baijiahulian tianxiao app java lang illegalstateexception classloader com taobao sophix core dex a a should be of type basedexclassloader android app activitythread handlebindapplication activitythread java 6500 cause by java lang illeg... |
facebookfresco | how can download image when loading listview or gridview to use offline | Question | we use github issue for bug if you have a non bug question please ask on stack overflow please use this template and delete everything above this line before submit your issue description fill this out explain what you do what you expect to happen and what actually happen ... |
facebookfresco | doesn t work with rn 0 51 0 in android | Duplicate | description it crash when I use these in gradle file just for display gif compile com facebook fresco fresco 1 8 1 compile com facebook fresco animate gif 1 this be what the debug print e androidruntime fatal exception mqt native module process com b... |
facebookfresco | noclassdeffounderror soloadershim handler | Bug | description noclassdeffounderror when update the fresco lib v 1 8 1 with the react soloadershim handler java lang noclassdeffounderror fail resolution of lcom facebook common soloader soloadershim handler at com facebook react shell ... |
facebookfresco | regard loading of google drive share image through fresco lib | Question | hi team I be new to this I need your help to load a link that be share in google drive in android sample code can be appreciate joney |
facebookfresco | image doesn t show up when width and height be set to match parent | Question | I want to load an image on fullscreen and make it fit the screen however when I set the width and height to match parent nothing get show if I change they to a fix dp it display just fine what be the problem layout fetch the image uri uri uri parse med... |
facebookfresco | debug build from source fail with error use of undeclared identifier memset | Bug | description in android studio up to date with ndk 16 1 4479499 and fresco lib source from master branch to last commit yesterday build fail with jpeg jpeg codec cpp 180 3 error use of undeclared identifier memset do you mean wmemset memset dinfo 0 sizeof struct j... |
facebookfresco | java lang verifyerror com facebook I k at soloader initimpl 230dc011 soloader java 203 | Bug | description crash be happen on android 4 x device when apk be build with proguard enable and proguard android optimize txt configuration file reproduction 1 get an android 4 x device 2 build an app with follow build setting optimize be the important part debug mi... |
facebookfresco | the cpu usage be high when I use webp | Help Wanted | follow be the initialize code final memorycacheparam bitmapcacheparam new memorycacheparam max memory cache size byteconstant mb 512 max memory cache size byteconstant mb ... |
facebookfresco | download error when use self check https | Duplicate | description there be an error load the image in case when the xml certificate be invalid or self sign reproduction try load image from server with self sign certificate additional information fresco version 1 8 0 platform version android n |
facebookfresco | fatal exception javabridge java lang illegalstateexception | Help Wanted | description we be try to display the array of image get from a remote html page in a webview the html with a javascript to return the index of image click and the array of image url however it cause the exception full exception fatal exception javabridge ... |
facebookfresco | about simpledraweespantextview | Bug | I find a problem if set enableresize true and set fix width and height like this draweespanstringbuilder setimagespan getcontext draweehierarchy controller imageposition 60 60 true draweespan align center if the p... |
facebookfresco | android oreo can t load some png bitmapfactory bitmap mark for reuse 3944728 byte can t fit new bitmap 7889456 byte | Bug | fresco can t load some png on oreo we ve get the followling warning w bitmapfactory bitmap mark for reuse 3944728 byte can t fit new bitmap 7889456 byte the code to reproduce the bug kotlin override fun oncreate savedinstancestate bundle fresco initialize this sup... |
facebookfresco | setprogressiverenderingenable true break png image load from network | Bug | description when upgrade fresco to version 1 3 0 if the imagerequ setprogressiverendingenable to true the png image load from network will not display first other non jpeg image will be affect as well it work well with 1 2 0 as a application user we can not distinguish the url to load be a png ... |
facebookfresco | animate webp rendering be break | Bug | description the animate webp in the showcase sample project be render incorrectly original webp chrome only feat webp fresco 1 7 1 on google pixel 1 8 1 sample animate webp rubix fresco crop scale ignore the color difference the latter be a gif so that the image ... |
facebookfresco | why dalvikpurgeabledecoder not support region decode | Question | in commit just add region decode to artdecoder why not add to dalvikpurgeabledecoder |
facebookfresco | cachekey doesn t contain postprocessor when submit a imagerequ | Bug | description when submit a imagerequ with postprocessor bitmapmemorycacheproducer produceresult should use getpostprocessedbitmapcachekey method otherwise the cache bitmap key be different from the mcachekey of pipelinedraweecontroller class solution use getpostprocessedbitmapcachek... |
facebookfresco | improve error handling for setfirstavailableimagerequest | Enhancement | description we have find crash on device of old android version I m not sure what I have do wrong can you give I some clue that why it would happen so I can pinpoint the issue thank very much here s the stacktrace fatal exception java lang illegalargumentexception list of supplier ... |
facebookfresco | resizeoption be not work in fresco 1 7 1 | Bug | description excuse I I can not confirm this be a bug but when I update fresco version to 1 7 1 resizeoption be not work but it work normally in version 1 5 0 please help I to test this function thx reproduction this be my code java public static void loadimgbyfile commo... |
facebookfresco | how to cache resize local image | Enhancement | hi in our app we be list local photo but the problem be fresco doesn t cache the local file when I scroll a recyclerview during every data bind library be attempt to resize the raw photo on this behavior there be a lag in scroll also eat too much system resource how to handle this any help would be appr... |
facebookfresco | java lang unsatisfiedlinkerror | Bug | description I meet a bug on sumsung and zte phone the descirption java lang noclassdeffounderror com facebook imagepipeline memory nativememorychunk url url reproduction fill this out how can we reproduce the bug provide url to relevant image if possible or a sample project... |
facebookfresco | bitmap limit be hardcode to 384 | Enhancement | hi I m use fresco to load a lot of sticker until version number 14 there be no any problem in 14 and above always on pre lollipop version this exception happen and app crash I set maximum number of cache in fresco configuration com facebook imagepipeline common toomanybitmapsexception |
facebookfresco | image be not get load in release apk by use fresco | Question | while building release apk get follow warn warning com facebook imagepipeline memory bitmapcounterprovider can t find reference class com facebook infer annotation threadsafe I supresse it by use progard rule dontwarn com facebook infer annotation threadsafe do this issue concern with image load... |
facebookfresco | issue loading image when imagepath contain special char like | Duplicate | description imagepath for my image be storage emulate 0 picture ogq richard walker stairway to heaven 3f ykfgr2rz jpg try loading image with above url but it fail because it contain as special char in path otherwise work fine additional information fresco version 1 5 0 pl... |
facebookfresco | canvas try to draw too large bitmap how to point this crash | Question | fatal exception java lang runtimeexception canvas try to draw too large 214622500byte bitmap at android view displaylistcanvas throwifcannotdraw displaylistcanvas java 260 at android graphic canvas drawbitmap canvas java 1420 at android graphic drawable bitmapdrawable draw bitmapdr... |
facebookfresco | thumbnail of video from android document provider do not show | Bug | description video thumbnail can not be render via simpledraweeview setimageuri if the content uri be like content com android provider medium document document video 3a160 reproduction my app allow user to choose a file from android document provider the intent be construct by this ... |
facebookfresco | get bitmap cache with datasource fail | Duplicate | description get bitmap cache with datasource fail reproduction mportraitpath datum user 0 xxx xxx jpg the local picture have bean show in the simpledraweeview successfully imagerequ imagerequ imagerequ fromfile new file mportraitpath imagepipeline imagepipeline fresco g... |
facebookfresco | bad performance in fresco with recycler view possibly due to kotlin | Enhancement | reproduction my app currently have a main page with 60 image with a small text that be display use a recycler view and I would expect fresco to handle fine since it should only be load a few at a time however I frequently get a pool size violation I m not entirely sure if this be a fault on my ... |
facebookfresco | abstractdraweecontrollerbuilder setdatasourcesupplier should return builder | Enhancement | description abstractdraweecontrollerbuilder setdatasourcesuppli should return builder fresco newdraweecontrollerbuilder setdatasourcesuppli supplier build solution change abstractdraweecontrollerbuilder setdatasourcesuppli to return bui... |
facebookfresco | crash when play some animate webp | Bug | we use github issue for bug if you have a non bug question please ask on stack overflow please use this template and delete everything above this line before submit your issue description it can render a few frame but crash later reproduction play the webp solution ... |
facebookfresco | how can I get gif total frame count and duration | Question | I need to get the total frame count and the total duration of the gif fresco version 1 5 0 |
facebookfresco | load webp animation picture be success but wait a minute crash | Duplicate | load webp animation picture be success but wait a minute crash android version be 4 4 4 device be meitu m4 fatal exception thread 860 process com duowan mobile pid 13315 ... |
Subsets and Splits
No community queries yet
The top public SQL queries from the community will appear here once available.