- Provide progress listener
- Add flag to skip cache
- Combine samples apps
- Add OkHttp to sample app
- Update to DiskLruCache 2.0.1
- Fix connection factories
- Allow setting your own connection factory
- The simple sample now uses OkHttp
- Better handling of cancellation
- Support request flags for skipping cache
- Allow clients to override how the Drawable is created in ImageHelper
- Add a second level memory cache (using WeakReference)
- Add another sample app
- Allow client to set number of threads
- Add support for connection handlers
- Allow fade duration to be changed (thanks Vitaly Babiy)
- Transformations may now choose bitmap format
- Use reasonable defaults for connection and read timeouts
- Allow tags to be null
- Rename ImageLoader.loadSynchronous() to loadBlocking()
- Initial release