zhongwuzw
|
5b1ad45889
|
Revert the colorSpace naming
|
2019-01-22 12:54:57 +08:00 |
DreamPiggy
|
f9fe2bb7b6
|
Fix the hardcode to filter WebP for force decoding
|
2019-01-21 21:21:49 +08:00 |
DreamPiggy
|
c804ba7ea8
|
Fix that WebP decoder in master branch, does not consider the global `shouldDecompressImages` config and always do pre-draw for static WebP images.
|
2019-01-21 21:21:49 +08:00 |
zhongwuzw
|
4c006ad573
|
Adjust indention, seems come from buggy Xcode
|
2019-01-19 20:46:05 +08:00 |
zhongwuzw
|
fac703140c
|
Fix potential memory leaks for ICCP && optimize ICCP handler
|
2019-01-19 17:59:59 +08:00 |
kinarobin
|
bc50621670
|
Merge pull request #2585 from dreampiggy/bugfix_webp_icc_profile
Fix that WebP image with ICC Profile does not show color correctly, should use the profile colorspace instead of device colorspace
|
2019-01-18 11:16:23 +08:00 |
DreamPiggy
|
759e02eb30
|
Add test case for this special case of FLAnimatedImage loading
|
2019-01-14 13:07:45 +08:00 |
DreamPiggy
|
605caa409d
|
Fix the FLAnimatedImage compatible code issue by introduce a private API to check for the special cases
|
2019-01-14 13:07:45 +08:00 |
zhongwuzw
|
3a470fc8b0
|
Using __block instead
|
2019-01-11 15:11:01 +08:00 |
DreamPiggy
|
73b7a26ccc
|
Fix that WebP image with ICC Profile does not show color correctly, should use the profile colorspace instead of device colorspace
|
2019-01-11 14:17:08 +08:00 |
DreamPiggy
|
45b4d64bda
|
Merge pull request #2580 from zhongwuzw/fix_fail_url_block_logical
Revert failed block processing logic
|
2019-01-10 17:38:38 +08:00 |
zhongwuzw
|
e71e58ea6d
|
Revert failed block processing logic
|
2019-01-09 22:03:06 +08:00 |
kinarobin
|
4a52cce18a
|
Merge pull request #2578 from dreampiggy/refactory_manager_logic
Refactory manager logic, move code for readability and future maintain
|
2019-01-09 16:07:31 +08:00 |
DreamPiggy
|
60f4365420
|
Merge pull request #2574 from zhongwuzw/fix-operation-creation-race-condition
Fix race condition for creation of download operation when isCancelled is YES but isFinished is NO
|
2019-01-08 15:01:34 +08:00 |
DreamPiggy
|
a1106d51f0
|
Move the block failed url logic into a separate method, filter the error codes not inside NSURLErrorDomain
|
2019-01-08 14:05:05 +08:00 |
DreamPiggy
|
cf1d993b97
|
Move the cache storage logic after download, into a single function to enhance the readability
|
2019-01-08 13:50:52 +08:00 |
DreamPiggy
|
ac1dd066cb
|
Merge pull request #2577 from zhongwuzw/fix_memory_cost
Fix memory cost override for SDAnimatedImage
|
2019-01-08 11:27:15 +08:00 |
zhongwuzw
|
ccf5541a7d
|
Fix memory cost override for SDAnimatedImage
|
2019-01-07 22:59:46 +08:00 |
DreamPiggy
|
6542eb36f7
|
Merge pull request #2568 from dreampiggy/refactory_memory_cache_cost
Use the memory bytes size, instead of pixel size to calculate the memory cost function
|
2019-01-07 21:49:10 +08:00 |
zhongwuzw
|
c547adc2a9
|
Retain operation when post download related notifications
|
2019-01-07 17:05:03 +08:00 |
zhongwuzw
|
8a743950e2
|
Prioritize SDWebImageDownloaderHighPriority if operation already exists
|
2019-01-07 16:24:41 +08:00 |
zhongwuzw
|
6becff0f06
|
Fix race condition for creation of download operation when isCancelled is YES but isFinished is NO
Fix race condition for creation of download operation when isCancelled is YES but isFinished is NO
update comment
|
2019-01-07 16:05:53 +08:00 |
DreamPiggy
|
6dd92d11ff
|
Use the memory bytes size, instead of pixel size to calculate the memory cost function
|
2019-01-03 15:59:22 +08:00 |
DreamPiggy
|
b866c6aa97
|
Merge branch 'master' of https://github.com/SDWebImage/SDWebImage into 5.x
# Conflicts:
# CHANGELOG.md
# SDWebImage.podspec
# SDWebImage.xcodeproj/project.pbxproj
# SDWebImage/FLAnimatedImage/FLAnimatedImageView+WebCache.m
# SDWebImage/SDImageCache.m
# SDWebImage/SDWebImageDownloaderOperation.m
# SDWebImage/UIView+WebCache.m
# Tests/SDWebImage Tests.xcodeproj/project.pbxproj
|
2019-01-03 14:54:37 +08:00 |
DreamPiggy
|
3b19e76c6f
|
Update the code for UIAnimatedImage associated with FLAnimatedImage case...This can happen when enable `GIF coder` as well as using FLAnimatedImageView
|
2019-01-03 14:21:18 +08:00 |
DreamPiggy
|
c381506932
|
Fix the current image cost (pixels) for FLAnimatedImage, with a more correct value for memory cost function
|
2019-01-03 14:15:27 +08:00 |
DreamPiggy
|
c95be0994e
|
Update the category's naming for memory cache cost, a little code enhancement to avoid NSNumber generation
|
2019-01-03 12:08:18 +08:00 |
DreamPiggy
|
e6a4e74ed5
|
Revert the changes for unused public API, polish comments
|
2019-01-03 11:49:06 +08:00 |
DreamPiggy
|
1700f9726d
|
Merge pull request #2486 from zhongwuzw/fix-cache-cost-miscalculation-for-master
Fix memory cache image cost miscalculation for animated images. Introduce the customized cost function for advacend feature.
|
2019-01-03 11:41:41 +08:00 |
Wu Zhong
|
6026cade7b
|
Merge pull request #2570 from dreampiggy/fix-background-download-4.x
Fix background download 4.x
|
2018-12-28 16:00:15 +08:00 |
zhongwuzw
|
9725c8da72
|
Remove edge case check
|
2018-12-28 11:14:19 +08:00 |
zhongwuzw
|
181d367215
|
Fix background download operation
FIx background download
Add task check when operation will deallocated && tidy code
|
2018-12-28 11:14:13 +08:00 |
zhongwuzw
|
c58642976f
|
put FLAnimatedImage fix into another PR
|
2018-12-27 21:30:07 +08:00 |
DreamPiggy
|
38a9222401
|
Merge pull request #2500 from zhongwuzw/fix-background-download
Fix background download
|
2018-12-27 14:42:35 +08:00 |
zhongwuzw
|
de74bdca80
|
Remove edge case check
|
2018-12-26 20:29:09 +08:00 |
zhongwuzw
|
9617a34408
|
Fix background download operation
FIx background download
Add task check when operation will deallocated && tidy code
Tidy code further
Tidy further
|
2018-12-26 10:25:39 +08:00 |
DreamPiggy
|
e6f7cb72cc
|
Merge pull request #2535 from dreampiggy/refactory_cache_path
Refactory cache path about namespace && final cache directory
|
2018-12-17 22:28:03 +08:00 |
DreamPiggy
|
1d540d3cb7
|
Fix the typo in the 5.0 migration guide
|
2018-12-16 14:32:01 +08:00 |
DreamPiggy
|
87f5f8b42f
|
Merge pull request #2556 from zhongwuzw/fix_nsmaptable_crash
Fix crash when NSMapTable empty keys
|
2018-12-13 19:36:21 +08:00 |
DreamPiggy
|
95dba7307d
|
Update the migration guide for cache path about 5.0.0-beta version
|
2018-12-10 13:28:06 +08:00 |
zhongwuzw
|
216ba9c7e1
|
Fix crash when NSMapTable empty keys
|
2018-12-10 10:41:17 +08:00 |
DreamPiggy
|
1fc1de5da9
|
Update the migration guide for cache path
|
2018-12-09 15:23:26 +08:00 |
DreamPiggy
|
b68730bedf
|
Use the more intuitive and suitable cache path for SDImageCache. Defaults now to `~Library/Caches/com.hackemist.SDImageCache/default/`, namespace controls the sub-directory name.
Remove the namespacePrefix property because now it's not follows what it says
|
2018-12-09 15:23:26 +08:00 |
zhongwuzw
|
cff0f33430
|
Add update image memory cost method
|
2018-12-09 11:56:51 +08:00 |
zhongwuzw
|
45427b1eed
|
Merge branch 'remote-master' into fix-cache-cost-miscalculation-for-master
|
2018-12-09 10:45:38 +08:00 |
Chester Liu
|
9c527f0ebe
|
Merge pull request #2549 from zhongwuzw/add_define_module
Let SD can be imported using static library by CocoaPods
|
2018-12-09 09:06:56 +08:00 |
Wu Zhong
|
b15abdd792
|
Merge pull request #2555 from dreampiggy/bugfix_macOS_xcconfig_bitcode
Fix that macOS does not support bitcode, current xcconfig cause build issue on Legacy Build System
|
2018-12-08 16:12:24 +08:00 |
DreamPiggy
|
b0c84e8aec
|
Fix that macOS does not support bitcode, this cause build issue on Legacy Build System
|
2018-12-08 12:57:11 +08:00 |
DreamPiggy
|
2cebcb7419
|
updated CHANGELOG
|
2018-12-05 18:36:45 +08:00 |
DreamPiggy
|
32d096a478
|
Merge pull request #2548 from SDWebImage/revert-2531-fix_reuse_wrong_image
Revert "Add image url check when set image"
|
2018-12-05 18:25:15 +08:00 |