Skip to content

Releases: KvColorPalette/KvColorPalette-Android

Release v1.1.0

01 Feb 05:13
53cd51e

Choose a tag to compare

About

Releasing v1.1.0 the KvColorPallet-Android android library with following features.

  1. Introducing new functionalities to ColorUtils for validate color-hex.

This change not introduce new utility method to ColorUtil for validating given color hexa value.

  1. Introduce new extension to Color object.

This change introduce new extension parameter to Color object as isHighLightColor. This will be true if the selected color's lightness level is more than 0.6f.

Contribution

We welcome contributions! Please fork the repository, make your changes, and submit a pull request. Ensure your code adheres to the established guidelines.

License

KvColorPallet-Android is licensed under the MIT License.

Release v1.0.0

26 Jan 22:47
d5f8980

Choose a tag to compare

About

Releasing v1.0.0 the KvColorPallet-Android android library with following features.

  1. Rename the package name from KvColorPallet-Android to KvColorPalette-Android

This change not introduce any functional changes, but this for branding and naming change to the library.

  1. Generate color pallets by given color.

Library provides color palette using color packages, changing color saturation, changing color brightness (lightness) and changing color alpha.

  1. Generate theme color palette according to the given color.

Library can generate theme color palette by using given base color. This theme color palette has following attributes (colors) to use in application. These theme color palette is available for both light & dark mode in the application.

Contribution

We welcome contributions! Please fork the repository, make your changes, and submit a pull request. Ensure your code adheres to the established guidelines.

License

KvColorPallet-Android is licensed under the MIT License.

Release v0.0.5

15 Jan 00:47
0dd878a

Choose a tag to compare

About

Rename the library name from Pallet to Palette. With this change, all the method names all the class names were changed.

Release v0.0.4

11 Jan 19:18
d3fe836

Choose a tag to compare

This release introduce a ways to extract hue, saturation and lightness of the existing color. Then using those properties now library is capable to generate different color pallets with lightness and saturation of the color.

Release v0.0.3

08 Jan 03:21
182bcdf

Choose a tag to compare

This release, introduce new colors to the generated theme pallet. Also update the initiation of the library.

Release v0.0.2

20 Dec 16:09

Choose a tag to compare

Color Pallet: Update the kv-color-pallet version

Release v0.0.1

20 Dec 05:29

Choose a tag to compare

This is the very first release of kv-android-color-pallet