Skip to content

Releases: litao0621/nifty-slider

v2.0.2

21 Aug 01:39
Compare
Choose a tag to compare
  1. Fix #16 , #17
  2. Moved the drawing logic for thumb text and thumb icon to default thumb drawable.

v2.0.1

19 Aug 07:09
Compare
Choose a tag to compare
  1. Add thumb icon features
  2. Add attribute 'ignoreGlobalHapticFeedbackSetting'.Ignore the global setting for whether to perform haptic feedback
  3. Fix thumbWithinTrackBounds attribute was not working correctly
  4. Add sliding verification sample #16

v2.0.0

04 Aug 04:53
Compare
Choose a tag to compare

1.Vertical mode is now enabled #9 .

v1.4.8

12 Jul 10:38
Compare
Choose a tag to compare
  1. Support RTL #14

v1.4.7

11 Jul 07:09
Compare
Choose a tag to compare
  1. Fix bug #10 #11 #12
  2. New feature with #13

v1.4.6

09 Nov 07:06
Compare
Choose a tag to compare
  1. 添加了addOnProgressAnimEndListener回调方法,当以动画形式改变进度时,达到目标进度后进行回调 #8
  2. 添加了enableAutoHPadding属性来控制没有设置内部横向填充时是否允许自动调整(自动调整可能导致slider无法布满全屏,两端流出空隙)。
  3. 添加了样例来说明如何准确调整slider的位置。
  4. 修改设置进度回调的方式,从之前的只允许设置一次修改为可以设置多次

v1.4.5

18 Sep 03:07
Compare
Choose a tag to compare
  1. fix #5 允许在滑动过程改变Slider enable状态

v1.4.4

14 Sep 06:50
Compare
Choose a tag to compare
  1. 添加 sliderTouchMode 属性来控制用户的主动操作行为。#4

v1.4.3

22 Aug 09:03
Compare
Choose a tag to compare
  1. 修复低版本系统阴影展示异常问题,优化了阴影相关逻辑
  2. Custom Lottie Drawable Demo 中强制启用了硬件加速来兼容一些低版本渲染异常问题,使用中根据当前情况进行调整

v1.4.2

17 Aug 04:11
Compare
Choose a tag to compare
  1. fix bug #2
  2. 修改Default thumb drawable的实现方式