-
spelling
-
append the original path extension to the hash filename. closes #967
-
don't to perform download if url is "" but not nil
-
don't to perform download if url is "" but not nil
-
sometimes user may pass @"" as url to sdwebimage to download, now it will also run NSURLConnection and try to download, actually there is no need to do this. I think maybe use url.absoluteString.length == 0 to avoid that url is not nil but a empty string will be better
-
Added a new constructor to SDWebImagePrefetcher
-
that allows it to be instantiated with any image manager
-
```UIGraphicsBeginImageContextWithOptions``` and ```UIGraphicsEndImageContext``` should be inside the loop for each image
-
Add Swift installation tips
-
SDWebImagePrefetcher: remove logging
-
cleaner implementation of failedUrl error handling
-
Added support for SDWebImageAvoidAutoSetImage option to UIButton and highlighted UIImageView categories
-
Refs #993
-
Fix typo
-
Remove macro that checks for DEBUG, SD_VERBOSE, and SD_LOG_NONE Remove calls to NSLog
-
Fix unsupported colorspace issue.
-
Without this fix, this url: https://abs.twimg.com/sticky/default_profile_images/default_profile_3_normal.png isn't correctly decoded and the method returns a nil image.. perhaps there should be a failsafe that checks the return value and returns the input image instead if the return value is nil.
-
spelling
-
Fix typo "timeElasped" -> "timeElapsed"
-
better handling of colorspace models
-
progress callbacks now report on main thread
-
Import fixes from @mythodeia 's fork
-
use this: ```shouldDisableMemoryCache``` to toggle memory cache
-
``` [cell.imageView setShowActivityIndicatorView:YES]; [cell.imageView setIndicatorStyle:UIActivityIndicatorViewStyleGray]; ```
-
when CGBitmapContextCreate is called
-
Cache tests