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 |
Olivier Poitrey
|
c474512548
|
Fix the no image issue when no placeholder image is used with UITableViewCell default templates
|
2012-06-26 03:45:25 +02:00 |
Olivier Poitrey
|
46cc079069
|
Fix README type (fix #146)
|
2012-06-25 14:55:12 +02:00 |
Olivier Poitrey
|
34f18e012f
|
Add a dedicated target with MKAnnotation category
This free other targets from unwanted MapKit framework requirement
|
2012-06-25 14:55:12 +02:00 |
Jesse Andersen
|
502f74042f
|
Use NSCache instead of a dictionary for the memory cache.
|
2012-06-05 22:15:04 -07:00 |
Olivier Poitrey
|
b357e8210c
|
Add a dedicated target with MKAnnotation category
This free other targets from unwanted MapKit framework requirement
|
2012-06-05 23:31:27 +02:00 |
clowwindy
|
0bce0b99bc
|
Memory cache reserves 12MB free RAM to prevent watchdog from killing the app before memory warning is sent
|
2012-06-05 01:34:16 +02:00 |
Olivier Poitrey
|
248fbc2148
|
Fix blocks not called when same URL requested for download several times simultanously (fix #137)
|
2012-06-05 01:16:52 +02:00 |
Olivier Poitrey
|
b78238802d
|
Fix an implicit conversion error (fix #129)
|
2012-05-22 16:39:21 +02:00 |
Olivier Poitrey
|
aa64d20128
|
Fix README for static library instruction with archiving
|
2012-05-16 20:42:19 +02:00 |
Olivier Poitrey
|
960674fce1
|
Fix typo (fix #123)
|
2012-05-14 18:28:38 +02:00 |
Olivier Poitrey
|
ea5b82d963
|
Fix a crash with progressive download activated in non-ARC env
|
2012-05-14 11:54:25 +02:00 |
Olivier Poitrey
|
76132c3e84
|
Fix ARC target not activating ARC correctly
|
2012-05-14 11:53:25 +02:00 |
Olivier Poitrey
|
874f944d8e
|
Add support for setBackgroundImage:* in UIButton category (fix #121)
|
2012-05-14 11:17:30 +02:00 |
Olivier Poitrey
|
eff6cac284
|
Set placeholder on all UIButton stats (fix #120)
|
2012-05-14 10:32:26 +02:00 |
Olivier Poitrey
|
b6e0630b17
|
Fix some typos/misses (fix #119)
|
2012-05-14 08:45:09 +02:00 |
Olivier Poitrey
|
5aa5b46952
|
Merge pull request #118 from jcole/master
Allows you to set SDWebImageOptions for SDWebImageOptions. Defaults to SDWebImageLowPriority.
|
2012-05-11 17:34:26 -07:00 |
Jeff Cole
|
35b6553eac
|
Allows SDWebImagePrefetcher options to be set set. Defaults to SDWebImageLowPriority.
|
2012-05-11 18:44:37 -04:00 |
Olivier Poitrey
|
aa25f3a67b
|
Enable more useful warnings
|
2012-05-12 00:37:37 +02:00 |
Olivier Poitrey
|
b52f85b31f
|
Merge branch 'rebasedMaster' of https://github.com/cbowns/SDWebImage into cbowns-rebasedMaster
|
2012-05-12 00:26:55 +02:00 |
Olivier Poitrey
|
fc24642149
|
Fix ARC warning (fix #116)
|
2012-05-12 00:25:17 +02:00 |
Olivier Poitrey
|
af3924c447
|
Merge pull request #115 from jcole/master
Added a few methods to SDImageCache to get number of items in file cache and memory cache, and size of items in memory
|
2012-05-11 12:47:04 -07:00 |
Jeff Cole
|
102d7bd484
|
Fix the description for getMemorySize
|
2012-05-11 10:02:00 -04:00 |
Jeff Cole
|
d6534c7fbc
|
Add getDiskCount, getMemorySize, and getMemoryCount methods to SDImageCache for diagnostic purposes
|
2012-05-11 07:40:49 -04:00 |
Olivier Poitrey
|
f94ecf0600
|
Add URL to the API documentation to the README
|
2012-05-10 14:16:10 +02:00 |
Olivier Poitrey
|
110799614f
|
Add appledoc comments
|
2012-05-10 14:07:38 +02:00 |
Olivier Poitrey
|
6574083a95
|
Add image decoder and retina support to partial images when progressive download is used
|
2012-05-10 12:57:30 +02:00 |
Olivier Poitrey
|
ea819b2a45
|
Rework static library settings and documentation and add an example project
Inspired by http://www.blog.montgomerie.net/easy-xcode-static-library-subprojects-and-submodules
|
2012-05-10 00:30:48 +02:00 |
Olivier Poitrey
|
ba71333e17
|
Add support for optional progressive downloading using ImageIO (fix #114)
Thanks to @Xenofex for his idea and implementation example
|
2012-05-09 22:33:28 +02:00 |
Eli Wang
|
16d661488a
|
Update README.md with syntax color.
|
2012-05-09 12:42:09 +02:00 |
Olivier Poitrey
|
dd5f15055d
|
Move all source to a subdirectory to comply with XCode 4 standards
|
2012-05-09 12:37:35 +02:00 |
Olivier Poitrey
|
10aff8e1f0
|
Add cache key filter support to SDWebManager in order to allow custom cache key generation
|
2012-05-09 11:04:09 +02:00 |
Olivier Poitrey
|
6aee6411f9
|
Do not check request response status code when the protocol isn't HTTP (fix #110)
|
2012-05-04 16:30:38 +02:00 |
Olivier Poitrey
|
dd6d8dba6e
|
Add SDImageCache removeImageForKey:fromDisk: to allow cache item removal from memory only (fix #111)
|
2012-05-01 20:01:51 +02:00 |
Christopher Bowns
|
0237551b8f
|
Remove spaces to match code style
|
2012-04-27 12:14:38 -07:00 |
Christopher Bowns
|
89b8cf5cb0
|
Update README.md
|
2012-04-26 17:56:41 -07:00 |
Christopher Bowns
|
5b0a45e6ec
|
Converts ints to NSUInts to avoid signed-comparison warnings
|
2012-04-26 17:56:40 -07:00 |