DreamPiggy
|
99857f346d
Fix SwiftPM build issue, by moving all the Core source files && headers, into SDWebImage/Core, which is used as public headers directory
|
před 6 roky |
DreamPiggy
|
57894763be
Open Finder when build all frameworks finished on Xcode 10 as well (Xcode 11 will open when xcframework build finished)
|
před 6 roky |
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
|
před 6 roky |
DreamPiggy
|
13fdc685f6
Provide a script target to directly build all SDWebImage framework and generate one XCFramework, all in on for manual installation user
|
před 6 roky |
DreamPiggy
|
8c4c8d3aad
Merge pull request #2736 from dreampiggy/feature_global_control_options
|
před 6 roky |
DreamPiggy
|
46ecde48e9
For simple solution, remove the custom modulemap, let CocoaPods generate one instead
|
před 6 roky |
DreamPiggy
|
22844887a2
Fix the header to static library target
|
před 6 roky |
DreamPiggy
|
4683e5a0ad
Merge branch 'master' of https://github.com/SDWebImage/SDWebImage into feature_global_control_options
|
před 6 roky |
DreamPiggy
|
2e920abfb5
Fix the Static Library target issue of headers, which cause the integrated application failed to Archive because of copied headers
|
před 6 roky |
DreamPiggy
|
26d1a95cca
Add SDWebImageOptionsProcessor, which can have a global control for both WebCache options and context option for image loading
|
před 6 roky |
Kinarobin
|
959a1618cb
Delete prepare shell when archive static library and update manual installation doc. (#2685)
|
před 7 roky |
DreamPiggy
|
319322fbd5
Update the Readme, migration guide and API-diff to the latest version
|
před 7 roky |
DreamPiggy
|
110b49633f
Fix the warning of deprecated project localization after upgrading Xcode 10.2
|
před 7 roky |
DreamPiggy
|
08c6e22906
Rename metamacro.h filename with SDmetamacro.h
|
před 7 roky |
DreamPiggy
|
367f4454b6
Add the private @weakify @strongify @onExit macros to simplify the code in implementation files
|
před 7 roky |
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
|
před 7 roky |
DreamPiggy
|
6bab2de69a
Move some internal classes into private header files, make it easy to maintain the code
|
před 7 roky |
DreamPiggy
|
cf0738abd9
Move the SDAsyncBlockOperation into the private header folder, this class is only used inside framework
|
před 7 roky |
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
|
před 7 roky |
DreamPiggy
|
b866c6aa97
Merge branch 'master' of https://github.com/SDWebImage/SDWebImage into 5.x
|
před 7 roky |
DreamPiggy
|
c95be0994e
Update the category's naming for memory cache cost, a little code enhancement to avoid NSNumber generation
|
před 7 roky |
Bogdan Poplauschi
|
edb9c45859
Xcode 10 - upgraded schemes, using xcode10 Travis image, removed some deprecated methods from our demos + formatting
|
před 7 roky |
zhongwuzw
|
3fbb7856e5
Transform protocol to category
|
před 7 roky |
DreamPiggy
|
025c5f833b
Expose the all image graphics methods to public method, make it easy for coder plugin user to reuse it instead of duplicate code
|
před 7 roky |
Bogdan Poplauschi
|
ae552f9350
Merged SDWebImage iOS + SDWebImage OSX + SDWebImage tvOS + SDWebImage watchOS targets into SDWebImage target (supports all platforms)
|
před 7 roky |
Bogdan Poplauschi
|
64123734c3
Move webp component (and libwebp dependency) to SDWebImage/SDWebImageWebPCoder
|
před 7 roky |
DreamPiggy
|
982ade8824
Remove all FLAnimatedImage from the Core SDWebImage repo. Move the code to SDWebImageFLPlugin repo
|
před 7 roky |
DreamPiggy
|
a82a4e15b2
Renaming UIImage+WebCache to the correct naming UIImage+Metadata, make clear of the category usage
|
před 7 roky |
DreamPiggy
|
f96c94ef7d
Renaming all `SDWebImageLoader` -> `SDImageLoader`
|
před 8 roky |
Bogdan Poplauschi
|
ebfe2cedc2
Merge pull request #2306 from dreampiggy/renaming_coder_protocol_and_coders
|
před 8 roky |