SDWebImage/Tests/Tests
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
..
Images Move webp component (and libwebp dependency) to SDWebImage/SDWebImageWebPCoder 2018-09-07 12:40:25 +03:00
en.lproj Added SDWebImage Tests project. It uses CocoaPods (Expecta + XCTestAsync). Added some demo tests 2014-06-20 17:21:01 +03:00
SDAnimatedImageTest.m Move webp component (and libwebp dependency) to SDWebImage/SDWebImageWebPCoder 2018-09-07 12:40:25 +03:00
SDCategoriesTests.m Move webp component (and libwebp dependency) to SDWebImage/SDWebImageWebPCoder 2018-09-07 12:40:25 +03:00
SDImageCacheTests.m Update the test about progressive decoding of other image format 2018-08-10 15:26:14 +08:00
SDImageCoderTests.m Move webp component (and libwebp dependency) to SDWebImage/SDWebImageWebPCoder 2018-09-07 12:40:25 +03:00
SDImageTransformerTests.m Update the test for renaming 2018-04-26 23:03:44 +08:00
SDMockFileManager.h Revert "Merge pull request #1898 from walkline/master into 5.x" 2018-04-13 16:48:15 +08:00
SDMockFileManager.m Revert "Merge pull request #1898 from walkline/master into 5.x" 2018-04-13 16:48:15 +08:00
SDTestCase.h Move webp component (and libwebp dependency) to SDWebImage/SDWebImageWebPCoder 2018-09-07 12:40:25 +03:00
SDTestCase.m Move webp component (and libwebp dependency) to SDWebImage/SDWebImageWebPCoder 2018-09-07 12:40:25 +03:00
SDWebCacheCategoriesTests.m Merge pull request #2449 from dreampiggy/feature_set_image_block_extra_args 2018-08-28 12:36:55 +03:00
SDWebImageDownloaderTests.m Move webp component (and libwebp dependency) to SDWebImage/SDWebImageWebPCoder 2018-09-07 12:40:25 +03:00
SDWebImageManagerTests.m Add the test case for cache serializer feature 2018-08-17 17:58:27 +08:00
SDWebImagePrefetcherTests.m Update the test project to use modular headers instead of massive headers... 2018-04-19 17:25:39 +08:00
SDWebImageTestCache.h Add test for custom memory cache and disk cache 2018-04-17 11:09:56 +08:00
SDWebImageTestCache.m Adopt all the protocol APIs which contains getter value to use property instead, to make the API easy to use or Swift user 2018-08-19 12:10:26 +08:00
SDWebImageTestCoder.h Update the test for image coder renaming 2018-04-26 23:21:26 +08:00
SDWebImageTestCoder.m Update the test for image coder renaming 2018-04-26 23:21:26 +08:00
SDWebImageTestDownloadOperation.h Update the test to ensure minimumProgressInterval works 2018-08-02 13:19:52 +08:00
SDWebImageTestDownloadOperation.m Fix all code tied with SDWebImageDownloaderOperation class but not protocol, which previously relay on NSURLSession but it should not to be 2018-04-05 07:26:50 +08:00
SDWebImageTestLoader.h Fix the test 2018-06-06 16:06:34 +08:00
SDWebImageTestLoader.m Fix the test 2018-06-06 16:06:34 +08:00
SDWebImageTestTransformer.h Update the test for renaming 2018-04-26 23:03:44 +08:00
SDWebImageTestTransformer.m Add the test for transformer property 2018-03-17 22:31:28 +08:00
Tests-Info.plist Renamed the schemes for consistency, dynamic frameworks are named SDWebImage instead of WebImage. Updated the Tests Podfile + project. Renamed the WebImage.h to SDWebImage.h to match the framework naming 2016-05-08 22:59:32 +03:00
Tests-Prefix.pch Added SDWebImage Tests project. It uses CocoaPods (Expecta + XCTestAsync). Added some demo tests 2014-06-20 17:21:01 +03:00