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

Add doc and make indicator setter private

github.com/onevcat/Kingfisher - 5c15452fed9dc193c81a1bed542856a6acf142aa authored over 9 years ago by onevcat <[email protected]>
Refactor indicator

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

# Conflicts:
# Kingfisher/UIImageView+Kingfisher.swift

github.com/onevcat/Kingfisher - 1d61c895959b374b8ce9296e83dce680f75ae44f authored over 9 years ago by Alex Liu <[email protected]>
1. Add option named kf_showIndicatorWhenLoading to UIImageView 2. hide indicator when load image finished.

github.com/onevcat/Kingfisher - e0d5929d6587d50f1ded391a6e6adb4849b3d7fb authored over 9 years ago by Alex Liu <[email protected]>
Opt out WatchKit

github.com/onevcat/Kingfisher - 0ea4b75fddfe7a34606fe4ef6d32f97e9c55a375 authored over 9 years ago by onevcat <[email protected]>
Merge branch 'master' into swift-2.0

# Conflicts:
# Kingfisher/ImageCache.swift
# Kingfisher/KingfisherManager.swift
# Kingfisher/Kin...

github.com/onevcat/Kingfisher - 5944cae0dccbf0108dbba89b19e7aee04f78ff7c authored over 9 years ago by onevcat <[email protected]>
Merge pull request #79 from imamark/master

Fixes an issue where UnsafeMutablePointer is not released properly

github.com/onevcat/Kingfisher - 5c9d4cc8bf969d3321fe0de1b1c641aeea0afe88 authored over 9 years ago by Wei Wang <[email protected]>
Fixes an issue where UnsafeMutablePointer is not released properly

github.com/onevcat/Kingfisher - e0c26f4f1f37783bb483ea829ad956649a5ab960 authored over 9 years ago by Mark Kneale <[email protected]>
Center badge as well

github.com/onevcat/Kingfisher - 4c24ab3ddecf52f7188e43b1cd3540ce1759f5ba authored over 9 years ago by Wei Wang <[email protected]>
Update README.md

Center logo image

github.com/onevcat/Kingfisher - caeb6a3f5a81710926e5f46239c4f56bb97694ac authored over 9 years ago by Wei Wang <[email protected]>
Update pod version

github.com/onevcat/Kingfisher - c42cd803cfef0b7c666c793dddc2a88f6266fe2e authored over 9 years ago by onevcat <[email protected]>
Merge pull request #76 from vfn/master

Breaking retain cycles

github.com/onevcat/Kingfisher - 2cc88a011a82fe8254bd5fac3571961304830e95 authored over 9 years ago by Wei Wang <[email protected]>
Break retain cycle inside RetrieveImageTask’s diskRetrieveTask

github.com/onevcat/Kingfisher - 3de446e3201d7f3fb6d8b9bb18f16d367430ae0b authored over 9 years ago by Virgilio Favero Neto <[email protected]>
Capture self weakly inside completion block

github.com/onevcat/Kingfisher - 835df55063328d6be12f312d11618bd834f6602b authored over 9 years ago by Virgilio Favero Neto <[email protected]>
Merge pull request #77 from vfn/issue-70

Scale factor and default options

github.com/onevcat/Kingfisher - 6f8b1b19bf217d3f2a2c57c7ead766b30132b01b authored over 9 years ago by Wei Wang <[email protected]>
Added the option to specify a scale factor to assume when interpreting the image data.

github.com/onevcat/Kingfisher - dd3e34c463aef2301afdf154ac42d11a45d237f3 authored over 9 years ago by Virgilio Favero Neto <[email protected]>
Added option for background callback, instead of always using the default queue

github.com/onevcat/Kingfisher - dc99ba67b8b1e128de7af334c09a7c50b0f46387 authored over 9 years ago by Virgilio Favero Neto <[email protected]>
Made OptionsNone a constant and created DefaultOptions

DefaultOptions can be modified for global behaviour change

github.com/onevcat/Kingfisher - 57542904180bcf8f0a7cfb9f3d33d7cf8ac4134b authored over 9 years ago by Virgilio Favero Neto <[email protected]>
Removed unnecessary KingfisherOptions

github.com/onevcat/Kingfisher - dc01e03fc58f03d4e8bc72585f35e29384d747ca authored over 9 years ago by Virgilio Favero Neto <[email protected]>
remove test tap

github.com/onevcat/Kingfisher - 1fb4990febe21ae330173e91b8bba1f5fdf11d05 authored over 9 years ago by Alex Liu <[email protected]>
Add indicator.

github.com/onevcat/Kingfisher - 43ab743aeb733fd73c7ae2b4048dabb625f41946 authored over 9 years ago by Alex Liu <[email protected]>
Add indicator when loading.

github.com/onevcat/Kingfisher - e5364569f1e5d23b6a6e0f05e8f80e3241a39798 authored over 9 years ago by Alex Liu <[email protected]>
For Xcode 7 beta 2

github.com/onevcat/Kingfisher - 2283c950d5c85f189f4ed35858245d109f3de5e0 authored over 9 years ago by onevcat <[email protected]>
Fix test warnings

github.com/onevcat/Kingfisher - 65015e6549fd40eb72957facb136b7b016404992 authored over 9 years ago by onevcat <[email protected]>
Update syntax for Swift 2

And removed watch kit support temporarily to make it compile.

github.com/onevcat/Kingfisher - 1f6330c240f1070019e2d201e2477c733f02c6e6 authored over 9 years ago by onevcat <[email protected]>
Merge pull request #68 from krzyzanowskim/master

Add queue resulting queue to KingfisherManager.Option, default to mai…

github.com/onevcat/Kingfisher - fee63e87df788dfaa3e9938eceb856fbe99d90a9 authored over 9 years ago by Wei Wang <[email protected]>
Add queue resulting queue to KingfisherManager.Option, default to main queue

github.com/onevcat/Kingfisher - cb29c9515adbca3bc3bdc17d2e1a8dbd7ac457c5 authored over 9 years ago by Marcin Krzyżanowski <[email protected]>
Merge pull request #65 from onevcat/fix/downloader-barrier

Fix a potential issue in downloader barrier

github.com/onevcat/Kingfisher - 88f719080be98d96d18417d48a371c62907e65f8 authored over 9 years ago by Wei Wang <[email protected]>
Fix a potential issue in downloader barrier

github.com/onevcat/Kingfisher - 1a08d3715af9f086063d0790e95cbac7484476c6 authored over 9 years ago by onevcat <[email protected]>
Merge pull request #63 from tiagomnh/patch-1

Fix error in Carthage installation instructions

github.com/onevcat/Kingfisher - 7e51263b4c9e14f7790e0f08247c0bda5c1a7ef9 authored over 9 years ago by Wei Wang <[email protected]>
Fix error in Carthage installation instructions

github.com/onevcat/Kingfisher - 5e8b6018913bec48db857dbea890236631672e26 authored over 9 years ago by Tiago Henriques <[email protected]>
Merge pull request #59 from onevcat/1.4.1

1.4.1

github.com/onevcat/Kingfisher - e7767bf59a9bd81eb89e193ce12aa76c53918072 authored over 9 years ago by Wei Wang <[email protected]>
Merge pull request #58 from onevcat/fix/watch-app-demo-button

Add action for clean and reload

github.com/onevcat/Kingfisher - 1d8b98230c26105bc2a185e9326f15ab2729e301 authored over 9 years ago by Wei Wang <[email protected]>
Merge pull request #57 from onevcat/fix/watch-kit-link-optional

Fix/watch kit link optional

github.com/onevcat/Kingfisher - f456ae7fe6093b7e29be693db5686c831b48687f authored over 9 years ago by Wei Wang <[email protected]>
Add action for clean and reload

github.com/onevcat/Kingfisher - bec05984bb5128c57d00d4108c8486bdf51140fa authored over 9 years ago by onevcat <[email protected]>
Weak link for watch kit

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

github.com/onevcat/Kingfisher - c5663eb930906f950656b4501e25405220988e3a authored over 9 years ago by Wei Wang <[email protected]>
Merge pull request #55 from lexrus/master

Improve the consistency of badges and fix typos.

github.com/onevcat/Kingfisher - bc1fce958774b1196dfe1ac2b26149d5a53146d1 authored over 9 years ago by Wei Wang <[email protected]>
Improve the consistency of badges and fix typos.

github.com/onevcat/Kingfisher - 1b0c91edf94633cb9e47fcb1af6977888e9cdc3a authored over 9 years ago by lexrus <[email protected]>
Merge pull request #52 from onevcat/1.4.0

1.4.0

github.com/onevcat/Kingfisher - 090636672aaff5506d25b5c070ef8c013b7489d6 authored over 9 years ago by Wei Wang <[email protected]>
Update readme

github.com/onevcat/Kingfisher - 44c94199c3a4c8e86237af67aa34b88531e66c66 authored over 9 years ago by onevcat <[email protected]>
Update version

github.com/onevcat/Kingfisher - 885ed6b2657e2f837b4d9f721cbd79eee754ec55 authored over 9 years ago by onevcat <[email protected]>
Change cache key api name

github.com/onevcat/Kingfisher - c41897399601ffe6e5f3b2622fd9f1ba3df61420 authored over 9 years ago by onevcat <[email protected]>
Add doc for hashForURLString

github.com/onevcat/Kingfisher - 0e67c806619b5f3bfca7e8a94c4b2a0a9feb1b4c authored over 9 years ago by onevcat <[email protected]>
Merge pull request #53 from onevcat/feature/watch-kit-test

Feature/watch kit test

github.com/onevcat/Kingfisher - b0167ce38a8ae6009bf6c44ec87e663712b4eb71 authored over 9 years ago by Wei Wang <[email protected]>
Rename to CacheInWatch

github.com/onevcat/Kingfisher - ffaf7109961c0852e119db603cf8b88b1acd8a4c authored over 9 years ago by onevcat <[email protected]>
Merge pull request #51 from onevcat/feature/watch-kit

[WIP] WKInterfaceImage

github.com/onevcat/Kingfisher - 33801e3235df757b2aa68e68b673dcb5a6a4fa3e authored over 9 years ago by Wei Wang <[email protected]>
Add watch cache support for WKInterfaceImage ext.

github.com/onevcat/Kingfisher - 61e5172a5560e3c71b5cc8dd660a818210acedc8 authored over 9 years ago by onevcat <[email protected]>
Merge branch '1.4.0'

github.com/onevcat/Kingfisher - b17f972e58d188158be14719466053a136baec6f authored over 9 years ago by onevcat <[email protected]>
pod spec version

github.com/onevcat/Kingfisher - b46e0592f61bfa728281794d7975e7d72c7f428f authored over 9 years ago by onevcat <[email protected]>
Merge pull request #50 from onevcat/fix/session-failed

Fix/session failed

github.com/onevcat/Kingfisher - 8dd8a1127d3c58d54294365bbe7b42d34cd15250 authored over 9 years ago by Wei Wang <[email protected]>
Merge branch 'feature/circle-ci' into fix/session-failed

github.com/onevcat/Kingfisher - c85bfe7179052530a23935c0790662fac1c419a3 authored over 9 years ago by onevcat <[email protected]>
Clean URL when downloading error

github.com/onevcat/Kingfisher - 081f728286883b00c819cac80912a849cb66c027 authored over 9 years ago by onevcat <[email protected]>
Fix testcase for ci

github.com/onevcat/Kingfisher - 4dcf5638573376fb3c4753e1b523da40026591da authored over 9 years ago by onevcat <[email protected]>
Fix waiting time

github.com/onevcat/Kingfisher - d5b382a456e3cc9420ddce847e01dce4efff03f1 authored over 9 years ago by onevcat <[email protected]>
New commit for testing CI

github.com/onevcat/Kingfisher - 7fb4ff31cf10ebe3ebbb1d99947234ee15e4ff95 authored over 9 years ago by onevcat <[email protected]>
Wait for clean.

github.com/onevcat/Kingfisher - 442b2448f9fcca033b82d4c35871a515bb2a9c75 authored over 9 years ago by onevcat <[email protected]>
Clear memory cache too.

github.com/onevcat/Kingfisher - a5b174f8f7be7d13f8b0816a301fe32db36391d5 authored over 9 years ago by onevcat <[email protected]>
Fix clear cache test

github.com/onevcat/Kingfisher - 44302251f99af3948a9269aeddf1eb3a1189510f authored over 9 years ago by onevcat <[email protected]>
Fix order of cache.

github.com/onevcat/Kingfisher - 889d428f7df847fbc2f248a2aa7f94c765bc2307 authored over 9 years ago by onevcat <[email protected]>
Update time duration for CI

github.com/onevcat/Kingfisher - c43252fd72ca45765532bd974b02b086cbe710dc authored over 9 years ago by onevcat <[email protected]>
Add log for ci

github.com/onevcat/Kingfisher - 165306afd19420619df6b7ad194514f936cc8b4c authored over 9 years ago by onevcat <[email protected]>
Merge pull request #48 from onevcat/feature/circle-ci

Circle ci

github.com/onevcat/Kingfisher - da692ba512d29f77d39b0095e3416001e4661b49 authored over 9 years ago by Wei Wang <[email protected]>
Commit for ci build

github.com/onevcat/Kingfisher - d7a6beb23e70fab88186ce80ed9a52289f5d62b9 authored over 9 years ago by onevcat <[email protected]>
Merge pull request #45 from onevcat/fix/downloader-error

Move error to downloader

github.com/onevcat/Kingfisher - beb657f3147a78265b1c4725cb89917206fb27d4 authored over 9 years ago by Wei Wang <[email protected]>
Remove error to downloader

github.com/onevcat/Kingfisher - eb684c966269f66d3f6da482c3fbf3bb983450cc authored over 9 years ago by onevcat <[email protected]>
Add options to not cache in watch

github.com/onevcat/Kingfisher - 7d9e19c25518767a74e94c4ba0852fe6d35e1fe8 authored over 9 years ago by onevcat <[email protected]>
Better demo app

github.com/onevcat/Kingfisher - fbe4be3ffbac1fe56abc5cb3f7703dfff49c77d4 authored over 9 years ago by onevcat <[email protected]>
Add simple APIs for WKInterfaceImage.

Not adjust for Watch yet.

github.com/onevcat/Kingfisher - 7685067e825bf73254570ba72db8ab3cd7d5837d authored over 9 years ago by onevcat <[email protected]>
Update readme to 1.3

github.com/onevcat/Kingfisher - d8b2f2a6c3ce32250d39909de39b2149ad434765 authored over 9 years ago by onevcat <[email protected]>
Merge pull request #42 from onevcat/1.3.0

[WIP] 1.3.0

github.com/onevcat/Kingfisher - 342c32aeea3aceccbefec12f93b44dc6de5ada9e authored over 9 years ago by Wei Wang <[email protected]>
Update pod spec

github.com/onevcat/Kingfisher - 19d72671a4be56713cec7f48f9cda4720b216899 authored over 9 years ago by onevcat <[email protected]>
Fix order. Add doc

github.com/onevcat/Kingfisher - abe51ce019c59d5a0735c3311f598b670b106ee4 authored over 9 years ago by onevcat <[email protected]>
Merge pull request #43 from onevcat/feature/http-status-code-304

Http status code 304

github.com/onevcat/Kingfisher - 9fa8c4a9703af4bb34d367d40cd1cef6bb5014eb authored over 9 years ago by Wei Wang <[email protected]>
Add image downloader delegate.

github.com/onevcat/Kingfisher - b2dab1130e4b5b6c875be51b42db7eecb962fb81 authored over 9 years ago by onevcat <[email protected]>
Add clean notification and tests

github.com/onevcat/Kingfisher - b12121a661a1cdc0116be226963f1a04e0543b74 authored over 9 years ago by onevcat <[email protected]>
Handle response 304

github.com/onevcat/Kingfisher - ab8757d9578d2e3dcce1cfc263c30cdb91943902 authored over 9 years ago by onevcat <[email protected]>
Merge pull request #41 from onevcat/yonaskolb-1.2.1

Yonaskolb 1.2.1

github.com/onevcat/Kingfisher - 271d98a70ada4626cffccc6125cf4a98b59a572a authored over 9 years ago by Wei Wang <[email protected]>
Resolve conflict

github.com/onevcat/Kingfisher - e3831dd2de4395eda4b37aa1694ba2f49aa99786 authored over 9 years ago by onevcat <[email protected]>
Merge branch 'master' into 1.2.1

Conflicts:
Kingfisher/ImageDownloader.swift

github.com/onevcat/Kingfisher - 78257b03f530f7ed26ddcffe9560a6e7fbe78b27 authored over 9 years ago by Yonas Kolb <[email protected]>
Seperated ImageDownloaderCompletionHandler and CompletionHandler

github.com/onevcat/Kingfisher - 499555b4b050c744cbedb8169923b215aac79cb5 authored over 9 years ago by Yonas Kolb <[email protected]>
Add cacheType param to tests

github.com/onevcat/Kingfisher - 909db401a9ea12526954ca2eac183e936d8b298e authored over 9 years ago by Yonas Kolb <[email protected]>
Reorder cacheType param in CompletionHandler

github.com/onevcat/Kingfisher - f81e43cdccc0bff029e45bf6a0f3a5eaded5cb1a authored over 9 years ago by Yonas Kolb <[email protected]>
Added cacheType to completion handler

github.com/onevcat/Kingfisher - b584152a8f56bc683cec6b723a9e1702c9fce0f7 authored over 9 years ago by Yonas Kolb <[email protected]>
Merge pull request #37 from onevcat/fix/doc-1.2.1

Add documentation.

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

github.com/onevcat/Kingfisher - d338e8364e70ad5d71996916ac275463e51991d6 authored over 9 years ago by onevcat <[email protected]>
Merge pull request #32 from onevcat/1.2.0

[WIP] 1.2.0

github.com/onevcat/Kingfisher - 4b2d4ea9c3cc399d2c382b01edc0b2119b88440c authored over 9 years ago by Wei Wang <[email protected]>
Update podspec

github.com/onevcat/Kingfisher - 632274e9708622520c39caeaf1902cfcfa5535bf authored over 9 years ago by onevcat <[email protected]>