Ecosyste.ms: OpenCollective

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

github.com/SDWebImage/SDWebImageFLPlugin

A SDWebImage plugin to support GIF using FLAnimatedImage and category
https://github.com/SDWebImage/SDWebImageFLPlugin

Bumped version to 0.6.0

40ea0e7c28189fcae5f03e5bc9acf2771ea0b224 authored almost 3 years ago by lizhuoli <[email protected]>
Update the README.md about SwiftPM support

84d99c28164c9dbd4209835a902e301041a2d910 authored almost 3 years ago by lizhuoli <[email protected]>
Add SPM support (#16)

* Create Package.swift

* Update FLAnimatedImageView+WebCache.h
* Update SDFLAnimatedImage.h
...

aaa137fc9e99513b67ea7667fd93ec54fd43cece authored almost 3 years ago by Relisiuol <[email protected]>
Bumped version to 0.5.0

4cba51b7ec55bd31bb060f686f1f05446a458c48 authored almost 4 years ago by DreamPiggy <[email protected]>
Merge pull request #13 from SDWebImage/xcode11

Bumped the min deployment target to iOS 9+, Xcode to Xcode 11

226cca379ab8939262c882cd9d89acc56c2bd4e0 authored almost 4 years ago by DreamPiggy <[email protected]>
Bumped the min deployment target to iOS 9+, Xcode to Xcode 11

a98186d77f5a9cd1cda32a54c34dbe8017203dd7 authored almost 4 years ago by DreamPiggy <[email protected]>
Fix the test case `testSDFLAnimatedImageWorksForSDAnimatedImageView` because of SDWebImage logic changes

68f60546b3d6640ed10314683008ee2ce2094ad1 authored almost 5 years ago by DreamPiggy <[email protected]>
Bumped version to 0.4.0

1a3ad9589759e99f9e9df39f9de9e1a218d8c110 authored almost 5 years ago by DreamPiggy <[email protected]>
Merge pull request #9 from SDWebImage/override_metadata_custom_class

Override the UIImage+Metadata category method to provide the correct value for SDFLAnimatedImage

e9ac3a7fec06a2922ddae4ac6117c21d91bb5be5 authored almost 5 years ago by DreamPiggy <[email protected]>
Update the dependency to SDWebImage 5.6.0

42a6a8a74569ea34c89e32700d4b5b4d60c3c730 authored almost 5 years ago by DreamPiggy <[email protected]>
Override the UIImage+Metadata category method to provide the correct value for SDFLAnimatedImage

b7863957d1922fe2ab73ddd95fd21b1114466347 authored almost 5 years ago by DreamPiggy <[email protected]>
Merge pull request #8 from SDWebImage/fix_nonnull_flanimated_image

Fix the nullability of animatedImage property, it can be nullable in some cases.

0ffa5daf5cd963a732e058da3960fcd57b9baa51 authored almost 5 years ago by DreamPiggy <[email protected]>
Fix the nullability of animatedImage property, it can be nullable in some cases.

6a86db30fe9bedb032d3e2b7c373128d8fe751b6 authored almost 5 years ago by DreamPiggy <[email protected]>
Update to fix the Travis CI script

75167e9a23b2327f2124fa035fb1f1c57a54d334 authored almost 5 years ago by DreamPiggy <[email protected]>
Fix the typo in readme.

db2b8728418b715e1d1a6a1b58cd21b299141c36 authored almost 6 years ago by DreamPiggy <[email protected]>
Bumped version to 0.3.0

9b6989bda706ca87b046b4c31f8ac72850026437 authored almost 6 years ago by DreamPiggy <[email protected]>
Update the SDWebImage dependency version to 5.0.0 official release

a9997d8189f54b9ef75388890869e5fa3b1e7f3e authored almost 6 years ago by DreamPiggy <[email protected]>
Update the upstream dependency to 5.0.0-beta4. Bumped version to 0.2.2

647e378ed5560cb384b1095fecf68b76ec299251 authored almost 6 years ago by DreamPiggy <[email protected]>
Merge pull request #7 from SDWebImage/feature_cache_cost_function

Adopt SDWebImage's memory cache cost function, fix the nullable issue

f96c019c3cb53f302403e1795bab35ace32c3028 authored about 6 years ago by DreamPiggy <[email protected]>
Adopt SDWebImage's memory cache cost function, fix the nullable issue

13dea7a4f07ad763d6e364b35f05a385ae7930a8 authored about 6 years ago by DreamPiggy <[email protected]>
Update about Carthage version and correct the dependency version

e351c1de14517f5c9f5bb1cd936f5dd5e9acebf8 authored over 6 years ago by DreamPiggy <[email protected]>
Update carthage dependency, update test cases

2613921b0581f28f7934abe52b117f2edc930db7 authored over 6 years ago by DreamPiggy <[email protected]>
Update travis script and codecov badge

213c86e9159e1b2ea07ae33a7def1e672f36e946 authored over 6 years ago by DreamPiggy <[email protected]>
Update the test, support codecov report

d401c24346400dcaf674a48f65794e0d00536d1a authored over 6 years ago by DreamPiggy <[email protected]>
Merge pull request #6 from SDWebImage/feature_carthage

Add carthage support by creating a standalone Xcode project

8256c75cfc31a6c6aacac4fee7398c123cf8172b authored over 6 years ago by Bogdan Poplauschi <[email protected]>
Add carthage support by creating a standalone Xcode project because we don’t want to remove Example/Pods from gitignore

fdb73dea4b99fd23eb202c1238429ee9fa622d60 authored over 6 years ago by DreamPiggy <[email protected]>
Updated README.md with Carthage info

5fc8f290b25cdec6d9b651a919f797f5d3d2f3b0 authored over 6 years ago by Bogdan Poplauschi <[email protected]>
CocoaPods 1.5.3

837d91da1fe3836f4d624677ab44faf3beaa4315 authored over 6 years ago by Bogdan Poplauschi <[email protected]>
Updated Cartfile (SDWebImage beta version)

4f0272f3d6b9c1369495ddf0e108ee159b54a0d5 authored over 6 years ago by Bogdan Poplauschi <[email protected]>
Merge pull request #4 from SDWebImage/test_add_test_case

Test : add test case

b3b3660dc263461e29fd0a9193e81095cdd7fc20 authored over 6 years ago by Bogdan Poplauschi <[email protected]>
Update travis-ci to run test case, temporally disable pod lib lint

493fc0ab8ba7e2606cac9ebfb3ed614d81e92c94 authored over 6 years ago by DreamPiggy <[email protected]>
Add the original test case from SDWebImage repo into this repo

815d564617ea3ccd52298371f4dc077effea7b51 authored over 6 years ago by DreamPiggy <[email protected]>
Merge pull request #3 from SDWebImage/refactor_custom_animated_image_class

Refactor custom animated image class

c82d8baa739b8d9e6225f29214559546249c5f34 authored over 6 years ago by Bogdan Poplauschi <[email protected]>
Update to the latest 5.x branch of SDWebImage

Supports custom extra initializer args for FLAnimatedImage

74692f25d459ffbcc15dce207479171402505d38 authored over 6 years ago by DreamPiggy <[email protected]>
Update the readme, about the new way of use FLAnimatedImage plugin

c3cf593e820cc4558b04fecc285cf4d686af7f59 authored over 6 years ago by DreamPiggy <[email protected]>
Refactor the implementation to integrate FLAnimatedImage, create a custom animation class instead

03c3d45fd432c5d56ac66e6c83874ba17966c333 authored over 6 years ago by DreamPiggy <[email protected]>
Update carthage dependency

f40722a914253f802b0d2f998f48cc5a95b7f82d authored over 6 years ago by DreamPiggy <[email protected]>
Fix some header issue

c22d83c664fe51fc94c89e40fdd6bb3b4a635b4f authored over 6 years ago by DreamPiggy <[email protected]>
Update the dependency to 5.0.0-beta2, update readme about new API

c44728b578819bb1fbafe30993250bafe4de569b authored over 6 years ago by DreamPiggy <[email protected]>
Remove all previous hack code. Create a SDWebImageFLCoder to decode just FLAnimatedImage for GIF. (#2)

* Remove all previous hack code. Create a SDWebImageFLCoder to decode just FLAnimatedImage for G...

175821c47d736b52d390731167dc742f0f3cbe58 authored over 6 years ago by DreamPiggy <[email protected]>
Update to the latest 5.x branch code, fix FLAnimatedImage display issue

81de2303574bbba04894c4df6baf5094862b74e9 authored over 6 years ago by DreamPiggy <[email protected]>
Update the cartfile and Podspec version for beta release

674f525ace580d495d68c39065299fdd5842be98 authored over 6 years ago by DreamPiggy <[email protected]>
Since SDWebImage 5.0.0-beta was released, able to add that version as a requirement + reenable pod lib lint

cf91dae39263f8519f33c31a95adb5dda31c839f authored over 6 years ago by Bogdan Poplauschi <[email protected]>
Update the demo Podfile to use https instead of ssh, fix CI-build

8d61d3fe7aed8c59b7136630b030d3558bffcaf1 authored over 6 years ago by DreamPiggy <[email protected]>
Update the travis script and Readme

7b9f87bce3e82c2a7e238fe45d274c9bef4e0869 authored over 6 years ago by DreamPiggy <[email protected]>
Forgot the pod install :)

ab219d05f14cd7f580d85fad759cc4a51534fc83 authored over 6 years ago by Bogdan Poplauschi <[email protected]>
Update the readme and the git repo in spec file

8e6aa33abb396f93a912e545703363faf5cb9f15 authored over 6 years ago by DreamPiggy <[email protected]>
Update the latest FLAnimatedImage code, remove the compatibility code

ef5d36a9f664990da3a801b865077fee3efe3092 authored over 6 years ago by DreamPiggy <[email protected]>
Temp disabled pod lib lint - cannot run it until SDWebImage version 5.0.0-beta is released. Had to remove the tvos support because FLAnimatedImage doesn't support it

a9ec85d3d70324a06a9ccc8a8b232793ae5f45c0 authored over 6 years ago by Bogdan Poplauschi <[email protected]>
Temp removed the 5.0 requirement for SDWebImage as this version does not exist yet

0cecb031e400c8be1582958b3ce1641a927a2595 authored over 6 years ago by Bogdan Poplauschi <[email protected]>
No reason to build the tests, as they are failing intentionally. Just build the example

af0e655f3f0883545ea52ed090106d3d4a02a838 authored over 6 years ago by Bogdan Poplauschi <[email protected]>
Fix the Travis CI script (iphonesimulator9.3 not found)

f177b1c6664874b4449eb12f04443ccaac415fac authored over 6 years ago by Bogdan Poplauschi <[email protected]>
.travis.yml similar to the main repo one

ab2cd14b35fc6b7f63c3f884ed04703089253362 authored over 6 years ago by Bogdan Poplauschi <[email protected]>
CocoaPods 1.5.0

34fb7742048dca24eb4e6952e867552af0f00338 authored over 6 years ago by Bogdan Poplauschi <[email protected]>
Corrected some description URLs, cleanup up the podspec and set version 1.0.0 + description

d0869e7a63726f134aa72a806a5b2f8025cade5e authored over 6 years ago by Bogdan Poplauschi <[email protected]>
Updated the example app so it adds a FLAnimatedImageView and loads a GIF so it demos that everything works

3f7ac82af1e0b39dbfc53cc3e7093b55131006d6 authored over 6 years ago by Bogdan Poplauschi <[email protected]>
Bring over the latest changes from SDWebImage

b45963b607e7a6bd286114e332a39850804a11e2 authored over 6 years ago by Bogdan Poplauschi <[email protected]>
Move all FLAnimatedImage related files into this repo

2efcb4dfbb66fa43c687f2cf7166120d13928035 authored over 6 years ago by DreamPiggy <[email protected]>
Initial commit

334884cf2bec6867bf3db9f577ee57858fb969a1 authored over 6 years ago by DreamPiggy <[email protected]>