Bogdan Poplauschi
843148139b
Added some files to the workspace so they are easier to edit
2015-03-19 12:06:55 +02:00
Bogdan Poplauschi
fb2063086d
Merge pull request #985 from songfrank/master
...
Bug fix:Collection <__NSArrayM: > was mutated while being enumerated
2015-03-19 11:57:15 +02:00
Bogdan Poplauschi
beabb1842b
Merge pull request #988 from wantedly/improve-operation-behavior
...
Improve operation behavior
2015-03-19 11:54:01 +02:00
Bogdan Poplauschi
0ef0e07f77
Merge pull request #1011 from mattjgalloway/error_domain
...
Make a constant for the error domain
2015-03-19 10:55:59 +02:00
Bogdan Poplauschi
27e3038ec3
Merge pull request #1076 from ikesyo/faild-urls-nsset
...
[Refactor] Use NSMutableSet for failed URLs' storage instead of array
2015-03-18 11:24:55 +02:00
Syo Ikeda
210c13d124
[Refactor] Use NSMutableSet for failed URLs' storage instead of array
2015-03-18 12:33:28 +09:00
Bogdan Poplauschi
d41bfaf8c8
Fix: xcodebuild: error: -destination implies architecture, -arch must not also be specified.
2015-03-17 16:53:00 +02:00
Bogdan Poplauschi
6c29c8b009
Another try to fix the travis builds
2015-03-17 16:36:50 +02:00
Bogdan Poplauschi
b3ad18ea56
Updated travis.yml
2015-03-17 16:14:33 +02:00
Bogdan Poplauschi
fd34a9a0fa
Revert "Fixed #774 - remove deprecated methods. Since 4.0 is a major release, we don't need the backwards compatible methods"
...
This reverts commit 62a8ee1ab6
.
2015-03-17 15:55:16 +02:00
Bogdan Poplauschi
36f5b1e4e9
The latest libwebp library has some warnings that cause our pod spec lint to fail
2015-03-17 15:43:11 +02:00
Bogdan Poplauschi
76ed37636f
Updated libwebp submodule hash to 0.4.3
2015-03-17 15:29:07 +02:00
Olivier Poitrey
962bcb0323
Merge pull request #1059 from thedrick/thedrick-bump-podspec
...
Bumping podspec version
2015-03-09 15:34:01 -07:00
Tyler Hedrick
9b8aa8a12d
Bumping podspec version
2015-03-09 14:50:45 -07:00
Olivier Poitrey
904f552e01
Merge pull request #1057 from heistings/dev_updateReadMe
...
Update README.md.
2015-03-08 20:20:51 -07:00
庞博
56e2c6283c
Update README.md.
...
Signed-off-by: 庞博 <bopang@sohu-inc.com>
2015-03-09 10:14:43 +08:00
Olivier Poitrey
9cc8269dcd
Merge pull request #1049 from hoppenichu/fix_donwloader_2
...
Make sure callbacksForURL won't be modified
2015-02-25 17:04:13 -08:00
Takeru Chuganji
62e2320f2d
make sure inmutable
2015-02-26 09:23:08 +09:00
Olivier Poitrey
17c3cf3aa0
Merge pull request #996 from harishkashyap/fix-memory-issues
...
Adds option to decompress images and select prefetcher Queue
2015-02-25 07:54:44 -08:00
Olivier Poitrey
0f157d4332
Merge pull request #1046 from hoppenichu/fix_downloader
...
Fix SDWebImageDownloader threading issue
2015-02-24 21:53:57 -08:00
Takeru Chuganji
f8c7b9014c
Specify Expecta Version
2015-02-25 10:50:08 +09:00
Takeru Chuganji
ffa3962992
fix threading issue
2015-02-25 02:45:37 +09:00
Naoki Morita
ce73619640
Merge branch 'master' of github.com:rs/SDWebImage
2015-01-31 22:34:54 +09:00
Matt Galloway
761b00553b
Make a constant for the error domain
2015-01-13 19:34:05 +00:00
Bogdan Poplauschi
feca1e8d0d
Merge pull request #987 from wantedly/fix-notification-dispatch
...
Fix NSNotificationCenter dispatch on subthreads.
2015-01-07 10:33:01 +02:00
Harish Krishnamurthy
c59160e6da
Reverts queue property to assign
2014-12-23 17:37:27 -05:00
Harish Krishnamurthy
e97fea7233
Changes property of queue from weak to strong
2014-12-23 16:34:27 -05:00
Harish Krishnamurthy
4ceb6665b2
* Adds Queue options to SDWebImagePrefetcher.
...
* Adds option to decompress images in cache and post download.
2014-12-22 16:03:45 -05:00
Bogdan Poplauschi
21656fad68
Merge pull request #994 from initlifeinc/master
...
duplicate failed urls are added into failedURLs
2014-12-22 11:12:36 +02:00
Dick
cded20c736
duplicate failed urls are added into failedURLs
...
fix bug when download image with option SDWebImageRetryFailed
2014-12-22 16:58:16 +08:00
Olivier Poitrey
0db489b32e
Merge pull request #991 from sammcd/patch-1
...
Update README.md
2014-12-19 11:11:42 -08:00
Sam McDonald
0ae0e34642
Update README.md
...
Picky spelling fix.
2014-12-19 10:14:08 -08:00
Bogdan Poplauschi
6b137fb8ba
Merge pull request #981 from mythodeia/master
...
initialise kPNGSignatureData data
2014-12-17 10:52:23 +02:00
Naoki Morita
22750a18b2
Merge branch 'improve-operation-behavior'
2014-12-16 12:35:44 +09:00
Naoki Morita
f7a2321107
Fix typo.
2014-12-16 12:35:17 +09:00
Naoki Morita
d90d115893
Fix notification name.
2014-12-16 12:24:57 +09:00
Naoki Morita
327c444322
Fix notification name.
2014-12-16 12:23:41 +09:00
Naoki Morita
cd977d70a4
Improve operation behavior to get more information of it.
2014-12-16 11:48:26 +09:00
Naoki Morita
3d3471e490
Fix NSNotificationCenter dispatch on subthreads.
2014-12-16 10:52:34 +09:00
sfeng
dad2a9254b
Bug fix:Collection <__NSArrayM: > was mutated while being enumerated
2014-12-15 03:20:39 +08:00
Konstantinos K
b271cbb371
initialise kPNGSignatureData data
...
in SDImageCache initWithNamespace method.
This ensures the kPNGSignatureData is always initialised even if the we
alloc SDImageCache without using the sharedImageCache singleton
2014-12-10 14:42:43 +02:00
Bogdan Poplauschi
6698910fe1
Revert "Loading Indicator view with 2 lines of code"
...
This reverts commit 2cfa5ccb88
.
2014-11-06 19:59:27 +02:00
mythodeia
2cfa5ccb88
Loading Indicator view with 2 lines of code
...
added support for UIActivityIndicatorView while the image is
downloaded, without adding extra ‘setImageWithUrl’ methods to the
UIImageView+WebCache category.
I used [this pull
request](https://github.com/mythodeia/UIActivityIndicator-for-SDWebImage
), original author is [JJSaccolo](https://github.com/JJSaccolo ), and
modded it a bit to support loading indicator while the image is
downloading.
the usage is basically this right before the usual sd_setImage...
methods:
```
// show activity indicator
[cell.imageView setShowActivityIndicatorView:YES];
// choose indicator style
[cell.imageView
setIndicatorStyle:UIActivityIndicatorViewStyleGray];
```
2014-11-06 19:26:44 +02:00
Bogdan Poplauschi
afd1931c52
Updated Readme with git clone command
2014-11-06 14:20:35 +02:00
Bogdan Poplauschi
0aa9b61bcc
Everything worked except the tests, trying using xcodebuild instead of xctool
2014-11-04 13:52:11 +02:00
Bogdan Poplauschi
542fc29808
Another try with Travis CI, this time no clean action, as it fails with
...
xcodebuild build clean
Scheme Tests is not currently configured for the clean action.
2014-11-04 13:44:45 +02:00
Bogdan Poplauschi
87384290a4
Moved all schemes to the workspace container plus created scheme for Tests
2014-11-04 12:45:04 +02:00
Bogdan Poplauschi
0b50b57c13
Reverted last change, doesn't work with Travis CI
2014-11-04 12:28:49 +02:00
Bogdan Poplauschi
55f4beade5
Updated Travis CI config, making sure xctool is installed
2014-11-04 12:22:59 +02:00
Bogdan Poplauschi
ef9a2798a7
Updated Travis CI script, replaced xcpretty with xctool
2014-11-04 12:16:25 +02:00