DreamPiggy
|
7ddb75710c
Add SDImageFormatHEIF represent mif1 && msf1 brands
|
7 лет назад |
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
|
efb7c4ebf9
Update our iOS demo to modern way, add a UIProgressView to show image download progress
|
8 лет назад |
Bogdan Poplauschi
|
f55635de1a
Accidentally deleted a comma from an array declaration
|
8 лет назад |
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
|
8 лет назад |
Bogdan Poplauschi
|
1f4f371a7a
Bumped libwebp submodule reference to version 0.6.0
|
8 лет назад |
Bogdan Poplauschi
|
17ae791953
Replaced #1640 - Added `sd_` prefix to the activity indicator related methods (`setShowActivityIndicatorView:`, `setIndicatorStyle:`, `showActivityIndicatorView`, `addActivityIndicator`, `removeActivityIndicator`)
|
9 лет назад |
Bogdan Poplauschi
|
88b025a5fa
Merge pull request #1438 from lianchengjiang/master
|
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
|
a6316d1cce
Fixed the demo project, `clearDisk` no longer exists
|
9 лет назад |
Bogdan Poplauschi
|
0869c6915d
Added PNG image to demo app
|
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 лет назад |
Bogdan Poplauschi
|
64382b9100
Modern Objective-C syntax
|
10 лет назад |
Bogdan Poplauschi
|
b426975b9f
Replaced the demo images from static2.dmcdn.net that were no longer working with the demo images from FastImageCache
|
10 лет назад |
jiangliancheng
|
1aefd45a6b
add example for animated webP
|
10 лет назад |
mythodeia
|
c68d585e49
activity indicator added
|
10 лет назад |
Bogdan Poplauschi
|
6698910fe1
Revert "Loading Indicator view with 2 lines of code"
|
11 лет назад |
mythodeia
|
2cfa5ccb88
Loading Indicator view with 2 lines of code
|
11 лет назад |
Bogdan Poplauschi
|
50c4d1d2eb
Implemented NTLM auth support. Replaced deprecated auth challenge methods from `NSURLConnectionDelegate`. Replaces #711.
|
11 лет назад |
Bogdan Poplauschi
|
fe4b3a088a
Fixed warnings from demo project (started using the new methods, the ones with the sd_ prefix).
|
11 лет назад |
Bogdan Poplauschi
|
e4b9ef512b
Fixed a warning in the demo project
|
11 лет назад |
Olivier Poitrey
|
5df0eafc92
Fix WebP target
|
12 лет назад |
Olivier Poitrey
|
04fa4c97b5
Add WebP format support (fix #410)
|
13 лет назад |
Andy LaVoy
|
3f98095704
support GIFs
|
13 лет назад |
Andrew Vyazovoy
|
ee9af6406c
SDWebImageDownloaderQueueMode type renamed. Fixed typo. Added description for renamed type. Type renamed because "queue" notion is a FIFO only, but LIFO is a stack, and if we give the type a neutral name, we can avoid logical inconsistencies.
|
13 лет назад |
Olivier Poitrey
|
8cfd26f78b
Disable duplicate disk cache prevention with SDWebImageRefreshCached to handle 302 caching correctly
|
13 лет назад |
Olivier Poitrey
|
f024890ba7
Add (kinda) LIFO queue mode support for image downloading (fix #294)
|
13 лет назад |