Skip to content

Releases: Stjin/ExpandableCardView

1.3.1

09 Jul 17:01
Compare
Choose a tag to compare
  • Update kotlin dependency version
  • Fix icon not showing issue (4a9550d)

1.3.0-beta02

01 Mar 13:03
Compare
Choose a tag to compare

Changed the startExpanded function to always animate after 200ms

1.3.0-beta01

28 Feb 18:05
Compare
Choose a tag to compare

Added the ability to override switch style.
In your app just create a style called overrideExpandableCardViewSwitch with your customizations

1.2.2

27 Feb 19:04
Compare
Choose a tag to compare

Minor fixes in title size

1.2.1

26 Feb 18:43
Compare
Choose a tag to compare

Added app:expandableCardColor attribute for styling
Switched to dimensions
please keep this in mind when updating the library in your project
Updated gradle

1.2.0

16 Feb 14:42
Compare
Choose a tag to compare

Fixed daynight color for arrow icon (issue AleSpero/ExpandableCardView#49)
Added ability to disable the switch programmatically with setSwitchEnabled(boolean)
fixed AleSpero/ExpandableCardView#9 with a new attribute (for now)

1.2.0-beta06

10 Feb 15:52
Compare
Choose a tag to compare

Optimized hiding switch

1.2.0-beta05

09 Feb 14:31
Compare
Choose a tag to compare

Optimized calculating height and getting rid of app:fullHeight="true"

1.2.0-beta04

09 Feb 11:47
Compare
Choose a tag to compare

Added ability to disable the switch programmatically with setSwitchEnabled(boolean)

1.2.0-beta03

08 Feb 11:28
Compare
Choose a tag to compare

Made .expand() and .collapse public