Commit Graph

152 Commits

Author SHA1 Message Date
Jonathan Cardasis
4fa7a0b3cb
Merge pull request #49 from pvieito/master
[Package] Added SwiftPM support and added fix to ensure the currentHandle exists before first interaction
2020-06-04 15:30:59 -04:00
Pedro José Pereira Vieito
723409ea2f [Package] Added SwiftPM support and added fix to ensure the currentHandle exists event when no touch has started
The fix is required to ensure the that the brightness control works when is touched before the wheel.
2020-04-13 16:54:31 +02:00
Pedro José Pereira Vieito
ce9b95782b [Package] Added SwiftPM support and added fix to ensure the currentHandle exists event when no touch has started
The fix is required to ensure the that the brightness control works when is touched before the wheel.
2020-04-13 16:50:17 +02:00
Jonathan Cardasis
a67e079958
Update README.md 2020-03-17 11:55:35 -04:00
Jonathan Cardasis
8c30c7ad33 Fastfile: Updated Podspec version. 2020-03-14 18:56:45 -04:00
Jonathan Cardasis
fd8b3fec24 Fastfile: Updated Podspec version. 2020-03-14 18:42:15 -04:00
Jonathan Cardasis
33f31e2fd3 Merge branch 'master' into develop 2020-03-14 18:40:43 -04:00
Jonathan Cardasis
f0689ff3d2 Removed deployment step in public CI 2020-03-14 18:37:39 -04:00
Jonathan Cardasis
17704ca736 Updated CI and readme 2020-03-14 18:32:47 -04:00
Jonathan Cardasis
4cb926a57e merge develop 2020-03-14 17:58:10 -04:00
Jonathan Cardasis
90a988bfcc Readme updates 2020-03-14 17:56:42 -04:00
Travis CI
dc358a183f Fastfile: Updated Podspec version. 2020-03-14 21:52:17 +00:00
Travis CI
0784bcabcf Fastfile: Updated Podspec version. 2020-03-14 21:41:07 +00:00
Travis CI
dd4d59221e Fastfile: Updated Podspec version. 2020-03-14 21:29:54 +00:00
Travis CI
fa08f91013 Fastfile: Updated Podspec version. 2020-03-14 21:18:11 +00:00
Travis CI
bbd6309a65 Fastfile: Updated Podspec version. 2020-03-14 21:07:01 +00:00
Travis CI
67389a4b27 Fastfile: Updated Podspec version. 2020-03-14 20:56:02 +00:00
Travis CI
40a4765aaa Fastfile: Updated Podspec version. 2020-03-14 20:44:54 +00:00
Travis CI
bb61745741 Fastfile: Updated Podspec version. 2020-03-14 20:33:52 +00:00
Travis CI
2032ae5ce6 Fastfile: Updated Podspec version. 2020-03-14 20:22:45 +00:00
Travis CI
5418ef5f3d Fastfile: Updated Podspec version. 2020-03-14 20:11:50 +00:00
Travis CI
f732badc24 Fastfile: Updated Podspec version. 2020-03-14 20:00:52 +00:00
Travis CI
0a75213c63 Fastfile: Updated Podspec version. 2020-03-14 19:49:53 +00:00
Travis CI
fef61cb7c6 Fastfile: Updated Podspec version. 2020-03-14 19:38:56 +00:00
Travis CI
6bd3aa9419 Fastfile: Updated Podspec version. 2020-03-14 19:27:56 +00:00
Travis CI
c5e7898177 Fastfile: Updated Podspec version. 2020-03-14 19:16:46 +00:00
Travis CI
5b3d73cf20 Fastfile: Updated Podspec version. 2020-03-14 19:06:00 +00:00
Travis CI
f8b15bced2 Fastfile: Updated Podspec version. 2020-03-14 18:54:48 +00:00
Travis CI
19dc64a08c Fastfile: Updated Podspec version. 2020-03-14 18:43:52 +00:00
Travis CI
0ab86863c4 Fastfile: Updated Podspec version. 2020-03-14 18:32:46 +00:00
Travis CI
d9e64970fe Fastfile: Updated Podspec version. 2020-03-14 18:21:41 +00:00
Travis CI
6f3f0299d6 Fastfile: Updated Podspec version. 2020-03-14 18:10:40 +00:00
Travis CI
d7415f9dca Fastfile: Updated Podspec version. 2020-03-14 17:59:34 +00:00
Travis CI
486094e49b Fastfile: Updated Podspec version. 2020-03-14 17:48:25 +00:00
Jonathan Cardasis
1617660555 Setup CI to trigger for master and PRs 2020-03-14 13:41:20 -04:00
Travis CI
d90b15f9d8 Fastfile: Updated Podspec version. 2020-03-14 17:37:27 +00:00
Travis CI
8730eef643 Fastfile: Updated Podspec version. 2020-03-14 13:33:03 -04:00
Jonathan Cardasis
9a3e08e0f7 Fastlane cleanup and github auth 2020-03-14 13:23:58 -04:00
Jonathan Cardasis
0b7e88c3e9 Fixed fastlane typo 2020-03-13 19:13:32 -04:00
Jonathan Cardasis
5c395c2465
Merge pull request #48 from joncardasis/develop-ci
Test CI
2020-03-13 18:59:00 -04:00
Jonathan Cardasis
06f93cbb2d Update pod to swift 5 and tag builds during fastlane publish 2020-03-13 18:43:51 -04:00
Jonathan Cardasis
924b4d25e6 Updated CI 2020-03-13 16:19:28 -04:00
Jon Cardasis
26cd07fb83 Added rounded mask to color wheel view to give nice rounded corners to the otherwise sharp-edged generated ciimage 2019-11-08 18:32:51 -05:00
Jon Cardasis
8bf9b34f9b Resolved issue with handleSize. Added additional tests. Example homeHandle now changes tint based on lightness of selected color 2019-11-08 16:17:06 -05:00
Jonathan Cardasis
7191d098d0 Added more tests to brightness slider 2019-09-08 19:39:48 -04:00
Jonathan Cardasis
16b9f6aa6c Updated and improved tests. Fixed sync layout issue and updated UIControlEvents to events that make more sense. Added tests for brightness slider. 2019-09-08 19:16:58 -04:00
Jonathan Cardasis
5046808248 Updated property didSet to perform synchronous view layout via layoutIfNeeded instead of async setNeedsLayout. Tests use a Host now for UIEvent to trigger. Added more test cases. 2019-09-08 16:44:15 -04:00
Jonathan Cardasis
413f8b033c
Update README.md 2019-07-04 11:27:08 -04:00
Jonathan Cardasis
287679c998 Bump podspec version 2019-07-04 10:11:53 -04:00
Jonathan Cardasis
15c366e3f9
Merge pull request #37 from valerianb/master
Xcode 10.2 and swift 5 support
2019-07-04 10:01:38 -04:00