Skip to content

Releases: mrudultora/Colorpicker

v1.2.0 - Color Picker Popup with ColorPickerView

05 May 18:44
Compare
Choose a tag to compare

Major and third stable release of ColorPicker v1.2.0. This release includes many changes as following :

• Added support for color picker view.
• Color picker pop up (dialog box) to choose the color from Hue, Saturation, Value (HSV) and Alpha.
• Supports landscape with different layout (in ColorPickerPopUp).
• Enhanced and clear UI of sample/demo app.
• Moved minimum SDK version to 21.
• Packed with many bug fixes and optimizations.
• Available on jitpack.

v1.1.0 - Added support for Bottom Sheet Dialogs

03 May 14:49
Compare
Choose a tag to compare

Stable release of ColorPicker v1.1.0. This release includes :

• Added support for bottom sheet dialogs for the custom colors list.
• Renamed ColorPicker class to ColorPickerDialog (for better understanding of what class is about).
• Options for fully customizing the bottom sheet dialog.
• Moved the interfaces OnSelectColorListener, OnDirectSelectColorListener to separate files.
• Option for changing tick color for particular colors in both the dialog classes (AlertDialog and BottomSheetDialog).
• Available on jitpack.

v1.0.0 - ColorPicker Library for Android

03 May 11:21
Compare
Choose a tag to compare

Stable release of ColorPicker. It includes:

• Added a alert dialog box for the custom colors list.
• Option for changing the strings and color of dialog title, positive and negative buttons.
• Option for choosing from any of the two listeners (OnSelectColorListener, OnDirectSelectColorListener)
• Option for modifying size of color items in palette and tick color in dp.
• Option for changing tick color.
• Option for changing color item shape (Square, Circle, or any other drawable).
• Available on jitpack.