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

new image processors: blend, compositing

github.com/onevcat/Kingfisher - fc5132820512105b1f087545d02bc9b1d2398361 authored almost 7 years ago by yemodin <[email protected]>
Start next prefetch in next main

github.com/onevcat/Kingfisher - b17944f1964c00d16e459af93317a199ab7ea473 authored almost 7 years ago by onevcat <[email protected]>
Bump version to 4.4.0

github.com/onevcat/Kingfisher - ed634c95438f8042265eb63935518047c435a4a6 authored almost 7 years ago by onevcat <[email protected]>
Merge pull request #817 from onevcat/feature/image-modifier

Feature image modifier

github.com/onevcat/Kingfisher - 662b5a624150f285f39ce07cc6212e21dfcad5b3 authored almost 7 years ago by Wei Wang <[email protected]>
Fix tests for macOS

github.com/onevcat/Kingfisher - 7816a2c15eb0d3bb8492eb3719b3306b7cdd6c65 authored almost 7 years ago by onevcat <[email protected]>
Merge branch 'master' of github.com:onevcat/Kingfisher into feature/image-modifier

github.com/onevcat/Kingfisher - 9a00a8e4e1f394c97c8e3368cb09ad869ffcb326 authored almost 7 years ago by onevcat <[email protected]>
Update README.md

github.com/onevcat/Kingfisher - ae5fde63875230bcf26de5054fc28931c4d80adc authored almost 7 years ago by Wei Wang <[email protected]>
Clean test code a bit

github.com/onevcat/Kingfisher - 218001eb83b17d0096379d901e9c204d01a607b2 authored almost 7 years ago by onevcat <[email protected]>
Add tests for image modifier in related classes

github.com/onevcat/Kingfisher - d162abc2e3f63cda3363a41a39acb38f08591b16 authored almost 7 years ago by onevcat <[email protected]>
Move to Downloader and Cache

github.com/onevcat/Kingfisher - d0f6ba9cc3cdfdc8f62f6e43ce486b5c55196f30 authored almost 7 years ago by onevcat <[email protected]>
Call image modifier actually

github.com/onevcat/Kingfisher - 5c0072a0e5e9d5db44e95b8a93805f676ef70ee3 authored almost 7 years ago by onevcat <[email protected]>
Merge pull request #815 from ethansinjin/master

[WIP] add ImageModifier

github.com/onevcat/Kingfisher - fddd6935271c502787e6134e06b0235252f0463f authored almost 7 years ago by Wei Wang <[email protected]>
add ImageModifierTests

github.com/onevcat/Kingfisher - 8d5a08131eeb00e1f1867927fd0c511edef5ba14 authored almost 7 years ago by Ethan Gill <[email protected]>
simplify ImageModifier, add AnyImageModifier, etc

add AlignmentRectInsetsImageModifier

github.com/onevcat/Kingfisher - a8c8920fc82c2e80390e8a1ecd9c358c8e1106f3 authored almost 7 years ago by Ethan Gill <[email protected]>
add ImageModifier

github.com/onevcat/Kingfisher - bff776d8f7600ee62dc27753d8f97ebac6e0fe27 authored almost 7 years ago by Ethan Gill <[email protected]>
Merge pull request #814 from onevcat/fix/processor-scale

Apply scale on all image based processor methods

github.com/onevcat/Kingfisher - 5a33b593f4d47a107a8f8c728f334523a9134f79 authored almost 7 years ago by Wei Wang <[email protected]>
Apply scale on all image based processor methods

github.com/onevcat/Kingfisher - a9952bd56caec08f4e1432b4b4be943f5cdbdef7 authored almost 7 years ago by onevcat <[email protected]>
Add regression test for disk cache with processor

github.com/onevcat/Kingfisher - 86a34b0accb9ea2cc86b3d369e38e5dcce473ad7 authored almost 7 years ago by onevcat <[email protected]>
Bump version to 4.3.1

github.com/onevcat/Kingfisher - 238c3f87112d042394b3fadb3797d9ee1b311d24 authored almost 7 years ago by onevcat <[email protected]>
Revert to cache correct image version

github.com/onevcat/Kingfisher - 5d678292e9c5038cf937e596ccfb70249d72993e authored almost 7 years ago by onevcat <[email protected]>
Bump version to 4.3.0

github.com/onevcat/Kingfisher - dc57a2e218ffe1f518f82e7486d3b0ed5841428d authored almost 7 years ago by onevcat <[email protected]>
Also dispatch all custom queue to main

github.com/onevcat/Kingfisher - 51b940e9e2cc992530c5754da968f0cdaa19f349 authored almost 7 years ago by onevcat <[email protected]>
Fix an issue when fulfill expectation on queue

github.com/onevcat/Kingfisher - 5991a670aae0a9775ec333fd38c9c32f7cc40d54 authored almost 7 years ago by onevcat <[email protected]>
Merge pull request #805 from onevcat/fix/improvement

No need to encode images again

github.com/onevcat/Kingfisher - f53b5e7c4fa2e0cf76d91047005d817c94e6d6d4 authored almost 7 years ago by Wei Wang <[email protected]>
Merge pull request #806 from onevcat/feature/cacheOrRefresh

Add an option for only from memory cache or refresh

github.com/onevcat/Kingfisher - 580a8dc01dc36ad664f3638f13e92aaf250f9de0 authored almost 7 years ago by Wei Wang <[email protected]>
Add an option for only from memory cache or refresh

github.com/onevcat/Kingfisher - 7d40fae695557bf2210f84cfd05388104b703958 authored almost 7 years ago by onevcat <[email protected]>
No need to encode images again

No need to encode images again when original data provided.

github.com/onevcat/Kingfisher - 892da635b17200a6d1b3daa291bce58945009988 authored almost 7 years ago by onevcat <[email protected]>
Merge pull request #798 from onevcat/fix/indicator-size

Fix indicator size setting

github.com/onevcat/Kingfisher - b9afb76f8a74b1cdb7e85ceb11763c182c987a8d authored almost 7 years ago by Wei Wang <[email protected]>
Fix indicator size setting

github.com/onevcat/Kingfisher - e94594497869e5d86eec4e73c2dfe1b6c29962e9 authored almost 7 years ago by onevcat <[email protected]>
Bump version to 4.2.0

github.com/onevcat/Kingfisher - ca7c080aad438c548c4ff2c8d292741906c25458 authored almost 7 years ago by onevcat <[email protected]>
Bundle name for macOS target

github.com/onevcat/Kingfisher - 8aa03726bf74230611ffadeb559f82c7c06acc6e authored almost 7 years ago by onevcat <[email protected]>
Upgrade cocoapod settting

github.com/onevcat/Kingfisher - ad07d8bedcaba613b9f14f3f054d76913761a78c authored almost 7 years ago by onevcat <[email protected]>
Fix macOS tests on 10.13

github.com/onevcat/Kingfisher - 96c11435cfc3838d9e7acf60c4c694873b2c41e6 authored almost 7 years ago by onevcat <[email protected]>
Merge pull request #794 from zeplin/original-cache

Support caching original images on a different cache

github.com/onevcat/Kingfisher - d4a42d70991d865bd5ac1234bb09573fa5b05796 authored almost 7 years ago by Wei Wang <[email protected]>
Add tests for `originalCache`

github.com/onevcat/Kingfisher - 4c63e7ccba7e3fb5b8cce3d513edaab785be272f authored almost 7 years ago by Yigitcan Yurtsever <[email protected]>
Skip original image caching if the processor is the default one

github.com/onevcat/Kingfisher - 58e9d95d16f7a44be3a5358f3f2b35da318cadac authored almost 7 years ago by Yigitcan Yurtsever <[email protected]>
Fix typo

github.com/onevcat/Kingfisher - bf33d099e109234564158839c53d57cca0617ebe authored almost 7 years ago by Yigitcan Yurtsever <[email protected]>
Use `originalCache` on `KingfisherManager`

github.com/onevcat/Kingfisher - cdf57157168a0dce416ab8103890fc85e3e848f3 authored almost 7 years ago by Yigitcan Yurtsever <[email protected]>
Add `originalCache` option

github.com/onevcat/Kingfisher - 254d4cd3210a752b6cdd68070d1c02daa6545954 authored almost 7 years ago by Yigitcan Yurtsever <[email protected]>
Bump version to 4.1.1

github.com/onevcat/Kingfisher - 5596f2b16a389fde4555e1f7ed696b7f7db55549 authored about 7 years ago by onevcat <[email protected]>
Merge pull request #790 from onevcat/fix/thread-racing

Resolve a reading racing condition

github.com/onevcat/Kingfisher - 32304ccb74bade102a11be31224d90a802b7fea0 authored about 7 years ago by Wei Wang <[email protected]>
Loose warning limitation for compiling check

github.com/onevcat/Kingfisher - fb05558f5ca1554933b20b3890c3722600130629 authored about 7 years ago by onevcat <[email protected]>
Resolve a reading racing condition

github.com/onevcat/Kingfisher - 091c3ce3b4d254d7095a5ec9219b247c7825561e authored about 7 years ago by onevcat <[email protected]>
Bump version to 4.1.0

github.com/onevcat/Kingfisher - 852d99c6a8bf3666302293a3c981c53705b510f9 authored about 7 years ago by onevcat <[email protected]>
Respect user passing nil for downloader

github.com/onevcat/Kingfisher - b545d5e4bc8542857c7b25c5cd41c9c2ede90e9a authored about 7 years ago by onevcat <[email protected]>
Add expression check warning

github.com/onevcat/Kingfisher - 054f2a0f5e39c0bbc494a45fe6909157006781d9 authored about 7 years ago by onevcat <[email protected]>
Make filter working for both Swift 3.2 and 4

github.com/onevcat/Kingfisher - e33f12de49ac153dac94f643871bd8273556d7f0 authored about 7 years ago by onevcat <[email protected]>
Update ISSUE_TEMPLATE.md

github.com/onevcat/Kingfisher - 5d773c164d1ff2d1e0c742985d7ddd6f54634759 authored about 7 years ago by Wei Wang <[email protected]>
Merge pull request #773 from Ashok28/master

Implemented data download callback

github.com/onevcat/Kingfisher - 03d5d38d6795512fd5f72c90f60679c772c510a1 authored about 7 years ago by Wei Wang <[email protected]>
DidDownloadData callback default implementation now returns original data

github.com/onevcat/Kingfisher - 690a8419ee7763216923964a54e0d079bfa5eb2d authored about 7 years ago by Ashok Uradnicek <[email protected]>
Implemented data download callback

github.com/onevcat/Kingfisher - 9c8bb95eba9a28babee34886949d8629ed310ad9 authored about 7 years ago by Ashok Uradnicek <[email protected]>
Update README.md

github.com/onevcat/Kingfisher - cdb424fb39fd58460f52b9d1c5d800034e9851d5 authored about 7 years ago by Wei Wang <[email protected]>
Bump version to 4.0.1

github.com/onevcat/Kingfisher - 1864ad8384153174d8bb012ab4e20023e202fed5 authored about 7 years ago by onevcat <[email protected]>
Update swift version in podspec

github.com/onevcat/Kingfisher - 7dd81d622d58a2fbf2262b82abd369c8a4594d2d authored about 7 years ago by onevcat <[email protected]>
Bump version to 4.0.0

github.com/onevcat/Kingfisher - aedb5748d6b3bb4c74d585ad2c796aded9dd7288 authored about 7 years ago by onevcat <[email protected]>
Update CONTRIBUTING.md

github.com/onevcat/Kingfisher - 33ef6a6aa1918e8a55f78f94f742e3ca37430f2c authored about 7 years ago by Wei Wang <[email protected]>
Revert back support target

github.com/onevcat/Kingfisher - 5efe5fcdeea8fe3de42a7b352c6bd7df88095d3c authored about 7 years ago by onevcat <[email protected]>
Merge pull request #704 from onevcat/swift4

Swift 4 Support

github.com/onevcat/Kingfisher - 891c55ee3cefad7cd4d261308686a1b3069ee8cb authored about 7 years ago by Wei Wang <[email protected]>
Update readme

github.com/onevcat/Kingfisher - 20223284b588751a44a1c555d9d657071f0bacd5 authored about 7 years ago by onevcat <[email protected]>
Update launch interface

github.com/onevcat/Kingfisher - 43759ac9ec4fa58d8bb490b0b03515010126f66e authored about 7 years ago by onevcat <[email protected]>
Merge branch 'master' into swift4

github.com/onevcat/Kingfisher - 33282b3d9a063cebb31b6ba61554820eba0f8828 authored about 7 years ago by onevcat <[email protected]>
Bump version to 3.13.1

github.com/onevcat/Kingfisher - 6ec2d9cb82e99872f85afcec2b731eadce91f7c9 authored about 7 years ago by onevcat <[email protected]>
Update swift version

github.com/onevcat/Kingfisher - 2131d49c76c9c31868f487f23b741b3052239e36 authored about 7 years ago by onevcat <[email protected]>
Merge branch 'master' into swift4

# Conflicts:
# Kingfisher.xcodeproj/xcshareddata/xcschemes/Kingfisher-macOS.xcscheme
# Kingfishe...

github.com/onevcat/Kingfisher - 9176a9306833123377f8fa40a0f20ffb3cf8adff authored about 7 years ago by onevcat <[email protected]>
Merge pull request #769 from uson1x/turn-off-code-coverage

Turn off codeCoverageEnabled for all schemes

github.com/onevcat/Kingfisher - ad385f175afbe2dddd6e681f2c14174dd0816b50 authored about 7 years ago by Wei Wang <[email protected]>
Turn off codeCoverageEnabled for all schemes

github.com/onevcat/Kingfisher - 0a71dcd2b2b63bd6a68687e1b476efb4effd79dc authored about 7 years ago by Ivan Parfenchuk <[email protected]>
Bump version to 3.13.0

github.com/onevcat/Kingfisher - b34016081d1caa96a495247397f15bd9954704b6 authored about 7 years ago by onevcat <[email protected]>
Merge pull request #766 from SebastianCrow/roundedBackgroundColor

Introduced a 'backgroundColor' property on the RoundCornerImageProcessor

github.com/onevcat/Kingfisher - b569d4cbee2130669354b16a87b1a6c1e1dfb803 authored about 7 years ago by Wei Wang <[email protected]>
Introduced a 'backgroundColor' property to the RoundCornerImageProcessor allowing to specify a desired backgroud color for the output image

github.com/onevcat/Kingfisher - 24433fda457c6cff82fe8ff502c9dcf69c31295a authored about 7 years ago by Sebastian Crow <[email protected]>
Bump version to 3.12.2

github.com/onevcat/Kingfisher - fd7dbef4b3a81354ff615a228e47ccc48ec4da21 authored about 7 years ago by onevcat <[email protected]>
Merge pull request #760 from onevcat/fix/bg-decode-scale

Take scale to context for decoding

github.com/onevcat/Kingfisher - 401f859a382b97f62109eb97e9f7a966f08177bc authored about 7 years ago by Wei Wang <[email protected]>
Take scale to context for decoding

github.com/onevcat/Kingfisher - de3914fdf1b833bd2173c8af011326b4f506da98 authored about 7 years ago by onevcat <[email protected]>
Update fastfile to include pod lint

github.com/onevcat/Kingfisher - 8cd7ce0e5b230c98c28534c4f7e67ce1b0d54190 authored about 7 years ago by onevcat <[email protected]>
Bump version to 3.12.1

github.com/onevcat/Kingfisher - c059fd74a2db5def6e6765148d63d5f51a2606d0 authored about 7 years ago by onevcat <[email protected]>
Bump version to 3.12.0

github.com/onevcat/Kingfisher - fc6b42cb18c652b0b9186e1ba437d0bf07850b79 authored about 7 years ago by onevcat <[email protected]>
Remove placeholder demo

github.com/onevcat/Kingfisher - 81dcf745f26e477ec85590ad7a328cfd8b949f9d authored about 7 years ago by onevcat <[email protected]>
Merge pull request #756 from onevcat/teameh-custom-placeholder

Teameh custom placeholder

github.com/onevcat/Kingfisher - 61afe3a292b19845cd3f2a503efca62f0a1b9db8 authored about 7 years ago by Wei Wang <[email protected]>
macOS compatible

github.com/onevcat/Kingfisher - 449bbb106d8de25e7b573fdcc0b36897121da1d0 authored about 7 years ago by onevcat <[email protected]>
Keep track on placeholder

Or there might be a chance that the prepended view not get removed.

github.com/onevcat/Kingfisher - 8f169b2d3f1183f47732e124bc2d3c3d57a30344 authored about 7 years ago by onevcat <[email protected]>
Add custom placeholder feature to UIImageView

github.com/onevcat/Kingfisher - e5a41a9414fb68f13f32aa9d14e0f9e0160ca29c authored about 7 years ago by Tieme van Veen <[email protected]>
Merge pull request #753 from tizaks/xcode-9-test-action

Disable gather coverage data in scheme test action

github.com/onevcat/Kingfisher - 10970b08bcd24d32e67f9a308c2702c2f3356dba authored about 7 years ago by Wei Wang <[email protected]>
Disable gather coverage data in scheme test action

github.com/onevcat/Kingfisher - b60b6b1baeb206d961e6b1374d0ef4addf2b9381 authored about 7 years ago by Tom Izaks <[email protected]>
Bump version to 3.11.0

github.com/onevcat/Kingfisher - c9882e753c66590b90c473d21765f44cf3efae3a authored about 7 years ago by onevcat <[email protected]>
Merge pull request #747 from onevcat/fix/keep-while-loading

Fix keep while loading when no image

github.com/onevcat/Kingfisher - acd751f31ce2f9a86c0b488bead50e3a423a9c44 authored about 7 years ago by Wei Wang <[email protected]>
Add tests for keeping placeholder

github.com/onevcat/Kingfisher - 3bd7fc744025f5d126669b8737267ea8ae619ad7 authored about 7 years ago by onevcat <[email protected]>
Always set placeholder when no image

github.com/onevcat/Kingfisher - 4ceff89624470ef1c9c64ec78f456eab2fd1698c authored about 7 years ago by onevcat <[email protected]>
Merge pull request #744 from OpenReplyDE/master

Extend AuthenticationChallengeResponsable for missing authentication schemes

github.com/onevcat/Kingfisher - e80ddb048019b34bc8324727d95967313c83161f authored about 7 years ago by Wei Wang <[email protected]>
Extend AuthenticationChallengeResponsable for missing authentication schemes

github.com/onevcat/Kingfisher - 85d329f82984c6688dab83099fa2f243840f9387 authored about 7 years ago by Kaweh Kazemi <[email protected]>
Use legacy build system

github.com/onevcat/Kingfisher - b988ef76c66d6b052a2d46eee1a16764934696a4 authored about 7 years ago by onevcat <[email protected]>
Merge pull request #741 from onevcat/fix/image-cache-api

Update cache result API

github.com/onevcat/Kingfisher - c6c18b3adc7a7fb866da6c9ce34c8e3417c768dd authored about 7 years ago by Wei Wang <[email protected]>
Update cache result API

github.com/onevcat/Kingfisher - 2c71c5fffc20a6070d5397808f8379302de78741 authored about 7 years ago by onevcat <[email protected]>
Merge pull request #738 from nafu/fix-readme

Fix some links in README.md

github.com/onevcat/Kingfisher - a431083704aeab0aaa4007995d65e79e72715b24 authored about 7 years ago by Wei Wang <[email protected]>
Update link to graphs/contributors

github.com/onevcat/Kingfisher - 00bb028737f97c39470cd8dce1f53e86ddd47cda authored about 7 years ago by Fumiya Nakamura <[email protected]>
Fix link to CONTRIBUTING.md

github.com/onevcat/Kingfisher - 3f78f3c47d744db7ccba5968e9b4e12da8effbc0 authored about 7 years ago by Fumiya Nakamura <[email protected]>
Fix macos ci script

github.com/onevcat/Kingfisher - e49ede8144d770f59b1a035b6e7513e3105209f9 authored about 7 years ago by onevcat <[email protected]>
Remove all deprecated methods

github.com/onevcat/Kingfisher - 742d151dac1d8cfbe8276fd23a3a1d39246e7cf2 authored about 7 years ago by onevcat <[email protected]>