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
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
Konstantinos K.
0ecd13667d
Merge pull request #1341 from mihaiserban/master
...
iOS 9 App Transport Security Demo Target
2015-10-15 18:12:19 +03:00
Serban Mihai
7ba8208f17
iOS 9 App Transport Security Demo Target
...
fixed ios 9 load images caused by new App Transport Security feature
2015-10-15 16:46:40 +03:00
Bogdan Poplauschi
bf899e222f
Fixed the error that was causing the Travis builds to fail
...
The issue was: since CocoaPods 0.38.0, the way pod headers are created on disk changed (see for example https://github.com/core-plot/core-plot/issues/204 ). This caused the webp/decode.h file to be unaccessible from CocoaPods installations. We could not change the import to libwebp/webp/decode.h since our git clone installation would then fail (as the path for that is Vendors/libwebp/src/webp). The solution was to rely on the COCOAPODS macro to make 2 different imports for Cocoapods and the other installation type.
2015-10-13 14:38:15 +03:00
Bogdan Poplauschi
c1f6aecd8b
Added CHANGELOG.md
2015-10-13 12:01:22 +03:00
Bogdan Poplauschi
782c682187
Merge pull request #1331 from 102errors/master
...
spelling
2015-10-08 13:33:28 +03:00
102errors
233b6c2607
spelling
2015-10-09 18:21:44 +08:00
lagapollo
65fbc3b85a
Memory usage upgrade
...
autorelease the bitmap context for clearing cache when memory warnings
2015-10-07 17:20:45 +02:00
Bogdan Poplauschi
eec1b67497
Updated Readme (subspecs)
2015-10-06 16:59:48 +03:00
Bogdan Poplauschi
a16d007622
Updated #976 according to comments via review
2015-09-30 18:56:33 +03:00
Bogdan Poplauschi
577fefa26e
Merge pull request #976 from ghazel/file-extension
...
append the original path extension to the hash filename. closes #967
2015-09-30 18:51:06 +03:00
Konstantinos K.
7a48ca6dad
Merge pull request #1323 from initlifeinc/master
...
don't to perform download if url is "" but not nil
2015-09-30 08:39:19 +03:00
initlife
20c77af44c
Merge pull request #1 from initlifeinc/initlifeinc-patch-1
...
don't to perform download if url is "" but not nil
2015-09-30 10:59:02 +08:00
initlife
5f0594f043
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
2015-09-30 10:58:17 +08:00
Konstantinos K.
2d748f1e2f
Merge pull request #1321 from mythodeia/master
...
Added a new constructor to SDWebImagePrefetcher
2015-09-29 10:27:51 +03:00
KonstantinosK
944fd77965
Added a new constructor to SDWebImagePrefetcher
...
that allows it to be instantiated with any image manager
2015-09-29 10:27:09 +03:00
Konstantinos K.
3af1a30ebb
Merge pull request #1280 from atsusy/fix-uiimage-gif
...
```UIGraphicsBeginImageContextWithOptions``` and ```UIGraphicsEndImageContext``` should be inside the loop for each image
2015-09-29 09:18:33 +03:00
Konstantinos K.
996fea9e5b
Merge pull request #1308 from adrianmacneil/patch-2
...
Add Swift installation tips
2015-09-29 08:41:49 +03:00
Konstantinos K.
6a28dc7ae9
Merge pull request #1276 from arielelkin/patch-2
...
SDWebImagePrefetcher: remove logging
2015-09-29 08:38:33 +03:00
Konstantinos K.
7e6bd60176
Merge pull request #1297 from mythodeia/master
...
cleaner implementation of failedUrl error handling
2015-09-29 08:38:13 +03:00
Konstantinos K.
b185621812
Merge pull request #1310 from xzenon/patch
...
Added support for SDWebImageAvoidAutoSetImage option to UIButton and highlighted UIImageView categories
2015-09-23 09:01:54 +03:00