Ecosyste.ms: OpenCollective

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

github.com/onevcat/Kingfisher

A lightweight, pure-Swift library for downloading and caching images from the web.
https://github.com/onevcat/Kingfisher

Merge pull request #633 from awuu/master

fix wrong size

9cc4e6bd89264d3878674f5e63840acddc883d49 authored almost 8 years ago
fix wrong size

6552660591e82c683b8c7eeea74245da93223224 authored almost 8 years ago
Update CI to Xcode 8.3

3a557f4733d4f29499e5184d1df4d81d817922b2 authored almost 8 years ago
Fix warnings in Swift 3.1

f9a9b1fc17e6696756c16ddba2ef703e453bdf0f authored almost 8 years ago
Fix target size on crop documentation

a53f6f9cf9458b7a36a14190d30476bf993e683f authored almost 8 years ago
Bump version to 3.6.0

1d40dcd19ef5b0cd80a9e93762eb4e5003b9cc02 authored almost 8 years ago
Merge pull request #630 from onevcat/feature/crop-processor

Implement crop processor

c99218536f70d638fd01ee7bc5157873f0bc890a authored almost 8 years ago
Detail note on anchor

bfd540b49a932e294ab82adb8ec7a543574f22fa authored almost 8 years ago
Add documentation

ec37581d1788202e9a3e7a585294422bf4070cb9 authored almost 8 years ago
Tests for cropping

851f9669d11702194d62ad02f57de88676b21b47 authored almost 8 years ago
Cropping support for Image processor

9f40885cd6be3176ff5ff10964189a3325d4bc08 authored almost 8 years ago
Remove keep current option

4e80b0f567bdb912e34b3f246d1b22583fb3ae0b authored almost 8 years ago
Update README.md

7c0d789f516bfa9813137351e82b2b9c61124d21 authored almost 8 years ago
Bump version to 3.5.2

54351b1e5340affb783531fad59af70fea06075f authored almost 8 years ago
Merge pull request #620 from gram30/fix-background-crash

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

4260203d401e86667cf8d97507a32ccd182047af authored almost 8 years ago
Use other method to enumerate contents, which causing crash(maybe only occurred for archved build)

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

33b3f28386a76740cc099d28e4bb5c51b2587324 authored almost 8 years ago
Bump version to 3.5.1

5b6e4ae0f01a3f33d64cc0093968912d35bbf19f authored almost 8 years ago
Merge pull request #613 from onevcat/fix/slow-compiling-blur

Faster compiling time for blur

da12027e3aa548e26423914e97d1af059e889cb7 authored almost 8 years ago
Faster compiling time for blur

96f5ee504f641c92686e07147edba52eb5a17704 authored almost 8 years ago
Bump version to 3.5.0

5cfa0dd5c9fc48e1c31f574ad8eaa31a3a9d4003 authored almost 8 years ago
Test setup flow

93068862158f4cacee56c240dbbc77c6210f233c authored almost 8 years ago
Add tests for content mode processor

df76d7a4a5dd52b12f5204e16667f9453c629c6c authored almost 8 years ago
Refactor resize functions

9b8e42e1b47ee678dcc118dc3c2531c485d45d47 authored almost 8 years ago
Merge pull request #601 from pNre/nil-resouce-button-fix

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

37b932a8f4e797594372bd19ac2cb894f29b5387 authored almost 8 years ago
Set webURLs to nil when resource is nil

c1eaba3546d4598bb119b220cbba0fbeac20ad4a authored almost 8 years ago
Merge pull request #600 from Drusy/master

Allow ResizingImageProcessor to resize image using size proxy aspectFit & aspectFill

2f479665db36123cb580dc54ca0203b29e4c565d authored almost 8 years ago
Identifier is used to identify the post-processed images in cache, so we need to keep the identifier the same for .none case

fe4e84dd71f3ec333f8283849ef52715757248da authored almost 8 years ago
Allow ResizingImageProcessor to resize image using size proxy scaleAspectFill and scaleAspectFit

b2f673b5376856963e39ebb8adc9944e564cc986 authored almost 8 years ago
Merge pull request #598 from pNre/nil-resource-fix

Also set the webURL to nil when resource is nil

9f576ccc3a7b43b6715ca456fe891af0c24eb710 authored almost 8 years ago
Set the webURL to nil for nil resources

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

55a9ca4771fd21036549fdd7212cdfe7739f1cce authored almost 8 years ago
Bump version to 3.4.0

1add8d87802d2e604a38bc32edbe67a6ede57a6c authored almost 8 years ago
Merge pull request #592 from onevcat/fix/gif-property-default

Use default duration if no valid gif frame info

8042f41234bf516ffbfa98dffbfc81edf01d42b6 authored almost 8 years ago
Use default duration if no valid gif frame info

5969fc375bf5715970d2d7e0abdc77021478b47e authored almost 8 years ago
Merge pull request #591 from onevcat/feature/gif-first-image

Feature gif first image

1da0c5ac144f65b4ee6810c31167e47accbe0f48 authored almost 8 years ago
Update tests for onlyLoadFirstFrame

70901477e83855eba9b540c730cd9cbd1179def3 authored almost 8 years ago
Add test for prefetch with processor

5da78863468be9f6123856680e24cf9ba121f110 authored almost 8 years ago
Add only first frame setting

b808515aca888e913f16c8b8336c2e5d6e359dfd authored almost 8 years ago
Add tests for progress callback racing

facdbfceee417167db764a8eb505c2c92cab4027 authored almost 8 years ago
Merge pull request #590 from Killectro/master

Pass processIdentifier when checking cache in ImagePrefetcher

36ec964d60d3be4bbf562c15d0bad4cc36da20a4 authored almost 8 years ago
Merge branch 'master' of https://github.com/onevcat/Kingfisher

337f85941e05c71bdf0dedcfd848575b524c2102 authored almost 8 years ago
Pass processIdentifier when checking cache in ImagePrefetcher

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

5d6fd33b2a5bfa995a97688bdd7cc2a9b6d78419 authored almost 8 years ago
Typo

67bc69184f66d1b92a8ec2f36d9ea0d5d58280dc authored almost 8 years ago
Merge pull request #583 from Fnoz/fix/ignoreProgressBlockOfPreviousTask

Ignore progressBlock if imageUrl is not equal to current imageUrl.

693028b761f2697023f7ca01b86f8de8f2ae46cc authored almost 8 years ago
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...

36040f394a8c72085ba3fe25d8774f1841931f01 authored almost 8 years ago
Merge pull request #580 from Fnoz/fix/cancelDownloadTask

(Supplement)Modify disk and download task cancel logic.

d11dbb9ecaa5f65ba4b3771fdb4f1f820916b000 authored almost 8 years ago
(Supplement)Modify disk and download task cancel logic.

42e0feae18b5c5d3435d61ea5a7eb6b842b9361a authored almost 8 years ago
Bump version to 3.3.4

8c9d3f6077d49ada7e3df5cedb75e0892f7ded6e authored almost 8 years ago
Merge pull request #578 from onevcat/fix/cancel-behavior

Modify disk and download task cancel logic

f2412f42b468f7c00ad39b4e54369ace25fc0ea8 authored almost 8 years ago
Merge pull request #576 from onevcat/fix/swift-built-in-pi

Use Float.pi instead of M_PI

5eaf3de25939411acd44bca90cb82d9630d846d4 authored almost 8 years ago
Modify disk and download task cancel logic

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

fee7b8e9a17d5d79233f84f93fe65c3d1e9f05b4 authored almost 8 years ago
Use Float.pi instead of M_PI

91781486b6dc0278d085099faf28d526fb4a48de authored almost 8 years ago
Bump version to 3.3.3

625c6f00ef8ac941c35c19ad61c32429c5a4b89a authored almost 8 years ago
Merge pull request #574 from onevcat/fix/xcode8-optional-bug

Make Xcode 8.0 happy again

22cbc4f22e7363d1d0efbf8fc220047df014697f authored almost 8 years ago
Make Xcode 8.0 happy again

78c83682825714633ed89b66e73fef7a92629b25 authored almost 8 years ago
Bump version to 3.3.2

ca02c9b774da10eb940eded48e07a1bd3c0d3bb0 authored about 8 years ago
Merge pull request #573 from onevcat/fix/context-for-background-encoding

Context upside down

ec295217e99689fd7b15a6384f940d5b2a97cad7 authored about 8 years ago
Context upside down

23fc8e647e4da8aa66520c8dd6891653558feee6 authored about 8 years ago
Bump version to 3.3.1

515d3c0be964df9ef3f7991a15c16711a9a26649 authored about 8 years ago
Add setup

e0132576e8051bfa35ddb39fb6c3b0fde76d6739 authored about 8 years ago
Ignore test images

63145d425aeb716fd625b7bb46bedb415c1a4bc9 authored about 8 years ago
Remove submodules

79380830a3b1418e474ffcd5822f6ca8e5edfe44 authored about 8 years ago
Bump version to 3.3.0

c2f963580530643eaffe65fbc9769f62552a6a32 authored about 8 years ago
Merge pull request #568 from onevcat/fix/remove-test-images

Fix/remove test images

fb50a488c27016cfc74e212a59986a3894d10541 authored about 8 years ago
Update submodule

72393831ed92b891d5cbf756219047d68a0dad7f authored about 8 years ago
Update submodule url

997ef43500464764af4959be9f44289749336401 authored about 8 years ago
Submodule before test

ab7a0fb1e6ab147210d09623f3782fc888a24bfb authored about 8 years ago
Update test images

254c0b35a228d779b39d4a565991a28d6622fd10 authored about 8 years ago
Update image folder in project file

19946547e445071a6afbf82143ed3132a0e88f63 authored about 8 years ago
Update image submodule

0fd44823ec3d10fd72ec082490485309a0f11024 authored about 8 years ago
Merge pull request #567 from onevcat/fix/blur-image-crash

Fix blur image crash

0c4813cf89de49dbd22fa9cd8962cd73103bbd54 authored about 8 years ago
Merge pull request #566 from onevcat/fix/forever-disk-cache

Support unlimited disk cache time

a3edece2c6161912f67e955fcb93d1a9eccf52de authored about 8 years ago
Remove unnessary code

b3bba0192099363d49679a11d31850202f7a0eca authored about 8 years ago
Fix blur context creating

657d2ebdd856ee47f26dd71b1c6b964681655a6a authored about 8 years ago
Update OS

fafa20d8dabc3dec898ee91b5ecd92bff024108b authored about 8 years ago
Add os setting

e4f633adf70af6cdda47f0265d34b47ff0f310b6 authored about 8 years ago
Opt out 0 for forever

43e2a95eb8c914c5843fc16140d5359d7957f640 authored about 8 years ago
Fix tests

8f5edaa36b70b0ffc036eff969ef9c4e1e2bdaa1 authored about 8 years ago
Use Xcode 8.2

82db374f58159cf40a6da3d3a9e2faf3583e1bb2 authored about 8 years ago
Update copyright year

686c2e12dd2e400ee4cb14c3cdab33866186a575 authored about 8 years ago
Support unlimited disk cache time

4cdc481573f0f9839e9e15a7187d96d92a1c7ce5 authored about 8 years ago
Merge pull request #560 from daneden/patch-1

Make Image representation methods public

045dee138eceb25436f65c3d2c0eb64538b4583c authored about 8 years ago
Make Image representation methods public

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

12a75aa2b89362a946cd5427bd8ade50a6aff8b1 authored about 8 years ago
Bump version to 3.2.4

19a79c6b5a62b234b2f9f6f72e19676694598d40 authored about 8 years ago
Merge pull request #549 from onevcat/fix/scale-parameter-not-in-use

Remove scale parameter from round corner API

420c62a9b25b3d3be0f7daf646cacebdbd28a815 authored about 8 years ago
Merge pull request #550 from onevcat/fix/spm-tests

Update Package.swift to exclude unnecessary things

eb36a03276361372b4a4a6ff4ed31c3b10ae6061 authored about 8 years ago
Update Package.swift to exclude unnecessary things

3b76bc6ca9f56d5fd5635439eda9318eff7945e3 authored about 8 years ago
Remove scale parameter from round corner API

444af776abd610ec32541dcc5c3d959b279e49cc authored about 8 years ago
Fix comment

87f726894fee3d73d7a254db40553c1ccc6102f8 authored about 8 years ago
Bump version to 3.2.3

f5c74cb2d9ff936bab8b21f3b1469e62ec150b06 authored about 8 years ago
Merge pull request #545 from onevcat/fix/image-orientation

Consider image orientation when applying filter

3353d584277175874b9acba9894173b83c78537f authored about 8 years ago
Consider image orientation when applying filter

0863de9d5d78f01088a8cd07ad2d812bdffdbe5e authored about 8 years ago
Bump version to 3.2.2

c91e8c020c18a83dc7890b67bcc02b33a0b55f4a authored about 8 years ago
Merge pull request #529 from xspyhack/master

Fix preload animated image and improve performance

ea94cc4b2b02095e9b8c5c05b10b7a497bc9fe4c authored about 8 years ago
Preload animated frame asynchronously

148dfa1cc54fd85c51c781d22d90d4972e4bd9b0 authored about 8 years ago
replace shouldPreloadAllGIF() with base.shouldPreloadAllGIF()

42204ba68f4af295436111f771e7b01ee7b3d5dc authored about 8 years ago
Merge pull request #524 from onevcat/fix/error-case-type

Fix typo in error enum

8a4706a6a620ddf088339204487071f21b28f31c authored about 8 years ago
Fix typo in processor

9d3ebfa6b5e42795191ea7d69a43e29096f43e29 authored about 8 years ago
Merge pull request #521 from onevcat/fix/pure-swift-downloader

Make ImageDownloader non-objc

2459ea72ad868394c2283addca84a4098d537790 authored about 8 years ago
Fix typo in error enum

aedd385b16d6845bf237d762a7a361505884f0bf authored about 8 years ago
Fix test for identify

6245a0c4cf1e0e1964484486254481688d5a0b28 authored about 8 years ago