-
Notifications
You must be signed in to change notification settings - Fork 396
ChangeLog
谷进杰 edited this page Jun 8, 2019
·
9 revisions
version | message |
---|---|
v3.0.0 (Coming soon) |
Support the gravity of RangeSeekBar Support the layout gravity of tick mark VerticalRangeSeekBar supports to change the text direction of indicator and tick mark Support rectangle thumb Support the step mode auto Automatic bonding Support to draw the scale line on the progress Support to click the SeekBar to change the progress Support to get the SeekBar's progress Exposes many methods to support customization fix bugs and refactor the code to make it easy to use |
v2.0.4 | increase hit area of thumb, support indicator radius, fix #38, optimize setOnRangeChangedListener variable name to make it easy to understand |
v2.0.2 | fix issue #31, #32, #9, support TypeFace |
v2.0.1 | fix issue #29 |
v2.0.0 | support vertical RangeSeekBar, add indicator self-adaption, add more attributes, fix some bugs |
v1.2.2 | fix custom progressHintResId crash |
v1.2.1 | fix issue #23, #17. add radius of progress |
v1.2.0 | thumbResId support custom drawable;Property name refactoring to prevent naming conflicts;adjust rsb_progressHintMode,add onStopTrackingTouch,onStartTrackingTouch Listeners |
v1.1.0 | add progressHintMode and some color attrs setter |
v1.0.8 | fix issue #2, #3 |
v1.0.7 | set the seekbar gravity center to make the layout easier |
v1.0.6 | config jitPack to make you can see real source(why is 1.0.6 ? god knew it……) |
v1.0.3 | fix bugs when range is 0 ~ 1 |
v1.0.2 | fix Scroll conflict and make padding attributes efective |
v1.0.1 | add thumbPrimaryColor、thumbSecondaryColor Attributes |
v1.0.0 | God know it~ |