Releases: edgar-zigis/LabeledSeekSlider
Releases · edgar-zigis/LabeledSeekSlider
1.3.3
1.3.2
Bug fixes
- Measured dimensions now will adjust according to the base settings
1.3.1
Bug fixes
- Fixed an issue when if bubble is hidden, onValueChanged would not be called
1.3.0
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
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
New features
- Add library to MavenCentral
1.1.0
New features
- Added an option to bypass limitValue while sliding
- Public parameters were documented
1.0.8
Bug fixes
- Reset actualXPosition each time defaultValue is set
1.0.7
Bug fixes
- Fixed a bug when slider would not move to limitValue after area past it was touched
1.0.6
Bug fixes
- Fixed a bug when currentValue would not be set to limitValue if it was reached