DreamPiggy
|
c95be0994e
Update the category's naming for memory cache cost, a little code enhancement to avoid NSNumber generation
|
7 лет назад |
zhongwuzw
|
3fbb7856e5
Transform protocol to category
|
7 лет назад |
DreamPiggy
|
fc1fd0a74e
Create a subclass of NSBitmapImageRep to fix the GIF frame duration issue on macOS
|
8 лет назад |
DreamPiggy
|
aacca305c0
Fix the macOS wrong minimum deployment target version to 10.9. And also fix the warning on Xcode 9 by enable more warning options
|
8 лет назад |
DreamPiggy
|
8590388a6e
Add WebCache category for NSButton on macOS
|
8 лет назад |
DreamPiggy
|
829d54ff03
Add the image transition argument for all UIView+WebCache, make this easy for user to do some fade transition. It also reuse the current setImageBlock and make it easy to customize
|
8 лет назад |
DreamPiggy
|
19f45a3cf4
Feature refactor built-in coders and support animated webp on macOS (#2082)
|
8 лет назад |
DreamPiggy
|
a0879fc049
Feature: refactor decoding code and provide decoding plugin
|
8 лет назад |
Bogdan Poplauschi
|
ff0690547d
Xcode 9 recommended settings applied
|
8 лет назад |
Dwayne Coussement
|
4d99ca6c86
CLANG_WARN_STRICT_PROTOTYPES: Yes please!
|
8 лет назад |
Bogdan Poplauschi
|
1f4f371a7a
Bumped libwebp submodule reference to version 0.6.0
|
8 лет назад |
Ivan Konov
|
941fde3279
Current Project Version set to 1 in order to have a default value for CFBundleVersion if set as in Info.plist files. In WebImage/Info.plist is set explicitly to 400.
|
9 лет назад |
Bogdan Poplauschi
|
64878cb24b
Merge pull request #1593 from corydolphin:patch/fix-carthage-tvos
|
9 лет назад |
Bogdan Poplauschi
|
67e0719755
Update according to Xcode 8 recommended settings. Set the deployment target to iOS 8.0. No code signing. Enabled some warnings
|
9 лет назад |
Bogdan Poplauschi
|
88b025a5fa
Merge pull request #1438 from lianchengjiang/master
|
9 лет назад |
Bogdan Poplauschi
|
5fac787866
Really enabled WebP for all the targets
|
9 лет назад |
Bogdan Poplauschi
|
836c15bccf
Bumped libwebp to 0.5.1
|
9 лет назад |
Bogdan Poplauschi
|
e1840c3262
Refactored all the duplicate code from our WebCache categories into a UIView+WebCache category. All the other categories will make calls to this one. Customization of setting the image is done via the setImageBlock and the operationKey
|
9 лет назад |
Bogdan Poplauschi
|
7d02ffd6ab
Created a WebCache Categories Xcode group - contains all the categories that we actually expose, making it easier to work with them
|
9 лет назад |
Bogdan Poplauschi
|
2daeffc773
SDImageCacheConfig.h made public
|
9 лет назад |
Bogdan Poplauschi
|
cfc182f2e5
Added SDImageCacheConfig to all targets, test images, code coverage setting, tests for SDImageCache, SDWebImageDownloader, SDWebImageDownloaderOperation, SDWebImageDecoder
|
9 лет назад |
Bogdan Poplauschi
|
0bcb35d697
Last commit missed to add 2 alpha_processing files.
|
9 лет назад |
Bogdan Poplauschi
|
ccacfc768d
Started using libwep 0.5.0 (changed the submodule hash, updated the files added to our project). To fix "gnu-style inline assembly is disabled" issues, explicitly set WEBP_USE_INTRINSICS for the watchOS targets
|
9 лет назад |
Bogdan Poplauschi
|
8e81f4273f
Added the osx platform to the podspec and set the osx deployment target to 10.8 because of some compiler issues (pod lib lint)
|
9 лет назад |
Bogdan Poplauschi
|
683c7edce5
watchOS Demo, created a static watchos lib target, renamed static SDWebImage to "SDWebImage iOS static", added the webp files to all targets (as libwebp is compatible with all 4 platforms). Updated Travis CI
|
9 лет назад |
Bogdan Poplauschi
|
442b134206
OSX Example
|
9 лет назад |
Bogdan Poplauschi
|
4c6eb5e72e
OSX compatibility and target. (NSImage+WebCache) for UIImage compatibility
|
9 лет назад |
Bogdan Poplauschi
|
cc7fa8fd93
Projects cleanup, properly set targeted device family, sdkroot and supported platforms. Tried not to set things on the project level that need redefinition at the target level
|
9 лет назад |
Cory Dolphin
|
f4875b0efb
Enables BITCODE for tvOS builds
|
9 лет назад |
Bogdan Poplauschi
|
3d122e550b
WatchOS support - just added a target and the conditional compiling - seems to work (pod lib lint works).
|
9 лет назад |