Ecosyste.ms: OpenCollective

An open API service for software projects hosted on Open Collective.

github.com/SDWebImage/SDWebImage

Asynchronous image downloader with cache support as a UIImageView category
https://github.com/SDWebImage/SDWebImage

Merge pull request #3101 from seven332/master

Fix coder priority in SDAnimatedImage

b57eae42df0bbaa726cf3b00964d17fd177789a2 authored over 4 years ago
Reversely traverse coders in SDAnimatedImage

Allow overriding default coders for known image format

69e492f2ee2cc47a9c8ca5066b02a513bf1bbf1b authored over 4 years ago
Update the CHANGELOG.md

665d02280f5c04515e76feb78078dd89da091f3e authored over 4 years ago
Merge pull request #3094 from YuAo/transition_patch

[SDWebImageTransition] Fix: `duration` is not used in convenience initializers.

63130c6f745431b84dda342618230bf03617a174 authored over 4 years ago
Bumped version to 5.9.2

update CHANGELOG

f00dc08b9f84eb34e76b26d530e70c838653e5fc authored over 4 years ago
[SDWebImageTransition] Fix: `duration` is not used in the convenience initializers

b52b01d4a2d6ce64770f0ff14ad9f1bcf14197c9 authored over 4 years ago
Merge pull request #3092 from dreampiggy/fix_animated_image_callback_when_stop

Fix the issue that SDAnimatedImageView will trigger an empty callback when animation stopped. Th...

3df06e9f4ba399d64ad2f7b6f5a591ea53db4d6f authored over 4 years ago
Update the test case about this stopAnimating behavior changes

718ce147538a4f181b59f6609593af31e12c9ca7 authored over 4 years ago
Fix the issue that SDAnimatedImageView will trigger an empty callback when animation stopped. This will cause some bad effect such as rendering a empty image or placeholder image (especially on iOS 14)

7cc90666e822e2440c5546e860a0bc13ab4834dc authored over 4 years ago
Bumped version to 5.9.1

update CHANGELOG

7a21432a370a34925046244462281bd36ebab73d authored over 4 years ago
Merge pull request #3081 from dreampiggy/bugfix_scale_regex

Fix the issue of SDAnimatedImage initWithContentsOfFile where the path name less than 3 characters

57ff3b2de94fda2acdfc39753a0c638aceb8596a authored over 4 years ago
Added the test case to ensure the scale detect function works

c12781b843315424de8dd6c27c26246326eadf30 authored over 4 years ago
Fix the logic in SDAnimatedImage to detect scale from file path. Should not limit any path length

4f10e79f055c6cc39d7d43bc35ca0595ec61b2be authored over 4 years ago
Merge pull request #3078 from wtracyliu/fix_typos

fix typos in SDImageCache

f45c0441fd1a7ecf4c4c09b93cad5aaf5d4f36c4 authored over 4 years ago
fix typos in SDImageCache

70a57758c0e63729979eaefca1f0fbdc1a8a96e1 authored over 4 years ago
Merge pull request #3076 from JonyFang/master

Bumped Copyright to cover 2020

c0a9b4af0975f2c24285c644e9afedb571140b1a authored over 4 years ago
Bumped Copyright to cover 2020

Signed-off-by: JonyFang <[email protected]>

d932d1c239421d5ff154064aae078e693e8b0e4a authored over 4 years ago
Bumped version to 5.9.0

update CHANGELOG

ae3d0a7703eb883a876864f17a4591158199e9f2 authored over 4 years ago
Merge pull request #3074 from dreampiggy/feature_transition_when_async_callback

Refactory the current behavior to use transition. Now it automatically do transition when manage...

1221e763cbe923258d1dab6f1f3265268061a5ab authored over 4 years ago
Change to always return SDImageCacheTypeDisk cache type when querying memory cache (unless user cancel the query)

bcda3f5000adc378773784c7808a2d8a874250b8 authored over 4 years ago
Remove the `SDWebImageForceTransitionAsync`, change the default behavior because it's most suitable for UI rendering and common use case. No need this hack. If user want, we may produce a `setTransitionBlock` in the future

2c9eaccf237a247ab94e4cec2c20d82f5903c648 authored over 4 years ago
Added the test case about the doing transition when async callback

6f61b7e37eb9dc13a2fbaebf028a1cfbddf9043d authored over 4 years ago
Refactory the current behavior to use transition. Introduce `SDWebImageForceTransitionAsync` (compared to old one `SDWebImageForceTransitionAlways`)

df0f6008fc82a8a8887fe2f9797ad52ccd1e185b authored over 4 years ago
Merge pull request #3067 from dreampiggy/bugfix_scale_down_too_small_pixels

Add the support to pass small bytes to `decodedAndScaledDownLargeImage`, which always scale down...

35578f05244aa27ef83377748f13de17eb976e76 authored over 4 years ago
Merge pull request #3072 from dreampiggy/fix_format_detech_small_svg

Fix the image format detection for smaller SVG which less than 100 Bytes

2a27c9cbbd15a27827b5c87c7a757fa59b1f7a2c authored over 4 years ago
Update some comments and fix typo

c0e34ee391b7b573332604603dfbec32d4da8fdd authored over 4 years ago
Update the new test cases about this new behavior

6b0ef2e7412b53a1697dd8b98bfe3eadcbbee751 authored over 4 years ago
Change the behavior, supports to scale down to at least 4 Bytes (1x1 pixels) image. Does not hard-code limit 1MB

01e5e429fdd92a766992c7338386fc0a436b04ca authored over 4 years ago
Fix the image format detection for smaller SVG which less than 100 Bytes.

f9a089d43708aef7dfa0c85b856ab53114473645 authored over 4 years ago
Add a protect when tile rectangle is too small to calculate when using `SDWebImageScaleDownLargeImages`

a746a3a136716235618a0c4e24a090a63f55fe11 authored over 4 years ago
Add the test case about the protect code, though in theory this can not be triggered. Need 87381 pixel width

c1a5546350c6396f297f4e0a26e79a732af4da58 authored over 4 years ago
Merge pull request #3070 from dreampiggy/bugfix_exif_thumbnail_pixel_size_large

Fix the bug when the thumbnail pixel size is larger than the pixel size, and the image has EXIF ...

b483ec2959dc149a8ebc2c8a9f9bbd964f6df779 authored over 4 years ago
Added test case about this EXIF orientation and thumbnail decoding fix

dff33028a0f76f440d567677b33c921515e4f9ad authored over 4 years ago
Fix the bug when the thumbnail pixel size is larger than the pixel size, and the image has EXIF orientation, the final UIImage will use wrong image orientation

e142610455cefbef7585a928622a2511ae8a4089 authored over 4 years ago
Merge pull request #3066 from dreampiggy/feature_default_cache_path

Supports the user to customize the default disk cache directory, which can be used to share cach...

09aee5f534e7e3db2c3e33c96f64ab8b6f3997f4 authored over 4 years ago
Update the comments and fix the coding style

74a3d263c902b13bbc6e1a6bfaa91464a09bd3e2 authored over 4 years ago
Update the test case about default cache directory

5ed134fff6620657a3510401a94801d96b783872 authored over 4 years ago
Supports the user to customize the default disk cache directory, which can be used to share cache for App && App Extension

1873b7198f009aa0eae8bd47214c4d3f168a0207 authored over 4 years ago
Merge branch '5.8.x' of https://github.com/SDWebImage/SDWebImage

40023d566878027bc5780121e3435396785ffb96 authored over 4 years ago
Bumped version to 5.8.4

update CHANGELOG

2f9ef53b99a25bdfba97660c69c42cb54e323b78 authored over 4 years ago
early return when image load canceled

0e0cc576dad409e4b0072b558479f2e997e3ea0f authored over 4 years ago
fix race condition when use transition

4ed1ce29dcda580051750325d204af517409a88d authored over 4 years ago
Merge pull request #3053 from kinarobin/fix-race-condition-when-using-transition

Fix race condition when use transition but canceling an operation

19ca248e93298ce3ffb02ece032d245c2c842f65 authored over 4 years ago
early return when image load canceled

8cde50d03d331c261aba9818e429e72076f97c1c authored over 4 years ago
Merge pull request #3052 from dreampiggy/fix_imageio_copy_mutable_dictionary_crash

Try to copy the local NSMutableDictionary before calling CGImageSourceCreateImageAtIndex, try to...

5a34f2d468df3992d9a1eeea9553590c610710c0 authored over 4 years ago
fix race condition when use transition

088b356a1f8053268fb22b16afde6d62a085e29f authored over 4 years ago
Try to copy the local NSMutableDictionary before calling CGImageSourceCreateImageAtIndex, try to solve the rare crash inside ImageIO call stack.

aba80b66c2b0921f9b3ed6187e91dc40e745a4a1 authored over 4 years ago
Merge pull request #3048 from dreampiggy/feature_webp_ios14

Supports built-in WebP/AWebP codec from ImageIO for iOS 14/tvOS 14/macOS 11/watchOS 7

e7b87885ae3d73b3ed9e2c28f3c5a164305f9ef8 authored over 4 years ago
Refactory the implementation of that canDecode/canEncode, use single method with Set to check, instead of creating different internal files

6fb20ce312031c1c576025e1abaee882a47d4143 authored over 4 years ago
Mark the API available for HEIC/AWebP coders, update the example

53b24207893ae8978e4ecc159afa80d6575f78f4 authored over 4 years ago
Fix the SwiftPM support and Static library

d09ff5a654239908376d09f8f665df701fd50ae5 authored over 4 years ago
Add the test cases for WebP decoding. iOS 14 seems does not support Web Encoding currently

8dbc0ac7d8b900ef95db44bed6125f65f357b5db authored over 4 years ago
Update the Example of WebP coder for iOS/macOS/tvOS/watchOS

7bfd67a94ff963f4a17947614688bbe14eeec257 authored over 4 years ago
Update the project settings for WebP coder

62a6ab8e71d61859f26313c4d04260ed0b661071 authored over 4 years ago
Add support for built-in ImageIO WebP codec for iOS 14/tvOS 14/macOS 11/watchOS 7

6eacb150672fe7b7ec05ce6fbdf01d7d0fe9bf32 authored over 4 years ago
Bumped version to 5.8.3

update CHANGELOG

f876da50318666141d72963e1568afee6f84f008 authored over 4 years ago
Merge pull request #3047 from dreampiggy/behavior_sdanimatedimage_encoding_animation

Add the support for that UIImage+MultiFormat methods on SDAnimartedImage, which supports encodin...

8a57e935b8496e26b1ae8ae52edbbc55e0adf534 authored over 4 years ago
Add the support for that UIImage+MultiFormat methods on SDAnimartedImage, which supports encoding the animation like GIF/APNG/WebP with lower compression quality.

04cc6f682c621c8c16353933aac21ce89d3dd45f authored over 4 years ago
Merge pull request #3046 from dreampiggy/fix_ios14_vector_image_rendering

Fix the issue of iOS 14 vector image rendering on SDAnimatedImageView

4e2a52556cebfd721ee0ebbd50c456801ab29dc3 authored over 4 years ago
Fix the wrong code use super.respondsToSelector, should use the superClass.instancesRespondToSelector to check super class itself contains the implementation

221aa2c905f28dffc4d96f284a64fb4153183dce authored over 4 years ago
Fix the issue of iOS 14 vector image rendering on SDAnimatedImageView. Should call super method if need for best compatibility

033bb5321f53e84e8d25593aa7483ff076609297 authored over 4 years ago
Bumped version to 5.8.2

update CHANGELOG

df8bd89a865120fbb84427afc8e9cf7937b924f5 authored over 4 years ago
Merge pull request #3043 from dreampiggy/fix_ios14_animated_image_static_render

Fix the issue that SDAnimatedImageView can not render static image on iOS 14.

15fb09afa19818186b4299b8130425d3ed4aa328 authored over 4 years ago
Fix the issue that SDAnimatedImageView can not render static image on iOS 14.

UIKit some internal behavior changes and we should always update the render layer if we have no ...

bb7b1914e6091a04feae858ad2fb85aa37ecd87d authored over 4 years ago
Merge pull request #3039 from henry2423/master

Fix the `maxPixelSize` logic issue will cause a upscale in SDImageIOAnimatedCoder

28898e23fa0e751b8be0f5e972024e0d2241db2f authored over 4 years ago
Fix the `maxPixelSize` logic issue will cause a upscale in SDImageIOAnimatedCoder

4332c297409830d191586d9fdded3870079b50b3 authored over 4 years ago
Bumped version to 5.8.1

update CHANGELOG

fe92b7aa3d49900defea430828a6774f0a2ab6dd authored over 4 years ago
Merge pull request #3038 from dreampiggy/bugfix_embed_thumbnail_max_pixel_size

Change to use kCGImageSourceCreateThumbnailFromImageAlways to solve the issue when HEIC/JPEG con...

6f5f8354fa12b8d26fd16ff7302ef724ef95753b authored over 4 years ago
Change to use kCGImageSourceCreateThumbnailFromImageAlways to solve the issue when HEIC/JPEG contains an embed thumbnail but its size is much smaller than provided `maxPixelSize`

6a227343a6a771b94e807070c1e2e851e77926f5 authored over 4 years ago
Merge pull request #3037 from dreampiggy/bugfix_request_modifier_nil

Fix the issue that the NSURLRequest method should not be nil, which may cause Crash

f8fa41218d9352b6a48df1a4617eba25795c7db9 authored over 4 years ago
Fix the issue that the NSURLRequest method should not be nil.

2d33fc8e6ed758179ade492f2ed52fcee1f34b3b authored over 4 years ago
Merge pull request #3030 from PhilipDukhov/master

SDAnimatedImagePlayer seek returning nil image fix

121a18568d755650fa8c74b9235f2bba81f0c7e3 authored over 4 years ago
animated image seek frame test added

30053c2ac3b4efeb737044353bb29bd3eddab757 authored over 4 years ago
seek returning nil image fix

7435113072dbe7f49e139be9dc9ffee6932cabc6 authored over 4 years ago
Merge pull request #3027 from dreampiggy/feature_convenient_transition_with_duration

Added the convenient transition with duration APIs

b0ceb25747a53575086e35b2ea791bbd7c1970cd authored over 4 years ago
Added the convenient transition with duration APIs

c9ef6ce541acf2c0cd3f2bd26508226d96c814c5 authored over 4 years ago
Merge pull request #3010 from dreampiggy/travis_catalina

Update the Travis-CI to use Catalina and enable macCatalyst test case

964864f2438909345ace98ebd16df39310c77028 authored over 4 years ago
Do not clean DerivedData before test, share the common cache

16cd77203efab48ce6d5036ce4aaf32086ef9831 authored over 4 years ago
Use New Build System for testing to re-use the compiled cache

df4153bdf3414b453a2f6be1dc2252aaeea99d12 authored over 4 years ago
Update the Travis-CI to use Catalina and enable macCatalyst test case

a4e531b1e56b5ec9ae07f037f16fb2d5747f622d authored over 4 years ago
Try to reduce the travis CI build time, avoid unused build

d946725274f3e76e3f84f69e486151274ff08728 authored over 4 years ago
Merge pull request #3026 from jstart/jstart/typo-cleanup

Fixing Typos throughout project

c4acfe5e817963cad702afde0e5d28e3f6d6302c authored over 4 years ago
One more

4c6f9201ba2734091af36c091c5459f720eace7a authored over 4 years ago
Fixing Typos throughout project

05bd44e56e32e83420d299957b195508d3985816 authored over 4 years ago
Merge pull request #3015 from dreampiggy/fix_max_pixel_size_larger_than_image_size

Fix the issue that ImageIO max pixel size larger than image size will cause a upscale

ab80a9e3d1d4b7d90bfbd068c22aaa12fe1b8459 authored over 4 years ago
Fix the issue that ImageIO max pixel size larger than image size will cause a upscale. This is not the documented behavior

34ec3b7bf1b70389bc435603efa78da3d07cc5f6 authored over 4 years ago
Bumped version to 5.8.0

update CHANGELOG

5818cf70fde7e9e07e24196d0d54350bc8526f26 authored over 4 years ago
Update the comments about autoPlayAnimatedImage

f2f1daf7bbcac0c400d7d370ec546b143fcf8973 authored over 4 years ago
Merge pull request #3003 from liulichao123/autoplay

Added autoplay control property to AnimatedImageView (autoPlayAnimatedImage)

a31ba1782ff96e85a775a68be64451a59a633f13 authored over 4 years ago
Modify SDAnimatedImageView

3e87488a4c292682d9dd95b43d8d93bd4bcc61d1 authored over 4 years ago
Test cases (test28AnimatedImageAutoPlayAnimatedImage) changes

e7386083f7b284ee68f21360f2804dc3edfbc8e6 authored over 4 years ago
FIX Fixed AutoPlayAnimatedImage test case

bfc827c804b12ecb94eb48e355d8be7c3d996973 authored over 4 years ago
Merge pull request #3005 from dreampiggy/error_decode_failed

Polish the error description between image decode failed and image size is 0

1d1c3407a798274e87e80d53aba1bb261802c3ec authored over 4 years ago
remove IDEWorkspaceChecks.plist

20d23693048641cc661d9fa8a6a50095b03665eb authored over 4 years ago
Add a test case for autoPlayAnimatedImage

992f231f15899d02e9de03e6689e806afbf6c66c authored over 4 years ago
Polish the error description between image decode failed and image size is 0

87f2418b0e88d27c360d306f9413a934be4aef69 authored over 4 years ago
Merge pull request #2997 from dreampiggy/black_list_error_code

Mark the black list formal error code, support remove the failed URL from black list

16e2f6f6a11c96e2ed373c6dc7d04396c5297ea9 authored over 4 years ago
Optimize auto playback control

26a765a71da065282b5b1c0672c9b71a3cfcb138 authored over 4 years ago
Added autoplay control property to AnimatedImageView (autoPlayAnimatedImage)

03aaaac928493b6f514727aeb569b03fae35a426 authored over 4 years ago
Merge branch '5.7.x' of https://github.com/SDWebImage/SDWebImage

# Conflicts:
# SDWebImage.xcodeproj/project.pbxproj

7a430b23b9790dce965ecae7be55ddc7038cecd1 authored over 4 years ago