Skip to content

Releases: edgar-zigis/LabeledSeekSlider

1.3.3

15 Jan 08:21
f9acdef
Compare
Choose a tag to compare

New features

  • Upgrade dependencies

1.3.2

13 Nov 13:08
0ca4773
Compare
Choose a tag to compare

Bug fixes

  • Measured dimensions now will adjust according to the base settings

1.3.1

13 Nov 11:55
3139706
Compare
Choose a tag to compare

Bug fixes

  • Fixed an issue when if bubble is hidden, onValueChanged would not be called

1.3.0

12 Nov 13:29
fb640c3
Compare
Choose a tag to compare

New features

  • Added a possibility to hide text bubble when sliding
  • Added a possibility to set thumb slider as a drawable instead of default circle

1.2.0

04 Oct 06:55
0b46f90
Compare
Choose a tag to compare

New features

  • Added a possibility to skip certain set values in the slider. For example if your minValue is 1, maxValue is 5 and your skipValues array has 2, 3 - then the slider will display and emit only 1, 4, 5 to the user.

1.1.2

30 Sep 10:11
Compare
Choose a tag to compare

New features

  • Add library to MavenCentral

1.1.0

21 Aug 10:52
78399f0
Compare
Choose a tag to compare

New features

  • Added an option to bypass limitValue while sliding
  • Public parameters were documented

1.0.8

16 Jun 09:14
Compare
Choose a tag to compare

Bug fixes

  • Reset actualXPosition each time defaultValue is set

1.0.7

01 Apr 06:06
Compare
Choose a tag to compare

Bug fixes

  • Fixed a bug when slider would not move to limitValue after area past it was touched

1.0.6

31 Mar 15:31
Compare
Choose a tag to compare

Bug fixes

  • Fixed a bug when currentValue would not be set to limitValue if it was reached