Kingfisher
Version 5.0
#1038
Merged
Go
Login via GitHub
Home
Pricing
FAQ
Install
Login
via GitHub
Overview
Commits
131
Changes
View On
GitHub
Commits
Remove sample image tests and restore fastlane mac tests
onevcat
committed
6 years ago
Use CommonCrypto for string md5
onevcat
committed
6 years ago
Update file header
onevcat
committed
6 years ago
Refactor to split compatible class and struct
onevcat
committed
6 years ago
Refactor for animated image creating
onevcat
committed
6 years ago
Improve Image extensions
onevcat
committed
6 years ago
Refactor project settings and indicator
onevcat
committed
6 years ago
Refactor image creating in Kingfisher compatible
onevcat
committed
6 years ago
Re-constrcut whole project folders
onevcat
committed
6 years ago
Separate image weak related code to extension files
onevcat
committed
6 years ago
Improve empty option syntax
onevcat
committed
6 years ago
trailing closure syntax
ArLupin
committed
6 years ago
clean up code
ArLupin
committed
6 years ago
more clean up
ArLupin
committed
6 years ago
Merge pull request #1021 from ParkGwangBeom/cleanup_code
onevcat
committed
6 years ago
Disable parallelizable tests due to CI
onevcat
committed
6 years ago
Use Result based callback parameter
onevcat
committed
6 years ago
Pass scale as animated image scale
onevcat
committed
6 years ago
Merge branch 'master' into 5.0
onevcat
committed
6 years ago
Version 5.0 compatible test
onevcat
committed
6 years ago
Remove duplicated drawing method
onevcat
committed
6 years ago
Refactor for image drawing
onevcat
committed
6 years ago
Refactor for downloader first step by using delegate object
onevcat
committed
6 years ago
Rewrite downloader part
onevcat
committed
6 years ago
Consider task identifier when getting session task
onevcat
committed
6 years ago
Image downloader refactor
onevcat
committed
6 years ago
Add cache storage classes
onevcat
committed
6 years ago
Reimplement image cache
onevcat
committed
6 years ago
Rewrite Kingfisher manager part and tests
onevcat
committed
6 years ago
Refactor image view extension and tests
onevcat
committed
6 years ago
Update for UIButton related tests
onevcat
committed
6 years ago
Refactor for button related methods and tests
onevcat
committed
6 years ago
Update image fetcher and tests
onevcat
committed
6 years ago
Rename error type names
onevcat
committed
6 years ago
Prevent unfired network stub
onevcat
committed
6 years ago
Add comment for manager class
onevcat
committed
6 years ago
Add test coverage back since solved in Carthage
onevcat
committed
6 years ago
Improve KingfisherManager tests cov
onevcat
committed
6 years ago
Add test for failing processor
onevcat
committed
6 years ago
Merge branch 'master' into 5.0
onevcat
committed
6 years ago
Improve code quality and tests
onevcat
committed
6 years ago
Upgrade CocoaPods integration
onevcat
committed
6 years ago
Apply priority to downloading task
onevcat
committed
6 years ago
Improve docs and tests
onevcat
committed
6 years ago
Upgrade gems
onevcat
committed
6 years ago
Split processor, delegate and task files
onevcat
committed
6 years ago
Make lock clearer for task removing
onevcat
committed
6 years ago
Improve docs
onevcat
committed
6 years ago
Add .onFailureImage(Image) option to set default image when loading request will be failed
dstranz
committed
6 years ago
Allow using nil with .onFailureImage option
dstranz
committed
6 years ago
Check if .onFailureImage option is really optional
dstranz
committed
6 years ago
Merge branch 'master' into 5.0
onevcat
committed
6 years ago
Add test for cancelling a certain URL
onevcat
committed
6 years ago
Update project settings
onevcat
committed
6 years ago
Make Result error type constrained
onevcat
committed
6 years ago
Make error def better
onevcat
committed
6 years ago
Add detail docs for KingfisherError
onevcat
committed
6 years ago
Merge pull request #1037 from dstranz/feature/onFailureImage
onevcat
committed
6 years ago
Improve ImageCache doc significantly
onevcat
committed
6 years ago
Improve docs for Image Cache
onevcat
committed
6 years ago
Improve serializer documentation
onevcat
committed
6 years ago
Extending memory expire duration
onevcat
committed
6 years ago
Refactor disk storage impl
onevcat
committed
6 years ago
Merge branch 'master' into 5.0
onevcat
committed
6 years ago
Improve docs
onevcat
committed
6 years ago
Remove image transition from unsupported platforms
onevcat
committed
6 years ago
Use Swift version of Result
onevcat
committed
6 years ago
Fix for tests
onevcat
committed
6 years ago
Improve docs for helpers
onevcat
committed
6 years ago
Fix a local shadowing
onevcat
committed
6 years ago
Refactor storage structure
onevcat
committed
6 years ago
Defer lock to last
onevcat
committed
6 years ago
Add test for disk storage path block
onevcat
committed
6 years ago
Add tests for StorageExpiration
onevcat
committed
6 years ago
Make onFailureImage tests unified
onevcat
committed
6 years ago
Add support for aggressively loading to memory in prefetching
onevcat
committed
6 years ago
Remove unnecessary I/O queue dispatch
onevcat
committed
6 years ago
Add option to load disk file synchronously
onevcat
committed
6 years ago
Add loadDiskFileSynchronously option and tests
onevcat
committed
5 years ago
Make test more robust
onevcat
committed
5 years ago
Adopt to Source based image loading
onevcat
committed
5 years ago
Use source for image view extension
onevcat
committed
5 years ago
Fix watchOS build
onevcat
committed
5 years ago
Use Source for NSButton
onevcat
committed
5 years ago
Use source version for image setting
onevcat
committed
5 years ago
Add tests to source protocol
onevcat
committed
5 years ago
Refactor sample app
onevcat
committed
5 years ago
Add image transition sample
onevcat
committed
5 years ago
Use bytes as image cost
onevcat
committed
5 years ago
Refactor options setting to parsing and deprecate old getters
onevcat
committed
5 years ago
Update to use parsed options
onevcat
committed
5 years ago
Add sample for image processors
onevcat
committed
5 years ago
Remove bg color
onevcat
committed
5 years ago
Use struct based compatible type
onevcat
committed
5 years ago
Add downsampling processor
onevcat
committed
5 years ago
Move view controllers files
onevcat
committed
5 years ago
Add demo for loading high resolution images
onevcat
committed
5 years ago
Crash sample for high res images
onevcat
committed
5 years ago
Only cache to disk for using cache original option
onevcat
committed
5 years ago
Fix tests to reflect changes in cache original
onevcat
committed
5 years ago
+ more commits ...
Loading