Ecosyste.ms: OpenCollective
An open API service for software projects hosted on Open Collective.
github.com/SDWebImage/SDWebImage
Asynchronous image downloader with cache support as a UIImageView category
https://github.com/SDWebImage/SDWebImage
baea8eed4afef7b64b6ec72d6ca18308fcd7a415 authored almost 13 years ago
aa6956e9fc1d53aca1eda16ba5139da3cfebfed4 authored almost 13 years ago
c972489931bf86a17e5d282ae17e0896fbd5ea80 authored almost 13 years ago
Added a method to see the cache size
6660c51d3615533ec3b710568dfa921bd001407b authored almost 13 years agoFixed typos
05725b4ab5d46bc65fea32b9ac8b9ba377b584f6 authored almost 13 years ago03142f607c71b47a01217978e1b158f637cf3b4b authored almost 13 years ago
e5cd63617f7eb9534a70a35665038bd0670ba3f5 authored almost 13 years ago
b207dcc6a8125b19587d82b198fecf448d207c61 authored almost 13 years ago
If a cache check is initiated, then canceled with cancelForDelegate: before a new cache check
is...
86b60e9c9870065dce6b37aec0abf71d393bd676 authored about 13 years ago
0dfb649faf2048a3cbef8829fe28cf0f9ab23d2e authored about 13 years ago
update version check to make #if work for iOS >= 4
b3d7a5c4501061ee4faa30a3c921f540ba22236e authored over 13 years ago6cda5dcf4d5cb730ecd521ce9374543ef75f9a64 authored over 13 years ago
Update README.md
17450bdf1f3f5dd4192f6014a90b09d158b210ba authored over 13 years ago0b9b945a3733b2a8a3c34766366bdade62750f4c authored over 13 years ago
Contributed by https://github.com/mystcolor
23ae1cb00c662c685de4a9016b7bd079a9a5f19b authored over 13 years ago9e2d414c2849be94767e3f9755620dc8c26178b2 authored over 13 years ago
This new optimization is currently disabled by default so you can test it and give us feedback.
...
Fixed a potential crash when the delegate retainCount = 1, which means th
4792909c5b85d2cc65db15d9a3d348b3774b97be authored over 13 years ago7d0e544c50a41809c32c6c0912767f0db006f1f9 authored over 13 years ago
7c06b3a314118187de2d94493680032883918ea5 authored over 13 years ago
- (void)dealloc
{
[manager cancelForDelegate:self];
[super dealloc];
}
e9d43e443a11b68fc0d09e7633674333bd88e760 authored over 13 years ago
Added UIButton+WebCache category
1a355d09c24e72a31cef6f8471e8e117dc20ab4b authored over 13 years ago4b00568942159142228e6e61c182c2d1964c2d33 authored over 13 years ago
The -cancelForDelegate: method was working for downloads but not local cache checks. Add some ne...
45cc126d328b241b5829819c5ba9de04216dde54 authored over 13 years ago47aad5b55f14704064aa45b0e1b2a19dae03164f authored over 13 years ago
4005884df5cd4742c0dc2fb052b496543d4fcb9c authored over 13 years ago
314837de7e03c9b2b5e152305367d8cfdc1b5f45 authored over 13 years ago
Low priority download mode
0a2e9a3040edf1127c40435d909e2e7adb286d28 authored over 13 years ago34e8082cde4d2b29fc66161e7d10de061463cf66 authored over 13 years ago
44fd72843bf7667b6843d47e76a93b03c36e030c authored almost 14 years ago
3116810b18fa4f4710e8bd00143adb6e07f5a6e5 authored almost 14 years ago
ee153fee04e54ecb4110430ca26758149046d804 authored about 14 years ago
20b8cdf69d8b6ef6d254e9b53cc2b2d08b3bc5ba authored about 14 years ago
1fe20c25d6e94b497df50dc9c45b95060ee8561e authored over 14 years ago
9f492ccdf867b3e4a76bf98ebbf044ac71928a78 authored over 14 years ago
As showing/hiding the network activity indicator could conflict with your own code (i.e. the lib...
3f2f360ee20702b70e88d18ac7c5a02ebd11d932 authored over 14 years ago2b352c3c3a81e50a3cd1877a2bc86b65ffc91228 authored over 14 years ago
This is the recommanded way clear an image for reuse (as a UITableViewCell for instance). Callin...
dffff12607c08a3500eb891ccf08cad2d9f654f2 authored over 14 years agoThis saves CPU and memory in all cases and alpha channel / image clearness if orignal format was...
d2dc4cbbac3b141f9f74cadab293696593dfa680 authored over 14 years ago7f7dfbecd630b00a87715cc49026fccd2b406a0e authored over 14 years ago
65549dec105f93baf7cf2745d2d519eb50e78477 authored over 14 years ago
7350e1fa03a0fd3fc4ba6bf70342ebf3e2cf7a63 authored over 14 years ago
1b0cf3a3fb7bb21674cf1f63ffd955e40358fc1f authored over 14 years ago
d128c27cad1259004816ba207e2f8a479fcd285c authored over 14 years ago
8cc6acb502ddb9f98e772b2a7ed0ac3cae8391a4 authored over 14 years ago
1cae0c4021c1da69d9ba693abfe9f974306cab25 authored over 14 years ago
I finally found the reason behind the download not started while UITableView is manipulated: the...
e0e369659e5e975506bf66034cb1d966eef22266 authored over 14 years ago467be166718848dedabafc33f8e74bb0d3ab8605 authored over 14 years ago
4fedcee49e0c97a73a1a2a75f98623481b310cd6 authored over 14 years ago
58a24963b5152e671eb142aab57964b8d518e451 authored over 14 years ago
1753b2d84423bf2cc921d67504a353e838779a91 authored almost 15 years ago
439c01527fb4c0fc1e8effcac0979715904c2bd1 authored almost 15 years ago
a230f6aba8f9888d784592058561b0d7b83add91 authored about 15 years ago
0bdd448ca867c1c63a8878ef52e73febfa415654 authored about 15 years ago
79c5fa177da5bd41331192c4cbfc2cdbb269de8a authored over 15 years ago
The helper (now called manager) is now handling the mapping between the UIImageView and its down...
2fa0626aaa9b809d103452256c22fdff71dda5fc authored over 15 years ago972c30495730d8671ec1601b18a36050646caa77 authored over 15 years ago
b2a3d3155727d74cda1a509b7107ae97efaa3b46 authored over 15 years ago
a7734af5116af832781ba043993e060141f837ca authored over 15 years ago
8370d5dfaf23285fbeaad36e4056dc2cc7c83384 authored over 15 years ago
57b0dae1460d3c3d1d4ad8c26769c25e3afa199d authored over 15 years ago
891b957ba89ba1b06eaeb558fc1c507cb6733382 authored over 15 years ago
16431cb655746ccdaa255ab0c1d32db409fe61c0 authored over 15 years ago
2177028001a0f22ea5ca91865a66c0ca709455a4 authored over 15 years ago
6d1eaa4c880274864e92e275b61c1b2583f2f6d1 authored over 15 years ago
89b45c3f856abc48ca33bb50fc0ee1dc64052f89 authored over 15 years ago
37258addc294fa6236891672cbd2a64e944f1037 authored over 15 years ago
9cc8f904ab081f5d5a1a6e97ab3aa658a28dc3b5 authored over 15 years ago