repository stringclasses 156
values | issue title stringlengths 1 1.01k ⌀ | labels stringclasses 8
values | body stringlengths 1 270k ⌀ |
|---|---|---|---|
facebookfresco | feature request control memory cache per request | Enhancement | description I would like to control memory cache per request sometimes I need it and sometimes I don t by analogy how it be do with disk cache imagerequ request imagerequestbuilder newbuilderwithsource path disablediskcache ... |
facebookfresco | animate image do not play completely in simpledraweespantextview | Bug | description simpledraweespantextview when give an animate image as the source only play a couple frame and then freeze rerender can trigger a different frame to be display but it be still not actually play the same happen on both webm and gif file gif example showcase frozen gif u... |
facebookfresco | placeholder transparency doesn t work properly with background | Bug | description I want to set placeholder and background to the image the issue be that my placeholder be an icon on transparent background and region of the icon crop background it be very vague in word but please look at the attach picture and everything will become clear compare with expect result ... |
facebookfresco | how to run the fresco demo in android studio | Question | description how to run fresco demo I import the whole project in android studio information gradle task sample demo assembleinternaldebug error execution fail for task imagepipeline downloadlibjpeg javax net ssl sslhandshakeexception sun security validator validatorexception pkix pat... |
facebookfresco | can not import project and run its sample | Bug | I get this error image |
facebookfresco | decode image over http that return 204 status response | Enhancement | description fresco throw an illegalargumentexception with unknown image format as message when decode an image over http that return a 204 status code here there be more information about 204 status code this be treat as a generic error so when we be try to handle it on our react native app ... |
facebookfresco | java lang runtimeexception fail to pin bitmap | Bug | 1 the way I use imagerequestbuilder imagerequestbuilder imagerequestbuilder newbuilderwithsource imageuri imagerequestbuilder setprogressiverenderingenable true imagerequ imagerequ imagerequestbuilder build pipelinedraweecontrollerbuild controllerbuilder ... |
facebookfresco | focuscrop doesn t work correctly with sharedtransition | Bug | description when use scaletype focuscrop for a share transition the image will change to be centercroppe then the share transition will take place on the exit transition it will transition to be centercroppe and then after the transition finish it will move to the focuscrop I be use setlegacyvisi... |
facebookfresco | sigsegv crash at libstatic webp so on x86 | Bug | hi I ve introduce fresco which version be 1 3 0 however I get the sigsegv crash at libstatic webp so when run on x86 android phone the stack info be libstatic webp so 0x7ca97 eip 0x683d9a97 esp 0x6befd61c ebp 0x6f33e280 ebx 0x6840df10 esi 0xf3f00000 edi 0x000000... |
facebookfresco | simpledraweeview set scaletype not work | Question | how to set scaletype on simpledraweeview when load dynamic webp or gif I set scaletype any type not work genericdraweehierarchy hierarchy new genericdraweehierarchybuilder getcontext getresource build hierarchy setactualimagescaletype scalingutil scaletype fit xy msimpledrawe... |
facebookfresco | run comparison demo the application may be do too much work on its main thread | Enhancement | 09 15 16 21 16 099 3393 3393 com facebook sample comparison I choreographer skip 69 frame the application may be do too much work on its main thread 09 15 16 21 16 944 3393 3393 com facebook sample comparison I choreographer skip 44 frame the application may be do too much work on its main thread ... |
facebookfresco | for infinitely animate webp the animation listener onanimationframe do t work | Bug | description I use a infinitely animate webp with fresco I add a listener to check every frame to draw when the animation start I find that the frame callback be not increase step by 1 and the drop frame be always 0 what expect it should increase step by 1 or the framenumber dropframe frame... |
facebookfresco | add round support for rtl language to genericdraweeview | Enhancement | can we add round support for rtl language to genericdraweeview need to add fresco roundtopstart fresco roundtopend fresco roundbottomstart fresco roundbottomend android studio already recommend use start end instead of leave right in support of rtl language e g android paddingleft a... |
facebookfresco | why encodedmemorycacheproducer release native cache immediately | Question | in encodedmemorycacheproducer when after cachedresult mmemorycache cache cachekey ref will call closeablereference closesafely cachedresult encodedimage closesafely cachedencodedimage this then cause the native cache pool to remain empty |
facebookfresco | bad performance in listview recyclerview when scroll fast | Question | 1 open the profile gpu rendering on screen as bar in developer option 2 open the showcase app you provide 3 scroll fast in recyclerview the bar on screen be light green and deep green and it represent the measure and layout process be cost a lot 4 about phone cpu 2 45ghz ram 3 00 gb... |
facebookfresco | filecache getresource return null on real device but it work on avd | Question | resource return null when run on real device and use a low fresco replace getmainfilecache with getmaindiskstoragecache it work well code filebinaryresource resource filebinaryresource fresco getimagepipelinefactory getmainfilecache getresource new s... |
facebookfresco | 1 4 0 bug ascircle invalid sometimes | Question | if I add the follow line to build gradle file that s no problem compile com facebook fresco fresco 1 4 0 but if I add the follow line to build gradle file display some picture by use ascircle be invalid compile com facebook fresco fresco 1 4 0 compile com facebook fresco anim... |
facebookfresco | update fresco from 1 3 0 to 1 4 0 cause bug toomanybitmapsexception | Duplicate | before update we have not occur this problem exception com facebook imagepipeline common toomanybitmapsexception com facebook imagepipeline platform dalvikpurgeabledecoder pinbitmap com facebook imagepipeline platform kitkatpurgeabledecoder pinbitmap com facebook imagepipeline platform dalvikpurgeablede... |
facebookfresco | crash when render some gif s | Bug | description test gif additional information fresco version 1 4 0 1 5 0 platform version device nexus 6p android 7 1 2 |
facebookfresco | how to render local image name end with mp4 | Question | for example image path like this storage emulate 0 test mp4 yes it s actual a jpg image with wrong suffix name |
facebookfresco | recycler view scroll issue | Question | recycler view scroll up down be reload download image again from give url |
facebookfresco | autorotation not work with small resizeoption dimension | Bug | description I be try to load a lot of small image in a grid and in order to do so I be try to load they really small 60x60 px use the resizeoption I be also use autorotate option to load those image to display they correctly what I have notice be that only above a certain pixel amount the rotat... |
facebookfresco | how to set loopcount for animatedimage after v1 4 0 | Question | now I aim to play a gif image 5 time and I find there be a method getloopcount for get the number of loop for a animatedimage but the question be I don t know how to dynamic set loopcount wait for your help |
facebookfresco | how can I catch the exception fail to pin bitmap | Bug | I know this exception due to an invalid image but I can t make sure the picture be valid before use fresco to load the picture when the picture go wrong I don t want to my app stop because of the exception throw I want my app to be continue also fresco can configure failureimage and as I understand wh... |
facebookfresco | failure to load webp image on gingerbread | Bug | description image not be load on an old samsung device samsung s3 mini it seem like there have be a major change in the image decoder and image purging which be now cause issue on particular device the last version of fresco this be not observe on be 0 14 1 additional information... |
facebookfresco | java lang noclassdeffounderror com facebook imagepipeline memory nativememorychunk | Duplicate | description java lang noclassdeffounderror com facebook imagepipeline memory nativememorychunk 07 29 16 24 53 811 3688 4266 com allfootball news w system err at com facebook imagepipeline memory nativememorychunkpool alloc nativememorychunkpool java 60 07 29 16 24 53 811 3688 4266 com allfootball... |
facebookfresco | android n with fragment bug | Bug | hi device google pixel android 7 1 and hauwei mate9 android 7 0 fresco be not visible on android n device use the fragment jump android n below be ok test the other library be ok initialization one two fresco three four glide init start fragment load |
facebookfresco | simpledraweeview doesn t set layout accord to width and height when set to wrap content | Question | description I follow the basic tutorial on fresco website for animate image instead of set layout width and layou height tag to fix 130dp I set their value to wrap content match parent as well when I run it everything work fine except the simpledraweeview doesn t set layout ... |
facebookfresco | image load with resize option | Question | imagerequ request imagerequestbuilder newbuilderwithsource uri setprogressiverenderingenable true setresizeoption new resizeoption 10 10 build use resize option 10 by 10 but still image take time to load |
facebookfresco | after update from version 1 3 0 to 1 4 0 the load image appear an exception | Enhancement | description after update from version 1 3 to 1 4 the load image appear an exception reproduction com facebook imagepipeline memory basepool poolsizeviolationexception pool hard cap violation hard cap 4194304 use size 4194304 free size 0 request size 131072 ... |
facebookfresco | svg format not load | Enhancement | description when try to load this svg file the image be not load and a java lang illegalargumentexception be throw reproduction on imageformatsvgfragment java class change uri svg half transparent attribute from uri parse to uri parse run the showcase app ... |
facebookfresco | use of android support librarie | Question | description fresco be use android support library in my experience every new version of android support library probably introduce new bug that happen no matter what its version name be like only minor number change so for my own library which use android support librarie I always increase majo... |
facebookfresco | rotation for resource image not work | Bug | description rotation for resource image not work image be not rotate reproduction simpledraweeview iv imagerequ ir imagerequestbuilder newbuilderwithsource r drawable sample image setrotationoption rotationoption forcerotation rotationoption rotate... |
facebookfresco | recently I use fresco to make a recyclerview with gif and the gif play non fluency | 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 | the webp animation always twinkle | Duplicate | recently I have use fresco to play webp animation the picture will flash several time at the beginning but when I use yyimage to play webp animation for io everything work well with the same webp file also I have try to change the frame rate of the animation or set a background with no alpha but no improv... |
facebookfresco | download image and setup as linearlayout background | Question | I want to download an image use fresco and set it as linearlayout background I go through the documentation and learn that it can be do use the imagepipeline but once I change the image and restart the application crash and after I start it second time the application seem to work fine please find the code below ... |
facebookfresco | oom exception with activity | Question | in my project have an activity be a newsdetail with a webview to show web content and listview to show about news and comment and when I open this activity click aboutnew to open an new this activity when I repeat this opration it must a issue an oom exception there be an question that when the a... |
facebookfresco | imagerequ setimagetype method not exist | Question | description I try to config the disk cache in my app a disk cache for default image and a small disk cache for small image but after I do that I try to setimagetype imagetype small in imagerequ and I find there be no method call setimagetype and I don t know to how to tell fresco which image be s... |
facebookfresco | fresco 1 3 0 java lang noclassdeffounderror com facebook imagepipeline memory nativememorychunk | Duplicate | the app use fresco 1 3 0 compile com facebook fresco fresco 1 3 0 compile com facebook fresco imagepipeline okhttp3 1 3 0 compile com facebook fresco animate webp 1 3 0 compile com facebook fresco webpsupport 1 3 0 crash in 4 x x android version |
facebookfresco | sharedelement issue in api 24 | Duplicate | description I follow the example of transition to set share transition it work fine in api 21 24 but have some problem in api 24 when I exit an activity the source simpledraweeview will turn white reproduction issueimage additional information fresco version 1 3 0... |
facebookfresco | lowimage not request | Question | imagerequ request imagerequestbuilder newbuilderwithsource frescoutil geturi build imagerequ lowrequset imagerequestbuilder newbuilderwithsource frescoutil geturi lowurl build draweecontroller controller fresco newdraweeco... |
facebookfresco | gif circle | Duplicate | a url which I get from server may be a jpg or a gif I set auto play false be use to display a circle simpledraweeview but fresco not support gif circle so what shall I do |
facebookfresco | java lang unsatisfiedlinkerror couldn t load imagepipeline | Duplicate | description I observe some crash report when use fresco fatal exception java lang unsatisfiedlinkerror couldn t load imagepipeline from loader dalvik system pathclassloader dexpath data app com ss android article master 12 apk librarypath data app lib com ss android article master 12 findl... |
facebookfresco | 1 3 1 1 roundascircle be invlid for gif suffix image but 0 14 1 be ok | Duplicate | image url http bbs1 qianfanyun com uc server avatar php uid 224 size big |
facebookfresco | java lang internalerror thread start during runtime shutdown | Duplicate | our project often appear this bug thread start during runtime shutdown it appear at com facebook imagepipeline core prioritythreadfactory 1 run prioritythreadfactory java 43 public thread newthread final runnable runnable runnable wrapperrunnable new runnable override ... |
facebookfresco | I don t kown how to do for this issue thank | Bug | java io ioexception invalid marker 89 at android medium exifinterface getjpegattribute exifinterface java 1604 at android medium exifinterface loadattribute exifinterface java... |
facebookfresco | java lang noclassdeffounderror com facebook imagepipeline memory nativememorychunk | Duplicate | 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 at com facebook imagepipeline memory basepool get sourcefile 259 ... |
facebookfresco | fresco doesn t cache image from redirected url | Question | fresco doesn t cache image that have url that get redirect to other url I e facebook s graph image urls fresco version 1 3 0 |
facebookfresco | fetch update image | Question | hey I be use fresco for download image from server I want to download image and set it to a linearlayout as background so I be use imagepipeline to download image use the url directly now I be face two issue 1 how to scale an image which have be download via pipeline 2 when I update the image on th... |
facebookfresco | apng support | Enhancement | will fresco support apng in the future |
facebookfresco | progress update not work when use okhttpclient with httplogginginterceptor | Bug | description when use okhttpclient with httplogginginterceptor progressive loading doesn t seem to work setprogress method be never call reproduction httplogginginterceptor interceptor new httplogginginterceptor interceptor setlevel httplogginginterceptor level body fresco version... |
facebookfresco | fresco do not support resize option like picasso | Enhancement | I be try to use fresco over picasso to avoid memory leak but find that fresco do not support scale as it be support by picasso follow be my code to resize image use picasso picassocache getpicassoinstance holder itemview getcontext load uri encode item imageurl constant allow uri chars tag constant ima... |
facebookfresco | noclassdeffounderror com facebook imagepipeline memory nativememorychunk | Duplicate | description os android 4 4 4 phone oppo r8207 stack trace java lang noclassdeffounderror com facebook imagepipeline memory nativememorychunk at com facebook imagepipeline memory m I nativememorychunkpool java 60 at com facebook imagepipeline memory m b nativememorychunkpool java 22 at com... |
facebookfresco | compress animate gif show with white spot | Bug | description when I try to render any compress gif I suppose they be compress with gifsicle or something similar I have white spot all around the picture reproduction for example this gif you can try to split it with to see white spot simpledraweeview mydraweeview ... |
facebookfresco | when load the gif roundingparams ascircle be not effect | Duplicate | when load the gif roundingparam ascircle be not effect |
facebookfresco | java lang noclassdeffounderror com facebook imagepipeline memory nativememorychunk | Duplicate | java lang noclassdeffounderror com facebook imagepipeline memory nativememorychunk com facebook imagepipeline memory nativememorychunkpool alloc unknown source com facebook imagepipeline memory nativememorychunkpool alloc unknown source com facebook imagepipeline memory basepool get unknown source com ... |
facebookfresco | in imagepipeline prefetchtodiskcache callback the cached file be not yet ready | Enhancement | description what I want to do be to download an image as file I decide to use imagepipeline prefetchtodiskcache and try to load the file from fresco s cache when I get the result my guess be that the cache file be not ready because I always get null I do a further investigation that I set up a c... |
facebookfresco | java lang runtimeexception canvas try to use a recycle bitmap android graphic bitmap 2dad25ee | Bug | description the bitmappool log below 04 18 10 39 34 797 21848 21984 v unknown bitmappool release free object size 37535584 16384 04 18 10 39 34 797 21848 21984 v unknown bitmappool use 256 10787136 free 0 0 04 18 10 39 34 797 21848 21977 v unknown bitmappool u... |
facebookfresco | unsatisfiedlinkerror | Duplicate | hello our release app have start to crash with unsatisfiedlinkerror on samsung device with android version 4 4 2 2 4 3 we be use fresco version 1 0 1 and add custom okhttp client java java lang exceptionininitializererror at com facebook imagepipeline memory nativememorychunkpool alloc progua... |
facebookfresco | medium variation not work if candidate not a jpeg image | Bug | self create an issue to track this fthegfw raise pr 1630 to fix this but it involve change to the progressivejpegparser we shouldn t get into that class if we re not decode a jpeg this come from the previous assumption that non final image would always be progressive jpeg |
facebookfresco | app may crash when load gif | Bug | I think follow code snippet in gif cpp may cause crash when psavedimage imagedesc height be 0 c check size of image if psavedimage imagedesc width 0 psavedimage imagedesc height 0 psavedimage imagedesc width int max psavedimage imagedesc height ... |
facebookfresco | gif | Duplicate | gif |
facebookfresco | java lang unsatisfiedlinkerror com facebook imagepipeline memory nativememorychunk | Question | fresco 1 1 0 device amazon kfarwi bug info java lang unsatisfiedlinkerror com facebook imagepipeline memory nativememorychunk at com facebook imagepipeline memory nativememorychunkpool alloc nativememorychunkpool java 60 at com facebook imagepipeline memory nativememorychunkpool alloc nativememorych... |
facebookfresco | load the gif cause the project to crash | Question | java my code uri uri uri parse address draweecontroller draweecontroller fresco newdraweecontrollerbuilder seturi uri setautoplayanimation true build nivshowimg setcontr... |
facebookfresco | mediavariation item never delete from database | Bug | it seem there be no code for delete item from medium variation index database the database file size will bloat continuously be that expect |
facebookfresco | animatable in android n while animatable start faild | Duplicate | animatable in android n while animatable start faild but in screen off on the animatable will run |
facebookfresco | how to get gif play progress | Enhancement | how to get gif play progress and ready progress |
facebookfresco | simpledraweeview resizing issue with gif | Enhancement | description currently I be use android s fresco version 1 1 0 I have load a gif in simpledraweeview and it be work as expect but as I try to resize simpledraweeview it seem like gif loading process be start again and for sometime there be no visible image in simpledraweeview expect gif loading should... |
facebookfresco | dynamically link jpegturbo lib for reduce library size | Bug | I ve notice native lib jpegturbo be both statically link in bellow module imagepipeline see imagepipeline android mk l28 l28 static webp see static webp android mk l37 l37 it s size be 165 kb kb in armeabi v7 and 409 kb in x86 so big would cause a lot of redundant ... |
facebookfresco | can we set the position of progress bar drawable to top instead of bottom | Question | for now the progressbar be display at the bottom of the loading image I want to set it to the top how can I archieve this thank you additionally I think that the onlevelchange be call only by the download process not the decode process it make progress stick at about 98 when the drawee need t... |
facebookfresco | comparison demo crash when select volley network | Bug | description e androidruntime fatal exception main process com facebook sample comparison pid 4529 java util concurrentmodificationexception at java util hashmap hashiterator nextentry hashmap java 851 at java util hashmap valueiterator next hashmap java 879 ... |
facebookfresco | how can I listen the process of animation when load gif or webp | Enhancement | because I want to add some operation when animation processing to finish once |
facebookfresco | crash in producer localexifthumbnailproducer getexifinterface | Bug | hi we get some crash report from our user fatal exception java lang stackoverflowerror stack size 1036 kb at java io bytearrayinputstream read bytearrayinputstream java 145 at android medium exifinterface byteorderawarenessdatainputstream readfully exifinterface java 2353 at ... |
facebookfresco | how to set uri in failure hierarchy | Question | I have a scenario in which I have to try another uri if one uri fail to get an image dh setfailureimage accept either drawable or a resource i d please do let I know if there be any way to provide alternate uri or failure uri thank in advance |
facebookfresco | crash for gif with different frame size out of image boundary | Bug | when I play a gif with the url there throw exception java lang illegalstateexception width or height be too small log 02 09 14 55 23 556 18793 20099 com zhejiangdaily a art art runtime java vm ext cc 410 jni detect error in application jni monitorenter call with pende exception java lang illegalsta... |
facebookfresco | can t handle mediastore uri if no storage permission | Bug | if storage permission be not grant fetchdecodedimage in imagepipeline fail when pass an imagerequ with a mediastore uri e g content medium external image medium 917 error be storage emulate 0 dcim camera 20161128 142252 jpg open fail eacce permission deny my workaround be to... |
facebookfresco | how can I listen simpledraweeview already show the image | Question | how can I listen simpledraweeview already show the image I want to get blur after show image how can I know |
facebookfresco | dot dash border around image | Question | be there a way to apply dotted dash border around image round image view round corner and set padding between border and image view |
facebookfresco | when download big gif image progressbar finish and then just stay there for several second | Enhancement | can you include decode progress to download progress when show progressbar I have also same issue with big gif image it download fast but then progressbar just stay there for several second until gif start to play I find this this issue fresco display remote gif 5 20 second after download that be same ... |
facebookfresco | when try to fetchimagefrombitmapcache for gif image imagereference be always null | Question | I want to allow user to save gif image in our app I be try to get gif image from fresco cache via fetchimagefrombitmapcache but it always return null for gif image for jpg and png image there be no problem |
facebookfresco | how to use imagepipeline isindiskcache uri in draweeholder | Question | in our app we use custom view to show image everything work fine but when I try to use imagepipeline isindiskcache uri wrong image start to set in wrong place I use draweeholder to show the image here be my code public void draw canvas canvas drawable drawable draweeholder gett... |
facebookfresco | nullpointer on gethierarchy on version 1 0 1 | Bug | I have the follow code zoomabledraweeview image zoomabledraweeview v findviewbyid r i d test image setcontroller fresco newdraweecontrollerbuilder seturi uri parse build genericdraweehierarchy hierarchy new generic... |
facebookfresco | huawei mate8 can not install application | Question | sorry I didn t find a similar isssus so I open it my problem be that huawei mate8 phone cpu model be kirin 950 can not install the application app integrate fresco the message on the phone be reason for failure this application be not compatible with the cpu model of this device my app gradle... |
facebookfresco | simpledraweespantextview do not resize when width be match parent | Bug | when simpledraweespantextview s width be set to match parent and a draweespan be display which be large than the view s height go back to text do not resize the view see gif pardon the horrendous compression output here be an example of offend code just stuff inside of an activity ... |
facebookfresco | how get resizeoption in custom decoder s decode | Enhancement | I have large raw bitmap file suppose it be 20 mb int array of bitmap and need to load it with different resolution in different part of app so while build custom decoder I can t get resize option that I have set while building request eventually it cache large bitmap and lead to oom and memory leak qu... |
facebookfresco | request lcom facebook imagepipeline nativecode bitmap nativecopybitmap landroid graphic bitmap ilandroid graphic bitmap ii v | Bug | 4 4 system cannoet load imag white with log e dalvikvm error couldn t find native method request lcom facebook imagepipeline nativecode bitmap nativecopybitmap landroid graphic bitmap ilandroid graphic bitmap ii v other system can use successful |
facebookfresco | applicationcontext getfilesdir getparent java lang nullpointerexception | Bug | fresco 0 13 I get some crash message applicationcontext getfilesdir return null com facebook cache disk diskstoragecache java todo t12287315 remove the temp method for delete create preference in next release private static void maybedeletesharedpreferencesfile context context ... |
facebookfresco | gif image play crash on x86 base device | Bug | when I load a gif image on my x86 device the image can be display at first but soon it will crash after a few loop here be the crash backtrace 12 30 18 42 25 772 150 150 I debug 12 30 18 42 25 772 150 150 I debug build fingerprint ... |
facebookfresco | build fail with clang error unknown argument fno weak | Bug | from gcc documentation fno weak do not use weak symbol support even if it be provide by the linker by default g use weak symbol if they be available this option exist only for testing and should not be use by end user it result in inferior code and have no benefit this option may be remove in a... |
facebookfresco | how to load press image from uri | Question | it like genericdraweehierarchy hierarchy new genericdraweehierarchybuilder getresource uri uri hierarchy setoverlayimage uri |
facebookfresco | how can I getninepatchchunk | Enhancement | this bitmap be a ninepatchdrawable I can get datum from bitmap bitmap getninepatchchunk when it load from picasso but I get a bitmap from network by use fresco I can not get null how can I get datum bitmap getninepatchchunk |
facebookfresco | build uris for local file manually be prone to error | Bug | in different issue e g we ve see that create uris for local file can be prone to error the main reason for this be that the uri builder and uri fromfile method encode certain character such as space we should add a canonical way in uriutil that provide a uri for a give file this ... |
facebookfresco | how to set a image tilemode repeat | Enhancement | how could I set a background image with tile mode repeat and the image be from network not local file |
facebookfresco | how to speed up the the process of get the bitmap from disk cache image | Question | I m try to get fresco cache image from a fragment after a button click event to share the image bitmap in whatsapp unfortunately it s very slow after click the share button 2 3 time code work I m look for well solution imagerequ imagerequ imagerequestbuilder newb... |
facebookfresco | gifimage get value of transparent pixel | Enhancement | I be use the gifimage class to read an animate gif frame by frame I use each gifframe to composite a new gif assemble use a gif encoder animatedgifencoder for each frame I need to tell the encoder what the transparent color be for gif s with transparency gifframe export a method call hastranspa... |
facebookfresco | httpurlconnectionnetworkfetcher open a url connection without set timeout | Enhancement | I find the default implementation of interface networkfetcher that claim the simple class httpurlconnectionnetworkfetcher line 128 l126 l128 opening urlconnection without any timeout it s ok but just like a trap I mean it should be mention in documentation such as to bring user impl... |
facebookfresco | animatedzoomablecontroller settransformanimate do nothing | Bug | in zoomable sample this method do nothing only settransformimmediate work please fix |
facebookfresco | animateddrawablecache crash | Question | when the memory occupy by dynamic image 5 m all the frame will be place in memory but when I have many dynamic image in a page example gridview it will consume a lot of memory in the low end mobile phone will be oom I hope the minimum image memory size can be configurable what do you think private s... |
facebookfresco | be postprocesse image store in disk cache | Question | hello my goal be to make postprocesse image to be store in disk cache I be follow cache postprocesse image note but it seem that it only store it in bitmap memory cache although original image be contain in both bitmap and disk cache be there a way to make postprocesse image to be store in disk cache ... |
facebookfresco | intercept request to change image url | Question | be there a way to intercept fresco s request to change url and set a thumb size in it I use okhttp s default networkfetcher and I can change the url in fetch method but I need view s size there for it which be not available I be look for something like glidemodule something like this l59 |
Subsets and Splits
No community queries yet
The top public SQL queries from the community will appear here once available.