-
Prevent caching of responses in Cache.db
-
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