Skip to content

Releases: rtugeek/ColorSeekBar

2.1.0

25 Oct 12:04
Compare
Choose a tag to compare

Fix #32 add method getColor(int progress)

2.0.3

13 Oct 08:21
cebe9e9
Compare
Choose a tag to compare
Update README.md

2.0.2

09 Oct 12:30
Compare
Choose a tag to compare
Fixed: Setting color that doesn't contained in the seek bar will rese…

…t progress into 0

2.0.1

09 Oct 03:42
Compare
Choose a tag to compare

Fixed: when seekbar's height lower than 16dp, the touch event can't be detected sensitivity.

2.0.0

08 Oct 09:30
af97c60
Compare
Choose a tag to compare

This release refactors a lot of code. Upgrade carefully if you are from 1.*

  1. Split ColorSeekBar into ColorSeekBar and AlphaSeekBar
  2. Support customize thumb(slider)

1.7.7

09 May 06:42
8ca0416
Compare
Choose a tag to compare

#32 set the alpha bar and alpha value via setColor(int color) when alpha bar is visible.

Previously alpha bar is reset to default if color is set by calling setColor(int color) method

1.7.6

31 Mar 11:48
Compare
Choose a tag to compare

Add methods: setPosition() , setShowColorBar() , getIsShowColorBar()

1.7.5

30 Jun 08:52
Compare
Choose a tag to compare

Fix # 21, Support customize the color bar radius

1.7.4

29 Jun 07:20
Compare
Choose a tag to compare
  • #30 Add setShowThumb() method.
  • #31 Fix setEnabled() not working.

1.7.3

12 Oct 01:13
Compare
Choose a tag to compare

1.Update build tools
2. Change color when the bar is clicked not only when it is moving