@@ -6,15 +6,9 @@ UIL aims to provide a powerful, flexible and highly customizable instrument for
6
6
![ Screenshot] ( https://github.com/nostra13/Android-Universal-Image-Loader/raw/master/UniversalImageLoader.png )
7
7
8
8
## 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 :)
18
12
19
13
## Features
20
14
* Multithread image loading (async or sync)
@@ -26,9 +20,9 @@ UIL aims to provide a powerful, flexible and highly customizable instrument for
26
20
Android 2.0+ support
27
21
28
22
## 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 )
32
26
33
27
## [ Documentation] ( https://github.com/nostra13/Android-Universal-Image-Loader/wiki )
34
28
* ** [ 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 :)
137
131
138
132
* [ AndroidQuery : ImageLoading] ( https://code.google.com/p/android-query/wiki/ImageLoading )
139
133
* [ DroidParts : ImageFetcher] ( http://droidparts.org/image_fetcher.html )
140
- * [ Glide] ( https://github.com/bumptech/glide )
141
134
* [ Fresco] ( https://github.com/facebook/fresco )
135
+ * [ Glide] ( https://github.com/bumptech/glide )
142
136
* [ Picasso] ( https://github.com/square/picasso )
143
137
* [ UrlImageViewHelper] ( https://github.com/koush/UrlImageViewHelper )
144
138
* [ Volley : ImageLoader] ( https://android.googlesource.com/platform/frameworks/volley/ )
0 commit comments