Piasy

Results 126 comments of Piasy

Thanks for your reporting, could you please open a pull request for it?

Currently at Android 10, it works fine without specifying `android:requestLegacyExternalStorage="true"`. I'll check Android 11 when it comes out. I think your error is caused by permission issue.

I checked documents about scoped storage earlier, and I believe current implementation works fine, please provide more info if it doesn't work in your case.

Could you please reproduce and debug it in the demo project?

Hey @KirkBushman , thanks for your work! Here are some answers to your question: > Do we need to use ImageLoader to load both thumbnail and image? I think yes,...

> and since you cannot give different params to the thumb call and source image call, you get in Glide duplicated calls, because of different keys on the cache. You...

Okay, if what you said is true, what do you suggest? > I think we should rework those components to make them simple, I would not keep the call onStart()...

Thanks, but I'm still not very clear about what you propose, could you please make a more detailed prototype?

Thanks for sharing, but I'm very busy these days, glad that you have your own solution, I'll check it later when I got time.