Matej Bukovinski
|
63f5c9706e
|
Performing getSize and getDiskCount on the ioQueue.
|
2014-03-24 20:48:06 +01:00 |
Matej Bukovinski
|
1c463ad46b
|
Using the private fileManager instance when on the ioQueue.
|
2014-03-24 20:35:52 +01:00 |
Matej Bukovinski
|
dd682c92b5
|
Performing cache callbacks from the ioQueue asynchronously.
- more appropriate than dispatch_main_sync_safe, since we’ll always be on the ioQueue when calling
- prevents deadlock situation described in #625
|
2014-03-24 20:14:18 +01:00 |
Olivier Poitrey
|
4b26a89ac4
|
Merge pull request #671 from T-Pham/patch-1
Typo in README.md
|
2014-03-18 20:19:44 -07:00 |
Phạm Minh Thành
|
65163ea1ac
|
Typo in README.md
|
2014-03-19 10:14:57 +07:00 |
Olivier Poitrey
|
71de51d658
|
Merge pull request #665 from taichino/fix_backgrounding_task
Call endBackgroundTask at the end of start method
|
2014-03-16 00:26:53 -07:00 |
Matsumoto Taichi
|
efb0b359bf
|
SDWebImageDownloaderOperation: call endBackgroundTask after operation is finished so that beginBackgroundTaskWithExpirationHandler and endBackgroundTask are balanced
|
2014-03-15 07:56:09 -04:00 |
Olivier Poitrey
|
938c2e0f3f
|
Fix some indentation issues
|
2014-03-14 23:56:40 -07:00 |
Olivier Poitrey
|
a883c63e9c
|
Merge pull request #664 from xuki/master
add support for high priority download
|
2014-03-14 23:49:01 -07:00 |
jason
|
8b315a3585
|
add support for high priority download
|
2014-03-15 03:24:02 +08:00 |
Olivier Poitrey
|
4e4ecd6d02
|
Merge pull request #649 from finik/patch-1
Add typedef for cache operation complete block
|
2014-03-10 00:02:17 -07:00 |
Dmitry Fink
|
b9bb5558e4
|
Add typedef for cache operation complete block
Makes it cleaner when users want to define the block independantly
|
2014-03-09 23:51:56 -07:00 |
Olivier Poitrey
|
1293582047
|
Merge pull request #647 from musaicapp/bug
Prefetcher: check progressBlock is not nil before executing.
|
2014-03-03 20:58:05 -08:00 |
Michael Henderson
|
f2546c7333
|
Check progressBlock is not nil before executing.
|
2014-03-04 14:10:50 +10:00 |
Whirlwind
|
986794012d
|
add category for imageView's highlighted state
|
2014-03-03 12:32:27 +08:00 |
Ken Chatfield
|
25d20ead49
|
Added method to SDWebImageManager to check if an image exists in either the disk OR the memory cache
|
2014-02-27 21:07:00 +00:00 |
Olivier Poitrey
|
5f3e9272c8
|
Fix deployement target for arm64
|
2014-02-24 09:43:14 -08:00 |
Olivier Poitrey
|
e34e8e6c65
|
Bump version to 3.5.4
|
2014-02-24 09:38:08 -08:00 |
Olivier Poitrey
|
657bd81658
|
Merge pull request #638 from limbo-lab/master
added clearDiskOnCompletion
|
2014-02-18 00:27:53 -08:00 |
limbo-lab
|
1d8bfa6064
|
added clearDiskOnCompletion
|
2014-02-18 15:30:14 +08:00 |
Olivier Poitrey
|
1b394c14b6
|
Merge pull request #637 from runmad/master
Missing method definition in header file
|
2014-02-15 13:20:56 -08:00 |
Rune Madsen
|
f717d507a5
|
Missing method definition in header file
|
2014-02-15 15:46:10 -05:00 |
Olivier Poitrey
|
65acbec16d
|
Merge pull request #635 from burakkilic/patch-1
Update SDWebImagePrefetecher.m
|
2014-02-14 02:05:36 -08:00 |
burakkilic
|
c04e4efbf1
|
Update SDWebImagePrefetecher.m
I added "+ self.skippedCount" because it never completes if there are skipped operations.
|
2014-02-14 11:56:09 +02:00 |
Olivier Poitrey
|
2ad8d81768
|
Merge pull request #634 from burakkilic/patch-1
Update SDWebImagePrefetecher.m
|
2014-02-14 01:46:19 -08:00 |
burakkilic
|
159f08279a
|
Update SDWebImagePrefetecher.m
I added progress block that I need.
|
2014-02-14 11:38:20 +02:00 |
Olivier Poitrey
|
895249b312
|
Merge pull request #633 from hlian/progressive-orientation
SDWebImageDownloaderOperation: pass orientation to initWithCGImage during progressive rendering
|
2014-02-12 16:02:01 -08:00 |
Hao Lian
|
c13ec87b15
|
SDWebImageDownloaderOperation: pass orientation to initWithCGImage during progressive rendering
|
2014-02-11 18:03:20 -05:00 |
Olivier Poitrey
|
10ff1892b4
|
Merge pull request #624 from akhenakh/620_move_categories
refs #620 move NSData+ImageContenttype to the SDWebImage subdirectory
|
2014-01-21 10:57:19 -08:00 |
Fabrice Aneche
|
edc1d882e8
|
refs #620 move NSData+ImageContenttype to the SDWebImage subdirectory
|
2014-01-21 09:57:50 -08:00 |
Olivier Poitrey
|
4589e4a744
|
Merge pull request #616 from akhenakh/fix_demo
fix demo
|
2014-01-15 12:42:36 -08:00 |
Fabrice Aneche
|
8b16de2575
|
fix demo
|
2014-01-15 10:25:14 -08:00 |
Olivier Poitrey
|
42f9736972
|
Merge pull request #607 from akhenakh/reformat_code
Code standardization
|
2014-01-06 18:39:38 -08:00 |
Fabrice Aneche
|
03eeb5842f
|
reformat a long method call
|
2014-01-06 17:37:52 -08:00 |
Fabrice Aneche
|
bdea43aec1
|
Dot-notation should always be used for accessing and mutating properties. Bracket notation is preferred in all other instances
|
2014-01-06 17:30:34 -08:00 |
Fabrice Aneche
|
6d8133557c
|
NS_ENUM & NS_OPTIONS
|
2014-01-06 17:13:30 -08:00 |
Fabrice Aneche
|
6dc02bd8f7
|
reformat code (appcode)
|
2014-01-06 17:12:24 -08:00 |
Olivier Poitrey
|
c00c2e0ed4
|
Merge pull request #606 from akhenakh/64bits_support
use a NSInteger as size (was NSUInteger, was long long) cause we are using -1 (NSURLResponseUnknownLength) in progress callback
|
2014-01-06 16:32:43 -08:00 |
Fabrice Aneche
|
765a897120
|
more details about delegate call with -1 NSURLResponseUnknownLength
|
2014-01-06 16:22:07 -08:00 |
Fabrice Aneche
|
056e1e6562
|
use a NSInteger as size (cause we are using -1 as start indicator)
|
2014-01-06 16:14:32 -08:00 |
Olivier Poitrey
|
1e0af36f3f
|
Merge pull request #605 from akhenakh/upgrade_webp
upgrade libwebp to 0.4.0
|
2014-01-06 15:06:32 -08:00 |
Olivier Poitrey
|
6aca6a2100
|
Merge pull request #604 from akhenakh/webp_detect
Webp detect
|
2014-01-06 15:04:08 -08:00 |
Fabrice Aneche
|
5e3384e77b
|
upgrade libwebp to 0.4.0
|
2014-01-06 14:46:20 -08:00 |
Fabrice Aneche
|
adffebc8fb
|
reformat code
|
2014-01-06 13:14:10 -08:00 |
Fabrice Aneche
|
20bada38a0
|
fixed code format
|
2014-01-06 13:04:49 -08:00 |
Fabrice Aneche
|
6d6796c31a
|
explicit webp detection
|
2014-01-06 13:00:13 -08:00 |
Olivier Poitrey
|
853ad83647
|
Merge pull request #603 from akhenakh/64bits_support
64bits support (fix #572, fix #504, fix #494)
|
2014-01-06 11:59:40 -08:00 |
Fabrice Aneche
|
77fad5cdf1
|
changed sizes to NSUInteger
|
2014-01-03 17:38:29 -08:00 |
Fabrice Aneche
|
21842747aa
|
update documentation
|
2014-01-03 17:19:17 -08:00 |
Fabrice Aneche
|
d3a9a57a0d
|
support arm64
|
2014-01-03 17:14:13 -08:00 |