Ecosyste.ms: OpenCollective

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

Kingfisher

A lightweight, pure-Swift library for downloading and caching images from the web.
Collective - Host: opensource - https://opencollective.com/kingfisher - Code: https://github.com/onevcat/Kingfisher

Implement border drawing

github.com/onevcat/Kingfisher - e815bb5c6361944af7c10f4c403185bd9a7d9fa4 authored over 3 years ago by onevcat <[email protected]>
Add BorderImageProcessor type

github.com/onevcat/Kingfisher - 10478a90af06f8c3daa4d1aef69ccae97fa4012e authored over 3 years ago by onevcat <[email protected]>
Drop iOS 10 and its same age systems

github.com/onevcat/Kingfisher - 742b7aa677b4d7f6eed390f680146a0dbfc85a8d authored over 3 years ago by onevcat <[email protected]>
Merge pull request #1726 from onevcat/fix/simple-model

Give a simpler model structure for `@StateObject` based SwiftUI support

github.com/onevcat/Kingfisher - d066206835c9838ce97221374157a85630d0de43 authored over 3 years ago by Wei Wang <[email protected]>
Use a cleaner placeholder view

github.com/onevcat/Kingfisher - 54b375dd0a00e11e450554c97fa743ac2a76e8bc authored over 3 years ago by onevcat <[email protected]>
Add a progress based placeholder modifier

github.com/onevcat/Kingfisher - fa0da00a58dd5e093e46ca833a6a449bb50b8594 authored over 3 years ago by onevcat <[email protected]>
No need to leave loadImmediately anymore

github.com/onevcat/Kingfisher - f736e10510b14964fc6a25b6e8dc6ab95d754309 authored over 3 years ago by onevcat <[email protected]>
Add loadDiskFileSynchronously as default option

github.com/onevcat/Kingfisher - 04e26843aafba1ce8e21570d2c36f42c13052a60 authored over 3 years ago by onevcat <[email protected]>
Improve KFImage lifetime based on StateObject impl

github.com/onevcat/Kingfisher - b0b935c2786b25eaae09f956fe30b4977769cb59 authored over 3 years ago by onevcat <[email protected]>
Merge pull request #1706 from onevcat/feature/image-renderer

Use image renderer for iOS and tvOS image drawing

github.com/onevcat/Kingfisher - 52c0d2f95fe47472cd1feb5f2681933099c07f6e authored over 3 years ago by Wei Wang <[email protected]>
Merge pull request #1707 from onevcat/feature/StateObject

`@StateObject` based image binder

github.com/onevcat/Kingfisher - e724dde3fa56dd3cbd7b1a3d4558c16a328b8f5b authored over 3 years ago by Wei Wang <[email protected]>
Add a Geometry reader demo

github.com/onevcat/Kingfisher - f38010d55471e11d94cfbebfc04a68ef38cea933 authored over 3 years ago by onevcat <[email protected]>
Merge pull request #1724 from wogus3602/master

Modified for convention

github.com/onevcat/Kingfisher - a00becfe57ed6bb7f220733f588ced721cab9cba authored over 3 years ago by Wei Wang <[email protected]>
Modified for convention

github.com/onevcat/Kingfisher - 426e0506ff50962c37c9a1b0b65aa6d9beec5f1e authored over 3 years ago by wogus3602 <[email protected]>
Merge pull request #1722 from dosboxd/master

Fixes broken link in contributing documentation

github.com/onevcat/Kingfisher - e282139bc8995cc681ad92c7da0d6f4e69a3b208 authored over 3 years ago by Wei Wang <[email protected]>
Fixes broken link in contributing documentation

github.com/onevcat/Kingfisher - 04a8d22dfdb4daabb690e49cbfabd17aa533dda8 authored over 3 years ago by Dosbol Duysekov <[email protected]>
Add Combine import to prevent device building error

github.com/onevcat/Kingfisher - ad22e8b088f24868ae4d19f89f82326f40b65f5f authored over 3 years ago by onevcat <[email protected]>
Merge branch 'master' into feature/StateObject

github.com/onevcat/Kingfisher - b2dbb2bb62f30a36e1aa5bc59d5bddd412188d52 authored over 3 years ago by onevcat <[email protected]>
Merge pull request #1703 from onevcat/fix/cache-open-points

Add correct override entry points for parsed option versions

github.com/onevcat/Kingfisher - 424733a6bc493c251b557c95cee6aea665257122 authored over 3 years ago by Wei Wang <[email protected]>
Merge pull request #1711 from onevcat/fix/downsampling-cache-scale

Add some tests for downsampling loading

github.com/onevcat/Kingfisher - 0b522296b32b363a1b3c9d635de78f2c85f29997 authored over 3 years ago by Wei Wang <[email protected]>
Merge pull request #1712 from woookDev/master

Fix minor typo

github.com/onevcat/Kingfisher - 5fc2e26dc01abc957e58ec17ae6dc0c42ac966dd authored over 3 years ago by Wei Wang <[email protected]>
Fix minor typo

github.com/onevcat/Kingfisher - eb9c87cb33b57f0db8057d0b1db725cbed97fcc6 authored over 3 years ago by woookdev <[email protected]>
Fix tests for mac

github.com/onevcat/Kingfisher - f9487d7f2705d8183dff4511d07066cf83ec5a3a authored over 3 years ago by onevcat <[email protected]>
Fix build issue for general device

github.com/onevcat/Kingfisher - e30efd82368276664b9ffb8a10dc29cd6a6810da authored over 3 years ago by onevcat <[email protected]>
Add some tests for downsampling loading

github.com/onevcat/Kingfisher - d18cb327b3c98f838c17b081dcc099e2192a324e authored over 3 years ago by onevcat <[email protected]>
Use StateObject for image binder

github.com/onevcat/Kingfisher - ae88f5315bf517005db3351ff7cb419021cdfc8e authored over 3 years ago by onevcat <[email protected]>
Upgrade SwiftUI deploy target

github.com/onevcat/Kingfisher - bfc5b85c4eaeee044bfa303a4ef91eceaedd3b43 authored over 3 years ago by onevcat <[email protected]>
Fix macOS build

github.com/onevcat/Kingfisher - b763b1cf4207a9a3d9255d97b906eb224fe6b4f4 authored over 3 years ago by onevcat <[email protected]>
Opt out watchOS for renderer

github.com/onevcat/Kingfisher - dd188b3ecd29674a350d1d17edc0e9b0fae568a9 authored over 3 years ago by onevcat <[email protected]>
Add image orientation sample

github.com/onevcat/Kingfisher - dfbc2065413a65eb58eae2014400644f06c75cfd authored over 3 years ago by onevcat <[email protected]>
Use image renderer instead of context for drawing

github.com/onevcat/Kingfisher - a728fcaeea02fc96d7e90bc58ec517bb7a92a5e5 authored over 3 years ago by onevcat <[email protected]>
Merge pull request #1705 from onevcat/Binlogo-feature/animated-view

SwiftUI animated image view

github.com/onevcat/Kingfisher - 2277d9e8166cb7ebea3ee7be4c0819f0ca07842e authored over 3 years ago by Wei Wang <[email protected]>
Compatible with Xcode 12.4

github.com/onevcat/Kingfisher - f1fc82e8b7f97efd9ae16ae1ce24690e7cd96972 authored over 3 years ago by onevcat <[email protected]>
Opt out watchOS

github.com/onevcat/Kingfisher - 1fcaa71d3526de06a81c1752f28d38b05f1c183b authored over 3 years ago by onevcat <[email protected]>
Allow fit/fill scaling for KFAnimatedImage

github.com/onevcat/Kingfisher - 26a9f4b79775b473625b35bd0be08e6d5734d1d6 authored over 3 years ago by onevcat <[email protected]>
Rename macOS platform

github.com/onevcat/Kingfisher - 7a0f7c594e7ecc32c1e74ff9c3d03bd74ced4457 authored over 3 years ago by onevcat <[email protected]>
Move conformance to better place

github.com/onevcat/Kingfisher - e1e00d42d891112148d8b38fb010463fd1b9ac6a authored over 3 years ago by onevcat <[email protected]>
Use the same optional creator for animated image

github.com/onevcat/Kingfisher - ce901ac2e47709dee683ff13e924dbfcef6e4f6e authored over 3 years ago by onevcat <[email protected]>
Refactor to share code between KFImage and KFAnimatedImage

github.com/onevcat/Kingfisher - eab7b62f449ab77fbc5f6d6baa68a1158ea82ab0 authored over 3 years ago by onevcat <[email protected]>
Add override entry points for parsed option versions

github.com/onevcat/Kingfisher - 9ea2f0419e20c2b3561575b08adaf7ea612418c8 authored over 3 years ago by onevcat <[email protected]>
Support animated images in SwiftUI

github.com/onevcat/Kingfisher - c265015941502db99be86a6733cdc144d1059cad authored over 3 years ago by Binlogo <[email protected]>
Merge pull request #1692 from kvyatkovskys/feature/catalyst-fix

added an attribute to fix error on mac catalyst

github.com/onevcat/Kingfisher - 7af80eb267a0173112530b8d34e3d91ff7228532 authored over 3 years ago by Wei Wang <[email protected]>
Bump version to 6.3.0

github.com/onevcat/Kingfisher - 44450a8f564d7c0165f736ba2250649ff8d3e556 authored over 3 years ago by onevcat <[email protected]>
added an attribute to fix error on mac catalyst

github.com/onevcat/Kingfisher - 8319f6fd62156e89f4a964efc1ed7eea9d5e7b04 authored over 3 years ago by kviatkovskii <[email protected]>
New Xcode version

github.com/onevcat/Kingfisher - 6faf189e7e2bde16cc50c8b28eb8245b00822398 authored over 3 years ago by onevcat <[email protected]>
Merge pull request #1690 from onevcat/fix/swift-5.1

Fix Swift 5.1

github.com/onevcat/Kingfisher - 543cb4cb6ca5ab56895156ed63f75f2de39edb2a authored over 3 years ago by Wei Wang <[email protected]>
Upgrade gems

github.com/onevcat/Kingfisher - f63669249dcf302593382de42a83771fc80c10a6 authored over 3 years ago by onevcat <[email protected]>
Remove Swift 4 support from podspec

github.com/onevcat/Kingfisher - ab402fcf7d82353af2fca5ce15197207e2fa6398 authored over 3 years ago by onevcat <[email protected]>
Remove tests for old Swift versions

github.com/onevcat/Kingfisher - 7c374f4e716a580f8dde851c71b542c13e59ca03 authored over 3 years ago by onevcat <[email protected]>
Remove Swift 4 related code

github.com/onevcat/Kingfisher - beeb75c7d9899f192ae0702d6a85584da744d24f authored over 3 years ago by onevcat <[email protected]>
Merge pull request #1688 from onevcat/tctony-feature/autoExtAfterHashedFileName

Tctony feature/auto ext after hashed file name

github.com/onevcat/Kingfisher - 65ec4c4b1a459efb85b7d63573a9bb6ce827368c authored over 3 years ago by Wei Wang <[email protected]>
Merge pull request #1686 from wow-such-amazing/gif-heavy

[FIX] Crash for GIF with a lot of frames

github.com/onevcat/Kingfisher - ee97202c482f23a9e247cfac7c52624243e12318 authored over 3 years ago by Wei Wang <[email protected]>
[FIX] GIFHeavy crash

github.com/onevcat/Kingfisher - 26c715dfbc22c34592b17e77c9e43323903360ed authored over 3 years ago by Taras Nikulin <[email protected]>
Add processor support to autoExtAfterHashedFileName

github.com/onevcat/Kingfisher - 71b5402018790872c0d70db2d5de44ceed5b044a authored over 3 years ago by onevcat <[email protected]>
Merge branch 'feature/autoExtAfterHashedFileName' of https://github.com/tctony/Kingfisher into tctony-feature/autoExtAfterHashedFileName

github.com/onevcat/Kingfisher - f0fd577cb7d69dee5e3aeb3d196ff26833d45253 authored over 3 years ago by onevcat <[email protected]>
Reset animation earlier

github.com/onevcat/Kingfisher - 8a1fc11936f70d75dd442dee33f6842167cd1390 authored over 3 years ago by onevcat <[email protected]>
Merge pull request #1678 from onevcat/fix/task-besed-delegate

Use task based on download delegate

github.com/onevcat/Kingfisher - 246762e4fe702af1bda4e6653d1474542b9fa021 authored over 3 years ago by Wei Wang <[email protected]>
Merge pull request #1685 from liangdahong/fix_imageView_highlighted_gif

fix:AnimatedImageView Highlight gif stop play

github.com/onevcat/Kingfisher - f440b4da28db62d5c1b78cb4c74a3dd96c4c9891 authored over 3 years ago by Wei Wang <[email protected]>
fix:AnimatedImageView Highlight gif stop play https://github.com/onevcat/Kingfisher/issues/1679

github.com/onevcat/Kingfisher - 6a73c83bcdd2c06534f9238b5ca6246603b1b6bd authored over 3 years ago by liangdahong <[email protected]>
Merge pull request #1683 from daisuke-t-jp/remove-unused-semicolon

Remove unnecessary semicolon

github.com/onevcat/Kingfisher - 088a703425d2939b48c99d43c2fce798cd077fb4 authored over 3 years ago by Wei Wang <[email protected]>
Remove unnecessary semicolon

github.com/onevcat/Kingfisher - 36b1e442013d1a46edc3e521812036bbc5bfc685 authored over 3 years ago by Daisuke TONOSAKI <[email protected]>
Use task based on download delegate

And also add tests

github.com/onevcat/Kingfisher - 50db653e10d73bc0b5b35626d18251f25d379ef6 authored over 3 years ago by onevcat <[email protected]>
Merge pull request #1676 from FaizanDurrani/master

Modify ImageDownloaderDelegate to accept URLReponse

github.com/onevcat/Kingfisher - c74594b8a938d25834c5dfb62d636ce60262cde8 authored over 3 years ago by Wei Wang <[email protected]>
Added back url accepting callback and marked deprecated

Should maintain compatibility with existing implementations while notifying users to change the ...

github.com/onevcat/Kingfisher - 320d91d24ae02ccac0fa27f5c515ff23a654f1b9 authored over 3 years ago by Faizan Durrani <[email protected]>
Modify ImageDownloaderDelegate to accept URLReponse

Changed `imageDownloader(_:didDownload:for:)` to `imageDownloader(_:didDownload:with:)` acceptin...

github.com/onevcat/Kingfisher - 017397124c0f1bbf58086f2dd0f0acefee95a506 authored over 3 years ago by Faizan Durrani <[email protected]>
为文件缓存hash之后的文件名自动添加后缀

github.com/onevcat/Kingfisher - 9d758b98ea3c9a6a86b0800bbe5b5c6c1d4928be authored over 3 years ago by Tony Tang <[email protected]>
Merge pull request #1658 from wangkejie/master-extral

通过SessionDelegate子类实现URLSessionDataDelegate更多的协议

github.com/onevcat/Kingfisher - 1694b2889441eb84a58cd96f89a8616f3064278c authored over 3 years ago by Wei Wang <[email protected]>
Merge pull request #1661 from onevcat/demo/auto-size-cell

Sample for auto sizing cell

github.com/onevcat/Kingfisher - 8477d1a3384768a0c10041c03b1c543d1e7bc639 authored over 3 years ago by Wei Wang <[email protected]>
Sample for auto sizing cell

github.com/onevcat/Kingfisher - bf806d5937765104135c921ea655fe0eb98dd367 authored over 3 years ago by onevcat <[email protected]>
open var sessionDelegate

github.com/onevcat/Kingfisher - cf6de34c13bb6114054f47cde68bf59841a877cd authored over 3 years ago by Jack <[email protected]>
Bump version to 6.2.1

github.com/onevcat/Kingfisher - 15d199e84677303a7004ed2c5ecaa1a90f3863f8 authored over 3 years ago by onevcat <[email protected]>
Merge branch 'master' of github.com:onevcat/Kingfisher

github.com/onevcat/Kingfisher - 0d77279a77b8f82f71aa58028b7fa4f1d68e65cd authored over 3 years ago by onevcat <[email protected]>
Revert "Merge pull request #1620 from wangkejie/master-extral"

This reverts commit f99d7c0cda0f39be46486aa16400045aff1441f8, reversing
changes made to 3cd6ad05...

github.com/onevcat/Kingfisher - c8bc4f8b1f76196b21cb0a0e66324053456e206d authored over 3 years ago by onevcat <[email protected]>
Update README.md

github.com/onevcat/Kingfisher - d34485dec2470a434fee1964d3b4625c3a181434 authored over 3 years ago by Wei Wang <[email protected]>
Bump version to 6.2.0

github.com/onevcat/Kingfisher - dede3b38ba9aeaa5a73b63503a73f225b6f2e885 authored over 3 years ago by onevcat <[email protected]>
Upgrade gems

github.com/onevcat/Kingfisher - a52b97627bc2f7cff8caeda11b4cf2d6603ea92e authored over 3 years ago by onevcat <[email protected]>
Merge pull request #1647 from danielebogo/danieleb/image-frame-count

Add imageFrameCount

github.com/onevcat/Kingfisher - 86fbc612ad56f671b20ac96c38c7c72464178be7 authored over 3 years ago by Wei Wang <[email protected]>
Merge pull request #1649 from onevcat/feature/public-cache

Mark memory and disk storage as `public`

github.com/onevcat/Kingfisher - 13b879e80468ed0917cc5d609052d4a667f61aa6 authored over 3 years ago by Wei Wang <[email protected]>
Public memory storage

github.com/onevcat/Kingfisher - 5b16a4e5c7fb4f39ecbe0c2bc71be3d1ef244004 authored over 3 years ago by onevcat <[email protected]>
Public disk storage methods

github.com/onevcat/Kingfisher - 41d9dbe7af0bc48eb26a2eb0509c0c0f80c8b70f authored over 3 years ago by onevcat <[email protected]>
Add imageFrameCount

github.com/onevcat/Kingfisher - 7ad65f031cf0e4da35682d50ca9d5ccaeb0d56e7 authored over 3 years ago by Daniele Bogo <[email protected]>
Merge pull request #1620 from wangkejie/master-extral

有没有好的方案,把URLSessionDataDelegate更多的协议实现暴露出来

github.com/onevcat/Kingfisher - f99d7c0cda0f39be46486aa16400045aff1441f8 authored over 3 years ago by Wei Wang <[email protected]>
1、 属性内部访问

2、getter/setter方法无需weak标记

github.com/onevcat/Kingfisher - 359be8147383b684afa5ec5c0da501f54cf2d976 authored over 3 years ago by Jack <[email protected]>
Merge pull request #1642 from onevcat/fix/unexpected-ref

Drop `@State` based image result setting

github.com/onevcat/Kingfisher - 3cd6ad05efc7a15b2e0c59e9595173a9e7a4bc09 authored over 3 years ago by Wei Wang <[email protected]>
Set UI related properties in main queue

github.com/onevcat/Kingfisher - 5440125c3e976892069a04006670f440335e6715 authored over 3 years ago by onevcat <[email protected]>
Add docs for loadImmediately

github.com/onevcat/Kingfisher - ed7a235d4a7ca783bdbf4172b14ec222a9ea36ad authored over 3 years ago by onevcat <[email protected]>
Use observed object to show image

github.com/onevcat/Kingfisher - cb065e3be5ae307163e77786fa2f20e0099748e8 authored over 3 years ago by onevcat <[email protected]>
Update grid sample

github.com/onevcat/Kingfisher - 1983a38df18bd90f25fe9f5ebdb06bca058ac9b8 authored over 3 years ago by onevcat <[email protected]>
Add new SwiftUI demo views

github.com/onevcat/Kingfisher - a2d0c6dfbd8609f8753bcfed01c8e5d01c751131 authored over 3 years ago by onevcat <[email protected]>
Merge pull request #1640 from onevcat/fix/weak-image

Use weak image for image binder to prevent unintended holding

github.com/onevcat/Kingfisher - 005135b9f5ac278b94255706dd443b863a0f844b authored over 3 years ago by Wei Wang <[email protected]>
private、weak修饰、提供getter

github.com/onevcat/Kingfisher - d0c2e5cf64b1c99a90ff54e9ce9f39b4d398a022 authored over 3 years ago by Jack <[email protected]>
Remove unused loading property

github.com/onevcat/Kingfisher - a0d76dd06f466b880fe7575975a168976f200b9e authored over 3 years ago by onevcat <[email protected]>