Commit Graph

30 Commits

Author SHA1 Message Date
Kinarobin 959a1618cb Delete prepare shell when archive static library and update manual installation doc. (#2685)
* Delete prepare shell when archive static library and update manual installation Doc

* Update the Manual Install Guide, with both the Build SDWebImage as Framework or Static Library, as well as using SDWebImage as Sub Xcode Project

* Re-format the Manual Installation Guide to make it easy to read

* Updated to the latest Manual Install Guide

* Update the latest manual install guide
2019-04-10 16:45:48 +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 36e89af004 Update the final 5.0.0 API diff and 5.0 migration guideline 2019-03-31 17:06:29 +08:00
DreamPiggy 4483cdcc23 update CHANGELOG 2019-03-15 15:46:17 +08:00
DreamPiggy bb00bf1b73 Update the CHANGELOG and API diff 2019-01-26 18:16:22 +08:00
DreamPiggy 1d540d3cb7 Fix the typo in the 5.0 migration guide 2018-12-16 14:32:01 +08:00
DreamPiggy 95dba7307d Update the migration guide for cache path about 5.0.0-beta version 2018-12-10 13:28:06 +08:00
DreamPiggy 1fc1de5da9 Update the migration guide for cache path 2018-12-09 15:23:26 +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
zhongwuzw 8d3becfae8 Update url after framework transferred 2018-10-24 17:34:55 +08:00
DreamPiggy 3131c09284 Update the API-diff to the latest 5.x branch 2018-09-24 19:32:09 +08:00
DreamPiggy 3a8915c5c7 Update the migration guide with the latest version.
Update one changelog
2018-09-24 19:23:04 +08: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
Bogdan Poplauschi 03434c5a47 Updated the diagrams: added to the Coders detail diagram the coders available in dedicated projects at github.com/SDWebImage: SDWebImageFLCoder, SDWebImagePhotosLoader, SDWebImageHEIFCoder, SDWebImageBPGCoder 2018-08-01 12:26:28 +03: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 a42577ce5d Trying to make some descriptions more clear 2018-07-16 10:31:52 +03:00
Bogdan Poplauschi 2299d9ab6a Another update per @dreampiggy 2018-07-16 10:13:19 +03:00
Bogdan Poplauschi bc44c5e438 Reviewed version of the migration guide - with @dreampiggy + added the API-Diff generated by @dreampiggy using objc-diff 2018-07-12 20:54:03 +03:00
Bogdan Poplauschi 99b96e4be1 Updates 2018-07-12 12:46:52 +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 aa4cde9389 Update the docs
Update `HowToUse` section to indicate the usage for SDWebImageQueryDataWhenInMemory
2018-02-10 11:30:43 +08:00
Ryan Cohen 9256b51cd8
Added missing param in storeImage examples 2018-01-13 18:23:41 -05:00
Bogdan Poplauschi d12484a762 Updated diagrams per latest master change 2017-10-17 18:40:01 +03:00
DreamPiggy 207677a6a4 Update ManualInstallation.md (#2030)
Fix `Other Linker Flags` images
2017-09-23 19:14:19 +08:00
Bogdan Poplauschi de63b0730d Updated the migration guide 2017-01-28 20:08:22 +02:00
Bogdan Poplauschi bd14ef3ac7 1st draft for the 4.0 Migration Guide. Described the changes per component. Now we need to add examples for the most common cases. 2016-10-07 12:55:16 +03:00
Bogdan Poplauschi d2f041b777 Updated diagrams according to current 4.0.0 status 2016-10-06 20:37:51 +03:00
Bogdan Poplauschi 9ede7034cb Added a draft for the Migration Guide document. 2016-10-05 11:50:23 +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