DreamPiggy
|
92a7ab93e0
Support decoding ISO HDR (avif/heic/jpeg-xl, etc) (#3778)
|
1 год назад |
DreamPiggy
|
41dc9bef7b
Added `animationTransformer` on SDAnimatedImageView
|
1 год назад |
DreamPiggy
|
e1c01fe28b
Introduce `SDImageForceDecodePolicy`, which can controls whether to force-decode using automatic check, always or never
|
2 лет назад |
DreamPiggy
|
91162ce5dc
Update the example with new SDWebImageScaleDownLargeImages
|
2 лет назад |
DreamPiggy
|
d1be404b63
Remove the untracked DS_Store file
|
6 лет назад |
zxiou
|
fe0e42afc2
fix the core render of SDAnimatedImagePlayer and fix assignment animationRepeatCount does not work
|
6 лет назад |
DreamPiggy
|
aa3d2225db
Update the example with toggle animation button
|
6 лет назад |
Bogdan Poplauschi
|
64123734c3
Move webp component (and libwebp dependency) to SDWebImage/SDWebImageWebPCoder
|
7 лет назад |
DreamPiggy
|
e9cf356e57
Renaming `SDWebImageProgressiveDownload` to `SDWebImageProgressiveLoad`. Which is more suitable for custom loader which also support progressive image loading. (No need to be download)
|
8 лет назад |
DreamPiggy
|
55e4ce35bd
Replace all the demo project to use `#import <SDWebImage/SDWebImage.h>` module headers instead of massive headers
|
8 лет назад |
DreamPiggy
|
87bbcdc46f
Introduce SDAnimatedImage and SDAnimatedImageView for high performance animated image rendering on iOS & macOS
|
8 лет назад |
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
|
8 лет назад |
DreamPiggy
|
dfe68a5db6
Update demo to use modern way of image assets, and view layout for rotation
|
8 лет назад |
DreamPiggy
|
efb7c4ebf9
Update our iOS demo to modern way, add a UIProgressView to show image download progress
|
8 лет назад |
Bogdan Poplauschi
|
7b79c29a8c
The docs say the progressBlock is called on a background queue, so when doing UI, we need to dispatch on the main queue
|
8 лет назад |
Bogdan Poplauschi
|
8382899070
Merge pull request #984 from gztchan:master
|
9 лет назад |
Bogdan Poplauschi
|
7684fbd9a7
Merge branch '4.x' into gif
|
9 лет назад |
Bogdan Poplauschi
|
94c1ec3ed0
Revisited all copyright comments and decided for just one format
|
9 лет назад |
Bogdan Poplauschi
|
44cb993ee9
Successfull attempt to override the UIImageView(WebCache) methods in the FLAnimatedImageView(WebCache) category. This should make the integration easier. Not sure if it will always work
|
9 лет назад |
Bogdan Poplauschi
|
8a488d377b
Updated the example project so it supports the animated images as well.
|
9 лет назад |
Tony
|
cee50eb648
Add url as param to progress block
|
11 лет назад |
Bogdan Poplauschi
|
fe4b3a088a
Fixed warnings from demo project (started using the new methods, the ones with the sd_ prefix).
|
11 лет назад |
Fabrice Aneche
|
8b16de2575
fix demo
|
12 лет назад |
Andrew Vyazovoy
|
c77652755a
Potential strong cycle fixed.
|
13 лет назад |
Olivier Poitrey
|
1ec36c7c99
Do not init an activity indictor if image isn't downloading in demo app (good practice)
|
13 лет назад |
Olivier Poitrey
|
6e99059007
Fix demo app regarding last changes
|
13 лет назад |
Olivier Poitrey
|
0920e7a001
Add activity indicator demo
|
13 лет назад |
Olivier Poitrey
|
ea819b2a45
Rework static library settings and documentation and add an example project
|
14 лет назад |