Releases: BoD/android-wear-color-picker
Releases · BoD/android-wear-color-picker
v3.0.0
- 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
v2.2.3
v2.2.2
v2.2.1
v2.2.0
- BREAKING Moved the package from
org.jraf.android.androidwearcolorpicker.app
toorg.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