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

Merge pull request #633 from awuu/master

fix wrong size

github.com/onevcat/Kingfisher - 9cc4e6bd89264d3878674f5e63840acddc883d49 authored over 7 years ago by Wei Wang <[email protected]>
Update CI to Xcode 8.3

github.com/onevcat/Kingfisher - 3a557f4733d4f29499e5184d1df4d81d817922b2 authored over 7 years ago by onevcat <[email protected]>
Fix warnings in Swift 3.1

github.com/onevcat/Kingfisher - f9a9b1fc17e6696756c16ddba2ef703e453bdf0f authored over 7 years ago by onevcat <[email protected]>
Fix target size on crop documentation

github.com/onevcat/Kingfisher - a53f6f9cf9458b7a36a14190d30476bf993e683f authored over 7 years ago by onevcat <[email protected]>
Bump version to 3.6.0

github.com/onevcat/Kingfisher - 1d40dcd19ef5b0cd80a9e93762eb4e5003b9cc02 authored over 7 years ago by onevcat <[email protected]>
Merge pull request #630 from onevcat/feature/crop-processor

Implement crop processor

github.com/onevcat/Kingfisher - c99218536f70d638fd01ee7bc5157873f0bc890a authored over 7 years ago by Wei Wang <[email protected]>
Detail note on anchor

github.com/onevcat/Kingfisher - bfd540b49a932e294ab82adb8ec7a543574f22fa authored over 7 years ago by onevcat <[email protected]>
Add documentation

github.com/onevcat/Kingfisher - ec37581d1788202e9a3e7a585294422bf4070cb9 authored over 7 years ago by onevcat <[email protected]>
Tests for cropping

github.com/onevcat/Kingfisher - 851f9669d11702194d62ad02f57de88676b21b47 authored over 7 years ago by onevcat <[email protected]>
Cropping support for Image processor

github.com/onevcat/Kingfisher - 9f40885cd6be3176ff5ff10964189a3325d4bc08 authored over 7 years ago by onevcat <[email protected]>
Remove keep current option

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

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

github.com/onevcat/Kingfisher - 54351b1e5340affb783531fad59af70fea06075f authored over 7 years ago by onevcat <[email protected]>
Merge pull request #620 from gram30/fix-background-crash

Use other method to enumerate contents, which causing crash(maybe only occurred for archved build)

github.com/onevcat/Kingfisher - 4260203d401e86667cf8d97507a32ccd182047af authored over 7 years ago by Wei Wang <[email protected]>
Use other method to enumerate contents, which causing crash(maybe only occurred for archved build)

- Fix https://github.com/onevcat/Kingfisher/issues/619

github.com/onevcat/Kingfisher - 33b3f28386a76740cc099d28e4bb5c51b2587324 authored over 7 years ago by Masayuki Ono <[email protected]>
Bump version to 3.5.1

github.com/onevcat/Kingfisher - 5b6e4ae0f01a3f33d64cc0093968912d35bbf19f authored over 7 years ago by onevcat <[email protected]>
Merge pull request #613 from onevcat/fix/slow-compiling-blur

Faster compiling time for blur

github.com/onevcat/Kingfisher - da12027e3aa548e26423914e97d1af059e889cb7 authored over 7 years ago by Wei Wang <[email protected]>
Faster compiling time for blur

github.com/onevcat/Kingfisher - 96f5ee504f641c92686e07147edba52eb5a17704 authored over 7 years ago by onevcat <[email protected]>
Bump version to 3.5.0

github.com/onevcat/Kingfisher - 5cfa0dd5c9fc48e1c31f574ad8eaa31a3a9d4003 authored over 7 years ago by onevcat <[email protected]>
Test setup flow

github.com/onevcat/Kingfisher - 93068862158f4cacee56c240dbbc77c6210f233c authored over 7 years ago by onevcat <[email protected]>
Add tests for content mode processor

github.com/onevcat/Kingfisher - df76d7a4a5dd52b12f5204e16667f9453c629c6c authored over 7 years ago by onevcat <[email protected]>
Refactor resize functions

github.com/onevcat/Kingfisher - 9b8e42e1b47ee678dcc118dc3c2531c485d45d47 authored over 7 years ago by onevcat <[email protected]>
Merge pull request #601 from pNre/nil-resouce-button-fix

Set webURLs to nil when resource is nil (NSButton and UIButton)

github.com/onevcat/Kingfisher - 37b932a8f4e797594372bd19ac2cb894f29b5387 authored over 7 years ago by Wei Wang <[email protected]>
Set webURLs to nil when resource is nil

github.com/onevcat/Kingfisher - c1eaba3546d4598bb119b220cbba0fbeac20ad4a authored over 7 years ago by pNre <[email protected]>
Merge pull request #600 from Drusy/master

Allow ResizingImageProcessor to resize image using size proxy aspectFit & aspectFill

github.com/onevcat/Kingfisher - 2f479665db36123cb580dc54ca0203b29e4c565d authored over 7 years ago by Wei Wang <[email protected]>
Identifier is used to identify the post-processed images in cache, so we need to keep the identifier the same for .none case

github.com/onevcat/Kingfisher - fe4e84dd71f3ec333f8283849ef52715757248da authored over 7 years ago by Kévin Renella <[email protected]>
Allow ResizingImageProcessor to resize image using size proxy scaleAspectFill and scaleAspectFit

github.com/onevcat/Kingfisher - b2f673b5376856963e39ebb8adc9944e564cc986 authored over 7 years ago by Kévin Renella <[email protected]>
Merge pull request #598 from pNre/nil-resource-fix

Also set the webURL to nil when resource is nil

github.com/onevcat/Kingfisher - 9f576ccc3a7b43b6715ca456fe891af0c24eb710 authored over 7 years ago by Wei Wang <[email protected]>
Set the webURL to nil for nil resources

Delete the associated WebURL when a nil `Resource` is set on an ImageView.
This should prevent ...

github.com/onevcat/Kingfisher - 55a9ca4771fd21036549fdd7212cdfe7739f1cce authored over 7 years ago by Pierluigi <[email protected]>
Bump version to 3.4.0

github.com/onevcat/Kingfisher - 1add8d87802d2e604a38bc32edbe67a6ede57a6c authored over 7 years ago by onevcat <[email protected]>
Merge pull request #592 from onevcat/fix/gif-property-default

Use default duration if no valid gif frame info

github.com/onevcat/Kingfisher - 8042f41234bf516ffbfa98dffbfc81edf01d42b6 authored over 7 years ago by Wei Wang <[email protected]>
Use default duration if no valid gif frame info

github.com/onevcat/Kingfisher - 5969fc375bf5715970d2d7e0abdc77021478b47e authored over 7 years ago by onevcat <[email protected]>
Merge pull request #591 from onevcat/feature/gif-first-image

Feature gif first image

github.com/onevcat/Kingfisher - 1da0c5ac144f65b4ee6810c31167e47accbe0f48 authored over 7 years ago by Wei Wang <[email protected]>
Update tests for onlyLoadFirstFrame

github.com/onevcat/Kingfisher - 70901477e83855eba9b540c730cd9cbd1179def3 authored over 7 years ago by onevcat <[email protected]>
Add test for prefetch with processor

github.com/onevcat/Kingfisher - 5da78863468be9f6123856680e24cf9ba121f110 authored over 7 years ago by onevcat <[email protected]>
Add only first frame setting

github.com/onevcat/Kingfisher - b808515aca888e913f16c8b8336c2e5d6e359dfd authored over 7 years ago by onevcat <[email protected]>
Add tests for progress callback racing

github.com/onevcat/Kingfisher - facdbfceee417167db764a8eb505c2c92cab4027 authored over 7 years ago by onevcat <[email protected]>
Merge pull request #590 from Killectro/master

Pass processIdentifier when checking cache in ImagePrefetcher

github.com/onevcat/Kingfisher - 36ec964d60d3be4bbf562c15d0bad4cc36da20a4 authored over 7 years ago by Wei Wang <[email protected]>
Merge branch 'master' of https://github.com/onevcat/Kingfisher

github.com/onevcat/Kingfisher - 337f85941e05c71bdf0dedcfd848575b524c2102 authored over 7 years ago by DJ Mitchell <[email protected]>
Pass processIdentifier when checking cache in ImagePrefetcher

Without this parameter, ImagePrefetcher will have a cache miss whenever a user passes any ImageP...

github.com/onevcat/Kingfisher - 5d6fd33b2a5bfa995a97688bdd7cc2a9b6d78419 authored over 7 years ago by DJ Mitchell <[email protected]>
Merge pull request #583 from Fnoz/fix/ignoreProgressBlockOfPreviousTask

Ignore progressBlock if imageUrl is not equal to current imageUrl.

github.com/onevcat/Kingfisher - 693028b761f2697023f7ca01b86f8de8f2ae46cc authored over 7 years ago by Wei Wang <[email protected]>
Ignore progressBlock if imageUrl is not equal to current imageUrl.

For the case 'setImage twice for different url, and progressBlock will cross, like A1%, A50%, B20...

github.com/onevcat/Kingfisher - 36040f394a8c72085ba3fe25d8774f1841931f01 authored over 7 years ago by Fnoz <[email protected]>
Merge pull request #580 from Fnoz/fix/cancelDownloadTask

(Supplement)Modify disk and download task cancel logic.

github.com/onevcat/Kingfisher - d11dbb9ecaa5f65ba4b3771fdb4f1f820916b000 authored over 7 years ago by Wei Wang <[email protected]>
(Supplement)Modify disk and download task cancel logic.

github.com/onevcat/Kingfisher - 42e0feae18b5c5d3435d61ea5a7eb6b842b9361a authored over 7 years ago by Fnoz <[email protected]>
Bump version to 3.3.4

github.com/onevcat/Kingfisher - 8c9d3f6077d49ada7e3df5cedb75e0892f7ded6e authored over 7 years ago by onevcat <[email protected]>
Merge pull request #578 from onevcat/fix/cancel-behavior

Modify disk and download task cancel logic

github.com/onevcat/Kingfisher - f2412f42b468f7c00ad39b4e54369ace25fc0ea8 authored over 7 years ago by Wei Wang <[email protected]>
Merge pull request #576 from onevcat/fix/swift-built-in-pi

Use Float.pi instead of M_PI

github.com/onevcat/Kingfisher - 5eaf3de25939411acd44bca90cb82d9630d846d4 authored over 7 years ago by Wei Wang <[email protected]>
Modify disk and download task cancel logic

Remove cancelable disk task. Change the download task behavior to make it could be cancelled eve...

github.com/onevcat/Kingfisher - fee7b8e9a17d5d79233f84f93fe65c3d1e9f05b4 authored over 7 years ago by onevcat <[email protected]>
Use Float.pi instead of M_PI

github.com/onevcat/Kingfisher - 91781486b6dc0278d085099faf28d526fb4a48de authored over 7 years ago by onevcat <[email protected]>
Bump version to 3.3.3

github.com/onevcat/Kingfisher - 625c6f00ef8ac941c35c19ad61c32429c5a4b89a authored over 7 years ago by onevcat <[email protected]>
Merge pull request #574 from onevcat/fix/xcode8-optional-bug

Make Xcode 8.0 happy again

github.com/onevcat/Kingfisher - 22cbc4f22e7363d1d0efbf8fc220047df014697f authored over 7 years ago by Wei Wang <[email protected]>
Make Xcode 8.0 happy again

github.com/onevcat/Kingfisher - 78c83682825714633ed89b66e73fef7a92629b25 authored over 7 years ago by onevcat <[email protected]>
Bump version to 3.3.2

github.com/onevcat/Kingfisher - ca02c9b774da10eb940eded48e07a1bd3c0d3bb0 authored over 7 years ago by onevcat <[email protected]>
Merge pull request #573 from onevcat/fix/context-for-background-encoding

Context upside down

github.com/onevcat/Kingfisher - ec295217e99689fd7b15a6384f940d5b2a97cad7 authored over 7 years ago by Wei Wang <[email protected]>
Context upside down

github.com/onevcat/Kingfisher - 23fc8e647e4da8aa66520c8dd6891653558feee6 authored over 7 years ago by onevcat <[email protected]>
Bump version to 3.3.1

github.com/onevcat/Kingfisher - 515d3c0be964df9ef3f7991a15c16711a9a26649 authored over 7 years ago by onevcat <[email protected]>
Ignore test images

github.com/onevcat/Kingfisher - 63145d425aeb716fd625b7bb46bedb415c1a4bc9 authored over 7 years ago by onevcat <[email protected]>
Remove submodules

github.com/onevcat/Kingfisher - 79380830a3b1418e474ffcd5822f6ca8e5edfe44 authored over 7 years ago by onevcat <[email protected]>
Bump version to 3.3.0

github.com/onevcat/Kingfisher - c2f963580530643eaffe65fbc9769f62552a6a32 authored over 7 years ago by onevcat <[email protected]>
Merge pull request #568 from onevcat/fix/remove-test-images

Fix/remove test images

github.com/onevcat/Kingfisher - fb50a488c27016cfc74e212a59986a3894d10541 authored over 7 years ago by Wei Wang <[email protected]>
Update submodule

github.com/onevcat/Kingfisher - 72393831ed92b891d5cbf756219047d68a0dad7f authored over 7 years ago by onevcat <[email protected]>
Update submodule url

github.com/onevcat/Kingfisher - 997ef43500464764af4959be9f44289749336401 authored over 7 years ago by onevcat <[email protected]>
Submodule before test

github.com/onevcat/Kingfisher - ab7a0fb1e6ab147210d09623f3782fc888a24bfb authored over 7 years ago by onevcat <[email protected]>
Update test images

github.com/onevcat/Kingfisher - 254c0b35a228d779b39d4a565991a28d6622fd10 authored over 7 years ago by onevcat <[email protected]>
Update image folder in project file

github.com/onevcat/Kingfisher - 19946547e445071a6afbf82143ed3132a0e88f63 authored over 7 years ago by onevcat <[email protected]>
Update image submodule

github.com/onevcat/Kingfisher - 0fd44823ec3d10fd72ec082490485309a0f11024 authored over 7 years ago by onevcat <[email protected]>
Merge pull request #567 from onevcat/fix/blur-image-crash

Fix blur image crash

github.com/onevcat/Kingfisher - 0c4813cf89de49dbd22fa9cd8962cd73103bbd54 authored over 7 years ago by Wei Wang <[email protected]>
Merge pull request #566 from onevcat/fix/forever-disk-cache

Support unlimited disk cache time

github.com/onevcat/Kingfisher - a3edece2c6161912f67e955fcb93d1a9eccf52de authored over 7 years ago by Wei Wang <[email protected]>
Remove unnessary code

github.com/onevcat/Kingfisher - b3bba0192099363d49679a11d31850202f7a0eca authored over 7 years ago by onevcat <[email protected]>
Fix blur context creating

github.com/onevcat/Kingfisher - 657d2ebdd856ee47f26dd71b1c6b964681655a6a authored over 7 years ago by onevcat <[email protected]>
Add os setting

github.com/onevcat/Kingfisher - e4f633adf70af6cdda47f0265d34b47ff0f310b6 authored over 7 years ago by onevcat <[email protected]>
Opt out 0 for forever

github.com/onevcat/Kingfisher - 43e2a95eb8c914c5843fc16140d5359d7957f640 authored over 7 years ago by onevcat <[email protected]>
Use Xcode 8.2

github.com/onevcat/Kingfisher - 82db374f58159cf40a6da3d3a9e2faf3583e1bb2 authored over 7 years ago by onevcat <[email protected]>
Update copyright year

github.com/onevcat/Kingfisher - 686c2e12dd2e400ee4cb14c3cdab33866186a575 authored over 7 years ago by onevcat <[email protected]>
Support unlimited disk cache time

github.com/onevcat/Kingfisher - 4cdc481573f0f9839e9e15a7187d96d92a1c7ce5 authored over 7 years ago by onevcat <[email protected]>
Merge pull request #560 from daneden/patch-1

Make Image representation methods public

github.com/onevcat/Kingfisher - 045dee138eceb25436f65c3d2c0eb64538b4583c authored almost 8 years ago by Wei Wang <[email protected]>
Make Image representation methods public

Attempting to access either `kf.gifRepresentation()` or `kf.animatedImageData` in my project was...

github.com/onevcat/Kingfisher - 12a75aa2b89362a946cd5427bd8ade50a6aff8b1 authored almost 8 years ago by Daniel Eden <[email protected]>
Bump version to 3.2.4

github.com/onevcat/Kingfisher - 19a79c6b5a62b234b2f9f6f72e19676694598d40 authored almost 8 years ago by onevcat <[email protected]>
Merge pull request #549 from onevcat/fix/scale-parameter-not-in-use

Remove scale parameter from round corner API

github.com/onevcat/Kingfisher - 420c62a9b25b3d3be0f7daf646cacebdbd28a815 authored almost 8 years ago by Wei Wang <[email protected]>
Merge pull request #550 from onevcat/fix/spm-tests

Update Package.swift to exclude unnecessary things

github.com/onevcat/Kingfisher - eb36a03276361372b4a4a6ff4ed31c3b10ae6061 authored almost 8 years ago by Wei Wang <[email protected]>
Update Package.swift to exclude unnecessary things

github.com/onevcat/Kingfisher - 3b76bc6ca9f56d5fd5635439eda9318eff7945e3 authored almost 8 years ago by onevcat <[email protected]>
Remove scale parameter from round corner API

github.com/onevcat/Kingfisher - 444af776abd610ec32541dcc5c3d959b279e49cc authored almost 8 years ago by onevcat <[email protected]>
Fix comment

github.com/onevcat/Kingfisher - 87f726894fee3d73d7a254db40553c1ccc6102f8 authored almost 8 years ago by onevcat <[email protected]>
Bump version to 3.2.3

github.com/onevcat/Kingfisher - f5c74cb2d9ff936bab8b21f3b1469e62ec150b06 authored almost 8 years ago by onevcat <[email protected]>
Merge pull request #545 from onevcat/fix/image-orientation

Consider image orientation when applying filter

github.com/onevcat/Kingfisher - 3353d584277175874b9acba9894173b83c78537f authored almost 8 years ago by Wei Wang <[email protected]>
Consider image orientation when applying filter

github.com/onevcat/Kingfisher - 0863de9d5d78f01088a8cd07ad2d812bdffdbe5e authored almost 8 years ago by onevcat <[email protected]>
Bump version to 3.2.2

github.com/onevcat/Kingfisher - c91e8c020c18a83dc7890b67bcc02b33a0b55f4a authored almost 8 years ago by onevcat <[email protected]>
Merge pull request #529 from xspyhack/master

Fix preload animated image and improve performance

github.com/onevcat/Kingfisher - ea94cc4b2b02095e9b8c5c05b10b7a497bc9fe4c authored almost 8 years ago by Wei Wang <[email protected]>
Preload animated frame asynchronously

github.com/onevcat/Kingfisher - 148dfa1cc54fd85c51c781d22d90d4972e4bd9b0 authored almost 8 years ago by xspyhack <[email protected]>
replace shouldPreloadAllGIF() with base.shouldPreloadAllGIF()

github.com/onevcat/Kingfisher - 42204ba68f4af295436111f771e7b01ee7b3d5dc authored almost 8 years ago by xspyhack <[email protected]>
Merge pull request #524 from onevcat/fix/error-case-type

Fix typo in error enum

github.com/onevcat/Kingfisher - 8a4706a6a620ddf088339204487071f21b28f31c authored almost 8 years ago by Wei Wang <[email protected]>
Fix typo in processor

github.com/onevcat/Kingfisher - 9d3ebfa6b5e42795191ea7d69a43e29096f43e29 authored almost 8 years ago by onevcat <[email protected]>
Merge pull request #521 from onevcat/fix/pure-swift-downloader

Make ImageDownloader non-objc

github.com/onevcat/Kingfisher - 2459ea72ad868394c2283addca84a4098d537790 authored almost 8 years ago by Wei Wang <[email protected]>
Fix typo in error enum

github.com/onevcat/Kingfisher - aedd385b16d6845bf237d762a7a361505884f0bf authored almost 8 years ago by onevcat <[email protected]>
Fix test for identify

github.com/onevcat/Kingfisher - 6245a0c4cf1e0e1964484486254481688d5a0b28 authored almost 8 years ago by onevcat <[email protected]>