提交歷史

作者 SHA1 備註 提交日期
  DreamPiggy 201096d7bf Added self-sign for XCFramework 1 年之前
  DreamPiggy 50a3c9159b Remove the override of Xcode project codesign config 1 年之前
  DreamPiggy 9faa68dc15 Added xcprivacy to framework target and SPM 2 年之前
  DreamPiggy 50c8acefd7 Remove the script target output file, since it's dynamic based 2 年之前
  DreamPiggy 35089a0b9b Added the visionOS support for "Build XCFramework" script target 2 年之前
  DreamPiggy 9ccedcc09e Update xcodeproj to add support on MapKit for visionOS 2 年之前
  DreamPiggy a986a77734 Add better support for stateful view (UIButton) for image URL/progress state management 2 年之前
  DreamPiggy a206229905 Introduce frame pool for SDAnimatedImage playback. Solve when multiple image view references the same URL image cause un-wanted decode which waste RAM/CPU 2 年之前
  DreamPiggy e21e9f19e6 Update Carthage project 3 年之前
  DreamPiggy 43ec4726e1 Added context option `callbackQueue` for advanced user to control which queue to callback 3 年之前
  DreamPiggy 46912090f9 Fix the warning, enable `APPLICATION_EXTENSION_API_ONLY` for all framework target 4 年之前
  DreamPiggy 6fb20ce312 Refactory the implementation of that canDecode/canEncode, use single method with Set to check, instead of creating different internal files 5 年之前
  DreamPiggy d09ff5a654 Fix the SwiftPM support and Static library 5 年之前
  DreamPiggy 62a6ab8e71 Update the project settings for WebP coder 5 年之前
  DreamPiggy 7a430b23b9 Merge branch '5.7.x' of https://github.com/SDWebImage/SDWebImage 5 年之前
  DreamPiggy 4173f9f3c1 Fix the issue that NSOperation conforms to `SDWebImageOperation` check failed. And fix the SDAsyncBlockOperation cancel logic 6 年之前
  DreamPiggy 8323aa7564 Merge pull request #2985 from dreampiggy/feature_convient_mac_transition 6 年之前
  DreamPiggy 34b59d1f79 Fix the support for SDWebImageMapKit 6 年之前
  DreamPiggy 1cb0d2e2ba Added the convenient transition options for macOS user. Deprecate the old timingFunction, which can use System API to achieve 6 年之前
  DreamPiggy d112d18088 Rename the private header `UIColor+HexString` and `NSBezierPath+SDRoundedCorners` with SD prefix, to avoid the conflict when using CocoaPods 6 年之前
  DreamPiggy 6ff83fde6b Added SDGraphicsImageRenderer (which bridge to UIGraphicsImageRenderer on iOS 10+), prepare to replace old CGContext create code 6 年之前
  DreamPiggy 69d163fc37 Using one global function to ensure we always sync all the UIImage category assocaited object status correctly inside our framework 6 年之前
  DreamPiggy 936d04f726 Fix the build issue on SDWebImage Static library target 6 年之前
  DreamPiggy 9aa4ac1ca7 Rename the NSFileManager+ExtendedAttributes into the SDFileAttributeHelper, because it does not have any reply on NSFileManager API 6 年之前
  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. 6 年之前
  DreamPiggy 7c8d3225c8 Rename the the extended data to bind it into the UIImage object, which make it compatible for memory cache 6 年之前
  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 6 年之前
  DreamPiggy 5d5679a75b Add SDDeviceHelper to hold the memory calculation method, instead of that Static function 6 年之前
  DreamPiggy 7e85869e6c Refactory the display link with a cross-platform implementation, CADisplayLink. for iOS/tvOS, CVDDisplayLink for macOS, NSTimer for watchOS 6 年之前
  DreamPiggy 34e736375e Refactory to seperate the response modifier and data decryptor, one for HTTP response, one for Data decrypt. 6 年之前