AndroidImageCache icon indicating copy to clipboard operation
AndroidImageCache copied to clipboard

LRU based Bitmap cache for Android. In Addition WebImageView for loading images from web resources.

Results 6 AndroidImageCache issues
Sort by recently updated
recently updated
newest added

I can't seem to find a [test-case covering this](https://github.com/Polidea/AndroidImageCache/blob/master/robospock/src/test/groovy/pl/polidea/webimageview/WebImageViewSpecification.groovy). I'm trying to understand why this happens.

Hello ! When trying to load an image through the `https` protocol, I get an `onImageFetchedFailed`. I checked, and the image URI is correct and can be accessed in the...

An application can show pictures stored on SD card etc. Files might be also bigger so using memory cache and bitmap processor would help.

enhancement

Can the options within CacheConfig be made configurable? Or is there another way of changing the options desired? The members within CacheConfig are not accessible outside of the package, they...

Now the pleceholder is set always before setting wanted picture.

When app does not request for INTERNET permission in Android Manifest, library ignores the exception thrown by the system and just doesn't show the image. No hints, error in logcat...