Skip to content

Releases: fabiosassu/StackExpandableView

1.0.3

17 Jun 21:55
8bae621

Choose a tag to compare

  • totally rewritten the StackExpandableView, dropping the MotionLayout in favor of a custom View.
  • added OnExpansionChangedListener that allows the caller to be notified about expand/collapse.
  • added fun to expand and to collapse the StackExpandableView.
  • added RecyclerViewFragment + StackExpandableAdapter in order to demonstrate the implementation of the StackExpandableView in a RecyclerView.
  • updated gradle to 7.4.2.

1.0.2

06 Dec 19:13
b57fae6

Choose a tag to compare

  • fixed an issue that could cause the view to display greater cards in collapsed mode.
  • project cleaning.
  • updated library version to 1.0.2.
  • turned sample textview into material button.
  • updated dependencies.

1.0.1

14 Nov 16:16

Choose a tag to compare

  • removed unused test classes and dependencies.
  • updated dependencies and gradle version to the latest one.
  • defined scene at runtime instead of xml to avoid NPE.

1.0.0

07 Mar 18:16
a34d994

Choose a tag to compare

- added custom view. (#1)