.. |
Images
|
SDAnimatedImageView animation rendering should not use CGContext force decoding, use `kCGImageSourceShouldCacheImmediately` instead which can avoid OOM for large number of GIFs #2977
|
2020-04-11 16:00:22 +08:00 |
SDAnimatedImageTest.m
|
animated image seek frame test added
|
2020-06-11 12:35:36 +07:00 |
SDCategoriesTests.m
|
Change the behavior to return the abstract for unknown UTI type, this can solve the accident issue for custom coder who provide a new format
|
2020-04-04 14:19:08 +08:00 |
SDImageCacheTests.m
|
Added the test case about using the custom cache and loader with context option to manager, full pipeline testing
|
2020-04-02 12:49:15 +08:00 |
SDImageCoderTests.m
|
Fix test case compile issue on macOS
|
2020-04-21 17:49:40 +08:00 |
SDImageTransformerTests.m
|
Rename the private header `UIColor+HexString` and `NSBezierPath+SDRoundedCorners` with SD prefix, to avoid the conflict when using CocoaPods
|
2020-04-11 17:01:47 +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 |
SDUtilsTests.m
|
Rename the private header `UIColor+HexString` and `NSBezierPath+SDRoundedCorners` with SD prefix, to avoid the conflict when using CocoaPods
|
2020-04-11 17:01:47 +08:00 |
SDWebCacheCategoriesTests.m
|
fix race condition when use transition
|
2020-07-16 21:29:23 +08:00 |
SDWebImageDownloaderTests.m
|
Merge branch '5.7.x' of https://github.com/SDWebImage/SDWebImage
|
2020-05-06 21:51:03 +08:00 |
SDWebImageManagerTests.m
|
Add the test case `test15ThatOriginalQueryCacheTypeWork` about original cache key and transformer
|
2020-04-29 22:11:28 +08:00 |
SDWebImagePrefetcherTests.m
|
Fix the test case because of cache key
|
2019-08-03 18:29:18 +08:00 |
SDWebImageTestCache.h
|
Added the test case about using the custom cache and loader with context option to manager, full pipeline testing
|
2020-04-02 12:49:15 +08:00 |
SDWebImageTestCache.m
|
Added the query cache type cases as well, update some documentation
|
2020-04-02 16:15:10 +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
|
Added the test case about using the custom cache and loader with context option to manager, full pipeline testing
|
2020-04-02 12:49:15 +08:00 |
SDWebImageTestLoader.m
|
Added the test case about using the custom cache and loader with context option to manager, full pipeline testing
|
2020-04-02 12:49:15 +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 |