Skip to content

Releases: fennifith/ColorPickerDialog

0.2.2

20 Mar 23:16
Compare
Choose a tag to compare
  • update dependencies to migrate from JCenter
  • fix preset color view aliasing problems (#9) - thanks @jdvp!
  • add proguard rules to prevent minification-related errors
  • added a clearPickers() function by @asdoi to support more configurations

0.2.0

07 Feb 19:23
Compare
Choose a tag to compare
  • added a "preset" color picker (#7)
  • support for rounded corner values (#8)
  • rewrote dialog using FragmentDialog to handle state persistence / configuration changes, and allow for...
  • rewrote image picker functionality / permissions flow without the use of an Application class (#4)
  • split library into separate modules (base/imagepicker)

0.1.0

08 Nov 04:41
be66e9f
Compare
Choose a tag to compare
  • removed a bit of functionality (and rewrote nearly everything) - see #2 and #4
  • added an HSV picker at the request of @zavukodlak - #5
  • added transparency support - #3
  • basic support for custom themes

0.0.4

21 Jan 14:21
Compare
Choose a tag to compare
  • PR by @jahirfiquitiva
  • tinted progress bars
  • changed icon colors
  • minor design changes

0.0.3

20 Jan 00:11
Compare
Choose a tag to compare
  • Initial release