8000 Comparing 1.0.6...1.0.7 · skydoves/colorpicker-compose · GitHub
[go: up one dir, main page]
More Web Proxy on the site http://driver.im/
Skip to content
Permalink

Comparing changes

Choose two branches to see what’s changed or to start a new pull request. If you need to, you can also or learn more about diff comparisons.

Open a pull request

Create a new pull request by comparing changes across two branches. If you need to, you can also . Learn more about diff comparisons here.
base repository: skydoves/colorpicker-compose
Failed to load repositories. Confirm that selected base ref is valid, then try again.
Loading
base: 1.0.6
Choose a base ref
...
head repository: skydoves/colorpicker-compose
Failed to load repositories. Confirm that selected head ref is valid, then try again.
Loading
compare: 1.0.7
Choose a head ref
  • 5 commits
  • 7 files changed
  • 2 contributors

Commits on Dec 7, 2023

  1. Fix BrightnessSlider transparent background

    After a thorough refactoring of the BrightnessSlider somewhere after
    release 1.0.4, the slider background would falsely show a gradient going
    from full transparency to zero transparency.
    
    This commit removes the alpha logic and replaces it with the previously
    used shader going from pure black to the (pure) selected colour.
    
    Fixes #42
    moertel committed Dec 7, 2023
    Configuration menu
    Copy the full SHA
    0559d43 View commit details
    Browse the repository at this point in the history

Commits on Dec 8, 2023

  1. Merge pull request #47 from moertel/fix-brightness-slider

    Fix BrightnessSlider transparent background
    skydoves authored Dec 8, 2023
    Configuration menu
    Copy the full SHA
    c94da8b View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    a85ebbf View commit details
    Browse the repository at this point in the history
  3. Merge pull request #48 from skydoves/refactor/setBrightness

    Expose setBrightness to public
    skydoves authored Dec 8, 2023
    Configuration menu
    Copy the full SHA
    5d6e214 View commit details
    Browse the repository at this point in the history
  4. Configuration menu
    Copy the full SHA
    775f779 View commit details
    Browse the repository at this point in the history
Loading
0