Releases: litao0621/nifty-slider
Releases · litao0621/nifty-slider
v2.0.2
- Fix #16 , #17
- Moved the drawing logic for thumb text and thumb icon to default thumb drawable.
v2.0.1
- Add thumb icon features
- Add attribute 'ignoreGlobalHapticFeedbackSetting'.Ignore the global setting for whether to perform haptic feedback
- Fix
thumbWithinTrackBounds
attribute was not working correctly
- Add sliding verification sample #16
v2.0.0
1.Vertical mode is now enabled #9 .
v1.4.6
- 添加了
addOnProgressAnimEndListener
回调方法,当以动画形式改变进度时,达到目标进度后进行回调 #8
- 添加了
enableAutoHPadding
属性来控制没有设置内部横向填充时是否允许自动调整(自动调整可能导致slider无法布满全屏,两端流出空隙)。
- 添加了样例来说明如何准确调整slider的位置。
- 修改设置进度回调的方式,从之前的只允许设置一次修改为可以设置多次
v1.4.5
- fix #5 允许在滑动过程改变Slider enable状态
v1.4.4
- 添加
sliderTouchMode
属性来控制用户的主动操作行为。#4
v1.4.3
- 修复低版本系统阴影展示异常问题,优化了阴影相关逻辑
- Custom Lottie Drawable Demo 中强制启用了硬件加速来兼容一些低版本渲染异常问题,使用中根据当前情况进行调整
v1.4.2
- fix bug #2
- 修改Default thumb drawable的实现方式