DreamPiggy
|
d1be404b63
Remove the untracked DS_Store file
|
před 6 roky |
zxiou
|
fe0e42afc2
fix the core render of SDAnimatedImagePlayer and fix assignment animationRepeatCount does not work
|
před 6 roky |
DreamPiggy
|
4ba92b6749
Update the example with HEIC coder, this can be used to investigate future performance enhancement from Apple
|
před 6 roky |
DreamPiggy
|
9b8712e04b
Add HEICCoder (HEIF naming is taken by SDWebImageHEIFCoder repo), supports animated HEICS format as well
|
před 6 roky |
DreamPiggy
|
2357dabc17
Fix the Demo WebP coder import issue when enable modular headers
|
před 6 roky |
DreamPiggy
|
c66f5c90ef
Replace the unavailable Demo test images with the new images from Kodak site
|
před 6 roky |
Bogdan Poplauschi
|
edb9c45859
Xcode 10 - upgraded schemes, using xcode10 Travis image, removed some deprecated methods from our demos + formatting
|
před 7 roky |
Bogdan Poplauschi
|
64123734c3
Move webp component (and libwebp dependency) to SDWebImage/SDWebImageWebPCoder
|
před 7 roky |
DreamPiggy
|
3cd71e09ce
Merge branch 'master' of https://github.com/rs/SDWebImage into 5.x
|
před 7 roky |
DreamPiggy
|
7ddb75710c
Add SDImageFormatHEIF represent mif1 && msf1 brands
|
před 7 roky |
DreamPiggy
|
55e4ce35bd
Replace all the demo project to use `#import <SDWebImage/SDWebImage.h>` module headers instead of massive headers
|
před 8 roky |
DreamPiggy
|
57db312cc5
Add `SDWebImageLoader` protocol for custom image loader. Also introduce the `SDWebImageLoadersManager` to manage multiple loaders with priority
|
před 8 roky |
DreamPiggy
|
9f770b6c19
Refactor to support custom image cache used for web manager. Supports caches manager with multiple caches and op policy
|
před 8 roky |
DreamPiggy
|
c3892d7d08
Move all download settings into SDWebImageDownloaderConfig, make it more easy to use with clear API.
|
před 8 roky |
DreamPiggy
|
915278bfd8
Update the comments and demo for macOS
|
před 8 roky |
DreamPiggy
|
082c5af565
Add APNG coder to support static PNG & APNG rendering. Also update macOS's SDAnimatedImageRep
|
před 8 roky |
DreamPiggy
|
87bbcdc46f
Introduce SDAnimatedImage and SDAnimatedImageView for high performance animated image rendering on iOS & macOS
|
před 8 roky |
DreamPiggy
|
e012b36679
Refactor the image indicator usage for UIView category. Use two protocol `SDWebImageIndicator` & `SDWebImageProgressIndicator` to make this more customizable. Implement two class about activity indicator and progress indicator for both UIKit/AppKit
|
před 8 roky |
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
|
před 8 roky |
DreamPiggy
|
efb7c4ebf9
Update our iOS demo to modern way, add a UIProgressView to show image download progress
|
před 8 roky |
Bogdan Poplauschi
|
f55635de1a
Accidentally deleted a comma from an array declaration
|
před 8 roky |
Bogdan Poplauschi
|
86151183f6
Switched all the tests from using https://s3.amazonaws.com/fast-image-cache/demo-images/* images which are big and sometimes fail to arrive in 5 seconds (before the test can timeout) to smaller images, basically using http://via.placeholder.com/ like http://via.placeholder.com/50x50.jpg or http://via.placeholder.com/200x200.png
|
před 8 roky |
Bogdan Poplauschi
|
1f4f371a7a
Bumped libwebp submodule reference to version 0.6.0
|
před 8 roky |
Bogdan Poplauschi
|
17ae791953
Replaced #1640 - Added `sd_` prefix to the activity indicator related methods (`setShowActivityIndicatorView:`, `setIndicatorStyle:`, `showActivityIndicatorView`, `addActivityIndicator`, `removeActivityIndicator`)
|
před 9 roky |
Bogdan Poplauschi
|
88b025a5fa
Merge pull request #1438 from lianchengjiang/master
|
před 9 roky |
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
|
před 9 roky |
Bogdan Poplauschi
|
a6316d1cce
Fixed the demo project, `clearDisk` no longer exists
|
před 9 roky |
Bogdan Poplauschi
|
0869c6915d
Added PNG image to demo app
|
před 9 roky |
Bogdan Poplauschi
|
7684fbd9a7
Merge branch '4.x' into gif
|
před 9 roky |
Bogdan Poplauschi
|
94c1ec3ed0
Revisited all copyright comments and decided for just one format
|
před 9 roky |