Commit Graph

1238 Commits

Author SHA1 Message Date
sukeban 070cbc63ee Add braces 2016-01-25 14:27:41 -08:00
sukeban 3b039d5910 Protect against malformed image
Don’t add nil to the array, just skip the frame.
2016-01-25 14:21:17 -08:00
Bogdan Poplauschi 64f621081c Bumped version to 3.7.5 and added to changelog 2016-01-21 16:34:36 +02:00
Bogdan Poplauschi b426975b9f Replaced the demo images from static2.dmcdn.net that were no longer working with the demo images from FastImageCache 2016-01-21 15:36:36 +02:00
Bogdan Poplauschi fca618fb61 Fixed #1422 - Added a fallback for #976 so that if there are images saved with the old format (no extension), they can still be loaded. Not the greatest way to fix it, but the simplest one. 2016-01-21 15:14:16 +02:00
Bogdan Poplauschi 9ecf488aff Merge pull request #1439 from Moral-Piggy/master
Without creating a NSError instance when completedBlock is nil
2016-01-20 17:28:44 +02:00
Bogdan Poplauschi a8fca6584f Continuation of Fix #1366, addresses #1350 and reverts a part of #1221 - from commit 6406d8e, the wrong usage of dispatch_apply
This one fixes: #1425 and #1426
2016-01-19 19:08:18 +02:00
jiangliancheng 20f8be7c3a fix syntax bug 2016-01-18 18:35:51 +08:00
liushuaikobe 47115e2593 If the sd_imageURL of the UIImageView or UIButton is nil, won't create a NSError Instance 2016-01-18 16:29:28 +08:00
jiangliancheng 1aefd45a6b add example for animated webP 2016-01-15 23:48:44 +08:00
jiangliancheng c2173c1e75 add animated webP support 2016-01-15 23:47:25 +08:00
Matt Galloway 91fcbb635c Fix issue where progress block is [NSNull null] and that tries to be executed 2016-01-12 21:04:41 +00:00
Matt Galloway a02aa42256 Switch to Xcode 6 async tests 2016-01-12 21:04:41 +00:00
Matt Galloway f773870d2c Add back some required locking 2016-01-12 21:04:41 +00:00
Matt Galloway ae91053a80 Don't create a new image for each completion block 2016-01-12 21:04:41 +00:00
Matt Galloway b00b09e706 Move progress / completion handler logic to the operation 2016-01-12 21:04:38 +00:00
Matt Galloway 52f7204c34 Cancel the download operation if it's the last token to be canceled 2016-01-12 21:02:18 +00:00
Matt Galloway 917c3d479d Fix multiple requests for same image and then canceling one 2016-01-12 21:02:15 +00:00
Bogdan Poplauschi 6a623cd58f Updated Changelog and added Changelod to workspace 2016-01-08 17:44:08 +02:00
Bogdan Poplauschi a45b222e70 Bump version to 3.7.4 2016-01-08 17:17:58 +02:00
Bogdan Poplauschi aa3598f3e0 Merge pull request #1348 from yirenjun/master
Create a strong ref of weakOperation in the entry of The image downlo…
2016-01-08 16:53:15 +02:00
Bogdan Poplauschi 8aca4ca1b3 Merge pull request #1363 from muer2000/patch-3
Fixed #1361 sd_cancelBackgroundImageLoadForState
2016-01-08 16:50:00 +02:00
Bogdan Poplauschi cac21e106d Fix #1366, addresses #1350 and reverts a part of #1221 - from commit 6406d8e, the wrong usage of dispatch_apply 2016-01-08 16:50:35 +02:00
Bogdan Poplauschi ee49d49d35 Bumped the libwebp reference to 0.4.4 2016-01-08 16:34:18 +02:00
Konstantinos K 6c650f910e Merge pull request #1412 from valeriomazzeo/1382-CMYK-ColorSpace
added CMYK unsupported color space model
2015-12-31 09:46:02 +02:00
Valerio Mazzeo e709a04e89 added CMYK unsupported color space model 2015-12-30 15:45:14 +00:00
Aaron ttgb ee50027b88 Update .gitmodules
Modify the libwebp url to github mirror
2015-12-07 10:57:02 +08:00
Konstantinos K 740cd7f090 Merge pull request #1367 from Shayanzadeh/master
Fixes a bug where image scale & orientation are ignored when decoding / decompressing an image.
2015-11-17 21:33:13 +02:00
Shayan Yousefizadeh 95468315fc Fixes a bug where image scale & orientation are ignored when decoding / decompressing an image. 2015-11-17 18:24:48 +00:00
muer2000 40ad58571b Fixed #1361 sd_cancelBackgroundImageLoadForState
Fixed sd_cancelBackgroundImageLoadForState in sd_setBackgroundImageWithURL method
2015-11-12 15:45:47 +08:00
Bogdan Poplauschi 30e9e0b516 Merge pull request #1358 from hoseking/master
Add CocoaPods support for tvOS
2015-10-30 20:36:28 +02:00
hoseking 11c7efb6e1 Add CocoaPods support for tvOS 2015-10-30 10:50:33 -07:00
Bogdan Poplauschi a090531604 Updated Readme 2015-10-29 22:02:22 +02:00
Bogdan Poplauschi f9abff8988 Merge pull request #1350 from eikemeier/master
Fix compilation error introduced in commit 6406d8e
2015-10-27 15:32:00 +02:00
Oliver Eikemeier 92e38160d6 Fix compilation error introduced in commit 6406d8e526 2015-10-27 13:44:19 +01:00
Bogdan Poplauschi 8dcc5b5ae7 Updated Readme - fixed type 2015-10-26 11:39:19 +02:00
yirenjun 2b57abd44a Create a strong ref of weakOperation in the entry of The image download subOperation, use the strong ref instead weakOperation 2015-10-26 14:45:36 +08:00
Bogdan Poplauschi 6b5f3236a8 Updated .gitignore 2015-10-25 20:44:35 +02:00
Bogdan Poplauschi c8c00810dd Merge pull request #1221 from harishkashyap/master 2015-10-25 19:37:13 +02:00
Bogdan Poplauschi 04a0431ae9 Making sure all access to self.runningOperations is synchronized 2015-10-25 19:35:26 +02:00
Bogdan Poplauschi ac98896099 Code style 2015-10-25 19:32:31 +02:00
Harish Krishnamurthy 6406d8e526 Modifies SDWebImagePrefetcher prefetching logic.
- Removes recursive calls to startPrefetchingAtIndex.
- Uses dispatch_apply with striding to optimize the performance.
2015-10-25 19:30:29 +02:00
Bogdan Poplauschi 5b05d6c3cc Replaced #1258 - Removing "and" from method names per https://developer.apple.com/library/mac/documentation/Cocoa/Conceptual/CodingGuidelines/Articles/NamingMethods.html 2015-10-25 19:24:50 +02:00
Bogdan Poplauschi 53ef2dc3c3 Merge pull request #1340 from lagapollo/lagapollo-patch-1
Memory usage upgrade
2015-10-25 19:19:45 +02:00
Bogdan Poplauschi 0e4dbe1f24 Merge pull request #1327 from hoseking/tvOS
Add support for tvOS
2015-10-25 16:05:45 +02:00
Bogdan Poplauschi 32923fa2e8 Xcode 7.1 updates 2015-10-25 15:58:45 +02:00
Bogdan Poplauschi dcb7985c5c Replaced #1345 - Added urlCredential property to SDWebImageDownloader 2015-10-25 15:57:52 +02:00
Bogdan Poplauschi 3b9c09142a Updated Readme 2015-10-24 14:08:56 +03:00
hoseking 07fe1f0dfe Update project settings for Xcode 7 2015-10-16 11:23:28 -07:00
hoseking 4068b93386 Add tvOS Framework target 2015-10-16 11:23:28 -07:00