Commit Graph

208 Commits

Author SHA1 Message Date
Olivier Poitrey 706d5d139d Merge pull request #542 from aburgel/2.0-64bit
Fix various 64bit issues on 2.0-compat branch
2013-10-31 15:34:52 -07:00
Alex Burgel 39f6b586cc Fix crashes on 64bit devices by casting objc_msgSend calls 2013-10-31 15:02:19 -04:00
Alex Burgel 06474aacb0 Fix 64bit precision loss warnings 2013-10-31 15:01:41 -04:00
Alex Burgel 21cd001f51 Fix 64bit string formatting warnings 2013-10-31 15:00:59 -04:00
Olivier Poitrey 95ef42d48c Fix code format 2013-04-27 19:21:18 +02:00
liuzhenfu 94acdcd527 format the code to the right indentation. 2013-04-28 01:12:17 +08:00
liuzhenfu 0c2c9965f0 Fixed bugs when delegates add/cancel requests from delegate callbacks
Fixed bugs where callbacks via delegates or blocks could cause a crash since these might modify the downloaders, downloadInfo or downloadDelegates arrays if adding a new download request or canceling one from these.

https://github.com/rs/SDWebImage/pull/139
2013-04-24 14:47:37 +08:00
Olivier Poitrey 7f966ae69c Remove beta notice 2012-12-06 09:25:13 +01:00
Olivier Poitrey 34b37cc391 Merge pull request #221 from JaviSoto/master
CRASH: Fixing overrelease of UIImage object
2012-11-13 16:08:02 -08:00
Javier Soto 1443ffe11b Fixing overrelease of UIImage object 2012-11-13 16:05:50 -08:00
Olivier Poitrey 65d28ab294 Fix CGBitmapContextCreate errors (fix #204) 2012-11-14 00:45:30 +01:00
Olivier Poitrey 6df9f76669 Merge pull request #211 from herrernst/master
Prevent caching of responses in Cache.db
2012-11-05 10:54:22 -08:00
Olivier Poitrey f03729c9ca Fix wrong cache policy used (fix #211) 2012-11-05 17:53:11 +01:00
herrernst 980226ccb7 prevent caching of responses in Cache.db 2012-11-05 17:20:33 +01:00
Olivier Poitrey f58453da01 Fix typo in license URL 2012-11-05 12:20:41 +01:00
Olivier Poitrey 28f6d7eae2 Add Licenses section 2012-11-04 17:47:56 +01:00
Olivier Poitrey 94c52e3975 Add "How is SDWebImage better than X?" wiki link 2012-11-04 16:17:01 +01:00
Olivier Poitrey eff17b8317 Sync feature list with 3.0 README 2012-11-04 15:42:49 +01:00
Olivier Poitrey e99e1b97e9 Remove outdated motivation section 2012-11-04 15:40:20 +01:00
Olivier Poitrey 2b2af218a5 Add who use it section 2012-11-04 15:16:49 +01:00
Olivier Poitrey 57f0700618 Fix crash condition + invalid image orientation (fix #206) 2012-11-04 10:12:26 +01:00
Olivier Poitrey 28f720ea32 Add notice about 3.0 beta 2012-11-04 10:07:48 +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