DreamPiggy
|
5d5679a75b
Add SDDeviceHelper to hold the memory calculation method, instead of that Static function
|
6 ani în urmă |
DreamPiggy
|
7e85869e6c
Refactory the display link with a cross-platform implementation, CADisplayLink. for iOS/tvOS, CVDDisplayLink for macOS, NSTimer for watchOS
|
6 ani în urmă |
DreamPiggy
|
34e736375e
Refactory to seperate the response modifier and data decryptor, one for HTTP response, one for Data decrypt.
|
6 ani în urmă |
DreamPiggy
|
6825b2c9be
Fix the issue of response modifier, including Public header, initialize, etc
|
6 ani în urmă |
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
|
6 ani în urmă |
DreamPiggy
|
9b8712e04b
Add HEICCoder (HEIF naming is taken by SDWebImageHEIFCoder repo), supports animated HEICS format as well
|
6 ani în urmă |
DreamPiggy
|
a04ddceb3c
Fix the public API configuration of CI build for framework target
|
6 ani în urmă |
DreamPiggy
|
2aa4e7d8a7
Refactory current GIF/APNG coder, use abstract base class `SDImageIOAnimatedCoder` for subclass to implements the required method.
|
6 ani în urmă |
DreamPiggy
|
1775374feb
Update the XCFramework build script, fix the DerivedData path issue (avoid Xcode's default path conflict) and cleanup the code structure
|
6 ani în urmă |
DreamPiggy
|
e0b9b9cde4
Update the XCFramework script for macOS catalyst
|
6 ani în urmă |
DreamPiggy
|
99857f346d
Fix SwiftPM build issue, by moving all the Core source files && headers, into SDWebImage/Core, which is used as public headers directory
|
6 ani în urmă |
DreamPiggy
|
57894763be
Open Finder when build all frameworks finished on Xcode 10 as well (Xcode 11 will open when xcframework build finished)
|
6 ani în urmă |
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
|
6 ani în urmă |
DreamPiggy
|
13fdc685f6
Provide a script target to directly build all SDWebImage framework and generate one XCFramework, all in on for manual installation user
|
6 ani în urmă |
DreamPiggy
|
8c4c8d3aad
Merge pull request #2736 from dreampiggy/feature_global_control_options
|
6 ani în urmă |
DreamPiggy
|
46ecde48e9
For simple solution, remove the custom modulemap, let CocoaPods generate one instead
|
6 ani în urmă |
DreamPiggy
|
22844887a2
Fix the header to static library target
|
6 ani în urmă |
DreamPiggy
|
4683e5a0ad
Merge branch 'master' of https://github.com/SDWebImage/SDWebImage into feature_global_control_options
|
6 ani în urmă |
DreamPiggy
|
2e920abfb5
Fix the Static Library target issue of headers, which cause the integrated application failed to Archive because of copied headers
|
6 ani în urmă |
DreamPiggy
|
26d1a95cca
Add SDWebImageOptionsProcessor, which can have a global control for both WebCache options and context option for image loading
|
6 ani în urmă |
Kinarobin
|
959a1618cb
Delete prepare shell when archive static library and update manual installation doc. (#2685)
|
7 ani în urmă |
DreamPiggy
|
319322fbd5
Update the Readme, migration guide and API-diff to the latest version
|
7 ani în urmă |
DreamPiggy
|
110b49633f
Fix the warning of deprecated project localization after upgrading Xcode 10.2
|
7 ani în urmă |
DreamPiggy
|
08c6e22906
Rename metamacro.h filename with SDmetamacro.h
|
7 ani în urmă |
DreamPiggy
|
367f4454b6
Add the private @weakify @strongify @onExit macros to simplify the code in implementation files
|
7 ani în urmă |
DreamPiggy
|
146530e1a2
Change the naming of private headers of internal methods, from `+Private.h` naming into `Internal.h` naming, follow other popular framework's naming rules
|
7 ani în urmă |
DreamPiggy
|
6bab2de69a
Move some internal classes into private header files, make it easy to maintain the code
|
7 ani în urmă |
DreamPiggy
|
cf0738abd9
Move the SDAsyncBlockOperation into the private header folder, this class is only used inside framework
|
7 ani în urmă |
DreamPiggy
|
2ce3b706c8
Fix the issue that SDWebImagePrefetch in 5.x, will submit all prefetch URLs to manager without any limit, which cause the disk cache query pending until all finished
|
7 ani în urmă |
DreamPiggy
|
b866c6aa97
Merge branch 'master' of https://github.com/SDWebImage/SDWebImage into 5.x
|
7 ani în urmă |