Commit Graph

2447 Commits

Author SHA1 Message Date
DreamPiggy 5b1a833732 Merge branch 'master' of https://github.com/SDWebImage/SDWebImage into bugfix_user_cancel_guarantee_callback 2019-08-01 20:05:48 +08:00
DreamPiggy f49c4fa483
Merge pull request #2799 from dreampiggy/update_readme_installation
Update the readme about Swift Package Manager and xcframework installation guide
2019-07-30 12:34:28 +08:00
DreamPiggy 3f7a3a8035 Merge branch 'master' of https://github.com/SDWebImage/SDWebImage into bugfix_user_cancel_guarantee_callback 2019-07-30 11:52:04 +08:00
DreamPiggy d6938fce7b update the readme about the manual install 2019-07-29 18:41:21 +08:00
kinarob 25c6cdf570 some typo in readme 2019-07-29 17:45:05 +08:00
DreamPiggy 7f1b5f05a2 Update the readme about Swift Package Manager and xcframework installation guide 2019-07-29 16:44:01 +08:00
DreamPiggy 09f06159a3
Merge pull request #2797 from dreampiggy/fix_swift_pm
Fix SwiftPM integration issue on Xcode 11 beta
2019-07-28 12:48:06 +08:00
DreamPiggy 99857f346d Fix SwiftPM build issue, by moving all the Core source files && headers, into SDWebImage/Core, which is used as public headers directory 2019-07-25 18:42:05 +08:00
DreamPiggy b7b3d3d0c2 Fix the Swift PM build issue 2019-07-23 15:02:40 +08:00
DreamPiggy 6d4e166b8b Change current behavior. All the user cancelled code will trigger the callback (including both cache && download). The error code name changed to `SDWebImageErrorCancelled` to represent both cases 2019-07-19 18:07:41 +08:00
DreamPiggy 841662d36a
Merge pull request #2792 from kinarobin/add_autoreleasepool_in_prefetcher
Add a autoreleasepool when prefetch many images
2019-07-19 11:34:41 +08:00
kinarob d51b9e6802 add a autoreleasepool when prefetch many images 2019-07-18 18:53:57 +08:00
DreamPiggy a2b3a57bb2 Change the lock into @synchronized to ensure the operation callback is always get attached correctly, avoid the callback is not get called 2019-07-18 17:42:44 +08:00
DreamPiggy f2fb26d1c6 Merge branch 'master' of https://github.com/SDWebImage/SDWebImage into bugfix_user_cancel_guarantee_callback 2019-07-18 16:12:35 +08:00
DreamPiggy 834ce0875d
Merge pull request #2789 from kinarobin/create_weak_cache_only_apply_to_iOS/tvOS_platform
Only create weak cache in iOS/tvOS platform.
2019-07-12 11:26:29 +08:00
kinarob f319864dd8 Just crete weak cache in iOS/tvOS platform 2019-07-12 10:09:38 +08:00
DreamPiggy 2d62616cb0
Merge pull request #2782 from kinarobin/fix_frame_buffer_bug_when_displayLink_is_pause
Fix frame buffer bug when display link is pause
2019-07-09 23:33:00 +08:00
kinarob 9fa869c40b get fetch queue via instance 2019-07-09 15:14:57 +08:00
Kinarobin 5e2bdc60a7
Merge pull request #2785 from dreampiggy/bugfix_uibutton_convenient_method
Fix the bug that UIButton setBackgroundImage convenient method does not pass the options arg to next function call
2019-07-08 19:21:27 +08:00
DreamPiggy fc3382591a Fix the bug that UIButton setBackgroundImage convenient method does not pass the options arg to next function call, cause the options miss. 2019-07-08 18:46:10 +08:00
kinarob 7605053cf5 fix frame buffer bug when display link is pause 2019-07-05 21:14:03 +08:00
DreamPiggy 5df70628be
Merge pull request #2780 from dreampiggy/project_upgrade_xcode_10
Follow App Store submit rule, upgrade the minimum Xcode version to Xcode 10.0
2019-07-03 16:45:56 +08:00
DreamPiggy 1bd110c974
Merge pull request #2764 from dreampiggy/feature_support_build_xcframework_script
Provide a script target to directly build all SDWebImage framework and generate all in one XCFramework from Xcode 11
2019-07-03 16:45:03 +08:00
DreamPiggy 9f2db8701a
Merge pull request #2779 from dreampiggy/expose_memory_disk_cache_object
Expose the memoryCache and diskCache object on `SDImageCache`, Make it useful for user who have custom property beyond `SDImageCacheConfig`
2019-07-03 11:42:27 +08:00
DreamPiggy 5c22cc73ae Update the project warning for unnecessary xcconfig files 2019-07-02 18:23:39 +08:00
DreamPiggy 6ba2640ca4 Update the storyboard with Xcode 10.2 version format 2019-07-02 18:20:12 +08:00
DreamPiggy 712e12e23a Follow App Store submit rule, upgrade the min Xcode version to Xcode 10.0 2019-07-02 18:17:15 +08:00
DreamPiggy 6d626edaf8 Expose the memoryCache and diskCache object on `SDImageCache`, make it useful for user who have custom property beyond `SDImageCacheConfig` 2019-07-02 15:12:56 +08:00
DreamPiggy 049feda30a
Merge pull request #2713 from bpoplauschi/remove_explicit_Tests_deployment
Revert explicitly set *_DEPLOYMENT_TARGET inside the Tests Xcode project
2019-06-30 13:01:34 +08:00
DreamPiggy 3cd71190b3 Merge branch 'master' of https://github.com/SDWebImage/SDWebImage into remove_explicit_Tests_deployment 2019-06-30 12:07:16 +08:00
DreamPiggy 559e0e868b
Merge pull request #2775 from dreampiggy/fix_SDAnimatedImage_documentation
Fix the documentation about SDAnimatedImage.animatedImageData to match its behavior
2019-06-28 16:56:21 +08:00
DreamPiggy 6654050005 Fix typo 2019-06-28 16:29:59 +08:00
DreamPiggy 4c3a055f53 Fix the documentation about SDAnimatedImage.animatedImageData to match its behavior 2019-06-28 15:32:31 +08:00
DreamPiggy 2441fe5d21
Merge pull request #2772 from ifsnow/fix/default-accept-header
Change the default value of accept request header
2019-06-27 21:08:58 +08:00
ifsnow fcaa7d6c7a Change the default value of accept request header 2019-06-27 18:42:50 +09:00
DreamPiggy 57894763be Open Finder when build all frameworks finished on Xcode 10 as well (Xcode 11 will open when xcframework build finished) 2019-06-26 16:39:50 +08:00
DreamPiggy c2037417a6 Update the build script to support Xcode 10 without xcframework. Also change to build simulator platform using Debug configuration instead of Release configuration 2019-06-26 16:38:36 +08:00
DreamPiggy 4ba9befa31
Merge pull request #2773 from huangboju/master
Delete unnecessary code
2019-06-26 16:06:09 +08:00
huangboju 2215db45a4 Update SDWebImageDownloaderOperation.m 2019-06-26 15:06:19 +08:00
DreamPiggy 515a5f7ac0
Merge pull request #2756 from dreampiggy/feature_swiftPM
Add support for Swift Package Manager
2019-06-24 20:19:52 +08:00
DreamPiggy f3aef5c1a3
Merge pull request #2763 from dreampiggy/fix_sd_imageProgress_auto_create
Change that the `sd_imageProgress` property to not auto-create instance by framework
2019-06-21 11:26:19 +08:00
DreamPiggy 13fdc685f6 Provide a script target to directly build all SDWebImage framework and generate one XCFramework, all in on for manual installation user 2019-06-19 16:42:56 +08:00
kinarob 17997fc52b Add a check whether `imageProgress` is NULL 2019-06-18 21:16:53 +08:00
DreamPiggy 72ec3ebd40 Update the SwiftPM declaration for MapKit 2019-06-18 19:31:23 +08:00
DreamPiggy ddcf5d255d Add the SwiftPM build steps in travis-CI 2019-06-18 19:31:23 +08:00
DreamPiggy ea89adeb45 Add support for Swift Package Manager 2019-06-18 19:31:23 +08:00
DreamPiggy 0c34657bc5 Change that the `sd_imageProgress` property to not auto-create instance by framework. Instead, let users to use KVO and trigger the creation, improve the performance and fix potential issue for most of common usage. 2019-06-18 19:15:31 +08:00
Kinarobin 2bbe973f59
Merge pull request #2761 from dreampiggy/project_upgrade_xcode10_2
Update the Travis-CI environment to Xcode 10.2 (Swift 5)
2019-06-18 16:16:06 +08:00
DreamPiggy df5be0e34c Update CI to use Xcode 10.2. Combine both the Example and Test Podfile into one. Make CocoaPods only generate one `Pods.xcodeproj` and fix the New Build System issue 2019-06-18 15:46:08 +08:00
DreamPiggy eac8eca936
Merge pull request #2760 from dreampiggy/warning_fix_nullable_check
Fix the Clang Static Analysis warning of `addEntriesFromDictionary:` API
2019-06-17 17:32:34 +08:00