Commit Graph

135 Commits

Author SHA1 Message Date
Bogdan Poplauschi f9d05d921e
Update README.md 2018-10-24 09:44:50 +03:00
zhongwuzw 1c0ae2c7a1 Remove versioneye from README 2018-08-07 10:50:47 +08:00
Bogdan Poplauschi 2f665fd71f
Added Wu Zhong to the list of collaborators 2018-07-11 18:25:33 +03:00
DreamPiggy 3ba496c811 Update the readme about macOS minimum deployment target version 2018-02-01 13:20:55 +08:00
DreamPiggy 0065f88696 Update the readme
Move the Common Problems to wiki page and reorder the Get Started section
2018-01-31 11:40:51 +08:00
DreamPiggy 79ae7be719 Update the readme and issue template
Provide the wiki page and make issue template up to date
2018-01-31 11:00:09 +08:00
Bogdan Poplauschi 49772b3bc9 Updated Readme.md added dreampiggy to the team 2017-07-31 18:36:11 +03:00
Bogdan Poplauschi 3d7b6c1bf6 Merge pull request #1975 from dreampiggy/mac_animate_gif
support animated GIF on macOS
2017-07-31 14:26:02 +03:00
DreamPiggy fecf4d28fd support animated GIF on macOS
use NSImage built-in method to maintain GIF on macOS
update README
2017-07-29 21:26:38 +08:00
Rafael Kellermann Streit fa30b4bda3 Update CocoaPods script to use latest version 2017-06-23 10:23:06 -03:00
Bogdan Poplauschi 5eb83c38a7 Fixed the README.md installation section - replaces #1828 2017-05-03 10:46:46 +03:00
煮石散人 ba3a5b5983 Update README.md 2017-03-29 17:29:52 +08:00
Bogdan Poplauschi 0df32ea232 Updated Readme.md - collaborators 2017-02-19 14:55:31 +02:00
JohnC c4c85a550c For those who using cocoapods and gifs. 2017-02-12 16:04:11 +02:00
Vincent Peng 7d0779e840 Correct available subspecs in README 2017-02-07 18:49:50 +11:00
Wenzhi 7751b35eec Small README Update For 4.0.0
Update the method name in the README to match the method name in 4.0.0.
2017-02-01 16:52:59 -05:00
Bogdan Poplauschi 93d259cbde Updated Swift example 2017-01-27 21:32:08 +02:00
Bogdan Poplauschi ccf7620b3f Merge pull request #1735 from tiagomartinho/patch-1
Update README.md
2017-01-27 21:10:35 +02:00
Bogdan Poplauschi c8b8ad04d6 Merge pull request #1712 from timbroder/timbroder-patch-1
Update readme for 1st party progress indicator support
2017-01-27 20:36:23 +02:00
Bogdan Poplauschi 79683baa3a Fixed broken doc link 2017-01-27 20:32:26 +02:00
Isaac Rosenberg 3b8f70af8d Word corrections 2016-12-01 21:51:28 -08:00
Tiago Martinho 113cccc25d Update README.md
updates swift example to Swift 3.0 syntax
2016-11-30 15:40:28 +01:00
Tim Broder 73847d1818 Update readme for 1st party progress indicator support
From [this merge](https://github.com/rs/SDWebImage/pull/1217/files#diff-2cc725cd4b29e8acd64b4b01e5f82f36R382 "this merge")
2016-11-01 13:29:36 -04:00
Bogdan Poplauschi bb640f1ca4 Updated links for documentation 2016-10-07 13:02:07 +03:00
Bogdan Poplauschi 7edd26548c Updated the README backwards compatibility section and linked the 4.0 Migration Guide 2016-10-05 11:50:49 +03:00
Bogdan Poplauschi 357e424166 Updated the README 2016-10-01 15:25:08 +03:00
Bogdan Poplauschi b7325c094b Updated the README 2016-10-01 09:03:41 +03:00
Bogdan Poplauschi 6d4e45bad7 Small update to the readme 2016-09-30 21:01:31 +03:00
Bogdan Poplauschi 0ba5241aa5 Added CodeCov icon to the readme 2016-09-26 12:52:51 +03:00
Bogdan Poplauschi 54adffa636 Merge pull request #1595 from rs/all_platforms
watchOS and OSX support (One platform to rule them all)
2016-08-26 22:41:26 +03:00
Bogdan Poplauschi b360cbdc80 Updated the Readme with the supported platforms 2016-08-26 20:07:49 +03:00
Bogdan Poplauschi 6de3e4c3bf Added logos and included in the readme 2016-08-26 12:45:33 +03:00
Bogdan Poplauschi 546a579c62 Added short description about how to use GIFs 2016-06-10 07:04:34 +03:00
Bogdan Poplauschi 3364a981d5 Merge branch 'master' into 4.x
+ SDWebImageDownloader downloadImageWithURL:... properly use the weakself-strongself pattern

# Conflicts:
#	.travis.yml
#	Examples/SDWebImage Demo.xcodeproj/project.pbxproj
#	README.md
#	SDWebImage.xcodeproj/project.pbxproj
#	SDWebImage/SDWebImageDownloader.m
#	SDWebImage/SDWebImageDownloaderOperation.h
#	SDWebImage/SDWebImageDownloaderOperation.m
#	SDWebImage/SDWebImageManager.m
#	Tests/Podfile
#	Tests/SDWebImage Tests.xcodeproj/project.pbxproj
2016-06-07 08:36:45 +03:00
Bogdan Poplauschi 6545a3aba1 Bumped the deployment target to iOS 7 (due to NSURLSession) and also incremented the library version to 3.8.0 2016-06-02 19:10:31 +03:00
Bogdan Poplauschi 4d295fdaf0 Improved the formatting of the Readme/Communication section 2016-05-28 22:08:31 +03:00
Bogdan Poplauschi 9aa95e83b9 Added Communication section to the readme 2016-05-28 21:52:11 +03:00
Bogdan Poplauschi 162174ccc1 Updated the diagrams + new sequence diagram 2016-05-17 19:02:45 +03:00
Bogdan Poplauschi aa1d2905c9 Created a Docs folder with md files and the diagrams. Moved all the HowToUse code samples to a dedicated file (HowToUse.md) to lighten up the Readme. 2016-05-10 08:50:55 +03:00
Bogdan Poplauschi 123f2fd2e6 Updated docs - tried to cleanup the readme, reorder based on other great projects examples and include the diagram 2016-05-10 08:39:46 +03:00
Bogdan Poplauschi a32a1775c2 Renamed SDWebImageManager `downloadImageWithURL:options:progress:completed:` to `loadImageWithURL:options:progress:completed:` as it makes more sense, since we check the cache first and download only if needed
Conflicts:
	SDWebImage/UIImageView+WebCache.m
2016-05-08 21:16:23 +03:00
Sethathi Morokole 11521aa040 Update README.md
Minor grammar fix
2016-04-18 16:03:39 +02:00
ReadmeCritic 8fe7ed5ca7 Correct the spelling of CocoaPods in README 2016-02-10 13:38:58 -08:00
Bogdan Poplauschi a090531604 Updated Readme 2015-10-29 22:02:22 +02:00
Bogdan Poplauschi 8dcc5b5ae7 Updated Readme - fixed type 2015-10-26 11:39:19 +02:00
Bogdan Poplauschi 3b9c09142a Updated Readme 2015-10-24 14:08:56 +03:00
Bogdan Poplauschi eec1b67497 Updated Readme (subspecs) 2015-10-06 16:59:48 +03:00
Adrian Macneil 4786e98605 Add Swift installation tips
Refs #993
2015-09-21 20:10:14 -07:00
Adrian Macneil 4d1abffb32 Fix typo 2015-09-11 11:59:51 -07:00
Antoine Cœur c011d1a88b spelling 2015-08-16 22:09:08 +08:00