Skip to content

Commit 9da1b1a

Browse files
committed
v1.9.5
1 parent a0799bc commit 9da1b1a

9 files changed

+17
-13
lines changed

CHANGELOG.md

+10
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,16 @@
11
Change Log
22
===
33

4+
v1.9.5 *(27.11.2015)*
5+
---
6+
* **New API:**
7+
* `ImageLoader.displayImage(..., ImageSize targetImageSize, ...)`
8+
* CircleBitmapDisplayer
9+
* Better rendering of scaled images.
10+
* Fixed bugs:
11+
* inPurgeable and inInputShareable causes file descriptor leak on KitKat ([#1020](https://github.com/nostra13/Android-Universal-Image-Loader/issues/1020))
12+
* markSupported() ([#1026](https://github.com/nostra13/Android-Universal-Image-Loader/issues/1026))
13+
414
v1.9.4 *(29.05.2015)*
515
---
616
* **New API:**

README.md

+7-13
Original file line numberDiff line numberDiff line change
@@ -6,15 +6,9 @@ UIL aims to provide a powerful, flexible and highly customizable instrument for
66
![Screenshot](https://github.com/nostra13/Android-Universal-Image-Loader/raw/master/UniversalImageLoader.png)
77

88
## Project News
9-
* Really have no time for development but anyway UIL is still alive :)
10-
* 1.9.4 is last version deployed by Maven. Moving to Gradle deploy process...
11-
12-
**Upcoming changes in new UIL version (1.9.5+)**
13-
* Memory Cache redesign
14-
* **New API:** `DisplayImageOptions.targetSize(ImageSize)`
15-
* HTTP cache support
16-
* Consider `BitmapFactory.Options.inBitmap`
17-
* Time-to-live option for files in LruDiskCache
9+
* Really have no time for development... so I stop project maintaining since Nov 27 :(
10+
* UIL [27.11.2011 - 27.11.2015]
11+
* Thanks to all developers for your support :)
1812

1913
## Features
2014
* Multithread image loading (async or sync)
@@ -26,9 +20,9 @@ UIL aims to provide a powerful, flexible and highly customizable instrument for
2620
Android 2.0+ support
2721

2822
## Downloads
29-
* **[universal-image-loader-1.9.4.jar](https://github.com/nostra13/Android-Universal-Image-Loader/raw/master/downloads/universal-image-loader-1.9.4.jar)**
30-
* **[universal-image-loader-1.9.4-with-sources.jar](https://github.com/nostra13/Android-Universal-Image-Loader/raw/master/downloads/universal-image-loader-1.9.4-with-sources.jar)** (for Eclipse)
31-
* [![Demo app](https://camo.githubusercontent.com/dc1ffe0e4d25c2c28a69423c3c78000ef7ee96bf/68747470733a2f2f646576656c6f7065722e616e64726f69642e636f6d2f696d616765732f6272616e642f656e5f6170705f7267625f776f5f34352e706e67)](https://play.google.com/store/apps/details?id=com.nostra13.universalimageloader.sample) [![QR Code](https://lh3.ggpht.com/csXEddxiLgQ6FxckefjQnP1PVugbaAYOdcuTa3vVtGV1PlWbFu2dYggoH8rI1w2RdEz1=w50)](http://chart.apis.google.com/chart?chs=300x300&cht=qr&chld=|1&chl=https%3A%2F%2Fplay.google.com%2Fstore%2Fapps%2Fdetails%3Fid%3Dcom.nostra13.universalimageloader.sample) [<img src="http://mobway.in/image/apk.png" height="45px" />](https://github.com/nostra13/Android-Universal-Image-Loader/raw/master/downloads/universal-image-loader-sample-1.9.4.apk)
23+
* **[universal-image-loader-1.9.5.jar](https://github.com/nostra13/Android-Universal-Image-Loader/raw/master/downloads/universal-image-loader-1.9.5.jar)**
24+
* **[universal-image-loader-1.9.5-with-sources.jar](https://github.com/nostra13/Android-Universal-Image-Loader/raw/master/downloads/universal-image-loader-1.9.5-with-sources.jar)** (for Eclipse)
25+
* [![Demo app](https://camo.githubusercontent.com/dc1ffe0e4d25c2c28a69423c3c78000ef7ee96bf/68747470733a2f2f646576656c6f7065722e616e64726f69642e636f6d2f696d616765732f6272616e642f656e5f6170705f7267625f776f5f34352e706e67)](https://play.google.com/store/apps/details?id=com.nostra13.universalimageloader.sample) [![QR Code](https://lh3.ggpht.com/csXEddxiLgQ6FxckefjQnP1PVugbaAYOdcuTa3vVtGV1PlWbFu2dYggoH8rI1w2RdEz1=w50)](http://chart.apis.google.com/chart?chs=300x300&cht=qr&chld=|1&chl=https%3A%2F%2Fplay.google.com%2Fstore%2Fapps%2Fdetails%3Fid%3Dcom.nostra13.universalimageloader.sample) [<img src="http://mobway.in/image/apk.png" height="45px" />](https://github.com/nostra13/Android-Universal-Image-Loader/raw/master/downloads/universal-image-loader-sample-1.9.5.apk)
3226

3327
## [Documentation](https://github.com/nostra13/Android-Universal-Image-Loader/wiki)
3428
* **[Quick Setup](https://github.com/nostra13/Android-Universal-Image-Loader/wiki/Quick-Setup)**
@@ -137,8 +131,8 @@ You can support the project and thank the author for his hard work :)
137131

138132
* [AndroidQuery : ImageLoading](https://code.google.com/p/android-query/wiki/ImageLoading)
139133
* [DroidParts : ImageFetcher](http://droidparts.org/image_fetcher.html)
140-
* [Glide](https://github.com/bumptech/glide)
141134
* [Fresco](https://github.com/facebook/fresco)
135+
* [Glide](https://github.com/bumptech/glide)
142136
* [Picasso](https://github.com/square/picasso)
143137
* [UrlImageViewHelper](https://github.com/koush/UrlImageViewHelper)
144138
* [Volley : ImageLoader](https://android.googlesource.com/platform/frameworks/volley/)
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.

0 commit comments

Comments
 (0)