Skip to content
This repository has been archived by the owner on Jan 27, 2020. It is now read-only.

CardStackView -Version2.0.0

Compare
Choose a tag to compare
@shynline shynline released this 13 Sep 18:29
· 9 commits to master since this release

-improvements

  • upgrade build tool and fix deprecated usages
  • fix adding clickListener to all child of the card

-breaking changes

  • improve swipe listener
  • calling notifyDataSetChange on adapter no longer has effect
    instead a notifyDataSetChange added to CardStackView which additionally can skip first card ( boolean input )
    (if you don't need this feature simply pass false. it will act exactly like calling notifyDataSetChange from adapter