Jonathan Cardasis
|
df8ed00587
|
Removed EarlGrey. Now using Quick and Nimble, created initial setup. Initialized fastlane with publish_podspec lane.
|
2019-02-03 20:22:11 -05:00 |
|
Jonathan Cardasis
|
64cf8fb2d1
|
Update README.md
|
2018-11-10 13:00:37 -05:00 |
|
Jonathan Cardasis
|
86ac58c7b2
|
Update README.md
|
2018-11-10 12:46:49 -05:00 |
|
Jonathan Cardasis
|
9e542f8a0f
|
Bump podspec
|
2018-11-10 12:43:37 -05:00 |
|
Jonathan Cardasis
|
fa8e13e10b
|
Merge pull request #32 from valerianb/master
Swift 4.2 and Xcode 10
|
2018-11-10 12:40:32 -05:00 |
|
Valérian Buyck
|
8df88d1ab7
|
Fix access-level of implicit final properties
|
2018-10-25 13:39:16 +02:00 |
|
Valérian Buyck
|
592493456f
|
Swift 4.2 and Xcode 10 support
|
2018-10-25 13:34:00 +02:00 |
|
Jonathan Cardasis
|
e48e2cae93
|
Readme changes
Updated to list Swift 4 support and new cocoa pod tag
|
2018-01-07 17:30:09 -05:00 |
|
Jonathan Cardasis
|
3a8ab880d3
|
Fixed UIColor hexcode representation for edge cases (greys)
|
2018-01-07 17:24:21 -05:00 |
|
Jonathan Cardasis
|
03a7e79bcf
|
Merge branch 'ManraajNijjar-AdjustFixFromAuthor'
|
2018-01-07 17:19:14 -05:00 |
|
Jonathan Cardasis
|
64e96a49af
|
Merge branch 'AdjustFixFromAuthor' of https://github.com/ManraajNijjar/ChromaColorPicker.
Fixes lingering bug of control not adjusted to a proper color when said color had reduced saturation and brightness.
|
2018-01-07 17:17:20 -05:00 |
|
Jonathan Cardasis
|
0c57843314
|
Merge for Swift 4 support
|
2018-01-07 16:50:56 -05:00 |
|
Manraaj Nijjar
|
324c75018b
|
Fixed a bug in the fix where if AdjustToColor was called on the color already listed the ShadeSlider wouldn't move properly between brightness and saturation
|
2017-10-04 18:52:28 -04:00 |
|
Manraaj Nijjar
|
6b2fb95305
|
Modified the AdjustColor in the ChromaColorPicker to handle colors with both sub 1 Brightness and Saturation
|
2017-10-04 18:28:05 -04:00 |
|
Cory Loken
|
f26bc3a81b
|
Swift 4 updates
|
2017-09-19 20:31:35 -04:00 |
|
Jonathan Cardasis
|
306d096c4f
|
Bump cocoapods version
|
2017-07-31 09:52:51 -04:00 |
|
Jonathan Cardasis
|
f254e1f4ae
|
Merge pull request #14 from V-FEXrt/dev
Mark togglePickerColorMode function as open
|
2017-07-31 09:34:31 -04:00 |
|
Ashley Coleman
|
80748aafbb
|
Allow calling togglePickerColorMode from outside of the library. Fix typo.
|
2017-07-26 12:40:04 -05:00 |
|
Jonathan Cardasis
|
6a706adab2
|
Updated podspec
|
2017-07-25 19:21:19 -04:00 |
|
Jonathan Cardasis
|
49c9c3fb29
|
Merge pull request #13 from joncardasis/grayscale
Adds grayscale support to the color picker
|
2017-07-25 18:23:37 -04:00 |
|
Jonathan Cardasis
|
5d3732766d
|
Adjusted image positioning
Remove left align on images
|
2017-07-25 18:12:39 -04:00 |
|
Jonathan Cardasis
|
daed9d1660
|
Update README.md
|
2017-07-25 17:41:54 -04:00 |
|
Jonathan Cardasis
|
45dda2de4c
|
Updated README for new screenshots
Added screenshots for grayscale
|
2017-07-25 17:41:26 -04:00 |
|
Jonathan Cardasis
|
b514a8730c
|
Updated readme for grayscale changes
|
2017-07-25 17:31:34 -04:00 |
|
Jonathan Cardasis
|
45ac8f9d7b
|
Added dynamic color change for grayscale toggle button
Toggle button will display the last hue color used when in grayscale mode. Updated storyboard constraints
|
2017-07-25 17:30:06 -04:00 |
|
Jonathan Cardasis
|
a15b4987a3
|
Added optional grayscale mode via supportsShadesOfGray flag
Using the supportsShadesOfGray an extra view will appear which will allow the controller to switch between a hue picker and a grayscale picker
|
2017-07-25 16:57:14 -04:00 |
|
Ashley Coleman
|
541fd45f62
|
Send an editingDidEnd action when either slider or handle is let go
Updated podspec for changes as well.
|
2017-07-24 17:22:16 -04:00 |
|
Jonathan Cardasis
|
a0cc3892b5
|
Updated readme for carthage
|
2017-07-24 16:32:12 -04:00 |
|
Jonathan Cardasis
|
3e43d02d7a
|
Added Carthage support. Updated Cocoapod
Added carthage support via ChromaColorPicker framework and updated cocoapod podspec for the PR changes
|
2017-07-24 16:14:05 -04:00 |
|
Jonathan Cardasis
|
8757333fe3
|
Merge pull request #9 from V-FEXrt/master
Resolve complier warnings due to M_PI deprecation
|
2017-07-24 16:00:16 -04:00 |
|
Jonathan Cardasis
|
283c48f9d2
|
Merge pull request #12 from rajatjain4061/master
Resolved issue #8
|
2017-07-24 15:52:30 -04:00 |
|
Rajat jain
|
6c62299aaf
|
Merge pull request #1 from rajatjain4061/rajatjain4061-patch-issue#08
Resolved Issue #8
|
2017-07-13 17:43:58 +05:30 |
|
Rajat jain
|
2fe39a629e
|
Resolved Issue #8
Crash if presented within a modal view controller #8
|
2017-07-13 17:43:36 +05:30 |
|
Ashley Coleman
|
0e26c44970
|
Resolve complier warnings due to M_PI deprecation
|
2017-05-18 14:49:48 -05:00 |
|
Jonathan Cardasis
|
4657e8d981
|
Adjustments to adjustToColor. Updated PodSpec. Cleaned up unused code.
|
2017-01-06 20:17:33 -05:00 |
|
Jonathan Cardasis
|
827cbb66f4
|
Fixed adjustToColor not properly updating currentColor
|
2017-01-01 18:17:44 -05:00 |
|
Jon Cardasis
|
0c785e19f1
|
Updated podspec and documentation
|
2016-12-30 15:49:21 -05:00 |
|
Jon Cardasis
|
d92efaf374
|
Added Swift 3 support. Added UI Tests
|
2016-12-30 15:29:30 -05:00 |
|
Jonathan Cardasis
|
18947a5cd5
|
Updated podspec
|
2016-09-09 15:37:55 -04:00 |
|
Jonathan Cardasis
|
fc5efa37f1
|
Add functionality to set the picker's color
|
2016-09-09 15:33:24 -04:00 |
|
Jonathan Cardasis
|
1960f15f72
|
added podspec
|
2016-08-26 10:55:38 -04:00 |
|
Jonathan Cardasis
|
49849823e2
|
Minor revisions
|
2016-08-24 16:15:58 -04:00 |
|
Jonathan Cardasis
|
7a31815400
|
Made initializers public
|
2016-08-24 16:05:39 -04:00 |
|
Jonathan Cardasis
|
aaed04778e
|
Made functions public
|
2016-08-23 15:46:25 -04:00 |
|
Jonathan Cardasis
|
ad8ce7af3e
|
Updated ReadMe
|
2016-08-15 13:52:39 -04:00 |
|
Cardasis
|
97b7d0010b
|
Changed project name
|
2016-08-15 12:55:11 -04:00 |
|
Jonathan Cardasis
|
43e6d2607f
|
Update README.md
|
2016-08-12 13:32:47 -04:00 |
|
Jonathan Cardasis
|
25aa7750a4
|
Update README.md
|
2016-08-12 13:31:13 -04:00 |
|
Jonathan Cardasis
|
e3864eea1f
|
Update README.md
|
2016-08-12 13:29:59 -04:00 |
|
Jonathan Cardasis
|
6203d758eb
|
Update README.md
|
2016-08-12 13:27:29 -04:00 |
|