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

优化渐进处理串行队列 加强线程安全

github.com/onevcat/Kingfisher - 42c0c31fd0fe798fe145daa6034397ff065d0054 authored over 5 years ago by lixiang1994 <[email protected]>
Merge pull request #4 from onevcat/master

同步

github.com/onevcat/Kingfisher - c9f9f5f71faf8fed7f0422568b9c384e20a3f173 authored over 5 years ago by LEE <[email protected]>
Mark `cacheFileURL` public in disk storage

github.com/onevcat/Kingfisher - b106277258b016c10b4f3ae3d950f553219eeb39 authored over 5 years ago by onevcat <[email protected]>
Add basic UI

github.com/onevcat/Kingfisher - a5b9ff3100ac7094c6467ce5feb13edf8f7100e4 authored over 5 years ago by onevcat <[email protected]>
Merge pull request #1218 from lixiang1994/master

优化渐进式加载扫描解码性能

github.com/onevcat/Kingfisher - 8eba22b03604ebbb08e9a19366d7527810dce702 authored over 5 years ago by Wei Wang <[email protected]>
优化渐进式加载扫描解码操作 通过串行队列减少计算频率 优化性能 (原来: 在开启progressiveJPEG后如果加载非连续JPEG格式图形是 会造成多余额外计算阻塞线程)

github.com/onevcat/Kingfisher - 8bad9c3a295ee901af772e9f237d3b8a5967d89a authored over 5 years ago by lixiang1994 <[email protected]>
Merge pull request #3 from onevcat/master

同步

github.com/onevcat/Kingfisher - 826b26817d9dc225b3a21e423fbc6dcebe91b387 authored over 5 years ago by LEE <[email protected]>
Update project settings

github.com/onevcat/Kingfisher - cfdedd28b25520af67b611a4fa6bc40a84f506b4 authored over 5 years ago by onevcat <[email protected]>
Merge pull request #1209 from kylinroc/xcode-11-swiftpm

Make Kingfisher Xcode 11 Swift Package Manager compatible

github.com/onevcat/Kingfisher - 423f428463e7ef9d86554371044443141edca0f1 authored over 5 years ago by Wei Wang <[email protected]>
Merge pull request #1201 from imWildCat/imWildCat/support-project-catalyst

Experimental: Support Project Catalyst

github.com/onevcat/Kingfisher - 3037c87b7e362163ee846e0576dfb69b8aefca0f authored over 5 years ago by Wei Wang <[email protected]>
Make Kingfisher Xcode 11 Swift Package Manager compatible

github.com/onevcat/Kingfisher - 179ddb4142d89b829cdd05fb2390c7bb9460059a authored over 5 years ago by Bei Li <[email protected]>
Update README.md

github.com/onevcat/Kingfisher - 7525ca7f41d7008fef5b6348437e579b04d5840b authored over 5 years ago by Wei Wang <[email protected]>
Bump version to 5.6.0

github.com/onevcat/Kingfisher - 51ed75ee097f3ed66ff716d3b8bedb68c2eafbac authored over 5 years ago by onevcat <[email protected]>
Update project settings

github.com/onevcat/Kingfisher - 5836dddb343365f426e9e513a12f476c623d5a75 authored over 5 years ago by onevcat <[email protected]>
Merge pull request #1196 from dstranz/feature/option-to-ignore-extendingExpiration

Add option to disable memory cache TTL extending

github.com/onevcat/Kingfisher - ba605dfb23b82eba1508f78c5092ccdaea4c6c28 authored over 5 years ago by Wei Wang <[email protected]>
Update MemoryStorage.swift

github.com/onevcat/Kingfisher - 66a791295ee18c5c76e4940fba1d83bdcf35f74a authored over 5 years ago by Dominique Stranz <[email protected]>
Update Sources/Cache/Storage.swift

Co-Authored-By: Wei Wang <[email protected]>

github.com/onevcat/Kingfisher - 215f90ec1b1cdcb27055a4eafa80a022f9e51d54 authored over 5 years ago by Dominique Stranz <[email protected]>
Update Sources/Cache/Storage.swift

Co-Authored-By: Wei Wang <[email protected]>

github.com/onevcat/Kingfisher - 0dcf29e99ab864aea0109c975472b8f7032a44c6 authored over 5 years ago by Dominique Stranz <[email protected]>
Add ExpirationExtending enum to control extending policy

github.com/onevcat/Kingfisher - e2877cb2d0cfce83a3970e82c282d7d97f7ae61e authored over 5 years ago by Dominique Stranz <[email protected]>
Support project catalyst

github.com/onevcat/Kingfisher - 90eb8ab690d8e53fbfbdaf50c5525f5053877f45 authored over 5 years ago by WildCat <[email protected]>
Update comment

github.com/onevcat/Kingfisher - 96e315bd1b109edeb3aceebada65b891c808082f authored over 5 years ago by Dominique Stranz <[email protected]>
Replace memoryCacheExpirationNotExtendable with memoryCacheAccessExtendingExpiration(let expiration) option

github.com/onevcat/Kingfisher - f874ef1ff58cc79b90066f55cb559c5b44da8fa4 authored over 5 years ago by Dominique Stranz <[email protected]>
Rename testCacheImageExtendingExpirationTask and testCacheImageExpirationTask tests

github.com/onevcat/Kingfisher - d7ff4102335d4270e39a0c8ca93f97af3b93379f authored over 5 years ago by Dominique Stranz <[email protected]>
Replace testCacheImageExtendingExpirationTask and testCacheImageExpirationTask tests

github.com/onevcat/Kingfisher - 91f04445cc8351ae4ce7ae1953e2e7c6360e8464 authored over 5 years ago by Dominique Stranz <[email protected]>
Merge pull request #1183 from wolfcolony/feature/optimize_by_reduce

Optimize MD5 String By `reduce` Function

github.com/onevcat/Kingfisher - c1e9183bac628e3cafd34b937900cb1a52f13de6 authored over 5 years ago by Wei Wang <[email protected]>
Merge branch 'feature/option-to-ignore-extendingExpiration' of github.com:dstranz/Kingfisher into feature/option-to-ignore-extendingExpiration

github.com/onevcat/Kingfisher - 41527e423a29d87fa60b8f6b6e08e9f1e774977d authored over 5 years ago by Dominique Stranz <[email protected]>
Replace testStoreWithExpirationExtending and testStoreWithExpirationNotExtending tests

github.com/onevcat/Kingfisher - 37924f9bf73ed091599f5e3096375da9b71647e7 authored over 5 years ago by Dominique Stranz <[email protected]>
Merge branch 'master' into feature/option-to-ignore-extendingExpiration

github.com/onevcat/Kingfisher - 48c54208d6c51f99fdf6585c34f2d1b26aaf13b7 authored over 5 years ago by Dominique Stranz <[email protected]>
Merge pull request #1199 from RomanPodymov/master

Time constants

github.com/onevcat/Kingfisher - cc73b44fae2f939031cb0e526bc0cb2fa7eef124 authored over 5 years ago by Wei Wang <[email protected]>
Update Gemfile.lock

github.com/onevcat/Kingfisher - 2881588335a3e1ecce882dd5df66e65d7083a907 authored over 5 years ago by Roman Podymov <[email protected]>
Update Gemfile

github.com/onevcat/Kingfisher - 14b0207edf2e0ee7dd74642400860431e947844c authored over 5 years ago by Roman Podymov <[email protected]>
time constants

github.com/onevcat/Kingfisher - 39070e50011b7818a2234ad2598ad50b14d8e842 authored over 5 years ago by Roman Podymov <[email protected]>
简化闭包初始化语法

github.com/onevcat/Kingfisher - f47be1cb75a571d2dedc284de2156fc26b4a0d7d authored over 5 years ago by lixiang1994 <[email protected]>
Merge pull request #2 from onevcat/master

同步

github.com/onevcat/Kingfisher - 9fc4c1ad989bce74eb16cd9f7eb9115d730ca589 authored over 5 years ago by LEE <[email protected]>
Revert "Remove unnecessary DispatchGroup from tests"

This reverts commit 7f6b0277e02e75254f962f1c3b60de3b9d47fd6a.

github.com/onevcat/Kingfisher - ba4e8dfce5924cab292aadb3fec7e3a4083d894d authored over 5 years ago by Dominique Stranz <[email protected]>
Remove unnecessary DispatchGroup from tests

github.com/onevcat/Kingfisher - 7f6b0277e02e75254f962f1c3b60de3b9d47fd6a authored over 5 years ago by Dominique Stranz <[email protected]>
Revert "Add high qos for delayed blocks in tests to avoid latency on CI"

This reverts commit f7b951086adc8144d196d09d56828d47cfeb9e96.

github.com/onevcat/Kingfisher - 3507de9732e5ab5e14aa4c62f05aa6d2f49da55d authored over 5 years ago by Dominique Stranz <[email protected]>
Add high qos for delayed blocks in tests to avoid latency on CI

github.com/onevcat/Kingfisher - f7b951086adc8144d196d09d56828d47cfeb9e96 authored over 5 years ago by Dominique Stranz <[email protected]>
Revert "Test serial setImage calls in tests (to resolve CI errors)"

This reverts commit 32e93b602d655bb982a9dc38c2ac1a9668cbb70a.

github.com/onevcat/Kingfisher - 3a8de6b94b1ac168967095416d851821103d2cbe authored over 5 years ago by Dominique Stranz <[email protected]>
Test serial setImage calls in tests (to resolve CI errors)

github.com/onevcat/Kingfisher - 32e93b602d655bb982a9dc38c2ac1a9668cbb70a authored over 5 years ago by Dominique Stranz <[email protected]>
Update cocoapods to fix Travis issue

github.com/onevcat/Kingfisher - 09e10eb4b67791aff669c6b12580a771008fbb80 authored over 5 years ago by Dominique Stranz <[email protected]>
Add option to disable memory cache TTL extending

github.com/onevcat/Kingfisher - fddc74ed898bc1b6e752934e45ab2b0efdc71ec3 authored over 5 years ago by Dominique Stranz <[email protected]>
Merge pull request #1194 from JosephDuffy/master

Add prebuilt framework when releasing to GitHub

github.com/onevcat/Kingfisher - 7e0766223cacadbbb17e085ca3cbb5a6822846f2 authored over 5 years ago by Wei Wang <[email protected]>
Add prebuilt framework when releasing to GitHub

github.com/onevcat/Kingfisher - 347bca12283075600f889de43904c92d357c06dd authored over 5 years ago by Joseph Duffy <[email protected]>
Merge pull request #1189 from xspyhack/master

Improve animated image resizing (again?) and supports background decoding.

github.com/onevcat/Kingfisher - e351514b0e0b498d162844956475c3e1f3d83617 authored over 5 years ago by Wei Wang <[email protected]>
Ignoring resizing animated frame when size is zero

github.com/onevcat/Kingfisher - 7cb1b1a96522b854137d51c79e1125d7f6cd78e8 authored over 5 years ago by xspyhack <[email protected]>
Supports background gif decoding

github.com/onevcat/Kingfisher - 7c660835f99508eba2f5ce5baf76af3646b58b4e authored over 5 years ago by xspyhack <[email protected]>
Improve animated image resizeing with Image/IO

github.com/onevcat/Kingfisher - b20bac43efa95f64b435d3798350c5b116593269 authored over 5 years ago by xspyhack <[email protected]>
Bump version to 5.5.0

github.com/onevcat/Kingfisher - cbbec1b9439725962974d921ece2fd036439bdf6 authored over 5 years ago by onevcat <[email protected]>
Unpublic data receiving side effect changes for now

github.com/onevcat/Kingfisher - c96c7a9718b96b435a82d6a78b81234197ec71db authored over 5 years ago by onevcat <[email protected]>
Merge pull request #1181 from lixiang1994/master

Progressive JPEG

github.com/onevcat/Kingfisher - 650dc584e0a11b51f251f6b3d5fa37ffc004d802 authored over 5 years ago by Wei Wang <[email protected]>
优化UIButton扩展的taskIdentifier字典存储语法 去掉NSMutableDictionary 改为swift标准库字典

github.com/onevcat/Kingfisher - 86771ee4d21acc710464889f266c9dcb314c9315 authored over 5 years ago by lixiang1994 <[email protected]>
解决CI问题

github.com/onevcat/Kingfisher - 94f7190f36f9d152f5131d6dfe65a6bf0fc99ebe authored over 5 years ago by lixiang1994 <[email protected]>
注释Identifier相关单元测试

github.com/onevcat/Kingfisher - 0f636d2ebdd03337c44c7619c9a861ba77726a8b authored over 5 years ago by lixiang1994 <[email protected]>
移除渐进式的isWait设置以及相关处理, 移除内部progressBlock 改为基于options的DataReceivingSideEffect 只保留public相关的方法, 其他细节优化等

github.com/onevcat/Kingfisher - 6ce8ca42b10f2a57f564a655a6134795cc287a44 authored over 5 years ago by lixiang1994 <[email protected]>
Merge pull request #1146 from dstranz/feature/use-builtin-result-type

Use built in Result type on Swift 5

github.com/onevcat/Kingfisher - a01a88e66d60029a87186933b8ae9db1e244daf8 authored over 5 years ago by Wei Wang <[email protected]>
Merge pull request #1 from onevcat/lixiang1994-master

Conceptual proving of side effect option

github.com/onevcat/Kingfisher - 2a1804e055498b180d91a70d33ab43228b57bd4a authored over 5 years ago by LEE <[email protected]>
Make handle out from scope

github.com/onevcat/Kingfisher - fc4a7b2fee50ecd75c2596e2e3293f96ec197ee6 authored over 5 years ago by onevcat <[email protected]>
Merge branch 'master' into lixiang1994-master

github.com/onevcat/Kingfisher - 83f536517322fbe28bed014f6828561d800ee4c3 authored over 5 years ago by Wei Wang <[email protected]>
Conceptual prove of side effect option

github.com/onevcat/Kingfisher - 4c44023f55af504cc697a854272e5f4a609f0277 authored over 5 years ago by onevcat <[email protected]>
Add apply condition to data receive side effect

github.com/onevcat/Kingfisher - 48d55cc8302477106958729b0a36890d0a4ec391 authored over 5 years ago by onevcat <[email protected]>
优化, 完善细节

github.com/onevcat/Kingfisher - 186d28afaf858ee88b02cc11c776e691c6b87f24 authored over 5 years ago by lixiang1994 <[email protected]>
优化, 完善细节

github.com/onevcat/Kingfisher - 698c28d407f4ffd6717185417535a2ca6c15f1bc authored over 5 years ago by lixiang1994 <[email protected]>
DataReceivingSideEffect protocol and (failing) tests

github.com/onevcat/Kingfisher - cb649cb315e5b1decf9eea49ae6a0054122914b9 authored over 5 years ago by onevcat <[email protected]>
Some minor syntax improvement

github.com/onevcat/Kingfisher - 6d44855055d0aa9d249de8abb23f86ef8d7c8bd9 authored over 5 years ago by onevcat <[email protected]>
Fix project localization warning

github.com/onevcat/Kingfisher - b60d0200c4e4c3bd0e3c7f528c22492b4fd84ddc authored over 5 years ago by onevcat <[email protected]>
Revert development team

github.com/onevcat/Kingfisher - c76ef5a3d8143b922c8d134b06f91d6cdfa74f94 authored over 5 years ago by onevcat <[email protected]>
Make alert button text clearer

github.com/onevcat/Kingfisher - 8bd4420edc630d0914a556e1d78cd26a7707f599 authored over 5 years ago by onevcat <[email protected]>
Refactor for demo URLs

github.com/onevcat/Kingfisher - 29552d90a10e1e506d9a8a9b6abb3292f10bff35 authored over 5 years ago by onevcat <[email protected]>
Optimize MD5 String By `reduce` Function

github.com/onevcat/Kingfisher - 7ea58dcc89dec8cf4db2c4a2af793d7df17cdcbf authored over 5 years ago by 程鹏 <[email protected]>
解决CI问题

github.com/onevcat/Kingfisher - 1f180368867753f1f5797402cd336801e973ddb0 authored over 5 years ago by lixiang1994 <[email protected]>
修改命名 解决CI测试问题

github.com/onevcat/Kingfisher - adb7afb7b41793e41629d672e26c905009fbe9dc authored over 5 years ago by lixiang1994 <[email protected]>
Update ImageProgressive.swift

github.com/onevcat/Kingfisher - a100eb3d02114b2b55c157d8e8c55a2cbb1963c6 authored over 5 years ago by LEE <[email protected]>
优化options设置, 增加是否模糊处理, 是否等待扫描完成, 是否快速扫描, 扫描最小间隔等设置, 增加Provider类强化封装 重构相关扩展, 并完善Demo页面

github.com/onevcat/Kingfisher - 799b4d15f8b01f0825fd78cc07b3de2d8c71f26e authored over 5 years ago by lixiang1994 <[email protected]>
为其他扩展添加渐进式JPEG加载处理

github.com/onevcat/Kingfisher - 70496bbf7e74eb91997a08ab437c62637c96f5fd authored over 5 years ago by lixiang1994 <[email protected]>
优化渐进式JPEG加载效果 增加模糊效果开关

github.com/onevcat/Kingfisher - e22ad9b68c48733da9c518cc7a7777d478b21d93 authored over 5 years ago by lixiang1994 <[email protected]>
新增渐进式JPEG加载演示页面, 完成ImageView的渐进式JPEG加载扩展

github.com/onevcat/Kingfisher - a04faeddd65b2b6609bdc9d84e2a50e2e5658852 authored over 5 years ago by lixiang1994 <[email protected]>
图片下载增加接收数据回调

github.com/onevcat/Kingfisher - 40ab19253d15b77b294fb07265bffe73702d9dc1 authored over 5 years ago by lixiang1994 <[email protected]>
Improve test stability

github.com/onevcat/Kingfisher - 192a0fa68a61704d2642b0b62d508831032732fc authored over 5 years ago by onevcat <[email protected]>
Bump version to 5.4.0

github.com/onevcat/Kingfisher - 7f70878530b21c97ed94aef97b80055386482f19 authored over 5 years ago by onevcat <[email protected]>
Merge pull request #1167 from onevcat/fix/tests

More time for slow environment

github.com/onevcat/Kingfisher - 0c822f369329d0cac06cdeedae30e2a7fcc73461 authored over 5 years ago by Wei Wang <[email protected]>
More time for slow environment

github.com/onevcat/Kingfisher - 23d6b55c36e9f6b24efb95c5ea6448f238c8655a authored over 5 years ago by onevcat <[email protected]>
Merge pull request #1163 from onevcat/fix/orientation-fix

Fix image normalization orientation

github.com/onevcat/Kingfisher - 881cc93b9ba93da80e6074f2102c471f6c58a5b6 authored over 5 years ago by Wei Wang <[email protected]>
Merge pull request #1164 from onevcat/fix/orientation-warning

Fix warnings for Swift 5

github.com/onevcat/Kingfisher - e71aae7f8706318bfa8b11ca8f611d2562eca43a authored over 5 years ago by Wei Wang <[email protected]>
Fix warnings for Swift 5

github.com/onevcat/Kingfisher - 6f3e7b2100d1719f947402df227d856cdf5cfd94 authored over 5 years ago by onevcat <[email protected]>
Tests for normalized image orientation

github.com/onevcat/Kingfisher - 6f2474373efe2fb8148157a694c592faaf05ccae authored over 5 years ago by onevcat <[email protected]>
Add fixing orientation to correct normalization

github.com/onevcat/Kingfisher - 1f64f8d108b7ef27ed30cb6e6c0ce18ff8a777dc authored over 5 years ago by onevcat <[email protected]>
Merge pull request #1160 from zzzzeu/bug-fix

Fix cache not expire when setting maxCachePeriodInSecond to 0

github.com/onevcat/Kingfisher - 29d6bbf62103db99d4e83f3f8fc46b832b8557dd authored over 5 years ago by Wei Wang <[email protected]>
Fix cache not expire when setting maxCachePeriodInSecond to 0

github.com/onevcat/Kingfisher - 7fe9a6e0ba3fe534e81379145217c67cc85e2122 authored over 5 years ago by zzzzeu <[email protected]>
Loose test accuracy

github.com/onevcat/Kingfisher - f980df19cd5efa84531c86958a53fd5153b997e6 authored over 5 years ago by onevcat <[email protected]>
Merge pull request #1153 from AccioSupport/master

Update SwiftPM manifest file

github.com/onevcat/Kingfisher - 91fe2512a2cfe8fbd4a0f393263364df2c57a5cb authored over 5 years ago by Wei Wang <[email protected]>
[README] Add 'Accio supported' badge

github.com/onevcat/Kingfisher - e6663b253b32fbd1f335e2016eddad1def2dcc28 authored over 5 years ago by Cihat Gündüz <[email protected]>
Update SwiftPM manifest file

github.com/onevcat/Kingfisher - 77bec276b70b42c41b5c11c03362d9760d0cbb6e authored over 5 years ago by Cihat Gündüz <[email protected]>
Update CHANGELOG.md

github.com/onevcat/Kingfisher - ee81b50a140a6f487d75f287a74f6188158107c9 authored over 5 years ago by Wei Wang <[email protected]>