Skip to content

Releases: faramarzaf/ValueSelector

v1.0.9

10 Mar 11:49
488fe52
Compare
Choose a tag to compare
  • ActionDownColor option removed
  • Gradle updated

v1.0.8

10 Mar 09:08
Compare
Choose a tag to compare

1- ActionDownColor option added
2- Bug interval fixed
3- Bug invertIconsColor fixed. (When you've been selected the invertIcons=true --> Colors applied the opposite sides)

Public methods package

20 Feb 18:23
Compare
Choose a tag to compare

In this release, I've tried to provide more public methods for client usage by Java.

New styles added

26 Jan 08:42
Compare
Choose a tag to compare

Now it has four basic icon types for plus and minus icons
1- plus_minus
2- arrow
3- expand
4- circle

v1.0.5

22 Jan 12:19
Compare
Choose a tag to compare

maxWidth and minWidth of main ValueSelector layout changed to 90 & 60

Ready for release v1.0.4

20 Jan 09:30
Compare
Choose a tag to compare

In this release, we have fixed these issues that are listed below.

1- Default value of minValue & maxValue changed to:
Integer.MIN_VALUE , Integer.MAX_VALUE

2- Default valueTextSize changed to 20

3- Default value of IconsSize changed to 45

4- Default value of invertIconsPlace is 1
"-" icon is at left side and "+" icon is at the right side of layout (In vertical mode)
And vice versa in Horizontal mode

Some bugs are fixed now

13 Jan 09:22
Compare
Choose a tag to compare

Default borderColor changed to transparent mood. (It was black that was not very cool)
Default gapValue changed to "1". (It was 0 and that's made a bug when client didn't set gapValue attr in XML layout)
Default BorderThickness changed to "0".
Default BorderRadius changed to "0".