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
Xenon
05ce156764
Added support for SDWebImageAvoidAutoSetImage option to UIButton and highlighted UIImageView
2015-09-23 04:23:11 +03:00
Adrian Macneil
4786e98605
Add Swift installation tips
...
Refs #993
2015-09-21 20:10:14 -07:00
Konstantinos K.
60cab8b74c
cleaner implementation of failedUrl error handling
2015-09-16 23:26:45 +03:00
Olivier Poitrey
14842f65f7
Merge pull request #1290 from adrianmacneil/patch-1
...
Fix typo
2015-09-11 12:08:07 -07:00
Adrian Macneil
4d1abffb32
Fix typo
2015-09-11 11:59:51 -07:00
Atsushi Kataoka
46c59183aa
Fix sd_animatedImageByScalingAndCroppingToSize:
2015-09-02 11:12:59 +09:00
Ariel Elkin
6814af4ade
SDWebImagePrefetcher: remove logging
...
Remove macro that checks for DEBUG, SD_VERBOSE, and SD_LOG_NONE
Remove calls to NSLog
2015-08-31 10:49:33 +02:00
Konstantinos K.
5a5c65d799
Merge pull request #1268 from izackp/patch-1
...
Fix unsupported colorspace issue.
2015-08-21 18:53:35 +03:00
Isaac Paul
d00d368cdb
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.
2015-08-21 10:59:07 -04:00
Konstantinos K.
49f6e532b5
Merge pull request #1257 from Coeur/spelling
...
spelling
2015-08-16 18:29:54 +03:00
Konstantinos K.
5f6287e535
Merge pull request #1256 from esteluk/patch-1
...
Fix typo "timeElasped" -> "timeElapsed"
2015-08-16 18:29:44 +03:00
Antoine Cœur
c011d1a88b
spelling
2015-08-16 22:09:08 +08:00
Nathan Wong
6edface2c3
Fix typo "timeElasped" -> "timeElapsed"
2015-08-14 15:45:32 +01:00
Bogdan Poplauschi
0df58e4995
Merge pull request #1236 from mythodeia/master
...
better handling of colorspace models
2015-07-31 09:54:49 +03:00
mythodeia
fb62c3fde1
better handling of colorspace models
2015-07-17 00:11:54 +03:00
Bogdan Poplauschi
a45c722fc8
Merge pull request #1218 from mythodeia/master
...
progress callbacks now report on main thread
2015-07-16 00:11:12 +03:00
mythodeia
25b4c178d9
progress reports on main thread
2015-07-15 23:56:05 +03:00
Bogdan Poplauschi
be560a4090
Merge pull request #1217 from mythodeia/master
...
Import fixes from @mythodeia 's fork
2015-07-15 23:42:00 +03:00
mythodeia
df751e737b
added option to disable memory cache
...
use this:
```shouldDisableMemoryCache``` to toggle memory cache
2015-07-15 11:35:03 +03:00
mythodeia
a9ea132874
disable iCloud backup
2015-07-15 11:04:44 +03:00
mythodeia
c68d585e49
activity indicator added
...
```
[cell.imageView setShowActivityIndicatorView:YES];
[cell.imageView setIndicatorStyle:UIActivityIndicatorViewStyleGray];
```
2015-07-15 10:50:04 +03:00
mythodeia
4cfb12c01c
fix unsupported parameter combination issues
...
when CGBitmapContextCreate is called
2015-07-15 10:45:31 +03:00
mythodeia
dcde40fc01
set as default the device's screen scale
2015-07-15 10:43:29 +03:00
Konstantinos K.
ae11cf7e43
Update README.md
2015-07-15 09:39:25 +03:00
Bogdan Poplauschi
0373b97f71
Merge pull request #1125 from pauruiz/CacheTests
...
Cache tests
2015-07-14 16:39:47 +03:00
Bogdan Poplauschi
5c7dc8c2e5
Bumped podspec version
2015-07-13 23:02:15 +03:00
Bogdan Poplauschi
ba335fc7d5
Merge pull request #1153 from LukeDurrant/CustomDiskCachePath
...
Custom disk cache path
2015-07-13 22:18:55 +03:00
Bogdan Poplauschi
33c13e79ca
Coding style updates
2015-07-13 22:18:33 +03:00
Bogdan Poplauschi
f611d5e52b
Merge pull request #1188 from bill350/master
...
Add an option called "SDWebImageAvoidAutoImageFill" to avoid automati…
2015-07-02 18:07:44 +03:00
Jean-Charles SORIN
4d6693c813
Rename SDWebImageAvoidAutoImageFill option to SDWebImageAvoidAutoSetImage
2015-07-01 10:11:35 +02:00
Bogdan Poplauschi
ef578240b3
Merge pull request #1199 from keslcod/master
...
A minor thing: Avoid compiler warning about the missing new line at the end of the file
2015-06-29 14:36:09 +03:00