Swift 3 support #371

onevcat merged 112 commits into master from swift3
onevcat
ks-simakov Swift 3 compatibility
8b8508b5
onevcat Merge pull request #340 from GigabyteTheOne/swift3
1efb1e76
jordanekay Fix warnings
0127c89a
jordanekay Update to recommended project settings
7c520221
onevcat Merge pull request #347 from jordanekay/swift3
3bdf8980
matteocrippa White is lowercased in Swift3
4e8b34da
tokorom Fix the some statements with Xcode 8.0 beta 2
3b8f19f8
tokorom Remove the force_try
53504ec6
tokorom Remove the warnings with Xcode 8.0 beta 2
787f30d9
onevcat Merge branch 'master' into swift3
4f07b6ad
onevcat Merge pull request #353 from matteocrippa/swift3
8031e748
onevcat Merge pull request #357 from tokorom/swift3
9bc4042a
onevcat Use new Xcode image for CI
6923a337
onevcat Fix all tests for all platforms for Swift 3
e7a2ce57
onevcat Update image name
ffe282f2
onevcat Add label name
aacbf04d
rabbitinspace Fixes for Xcode 8b3
3a44d5a5
rabbitinspace Flag that image was downloaded
d06a3574
rabbitinspace Revert "Flag that image was downloaded"
b727a330
onevcat Merge pull request #368 from rabbitinspace/swift3
f4ba0ebe
onevcat onevcat added in progress
onevcat Update project setting for Swift 3
88fbc3fc
onevcat Apply API guide 3.0 to AnimatedImageView and Image
b2cfbb65
fix methods and properties name following Swift 3
596b4f40
onevcat Merge pull request #378 from imairi/bugfix/compartible_xcode8_beta4
57c1a272
imairi fix build errors on Xcode 8 beta 4 for Demo
3bb39073
onevcat Merge pull request #379 from imairi/bugfix/Demo_compartiple_xcode8_beta4
585f035e
onevcat Merge branch 'master' into swift3
7d4396af
onevcat Fix tests for Xcode 8 beta 4
73b69d05
onevcat Merge branch 'master' into swift3
22279fdf
onevcat Update to Swift 3 API guideline again
86d5f0e5
onevcat Merge branch 'master' into swift3
cfe29ac1
onevcat Update project setting
826d9acf
onevcat Reimplement gif duration
60faba1e
codecov-io
onevcat Update target name from OSX to macOS
433c0fcb
onevcat Test matrix
8e324589
onevcat Oops
6baf73d9
onevcat Apply guideline to Image
6dc42508
onevcat Update to pod 1.0.1
c0b11bb5
onevcat Refactor for image cache to Swift 3
b35af72d
onevcat Refactor for image downloader
7a71163f
onevcat Refactor for ImagePrefetcher
f95cbc4b
onevcat Update image extension
5ff0ab33
onevcat Kingfisher manager API adjust
9f0b2b51
onevcat Format
ddd4f04d
onevcat Unify API usage to resource protocol
90cb57f3
onevcat Fix for manager API
3f46e11e
onevcat Fix url letter case
2d9682b4
onevcat Rename shared
a5c5ea77
onevcat Compatible for Xcode 8 beta 6
15f91140
onevcat Merge branch 'master' into swift3
060fac1e
onevcat Merge branch 'master' into swift3
17defa51
onevcat Merge branch 'master' into swift3
89f38494
onevcat Revert xcpretty and longer sleep
9fd2f37e
onevcat Add image processor to downloader
ad7290fe
onevcat Implement delegate for processor
01e5b057
onevcat Implement round corner processor
251a22bc
onevcat Merge pull request #417 from onevcat/fix/ci-fail
9b21ab0d
onevcat Add target size to round corner processor
0c9fce97
onevcat Rename AuthenticationChallengeResponsable
6f618f60
onevcat Add resizing processor
697dbd47
onevcat Add blur image processor
d1ab52f4
onevcat Convert to ARGB8888 if image is not that format
44ac1cd4
onevcat Tint color processor support
d40a5430
onevcat Oops
5ac79000
onevcat Add color adjust and B&W processor
9e802fa7
onevcat Format
2c378708
onevcat Update image equal checking
c8e5f49c
onevcat Necessary initializer, rename tint to overlay
5f9437dd
onevcat Add tests for image processor
c5c4e3c7
onevcat Add license header
4b518aa1
onevcat Fix retina mac iamge resizing
d74b0be9
onevcat Use non-alpha for blur test, remove cg-fix
d4889c4e
onevcat Update test results for mac composition
f66c4cb4
onevcat Refactor CI related filters
69a1e3c0
onevcat Refactor for UI drawing code
71d0ad67
onevcat Mark image drawing code public
2c1539ab
onevcat Fix file header declaration
ff803dc4
onevcat Add identifier to image processor
edba04a4
onevcat Make request modifier an option
824d70e9
onevcat Move processor to options
98609456
onevcat Consider processor identifier in image cache
c9d4d96d
onevcat Add documentation
6eb0c0e8
onevcat Merge pull request #420 from onevcat/feature/image-processor
3c5492df
onevcat Merge branch 'master' into swift3
275b2758
onevcat Fix for retina mac
e86c68a3
onevcat Rename placeholderImage to placeholder
aece8d3a
onevcat Rename DefaultProcessor to DefaultImageProcessor
e5df1bb6
onevcat Refine API
0b68f0f9
onevcat Add serializer to cache storing and retriving
8513f6bc
onevcat Update license header
7b90793f
onevcat Documentation thing
78c1f755
onevcat Merge branch 'master' into swift3
854ef145
onevcat Merge ImagePrefetcher
a23a31ee
onevcat Group related files
586bbed5
onevcat Refactor
cb4d3ca4
onevcat Remove progress assertion
4fad0d64
onevcat Safer progress callback
932c0cd1
onevcat Computed key logic and decoupling from resource
161efd9d
onevcat Expose init for filter
60944517
onevcat Merge branch 'master' into swift3
4a325a83
onevcat Some minor refine
dfd72696
onevcat Update readme
072ee8ef
onevcat Fix link
19d93373
onevcat
Fix for Xcode 8 GM
6ecab598
onevcat Merge pull request #427 from sammygutierrez/swift3
498ed4e9
onevcat Use >> instead of |> for concat processor
3ac0dd1a
onevcat Merge branch 'master' into swift3
f5b2a5f0
onevcat Protocol indicator
77d6ca0d
onevcat Fix & improve tests for indicator
d4c4c332
onevcat Minor fix on extension access level and comment
49220982
onevcat OSX -> macOS in Indicator
4e59d18a
onevcat Update podspec Swift version
27f88e7d
onevcat onevcat merged 078ffe6d into master 8 years ago
onevcat onevcat deleted the swift3 branch 8 years ago
onevcat onevcat removed in progress

Login to write a write a comment.

Login via GitHub

Reviewers
No reviews
Assignees
No one assigned
Labels
Milestone