Skip to content

Commit 1bedbc0

Browse files
committed
v1.8.5
1 parent d4ababd commit 1bedbc0

12 files changed

+19
-0
lines changed

CHANGELOG.md

Lines changed: 19 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,25 @@
11
Change Log
22
===
33

4+
v1.8.5 *(30.06.2013)*
5+
---
6+
* Introduce `ImageLoaderConfiguration.memoryCacheSizePercentage(int)`
7+
* Introduced `DisplayImageOptions.cacheInMemory(boolean)`, `.cacheOnDisc(boolean)`, `.resetViewBeforeLoading(boolean)`
8+
* Added `LoadedFrom` flag to `BitmapDisplayer.display(..., LoadedFrom)` about image source ([#149](https://github.com/nostra13/Android-Universal-Image-Loader/issues/149), [#239](https://github.com/nostra13/Android-Universal-Image-Loader/issues/239))
9+
* Added possibility to set bitmap processor for disc cache (`ImageLoaderConfiguration.discCacheExtraOptions(..., BitmapProcessor)`
10+
* Added `L.disableLogging()` and `L.enableLogging()` to off/on logs completely
11+
* Prevent image decoding if image is reused ([#247](https://github.com/nostra13/Android-Universal-Image-Loader/issues/247))
12+
* Not set cache dir on SD card if no appropriate permission
13+
* Increased buffer size for image downlaods (8 KB -> 32 KB)
14+
* Fixed bugs:
15+
* Prevent recycling of cached in memory images ([#259](https://github.com/nostra13/Android-Universal-Image-Loader/issues/259))
16+
* ConcurrentModificationException in `LruMemoryCache` ([#265](https://github.com/nostra13/Android-Universal-Image-Loader/issues/265))
17+
* File counting if cached files disappeared `LimitedDiscCache`
18+
* NPE for ImageView without LayoutParams
19+
* NPE in `LoadAndDisplayImageTask` ([#271](https://github.com/nostra13/Android-Universal-Image-Loader/issues/271))
20+
* NPE in ImageLoaderEngine ([#301](https://github.com/nostra13/Android-Universal-Image-Loader/issues/301))
21+
* RoundedBitmapDisplayer doesn't display round corner correctly for CENTER_CROP ([#315](https://github.com/nostra13/Android-Universal-Image-Loader/issues/315))
22+
423
v1.8.4 *(13.04.2013)*
524
---
625
* Travis CI, added Unit tests ([#189](https://github.com/nostra13/Android-Universal-Image-Loader/issues/189))
Binary file not shown.
Binary file not shown.
Binary file not shown.
-120 KB
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
122 KB
Binary file not shown.
Binary file not shown.
Binary file not shown.

0 commit comments

Comments
 (0)