Commit Graph

2307 Commits

Author SHA1 Message Date
Kinarobin 959a1618cb Delete prepare shell when archive static library and update manual installation doc. (#2685)
* Delete prepare shell when archive static library and update manual installation Doc

* Update the Manual Install Guide, with both the Build SDWebImage as Framework or Static Library, as well as using SDWebImage as Sub Xcode Project

* Re-format the Manual Installation Guide to make it easy to read

* Updated to the latest Manual Install Guide

* Update the latest manual install guide
2019-04-10 16:45:48 +08:00
DreamPiggy 767a6643f8
Update ISSUE_TEMPLATE.md
Update the issue template `SDWebImage Version` and `Platform Version` to the latest version.
2019-04-05 20:49:18 +08:00
DreamPiggy db2f7bf3ff
Update README.md to specify the 5.0 version of Podfile 2019-04-04 23:19:50 +08:00
DreamPiggy 4a54e6dde5 Update the readme about the latest documentation, and more modules in SDWebImage org 2019-04-04 21:12:33 +08:00
DreamPiggy 78c311bd3b
Merge pull request #2676 from dreampiggy/project_travis_ci
Fix the Travis-CI script about code coverage submit
2019-04-04 16:12:20 +08:00
DreamPiggy 3dad2ea7ff Config both iOS && macOS flag for codecov report 2019-04-04 13:35:20 +08:00
DreamPiggy ca73bf0662
Merge pull request #2675 from zhongwuzw/iocoder_code_clean
Clean and consolidate some logic code in SDImageIOCoder
2019-04-04 11:45:38 +08:00
DreamPiggy 1b927195dd Fix the Travis-CI script about code coverage submit 2019-04-03 19:07:43 +08:00
zhongwuzw 6e82c1d6d2 Remove BOOL local variable 2019-04-03 17:42:56 +08:00
zhongwuzw 8e5897338c Clean and consolidate some logic code in SDImageIOCoder 2019-04-03 17:37:51 +08:00
DreamPiggy c6e9daf0d6
Merge pull request #2674 from zhongwuzw/fix_tint_image_bug
Fix tint image bug which leads to image upside down
2019-04-03 17:11:18 +08:00
zhongwuzw 522743f246 Merge master into fix_tint_image_bug 2019-04-03 14:51:16 +08:00
zhongwuzw 3a5a387485 Add tests for inversion check 2019-04-03 14:14:15 +08:00
DreamPiggy efcfacebc0
Merge pull request #2673 from zhongwuzw/fix_round_image_bug
Fix rounded corner bug which leads to image upside down
2019-04-03 12:58:17 +08:00
zhongwuzw fa303a9b73 Update snapshot 2019-04-03 12:28:10 +08:00
zhongwuzw 66d294dbec Fix tint image bug which leads to image upside down 2019-04-03 12:24:41 +08:00
zhongwuzw 2a4e96d8f5 Add test case to check inversion when do round corner operation 2019-04-03 12:10:21 +08:00
zhongwuzw b7ee2336c1 Fix rounded corner bug which leads to image upside down 2019-04-03 11:03:00 +08:00
DreamPiggy 555ed7b983 Bumped version to 5.0.0
update the changelog
2019-04-02 22:00:22 +08:00
DreamPiggy 319322fbd5 Update the Readme, migration guide and API-diff to the latest version 2019-04-02 21:38:17 +08:00
DreamPiggy 3f29a3ef1e
Merge pull request #2664 from SDWebImage/5.0
Merge 5.x branch into master branch, ready for 5.0.0 release
2019-04-02 21:17:56 +08:00
DreamPiggy 8a4932420c
Merge pull request #2671 from zhongwuzw/fix_cancel_current_image_load
Cancel latest image load when call cancelCurrentImageLoad
2019-04-02 20:03:16 +08:00
zhongwuzw c369d70f12 Adjust coding style 2019-04-02 19:57:46 +08:00
zhongwuzw 8294d74e93 Remove test code 2019-04-02 19:45:40 +08:00
zhongwuzw ec3b0590b0 Cancel latest image load when call cancelCurrentImageLoad 2019-04-02 19:44:23 +08:00
DreamPiggy 51aab09fdd
Merge pull request #2668 from dreampiggy/bugfix_error_domains_check
Fix the black list error domain should filter specify SDWebImageErrorDomain codes which is indeed un-recoverable
2019-04-02 18:13:55 +08:00
DreamPiggy 2640301e82 Change the optional method into required, force the custom loader author to provide the error check 2019-04-02 17:56:12 +08:00
Wu Zhong 941d327af2
Merge branch 'master' into 5.0 2019-04-02 17:27:15 +08:00
DreamPiggy 5e427f6984
Merge pull request #2669 from zhongwuzw/fix_cachesoperation_thread_safe
Fix caches manager operation thread safe issue
2019-04-02 17:22:35 +08:00
zhongwuzw 100869dd70 Fix caches manager operation thread safe issue 2019-04-02 16:59:57 +08:00
DreamPiggy 691873117a Fix the logic to check loaders. Find the correct loader first and then check if optional protocol method is implemented 2019-04-02 16:32:15 +08:00
Kinarobin 48c1b0586e
Merge pull request #2666 from zhongwuzw/revert_domain_filter
Revert "Filter the error domain with NSURLErrorDomain before checking the URL Error Codes
2019-04-02 16:26:10 +08:00
DreamPiggy fa426f9b05 Update to use the delegate mode, let the actual image loader to decide whether to mark failed or not. 2019-04-02 15:00:07 +08:00
DreamPiggy 8275274154 Fix the blacking error domain should filter specify SDWebImageErrorDomain codes which is indeed un-recoverable 2019-04-02 12:09:27 +08:00
DreamPiggy b0f1006e3f
Merge pull request #2667 from zhongwuzw/guarantee_thread_safe
Guarantee thread-safe for SDImageCachesManager SDImageCodersManager SDImageLoadersManager
2019-04-01 17:44:22 +08:00
zhongwuzw 60255f5bd2 Thread-safe for CodersManager and LoadersManager 2019-04-01 17:19:11 +08:00
zhongwuzw aa890c5d9a Guarantee caches of CachesManager thread-safe 2019-04-01 16:00:13 +08:00
zhongwuzw 70d760af54 Revert "Filter the error domain with NSURLErrorDomain before checking the URL Error Codes"
This reverts commit 40abbd648d.
2019-04-01 11:03:04 +08:00
Wu Zhong 1faab6c863
Merge pull request #2661 from dreampiggy/fix_notification_name_duplicated_declare
Fix that `SDWebImageDownloadStartNotification` declare twice in header files
2019-04-01 10:39:53 +08:00
DreamPiggy 9d4b53118e Move the declare and the define into the downloader, make the import success. Update to NSNotificationName 2019-03-31 23:07:20 +08:00
DreamPiggy 9f262fc8cf Fix that `SDWebImageDownloadStartNotification` declare twice in header files. One is in downloader, another is in download operation 2019-03-31 21:26:55 +08:00
DreamPiggy 78071effe6 Update the changelog and readme to point to the master branch instead of 5.x Ready for merge back 2019-03-31 20:14:27 +08:00
DreamPiggy 2e7338894e Merge branch 'master' of https://github.com/SDWebImage/SDWebImage into 5.x
# Conflicts:
#	SDWebImage/SDWebImageManager.m
2019-03-31 19:41:17 +08:00
DreamPiggy 456b6eadc6
Merge pull request #2648 from dreampiggy/bugfix_filter_error_domain
Filter the error domain with NSURLErrorDomain before checking the URL Error Codes
2019-03-31 19:29:40 +08:00
DreamPiggy cc13b18c21
Merge pull request #2660 from dreampiggy/bugfix_caches_manager_lock
Fix the thread safe issue of caches manager and specify the default caches array value.
2019-03-31 18:34:44 +08:00
DreamPiggy 75d3adedfa Update the coders manager initializer, without the useless mutable copy
Update the comments
2019-03-31 18:09:17 +08:00
DreamPiggy 36e89af004 Update the final 5.0.0 API diff and 5.0 migration guideline 2019-03-31 17:06:29 +08:00
DreamPiggy c913f2efc0 Merge branch 'master' of https://github.com/SDWebImage/SDWebImage into 5.x
# Conflicts:
#	SDWebImage/SDWebImageDownloader.m
2019-03-31 16:34:23 +08:00
DreamPiggy 47ad8d58d4
Merge pull request #2659 from dreampiggy/bugfix_macOS_animatedImageView
Bugfix macOS related small improvement for SDAnimatedImageView
2019-03-31 15:57:40 +08:00
DreamPiggy f060310ffe Remove the previous using atomic property, use lock instead. 2019-03-31 15:53:33 +08:00