Android-BitmapCache
Android-BitmapCache copied to clipboard
Android-BitmapCache is a specialised cache, for use with Android Bitmap objects.
Dear Chrisbanes, Thank you for your support. I just want to know that this library using any Encoding/encryption processing, if yes could you please give some information about it, if...
@chrisbanes has not updated repository for 2 years, so I would say its dead. farfromrefug (https://github.com/Akylas/Android-BitmapCache/) made lots of updates in 2014 that was never pulled. I pushed my changes...
The Gradle build compile 'com.github.chrisbanes.bitmapcache:library:2.3' will cause inclusion of support-v4 from maven-central http://mvnrepository.com/artifact/com.google.android/support-v4/r7 This is an ancient release from 2012. The new releases are in android-sdk downloaded and updated via...
I suggest to replace current onDetachFromWindow with ``` @Override protected void onAttachedToWindow() { super.onAttachedToWindow(); onDrawableUnset(getDrawable()); } @Override protected void onDetachedFromWindow() { super.onDetachedFromWindow(); onDrawableSet(getDrawable()); } ``` I had an issue earlier...
Hi. Getting NullpointerException if MemoryCache is disabled. BitmapLruCache.java:560 ... BitmapLruCache.Builder builder = new BitmapLruCache.Builder(App.getContext()); builder.setMemoryCacheEnabled(false); builder.setDiskCacheEnabled(true).setDiskCacheLocation(cacheLocation); ... Feature?
The error message returned is `unsupported bitmap configuration: null`
In a project i am working on i needed deeper control over the cache. So i added new accessors. It has no consequence on the cache behavior. Hope this one...
fix as explained here https://github.com/chrisbanes/Android-BitmapCache/issues/41
added a method to try and recycle