Commit Graph

10 Commits

Author SHA1 Message Date
DreamPiggy 09c55243c2 Added the Xcode 12 carthage workaround script for Travis 2021-02-24 16:01:35 +08:00
DreamPiggy 991680550e Update the Travis to use Xcode 12 2021-02-23 17:52:13 +08:00
DreamPiggy 62b4f2570d Update the Travis-CI to use Catalina and enable macOS test case 2020-05-12 17:05:10 +08:00
DreamPiggy 19f79a1a84 Fix the test case again, disable macOS temporarily because of Travis-CI does not support 10.15 2020-01-27 19:19:50 +08:00
DreamPiggy 7c581c8575 Fix the Travis-CI script 2020-01-27 18:15:12 +08:00
DreamPiggy d5c32e94c5 Add the Travic-CI script for unit testing 2020-01-27 17:10:06 +08:00
DreamPiggy 7e21926830
Support AnimatedImage on watchOS - Using WatchKit bridge (#22)
* Temp for watchOS AnimatedImage support, using massive private API, still contains small issues

* Update the hack for wacthKit experienment, fix the retain cycle issue that cause WKInterfaceImage not dealloc

* Solve the merge conflict and try again

* Add support for contentMode

* Fix the SDAnimatedImageInterface first appear shows empty issues

* Fix the scale factor support for SDAniamtedImageInterface

* Fix the compile issue on other platforms

* Stop animtiong when dismantle for watchOS AnimatedImage

* Fix the issue that stopAnimating does not stop :)

* Fix the warning because of Apple's bug

* Use macro to integrate the watchOS Animation solution

* Refactory code to fix that calling sd_setImage(with:) multiple times issues

* Support to custom loop count on watchOS AnimatedImage

* Fix the CocoaPods issues which does not have umbrella headers

* Update some of the documentations

* Try to solve the SwiftPM issue because it does not support mixed Objective-C and Swift code, really suck, Apple :)

* Fix travis CI script to only build Carthage. Swift cli build can not works on Objective-C code import syntax, but works on Xcode
2019-10-22 01:09:57 +08:00
DreamPiggy 198fe44cf0 Fix the Travis-CI script 2019-08-09 16:32:05 +08:00
DreamPiggy 683d0bced1 Update the Travis-CI script 2019-08-09 16:25:52 +08:00
DreamPiggy 1741266e9d Initial commit 2019-08-07 18:10:05 +08:00