Olivier Poitrey
56a0eea941
Setup NSURLRequest
...
- Activate pipelineing
- Disable cookie support
- Add image/* Accept header to force image on servers handling content negociation
2012-11-05 18:21:19 +01:00
Olivier Poitrey
e91cbcf0aa
Fix wrong cache policy used ( fix #211 )
2012-11-05 17:54:31 +01:00
Olivier Poitrey
9a283273f1
Fix typo in license URL
2012-11-05 12:20:18 +01:00
Olivier Poitrey
4f2b5bf674
Add Licenses section
2012-11-04 17:48:20 +01:00
Olivier Poitrey
64a745f2fc
Add "How is SDWebImage better than X?" wiki link
2012-11-04 16:17:32 +01:00
Olivier Poitrey
f8798294ab
Remove outdated motivation section
2012-11-04 15:39:50 +01:00
Olivier Poitrey
535203d90c
Add who use it section
2012-11-04 15:17:32 +01:00
Olivier Poitrey
2227266c41
First beta of SDWebImage 3.0
...
This version is a rewrite of the lib using iOS 5.0 as minimum target.
The lib as thus been refactored to use blocks/GCD from the ground up.
As a consequence, all delegate code style has been removed. The result
is a lot less lines of code and more flexibility.
2012-11-04 10:09:10 +01:00
Olivier Poitrey
8963f996e9
Add cancelAll method ( fix #168 )
2012-11-04 01:52:09 +01:00
Olivier Poitrey
55fd4a1d77
Merge pull request #205 from triposo/send-downloader-with-notification
...
Send downloader as part of notification.
2012-11-03 16:53:08 -07:00
Olivier Poitrey
048bdbb751
Fix alpha handling in image decoder ( fix #204 )
2012-11-04 00:51:35 +01:00
Jure Žove
c609027314
Fixed Alpha chanel detection when decoding images.
2012-11-04 00:49:34 +01:00
Olivier Poitrey
1a360b6faf
Revert "Fixed Alpha chanel detection when decoding images."
...
This reverts commit e6ede1104c
.
2012-11-03 21:21:45 +01:00
Olivier Poitrey
ead67a6c9c
Change deployement target to 4.x as NSCache wasn't available in 3.0
2012-11-02 01:27:05 +01:00
Olivier Poitrey
9df9bf8498
Fix example app
2012-11-02 01:24:09 +01:00
Olivier Poitrey
497207466f
Add NSCache's cost argument
2012-11-02 01:23:22 +01:00
Olivier Poitrey
16595c950d
Merge pull request #183 from gotosleep/502f74042f10aa3a34d95a5e3f3e9a6500471554
...
Use NSCache instead of a dictionary for the memory cache.
2012-11-01 17:11:48 -07:00
Jon Tirsen
fbad013800
Send downloader as part of notification.
2012-10-30 14:47:20 +01:00
Olivier Poitrey
520124114f
Merge pull request #203 from Stigec/master
...
Fixed Alpha detection when decoding images.
2012-10-28 12:57:45 -07:00
Jure Žove
e6ede1104c
Fixed Alpha chanel detection when decoding images.
2012-10-28 19:58:14 +01:00
Olivier Poitrey
ab07f23fbc
Fix #200 crash on archived builds
2012-10-23 15:50:53 +02:00
Olivier Poitrey
ccd3b025f0
Add missing installation instruction about linker flag
2012-10-20 04:06:04 +02:00
Olivier Poitrey
62a61ab249
Switch to framework distribution
2012-10-19 13:34:40 +02:00
Olivier Poitrey
0102bdf7b7
Merge pull request #195 from JaviSoto/bitmap-info-error
...
Creating the CGBitmapContext with the right bytes per pixel and bitmap info depending on the original image.
2012-10-12 15:22:03 -07:00
Javier Soto
487db1b385
Creating the CGBitmapContext with the right bytes per pixel and bitmap info depending on the original image.
...
This removes an error that was making CGBitmapContext return NULL with some images:
<Error>: CGBitmapContextCreate: unsupported parameter combination: 8 integer bits/component; 32 bits/pixel; 3-component color space; kCGImageAlphaLast; 400 bytes/row.
2012-10-12 13:43:33 -07:00
Olivier Poitrey
6818520744
Merge pull request #194 from NachoSoto/patch-1
...
Keeping original image alpha info when decoding
2012-10-10 16:38:26 -07:00
Nacho Soto
1bf9668d97
Keeping original image alpha info when decoding
...
This fixes issue #26 and #55 , after the change introduced in commit c32f9c03f816dac58a8cac25d6189310272ca9c1
2012-10-10 16:36:53 -07:00
Olivier Poitrey
3c4c61f54c
Merge pull request #189 from kurige/master
...
Podspec: Add 'MK' as acceptable prefix for MKAnnotationView category
2012-10-01 13:20:22 -07:00
Christopher Gateley
c5b712d09a
Podspec: Add 'MK' as acceptable prefix for MKAnnotationView category
2012-10-01 15:50:12 -04:00
Olivier Poitrey
cac29dc753
Add ImageIO dep
2012-09-12 13:02:33 +02:00
Olivier Poitrey
c32f9c03f8
Remove alpha channel (may break some PNG/GIF with alpha, pull request welcome)
2012-09-12 02:45:54 +02:00
Olivier Poitrey
324aae620e
Update podspec for 2.7
2012-09-10 19:06:10 +02:00
Olivier Poitrey
b734f289d0
Add a cached parameter to the success block to tell the receiver if the image came from cache or network #181
2012-09-07 23:00:50 +02:00
Olivier Poitrey
3cdbb9b966
Merge pull request #149 from acoomans/master
...
Added build directory to gitignore
2012-09-06 16:22:58 -07:00
Kevin Monahan
4ea95b1342
Add and update podspec
2012-09-07 01:21:06 +02:00
Kevin Monahan
0e075907a4
Add the ability to set max cache age.
2012-09-07 01:20:13 +02:00
Sema Belokovsky
7b941a0cb2
Non ARC fix
2012-09-07 01:14:10 +02:00
Olivier Poitrey
40524876e9
Add some security around wrongly typed URL argument
2012-09-06 22:50:05 +02:00
Olivier Poitrey
5f27d2d20d
Merge pull request #176 from jianlin/master
...
needed to quote <Multiple values>
2012-09-02 04:48:12 -07:00
jianlin
c1b22e83e5
needed to quote the <Multiple values>
2012-09-02 04:09:47 -07:00
Olivier Poitrey
eaca9576ba
Merge pull request #175 from jianlin/master
...
add instructions
2012-09-02 03:46:54 -07:00
jianlin
e728b29170
more readable
2012-09-02 03:40:21 -07:00
jianlin
38f5acdb69
HeaderFile.h confusing
...
users may copy and paste it to source code (HeaderFile.h)
2012-09-02 03:39:34 -07:00
jianlin
633a86805f
quote the string to add
...
for the search paths
2012-09-02 03:33:44 -07:00
jianlin
097276c0bb
add instructions on how to pop out the box for header search paths
2012-09-02 03:28:56 -07:00
Olivier Poitrey
05574623d6
Merge pull request #174 from jianlin/master
...
add explanation of where to find the link flag and the header search paths
2012-09-02 03:16:32 -07:00
jianlin
e89f27bebf
add further explanation for Build Settings info
2012-09-02 03:10:31 -07:00
Olivier Poitrey
ef8bced49d
Merge pull request #167 from ltbl/master
...
Fix SDWebImageDecoder to obey the orientation tag
2012-08-20 03:00:14 -07:00
Taeho Kim
0d14e54214
Fix SDWebImageDecoder to obey the orientation tag
2012-08-20 18:06:51 +09:00
Arnaud Coomans
377eca03ea
Updated gitignore to include build
2012-07-01 20:01:06 -07:00