SDWebImage/Tests
DreamPiggy 2fd75638fe Refactor the hack for multiple thumbnail image request at the same time
1. Put the hack logic into SDWebImageDownloadOperation, each different thumbnail image request will have its callback with desired size of image using different decoding call.
2. Progressive Thumbnail decoding (use together) does not have this behavior, because I think progressive thumbnail is really rare and tolerant, people just use the first thumbnail size image for preview and OK.
3. The manager logic refactor with separate steps, focus on clear to understand the complicated logic and maintainess
4. The thumbnail decode/transformed will callback valid image, but with nil data, this matches the behavior as wiki pages.
2022-10-31 23:52:32 +08:00
..
SDWebImage Tests.xcodeproj Added NEF test case, as well as BMP type enum 2022-10-29 18:13:36 +08:00
Tests Refactor the hack for multiple thumbnail image request at the same time 2022-10-31 23:52:32 +08:00
Tests Mac Add tests scheme for macOS. Because we now support cross-platform, some implementation is different from UIKit & AppKit. So we also need test 2018-02-20 00:49:25 +08:00
Tests TV Add all the Test Case on tvOS platform, using the same code as iOS 2019-10-27 22:32:53 +08:00