DreamPiggy
|
cd77713516
Totally remove the MapKit integration, including Source Code, Subspec, SwiftPM, fix the issue of SwiftPM on Xcode 11.4 Beta, make it scalable
|
há 6 anos atrás |
DreamPiggy
|
6fb20ce312
Refactory the implementation of that canDecode/canEncode, use single method with Set to check, instead of creating different internal files
|
há 5 anos atrás |
DreamPiggy
|
d09ff5a654
Fix the SwiftPM support and Static library
|
há 5 anos atrás |
DreamPiggy
|
62a6ab8e71
Update the project settings for WebP coder
|
há 5 anos atrás |
DreamPiggy
|
7a430b23b9
Merge branch '5.7.x' of https://github.com/SDWebImage/SDWebImage
|
há 6 anos atrás |
DreamPiggy
|
4173f9f3c1
Fix the issue that NSOperation conforms to `SDWebImageOperation` check failed. And fix the SDAsyncBlockOperation cancel logic
|
há 6 anos atrás |
DreamPiggy
|
8323aa7564
Merge pull request #2985 from dreampiggy/feature_convient_mac_transition
|
há 6 anos atrás |
DreamPiggy
|
34b59d1f79
Fix the support for SDWebImageMapKit
|
há 6 anos atrás |
DreamPiggy
|
1cb0d2e2ba
Added the convenient transition options for macOS user. Deprecate the old timingFunction, which can use System API to achieve
|
há 6 anos atrás |
DreamPiggy
|
d112d18088
Rename the private header `UIColor+HexString` and `NSBezierPath+SDRoundedCorners` with SD prefix, to avoid the conflict when using CocoaPods
|
há 6 anos atrás |
DreamPiggy
|
6ff83fde6b
Added SDGraphicsImageRenderer (which bridge to UIGraphicsImageRenderer on iOS 10+), prepare to replace old CGContext create code
|
há 6 anos atrás |
DreamPiggy
|
69d163fc37
Using one global function to ensure we always sync all the UIImage category assocaited object status correctly inside our framework
|
há 6 anos atrás |
DreamPiggy
|
936d04f726
Fix the build issue on SDWebImage Static library target
|
há 6 anos atrás |
DreamPiggy
|
9aa4ac1ca7
Rename the NSFileManager+ExtendedAttributes into the SDFileAttributeHelper, because it does not have any reply on NSFileManager API
|
há 6 anos atrás |
DreamPiggy
|
46b0c4bae8
Use the NSCoding object instead of `NSData`, make it possible to directlly get the extended data from memory cache without unarhive by user.
|
há 6 anos atrás |
DreamPiggy
|
7c8d3225c8
Rename the the extended data to bind it into the UIImage object, which make it compatible for memory cache
|
há 6 anos atrás |
DreamPiggy
|
892a7ad892
Add the feature to allows advanced user to provided extended data associarted with image data, used for scale factor saving, rich link metadata saving, etc
|
há 6 anos atrás |
DreamPiggy
|
5d5679a75b
Add SDDeviceHelper to hold the memory calculation method, instead of that Static function
|
há 6 anos atrás |
DreamPiggy
|
7e85869e6c
Refactory the display link with a cross-platform implementation, CADisplayLink. for iOS/tvOS, CVDDisplayLink for macOS, NSTimer for watchOS
|
há 6 anos atrás |
DreamPiggy
|
34e736375e
Refactory to seperate the response modifier and data decryptor, one for HTTP response, one for Data decrypt.
|
há 6 anos atrás |
DreamPiggy
|
6825b2c9be
Fix the issue of response modifier, including Public header, initialize, etc
|
há 6 anos atrás |
DreamPiggy
|
68d73f4cb2
Add the response modifier and data decrypter, which allows user to provide a modified version of URL Response and image data, like Gzip or other encoding form
|
há 6 anos atrás |
DreamPiggy
|
9b8712e04b
Add HEICCoder (HEIF naming is taken by SDWebImageHEIFCoder repo), supports animated HEICS format as well
|
há 6 anos atrás |
DreamPiggy
|
a04ddceb3c
Fix the public API configuration of CI build for framework target
|
há 6 anos atrás |
DreamPiggy
|
2aa4e7d8a7
Refactory current GIF/APNG coder, use abstract base class `SDImageIOAnimatedCoder` for subclass to implements the required method.
|
há 6 anos atrás |
DreamPiggy
|
1775374feb
Update the XCFramework build script, fix the DerivedData path issue (avoid Xcode's default path conflict) and cleanup the code structure
|
há 6 anos atrás |
DreamPiggy
|
e0b9b9cde4
Update the XCFramework script for macOS catalyst
|
há 6 anos atrás |
DreamPiggy
|
99857f346d
Fix SwiftPM build issue, by moving all the Core source files && headers, into SDWebImage/Core, which is used as public headers directory
|
há 6 anos atrás |
DreamPiggy
|
57894763be
Open Finder when build all frameworks finished on Xcode 10 as well (Xcode 11 will open when xcframework build finished)
|
há 6 anos atrás |
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
|
há 6 anos atrás |