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

Releases: shynline/CardStackView

CardStackView -Version2.1.0

09 Oct 17:06
Compare
Choose a tag to compare

add a method called updateView to update minor value changes (consider having a counter on card you cant call notifydatasetchange for every counter update) in visible cards without calling notifydatasetchange which cause glitches in those cases

CardStackView -Version2.0.1

14 Sep 15:03
Compare
Choose a tag to compare

minor change
-add swipedIndex to swipe event listener

CardStackView -Version2.0.0

13 Sep 18:29
Compare
Choose a tag to compare

-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