DreamPiggy
|
0783287f95
|
Update the documentation coverage for jazzy. Use the correct format to provide class/protocol/type API Documentation
|
2019-05-10 17:20:49 +08:00 |
DreamPiggy
|
994bf0fe38
|
Add the support for watchOS to use View Category method (sd_setImageWithURL:) on WKInterfaceImage
|
2018-05-24 03:08:56 +08:00 |
DreamPiggy
|
f01fe38fdd
|
Add downloader request modifier to allow modify final HTTP request. Also open the API to allow advanced user to check cache & downloader operation.
|
2018-04-07 15:52:39 +08:00 |
DreamPiggy
|
91ff801611
|
Remove some unused code, fix typo, update the comments
|
2017-12-17 19:45:51 +08:00 |
DreamPiggy
|
37f84ce6a6
|
Use a weak pointerArray to store the operations for sd_setAnimationImagesWithURLs, avoid extra retain of operation instance
|
2017-12-17 03:04:59 +08:00 |
Bogdan Poplauschi
|
4c6eb5e72e
|
OSX compatibility and target. (NSImage+WebCache) for UIImage compatibility
Clarified and simplified the usage of TARGET_OS_* macros. Added SD_MAC, SD_UIKIT, SD_IOS, SD_TV, SD_WATCH.
Updated Travis CI
|
2016-06-12 23:23:53 +03:00 |
Bogdan Poplauschi
|
3d122e550b
|
WatchOS support - just added a target and the conditional compiling - seems to work (pod lib lint works).
There is an issue, the SDWebImage watchOS target doesn't show the simulator, only Generic Device.
Also need to add some demo and test code.
|
2016-06-10 08:49:51 +03:00 |
Bogdan Poplauschi
|
2064f28d2f
|
Implemented Nullability according to https://developer.apple.com/swift/blog/?id=25. Decided to make explicit nullable and nonnull and not use NS_ASSUME_NONNULL_BEGIN so everything is clearer when read. Done so in the implementation files as well
|
2016-06-07 08:48:45 +03:00 |
Bogdan Poplauschi
|
a6f11b3ad7
|
Fixed #775, made sure all the category methods that are public have the sd_ prefix (deprecated the old ones)
-there were a few exceptions where I just renamed the methods since they were added in this method
|
2014-06-25 21:32:53 +03:00 |
Bogdan Poplauschi
|
6d01e80409
|
Added comments and coding style to previous pull request #771
|
2014-06-25 11:04:28 +03:00 |
Whirlwind
|
4c18545dbc
|
Refactor the cancel logic
|
2014-06-19 22:46:37 +08:00 |