| .. |
|
Images
|
a5e129dac7
SDAnimatedImageView animation rendering should not use CGContext force decoding, use `kCGImageSourceShouldCacheImmediately` instead which can avoid OOM for large number of GIFs #2977
|
6 lat temu |
|
SDAnimatedImageTest.m
|
cde0e48a6d
Add one progressive animation test case to avoid this regression bug in the future
|
6 lat temu |
|
SDCategoriesTests.m
|
1ce44a12b0
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
|
6 lat temu |
|
SDImageCacheTests.m
|
067174b1fd
Added the test case about using the custom cache and loader with context option to manager, full pipeline testing
|
6 lat temu |
|
SDImageCoderTests.m
|
e5adec920b
Fix the test case about encoding check, the expect expression syntax is wrong
|
6 lat temu |
|
SDImageTransformerTests.m
|
d112d18088
Rename the private header `UIColor+HexString` and `NSBezierPath+SDRoundedCorners` with SD prefix, to avoid the conflict when using CocoaPods
|
6 lat temu |
|
SDMockFileManager.h
|
e1d96e7812
Revert "Merge pull request #1898 from walkline/master into 5.x"
|
8 lat temu |
|
SDMockFileManager.m
|
e1d96e7812
Revert "Merge pull request #1898 from walkline/master into 5.x"
|
8 lat temu |
|
SDTestCase.h
|
64123734c3
Move webp component (and libwebp dependency) to SDWebImage/SDWebImageWebPCoder
|
7 lat temu |
|
SDTestCase.m
|
64123734c3
Move webp component (and libwebp dependency) to SDWebImage/SDWebImageWebPCoder
|
7 lat temu |
|
SDUtilsTests.m
|
d112d18088
Rename the private header `UIColor+HexString` and `NSBezierPath+SDRoundedCorners` with SD prefix, to avoid the conflict when using CocoaPods
|
6 lat temu |
|
SDWebCacheCategoriesTests.m
|
caae8f171f
Fix the test case because of cache key
|
6 lat temu |
|
SDWebImageDownloaderTests.m
|
974c3ff4ad
Update the test case to ensure thi silly problem will not occur again :)
|
6 lat temu |
|
SDWebImageManagerTests.m
|
a8177c1327
Update the test case `test12ThatStoreCacheTypeWork` to ensure the transformed image does not inherit the image format or any attributes from original one
|
6 lat temu |
|
SDWebImagePrefetcherTests.m
|
caae8f171f
Fix the test case because of cache key
|
6 lat temu |
|
SDWebImageTestCache.h
|
067174b1fd
Added the test case about using the custom cache and loader with context option to manager, full pipeline testing
|
6 lat temu |
|
SDWebImageTestCache.m
|
ce4eced4d4
Added the query cache type cases as well, update some documentation
|
6 lat temu |
|
SDWebImageTestCoder.h
|
0423cc2cf0
Update the test for image coder renaming
|
8 lat temu |
|
SDWebImageTestCoder.m
|
0423cc2cf0
Update the test for image coder renaming
|
8 lat temu |
|
SDWebImageTestDownloadOperation.h
|
6a3aa48410
Update the test to ensure minimumProgressInterval works
|
7 lat temu |
|
SDWebImageTestDownloadOperation.m
|
73c811dc23
Fix all code tied with SDWebImageDownloaderOperation class but not protocol, which previously relay on NSURLSession but it should not to be
|
8 lat temu |
|
SDWebImageTestLoader.h
|
067174b1fd
Added the test case about using the custom cache and loader with context option to manager, full pipeline testing
|
6 lat temu |
|
SDWebImageTestLoader.m
|
067174b1fd
Added the test case about using the custom cache and loader with context option to manager, full pipeline testing
|
6 lat temu |
|
SDWebImageTestTransformer.h
|
a5616e2bcd
Update the test for renaming
|
8 lat temu |
|
SDWebImageTestTransformer.m
|
67285ee722
Add the test for transformer property
|
8 lat temu |
|
Tests-Info.plist
|
e3ba4110a9
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
|
10 lat temu |
|
Tests-Prefix.pch
|
c1fae30d63
Added SDWebImage Tests project. It uses CocoaPods (Expecta + XCTestAsync). Added some demo tests
|
11 lat temu |