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

Add doc and make indicator setter private

5c15452fed9dc193c81a1bed542856a6acf142aa authored over 9 years ago by onevcat <[email protected]>
Refactor indicator

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

# Conflicts:
# Kingfisher/UIImageView+Kingfisher.swift

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.

e0d5929d6587d50f1ded391a6e6adb4849b3d7fb authored over 9 years ago by Alex Liu <[email protected]>
Opt out WatchKit

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...

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

5c9d4cc8bf969d3321fe0de1b1c641aeea0afe88 authored over 9 years ago by Wei Wang <[email protected]>
Fixes an issue where UnsafeMutablePointer is not released properly

e0c26f4f1f37783bb483ea829ad956649a5ab960 authored over 9 years ago by Mark Kneale <[email protected]>
Center badge as well

4c24ab3ddecf52f7188e43b1cd3540ce1759f5ba authored over 9 years ago by Wei Wang <[email protected]>
Update README.md

Center logo image

caeb6a3f5a81710926e5f46239c4f56bb97694ac authored over 9 years ago by Wei Wang <[email protected]>
Update pod version

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

Breaking retain cycles

2cc88a011a82fe8254bd5fac3571961304830e95 authored over 9 years ago by Wei Wang <[email protected]>
Break retain cycle inside RetrieveImageTask’s diskRetrieveTask

3de446e3201d7f3fb6d8b9bb18f16d367430ae0b authored over 9 years ago by Virgilio Favero Neto <[email protected]>
Capture self weakly inside completion block

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

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.

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

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

57542904180bcf8f0a7cfb9f3d33d7cf8ac4134b authored over 9 years ago by Virgilio Favero Neto <[email protected]>
Removed unnecessary KingfisherOptions

dc01e03fc58f03d4e8bc72585f35e29384d747ca authored over 9 years ago by Virgilio Favero Neto <[email protected]>
remove test tap

1fb4990febe21ae330173e91b8bba1f5fdf11d05 authored over 9 years ago by Alex Liu <[email protected]>
Add indicator.

43ab743aeb733fd73c7ae2b4048dabb625f41946 authored over 9 years ago by Alex Liu <[email protected]>
Add indicator when loading.

e5364569f1e5d23b6a6e0f05e8f80e3241a39798 authored over 9 years ago by Alex Liu <[email protected]>
For Xcode 7 beta 2

2283c950d5c85f189f4ed35858245d109f3de5e0 authored over 9 years ago by onevcat <[email protected]>
Fix test warnings

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.

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…

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

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

88f719080be98d96d18417d48a371c62907e65f8 authored over 9 years ago by Wei Wang <[email protected]>
Fix a potential issue in downloader barrier

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

Fix error in Carthage installation instructions

7e51263b4c9e14f7790e0f08247c0bda5c1a7ef9 authored over 9 years ago by Wei Wang <[email protected]>
Fix error in Carthage installation instructions

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

1.4.1

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

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

f456ae7fe6093b7e29be693db5686c831b48687f authored over 9 years ago by Wei Wang <[email protected]>
Add action for clean and reload

bec05984bb5128c57d00d4108c8486bdf51140fa authored over 9 years ago by onevcat <[email protected]>
Fix podspec

aa923753caf2457e791d967849bb2760aa1118d9 authored over 9 years ago by onevcat <[email protected]>
Weak link for watch kit

625b8f89c033f16b3aebba323654890f4a19b0e6 authored over 9 years ago by onevcat <[email protected]>
Update README.md

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.

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

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

1.4.0

090636672aaff5506d25b5c070ef8c013b7489d6 authored over 9 years ago by Wei Wang <[email protected]>
Update readme

44c94199c3a4c8e86237af67aa34b88531e66c66 authored over 9 years ago by onevcat <[email protected]>
Update version

885ed6b2657e2f837b4d9f721cbd79eee754ec55 authored over 9 years ago by onevcat <[email protected]>
Change cache key api name

c41897399601ffe6e5f3b2622fd9f1ba3df61420 authored over 9 years ago by onevcat <[email protected]>
Add doc for hashForURLString

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

Feature/watch kit test

b0167ce38a8ae6009bf6c44ec87e663712b4eb71 authored over 9 years ago by Wei Wang <[email protected]>
Rename to CacheInWatch

ffaf7109961c0852e119db603cf8b88b1acd8a4c authored over 9 years ago by onevcat <[email protected]>
Update demo

988db0a148f8ba704df6ae6512d281d5555e2300 authored over 9 years ago by onevcat <[email protected]>
Add docs

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

[WIP] WKInterfaceImage

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

61e5172a5560e3c71b5cc8dd660a818210acedc8 authored over 9 years ago by onevcat <[email protected]>
CI badge

3cb9212ea8b6dc628d105f725cbd09b6ae14b5b0 authored over 9 years ago by onevcat <[email protected]>
Merge branch '1.4.0'

b17f972e58d188158be14719466053a136baec6f authored over 9 years ago by onevcat <[email protected]>
pod spec version

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

Fix/session failed

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

c85bfe7179052530a23935c0790662fac1c419a3 authored over 9 years ago by onevcat <[email protected]>
Clean URL when downloading error

081f728286883b00c819cac80912a849cb66c027 authored over 9 years ago by onevcat <[email protected]>
Fix testcase for ci

4dcf5638573376fb3c4753e1b523da40026591da authored over 9 years ago by onevcat <[email protected]>
Fix waiting time

d5b382a456e3cc9420ddce847e01dce4efff03f1 authored over 9 years ago by onevcat <[email protected]>
New commit for testing CI

7fb4ff31cf10ebe3ebbb1d99947234ee15e4ff95 authored over 9 years ago by onevcat <[email protected]>
Wait for clean.

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

a5b174f8f7be7d13f8b0816a301fe32db36391d5 authored over 9 years ago by onevcat <[email protected]>
Fix clear cache test

44302251f99af3948a9269aeddf1eb3a1189510f authored over 9 years ago by onevcat <[email protected]>
Remove log

74462b8f18bb857bc4a5b9626323fe990e60026f authored over 9 years ago by onevcat <[email protected]>
Log

cdb6c8d1fbfaf908fbed7f0ad1a45cf26a797d35 authored over 9 years ago by onevcat <[email protected]>
Fix order of cache.

889d428f7df847fbc2f248a2aa7f94c765bc2307 authored over 9 years ago by onevcat <[email protected]>
Update time duration for CI

c43252fd72ca45765532bd974b02b086cbe710dc authored over 9 years ago by onevcat <[email protected]>
Add log for ci

165306afd19420619df6b7ad194514f936cc8b4c authored over 9 years ago by onevcat <[email protected]>
Log for CI

ee8310b945bd76f5f94b90954d6efe2185adc6b1 authored over 9 years ago by onevcat <[email protected]>
Log for ci

6bf98fb246a0414be87a317c56eba6af114737a2 authored over 9 years ago by onevcat <[email protected]>
Merge pull request #48 from onevcat/feature/circle-ci

Circle ci

da692ba512d29f77d39b0095e3416001e4661b49 authored over 9 years ago by Wei Wang <[email protected]>
Commit for ci build

d7a6beb23e70fab88186ce80ed9a52289f5d62b9 authored over 9 years ago by onevcat <[email protected]>
yml file

93bc1bafb835678d8ec7fed611d126aa3c52d0c5 authored over 9 years ago by onevcat <[email protected]>
Merge pull request #45 from onevcat/fix/downloader-error

Move error to downloader

beb657f3147a78265b1c4725cb89917206fb27d4 authored over 9 years ago by Wei Wang <[email protected]>
Remove error to downloader

eb684c966269f66d3f6da482c3fbf3bb983450cc authored over 9 years ago by onevcat <[email protected]>
Add options to not cache in watch

7d9e19c25518767a74e94c4ba0852fe6d35e1fe8 authored over 9 years ago by onevcat <[email protected]>
Better demo app

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

Not adjust for Watch yet.

7685067e825bf73254570ba72db8ab3cd7d5837d authored over 9 years ago by onevcat <[email protected]>
Update readme to 1.3

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

[WIP] 1.3.0

342c32aeea3aceccbefec12f93b44dc6de5ada9e authored over 9 years ago by Wei Wang <[email protected]>
Update pod spec

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

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

9fa8c4a9703af4bb34d367d40cd1cef6bb5014eb authored over 9 years ago by Wei Wang <[email protected]>
Add doc

14e578d192abd227ee4d36dc7a9477de79ab2a1d authored over 9 years ago by onevcat <[email protected]>
Add image downloader delegate.

b2dab1130e4b5b6c875be51b42db7eecb962fb81 authored over 9 years ago by onevcat <[email protected]>
Add doc

24d5e6f568e95280ce522efa47862096515eded8 authored over 9 years ago by onevcat <[email protected]>
Add clean notification and tests

b12121a661a1cdc0116be226963f1a04e0543b74 authored over 9 years ago by onevcat <[email protected]>
Handle response 304

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

Yonaskolb 1.2.1

271d98a70ada4626cffccc6125cf4a98b59a572a authored over 9 years ago by Wei Wang <[email protected]>
Fix tests.

8e0c78a3f81da0890730ae72c4e2db0099ca58ac authored over 9 years ago by onevcat <[email protected]>
Resolve conflict

e3831dd2de4395eda4b37aa1694ba2f49aa99786 authored over 9 years ago by onevcat <[email protected]>
Merge branch 'master' into 1.2.1

Conflicts:
Kingfisher/ImageDownloader.swift

78257b03f530f7ed26ddcffe9560a6e7fbe78b27 authored over 9 years ago by Yonas Kolb <[email protected]>
Seperated ImageDownloaderCompletionHandler and CompletionHandler

499555b4b050c744cbedb8169923b215aac79cb5 authored over 9 years ago by Yonas Kolb <[email protected]>
Add cacheType param to tests

909db401a9ea12526954ca2eac183e936d8b298e authored over 9 years ago by Yonas Kolb <[email protected]>
Reorder cacheType param in CompletionHandler

f81e43cdccc0bff029e45bf6a0f3a5eaded5cb1a authored over 9 years ago by Yonas Kolb <[email protected]>
Added cacheType to completion handler

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

Add documentation.

7f0784a2550637deeb8786fa9f6e5f80356ac471 authored over 9 years ago by Wei Wang <[email protected]>
Add documentation.

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

[WIP] 1.2.0

4b2d4ea9c3cc399d2c382b01edc0b2119b88440c authored over 9 years ago by Wei Wang <[email protected]>
Update podspec

632274e9708622520c39caeaf1902cfcfa5535bf authored over 9 years ago by onevcat <[email protected]>