DreamPiggy
302a547854
Update the readme, fix typo about supported formats
2019-09-27 17:28:25 +08:00
DreamPiggy
61f8ddeb8c
Update the readme about markdown link, using the GitHub page instead of raw download link
2019-09-26 14:30:51 +08:00
DreamPiggy
23e06df752
Update the readme about Mac Catalyst, HEIC coder and contribution guide
2019-09-26 14:25:37 +08:00
DreamPiggy
d6938fce7b
update the readme about the manual install
2019-07-29 18:41:21 +08:00
kinarob
25c6cdf570
some typo in readme
2019-07-29 17:45:05 +08:00
DreamPiggy
7f1b5f05a2
Update the readme about Swift Package Manager and xcframework installation guide
2019-07-29 16:44:01 +08:00
DreamPiggy
712e12e23a
Follow App Store submit rule, upgrade the min Xcode version to Xcode 10.0
2019-07-02 18:17:15 +08:00
DreamPiggy
db2f7bf3ff
Update README.md to specify the 5.0 version of Podfile
2019-04-04 23:19:50 +08:00
DreamPiggy
4a54e6dde5
Update the readme about the latest documentation, and more modules in SDWebImage org
2019-04-04 21:12:33 +08:00
DreamPiggy
555ed7b983
Bumped version to 5.0.0
...
update the changelog
2019-04-02 22:00:22 +08:00
DreamPiggy
319322fbd5
Update the Readme, migration guide and API-diff to the latest version
2019-04-02 21:38:17 +08:00
DreamPiggy
78071effe6
Update the changelog and readme to point to the master branch instead of 5.x Ready for merge back
2019-03-31 20:14:27 +08:00
Bogdan Poplauschi
de4e2344ba
Updated README.md
2019-03-19 10:29:46 +02:00
DreamPiggy
d6db67282c
Merge branch 'master' of https://github.com/SDWebImage/SDWebImage into 5.x
...
# Conflicts:
# CHANGELOG.md
# README.md
# SDWebImage.podspec
# SDWebImage/SDWebImageDownloaderOperation.m
# SDWebImage/SDWebImageImageIOCoder.m
# SDWebImage/SDWebImageWebPCoder.m
# WebImage/Info.plist
2019-01-31 19:10:15 +08:00
DreamPiggy
50847380b1
Update the CHANGELOG and README
2019-01-31 18:35:33 +08:00
DreamPiggy
b01bbbc5e6
Update the readme about the CocoaPods modular headers usage for Swift project
2019-01-28 20:23:55 +08:00
DreamPiggy
b866c6aa97
Merge branch 'master' of https://github.com/SDWebImage/SDWebImage into 5.x
...
# Conflicts:
# CHANGELOG.md
# SDWebImage.podspec
# SDWebImage.xcodeproj/project.pbxproj
# SDWebImage/FLAnimatedImage/FLAnimatedImageView+WebCache.m
# SDWebImage/SDImageCache.m
# SDWebImage/SDWebImageDownloaderOperation.m
# SDWebImage/UIView+WebCache.m
# Tests/SDWebImage Tests.xcodeproj/project.pbxproj
2019-01-03 14:54:37 +08:00
zhongwuzw
72a34cf2cf
Let SD can be imported using static library by CocoaPods
2018-12-03 10:58:24 +08:00
DreamPiggy
f663cab2c9
Merge branch 'master' of https://github.com/SDWebImage/SDWebImage into 5.x
...
# Conflicts:
# CHANGELOG.md
# README.md
# SDWebImage.podspec
# SDWebImage/FLAnimatedImage/FLAnimatedImageView+WebCache.m
# SDWebImage/SDImageCache.m
# SDWebImage/SDWebImageCompat.m
# SDWebImage/SDWebImageDownloaderOperation.m
# SDWebImage/SDWebImageManager.m
# SDWebImage/UIView+WebCache.h
# SDWebImage/UIView+WebCache.m
# Tests/Tests/SDImageCacheTests.m
# WebImage/Info.plist
2018-11-17 11:54:18 +08:00
Bogdan Poplauschi
f7cd511941
Merge pull request #2511 from tshirt101/master
...
Tidy up spacing
2018-11-11 20:30:59 -06:00
tshirt101
2c6ee46c57
Update
2018-10-25 19:12:38 +05:30
zhongwuzw
8d3becfae8
Update url after framework transferred
2018-10-24 17:34:55 +08:00
Bogdan Poplauschi
f9d05d921e
Update README.md
2018-10-24 09:44:50 +03:00
Bogdan Poplauschi
ae552f9350
Merged SDWebImage iOS + SDWebImage OSX + SDWebImage tvOS + SDWebImage watchOS targets into SDWebImage target (supports all platforms)
...
Merged SDWebImage iOS static + SDWebImage watchOS static targets into SDWebImage static target (supports all platforms)
Created dedicated SDWebImageMapKit target
All this is done for:
- ability to install via Carthage without MapKit dependency now we generate SDWebImage.framework and SDWebImageMapKit.framework so the users can choose to link against core or core+MapKit.
- simpler management of targets (no need to duplicate effort).
Replacement for #2078
Merged SDWebImage iOS + SDWebImage OSX + SDWebImage tvOS + SDWebImage watchOS targets into SDWebImage target (supports all platforms)
Merged SDWebImage iOS static + SDWebImage watchOS static targets into SDWebImage static target (supports all platforms)
Created dedicated SDWebImageMapKit target
All this is done for:
- ability to install via Carthage without MapKit dependency now we generate SDWebImage.framework and SDWebImageMapKit.framework so the users can choose to link against core or core+MapKit.
- simpler management of targets (no need to duplicate effort).
Replacement for #2078
2018-09-11 18:27:27 +03:00
Bogdan Poplauschi
64123734c3
Move webp component (and libwebp dependency) to SDWebImage/SDWebImageWebPCoder
...
- move the webp component + the libwebp dependency to SDWebImage/SDWebImageWebPCoder (including tests and demo)
- Xcode 9.4
- instead of directly linking the Demos to the frameworks, using CocoaPods (`Examples/Podfile`). This allows using SDWebImage/SDWebImageWebPCoder into our examples so we keep the WebP demos
- demos code cleanup and warnings resolved
- all links from docs (README, Migration guide, CHANGELOG) are full links, so they work even from external pages (i.e. https://cocoapods.org/pods/SDWebImage ).
- added "Additional modules" section to README
2018-09-07 12:40:25 +03:00
DreamPiggy
3cd71e09ce
Merge branch 'master' of https://github.com/rs/SDWebImage into 5.x
...
# Conflicts:
# SDWebImage/NSData+ImageContentType.h
# SDWebImage/SDWebImageDownloader.m
# SDWebImage/SDWebImageImageIOCoder.m
2018-08-10 15:20:55 +08:00
zhongwuzw
1c0ae2c7a1
Remove versioneye from README
2018-08-07 10:50:47 +08:00
Bogdan Poplauschi
45324efdc8
Updated the StarUML diagrams (actually smaller detailed diagrams) for 5.0 version + added a High Level Diagram (thanks to @dreampiggy)
2018-07-31 12:17:53 +03:00
Bogdan Poplauschi
c90c13e433
Updated README and CHANGELOG
2018-07-17 11:08:37 +03:00
Bogdan Poplauschi
af0200fbff
Merge pull request #2275 from bpoplauschi/5.x.changelog
...
5.x CHANGELOG + Migration guide + version update
2018-07-17 10:01:19 +03:00
DreamPiggy
0108475578
Merge branch 'master' of https://github.com/rs/SDWebImage into 5.x
...
# Conflicts:
# SDWebImage/SDImageCache.m
# SDWebImage/SDImageCacheConfig.h
# SDWebImage/SDImageCacheConfig.m
2018-07-12 19:33:18 +08:00
Bogdan Poplauschi
2f665fd71f
Added Wu Zhong to the list of collaborators
2018-07-11 18:25:33 +03:00
Bogdan Poplauschi
153af72369
Set version to 5.0.0-beta, Xcode 8 required, updated the CHANGELOG and added 5.0 Migration Guide
2018-07-11 13:28:13 +03:00
DreamPiggy
dd6e4a1d2e
Follow App Store submit rule, upgrade the min Xcode version to Xcode 9.0
...
Using `@available` and `API_AVAILABLE` to check API availability
2018-07-06 12:57:43 +08:00
Bogdan Poplauschi
8801138fb2
Updated README.md to reflect the 5.x changes to the supported platforms and backward compatibility
2018-04-10 13:54:19 +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