Skip to content

Releases: BoD/android-wear-color-picker

v3.0.0

21 May 14:23
@BoD BoD
Compare
Choose a tag to compare
  • The library has been rewritten using Compose
  • BREAKING The minSdk is now 25
  • BREAKING The ability to specify the colors to display has been removed. I am assuming this was not a very useful feature, and it was making the code more complex. If you need this feature, please open an issue and we can discuss it.
  • Use of the ActivityResultContract API to start the activity and get the result
  • Updated dependencies to latest versions

v2.2.4

27 Sep 15:59
@BoD BoD
Compare
Choose a tag to compare
  • Updated dependencies to latest versions
  • Artifacts are now on Maven Central, instead of JCenter

v2.2.3

01 Jan 23:59
@BoD BoD
Compare
Choose a tag to compare
  • Support for rotary input
  • Updated dependencies to latest versions and use gradle.kts

v2.2.2

07 Sep 15:29
@BoD BoD
Compare
Choose a tag to compare

Migration to AndroidX

v2.2.1

23 Feb 17:28
@BoD BoD
Compare
Choose a tag to compare
  • Fixed the landing animation in specific color mode

v2.2.0

16 Feb 15:32
@BoD BoD
Compare
Choose a tag to compare
  • BREAKING Moved the package from org.jraf.android.androidwearcolorpicker.app to org.jraf.android.androidwearcolorpicker.
    The old package name was a mistake, sorry about it.
  • New API to specify the colors to display instead of automatically compute them
  • Improved enter/exit animations
  • Added a sample app

v2.1.0

03 Feb 17:33
@BoD BoD
Compare
Choose a tag to compare

Use the old color param to scroll to it (thanks to @TpmKranz).
Also update a few dependencies.

v2.0.0

11 May 22:29
@BoD BoD
Compare
Choose a tag to compare

Rewrite from scratch (in Kotlin), completely different UI

v1.0.1

22 Mar 18:09
@BoD BoD
Compare
Choose a tag to compare
- Fixed round layout

- Gradle tweaks

v1.0.0

14 Mar 22:59
@BoD BoD
Compare
Choose a tag to compare

Initial release.