-
- Activate pipelineing - Disable cookie support - Add image/* Accept header to force image on servers handling content negociation
-
This version is a rewrite of the lib using iOS 5.0 as minimum target. The lib as thus been refactored to use blocks/GCD from the ground up. As a consequence, all delegate code style has been removed. The result is a lot less lines of code and more flexibility.
-
Send downloader as part of notification.
-
This reverts commit e6ede110.
-
Use NSCache instead of a dictionary for the memory cache.
-
Fixed Alpha detection when decoding images.
-
Creating the CGBitmapContext with the right bytes per pixel and bitmap info depending on the original image.
-
…nding on the original image. This removes an error that was making CGBitmapContext return NULL with some images: <Error>: CGBitmapContextCreate: unsupported parameter combination: 8 integer bits/component; 32 bits/pixel; 3-component color space; kCGImageAlphaLast; 400 bytes/row.
-
Keeping original image alpha info when decoding
-
This fixes issue #26 and #55, after the change introduced in commit c32f9c03
-
Podspec: Add 'MK' as acceptable prefix for MKAnnotationView category
-
…me from cache or network #181
-
Added build directory to gitignore