Commit Graph

2476 Commits

Author SHA1 Message Date
DreamPiggy 83997ca9e4 Bumped version to 5.0.2
update CHANGELOG
2019-04-25 22:15:42 +08:00
DreamPiggy 8dbc9ae8f4
Merge pull request #2708 from dreampiggy/bugfix_CGImage_create_orientation_wrong_ratio
Fix that `CGImageCreateDecoded:orientation:` use the wrong aspect ratio when orientation is left/leftMirrored/right/rightMirrored
2019-04-25 22:05:04 +08:00
DreamPiggy 774ecaf40f Fix the test case compile issue of macOS 2019-04-25 20:49:23 +08:00
DreamPiggy 46bf112de5 Fix one bug of `sd_colorAtPoint:`, which set the alpha value default to 255, which should be 1 2019-04-25 20:48:53 +08:00
DreamPiggy feed2e5abd Update the test cases, using a 150x200 image (which width is not equal to height) to ensure the rotation works 2019-04-25 18:58:40 +08:00
DreamPiggy 628e172047 Fix the wrong roration when the CGImage's width is not equal to its height 2019-04-25 18:14:23 +08:00
DreamPiggy 9c6c4927fb Add test case for CGImage create decoded with EXIF orientation 2019-04-25 16:10:39 +08:00
DreamPiggy 4dce559d44
Merge pull request #2706 from dreampiggy/bugfix_mac_SDAnimatedImage_NSImage
Fix the bug of SDAnimatedImageView, which can not render the normal NSImage (including animated image) at all. Only `SDAnimatedImage` can be rendered
2019-04-25 14:43:24 +08:00
DreamPiggy 9cce513a09 Add a simple test case to ensure SDAnimatedImageView should display the static NSImage 2019-04-25 14:13:56 +08:00
DreamPiggy 8c93519191 Fix the bug of SDAnimatedImageView, which can not render the normal NSImage (including animated image) at all. Only `SDAnimatedImage` can be rendered 2019-04-25 13:23:34 +08:00
Bogdan Poplauschi 8712f8d0d9
Merge pull request #2699 from matrejek/feature/config_typo
Fixes typo in SDImageCacheConfig maxDiskAge info
2019-04-23 17:10:30 -05:00
Mateusz Matrejek df2af72f79 Fixes typo in SDImageCacheConfig maxDiskAge info 2019-04-23 21:49:50 +02:00
Bogdan Poplauschi 6ccf10412b Updated the organization (small) logo - needed a squared one 2019-04-13 07:00:11 +03:00
DreamPiggy 072e62b1cb Bumped version to 5.0.1
update CHANGELOG
2019-04-11 22:03:02 +08:00
DreamPiggy 7057e70cd5 Update the description about this error code, and fix one potential issue of callback 2019-04-11 21:57:04 +08:00
DreamPiggy c228eb5bdc Add a `SDWebImageErrorDownloadCancelled` error code represent the user cancel of download, which can guarantee the completed block of downloader/manager is called back 2019-04-11 11:09:53 +08:00
DreamPiggy 3540961abc
Merge pull request #2691 from zhongwuzw/fix_apng_property_crash
Fixes crash for apng coder when properties are nil
2019-04-10 17:45:18 +08:00
zhongwuzw 0990af52a0 Prevent pointer static cast 2019-04-10 16:53:41 +08:00
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
zhongwuzw d1eea26cd6 Fixes crash for apng coder when properties are nil 2019-04-10 16:00:24 +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