Skip to content

Releases: GwonHyeok/StickySwitch

v0.0.16 Release

31 Dec 05:58
Compare
Choose a tag to compare
  • Migrate To AndroidX
  • Remove application tag in lib AndroidManifest.xml
  • iconSize and iconPadding to public variable

v0.0.15 Release

30 Nov 06:40
Compare
Choose a tag to compare
  • changed the default value of isClickable to true

v0.0.14 Release

21 Nov 06:30
Compare
Choose a tag to compare
  • Implemented ability to set direction without calling onSelectedChange callback
  • Implement clickable

v0.0.13 Release

01 Sep 07:25
Compare
Choose a tag to compare
  • fix bug : icon is not working on pre lollipop device

#18 #12

v0.0.12 Release

21 Jul 03:30
Compare
Choose a tag to compare
  • Curved connection is implemented as attribute
  • Implements TextVisibility

v0.0.11 Release

17 Apr 15:43
Compare
Choose a tag to compare
  • support custom animation duration

v0.0.10 Release

17 Apr 05:14
Compare
Choose a tag to compare
  • update gradle build tools and kotlin version
  • add prefix attrs with component name (ss__attrName)
  • support toggle animate in setDirection method
  • getDrawable to ContextCompat.getDrawable

v0.0.8 Release

23 Mar 08:21
Compare
Choose a tag to compare
  • implement set typeFace for text
  • Add option to toggle text visibility

v0.0.7 Release

21 Mar 05:34
Compare
Choose a tag to compare

implements more get, set property

  • LeftIcon
  • RightIcon
  • SliderBackgroundColor
  • SwitchColor
  • textColor

v0.0.6 Release

20 Mar 14:37
Compare
Choose a tag to compare
  • implements get, set text programmatically
  • add text parameter in selectedChangeListener