Releases: gabrielemariotti/cardslib
Version 2.0.1
- LIB-CORE:Fixed NPE in ForegroundLinearLayout
- LIB-CORE:Fixed expand area with CardWithList
Version 2.0.0
- LIB: Added the new CardViewNative! based on Google CardView (Learn how to migrate your cards)
- LIB: New aar modules. [(doc)[(BUILD.md#including-in-your-project-with-gradle)
- LIB-CARDS: New module with built-in cards.
- LIB-CARDS: Material Cards (doc)
- LIB-CARDS: Top Colored Cards (doc)
- LIB-RECYCLERVIEW: Ner module with support for the new RecyclerView
- LIB-RECYCLERVIEW: Added a CardRecyclerView and a CardArrayRecyclerViewAdapter (doc)
- EXTRA-STAGGERED and EXTRA-DRAGDROP: split from old extra lib.
Version 1.9.0
-
LIB: Added a method to expand and collpase the card in programmatic way (doc)
-
LIB: Added a callback at the start of the expansion/collapsing animation (doc)
-
LIB: Added the ability to expand and collapse the card with a longClick (doc)
-
LIB: Added a method to add dinamically Sections to a
SectionedCardAdapter
(doc) -
LIB: Added a feature to restrict card swipe direction (doc)
-
LIB-EXTRA: Updated the drap and drop list. Now you can drag over the card (doc)
-
LIB-EXTRA: Updated ListViewAnimations dependency to 3.1.0
It contains a little BREAKING CHANGE on the
mListView.setOnItemMovedListener
. listener (doc) -
DEMO: Added an example to expand/collapse action in programmatic way
-
DEMO-EXTRA: Updated all dependencies to last releases
Version 1.8.0
Version 1.7.3
- LIB: Removed labels app_name to prevent issue with the new Manifest merger
Version 1.7.2
- Changed the visibility of the
init() method
and its call.
It contains a BREAKING CHANGE .* (doc)
- Fixed the issue with Observer when the CardWithList works in a CardListView
Version 1.7.1
- Removed application labels from android-libs manifest to prevent issues with the new Manifest merger
Version 1.7.0
-
LIB: Added a new feature to display a list of items inside a Card (doc)
-
LIB: Added a feature to customize dynamically the undoBar message (doc)
It contains a BREAKING CHANGE with UndoBar and UndoBarUIElements feature. Read the above link to migrate your code.
-
LIB-EXTRA: Updated Etsy-Grid dependency to 1.0.5
-
DEMO: Added a new example for Card with List
-
DEMO-Extra: Added a new example for Card with List integrated with WeatherLib
-
DEMO-Extra: Improved staggered grid examples.
-
DEMO-Extra: updated all libraries.
Version 1.6.0
- LIB: Added a
CardCursorMultiChoiceAdapter
(doc) - LIB-EXTRA: Added a
CardListDragDropView
, a cardList with drag and drop support: (doc) - LIB-EXTRA: Added a new method to add external adapter different from
CardGridStaggeredArrayAdapter
(doc) - Added Travis CI support
- DEMO: Added an example with CardCursorMultiChoiceAdapter
- DEMO-Extra: Added an example with CardListDragDropView
- DEMO-Extra: Added an example with CardGridStaggered + ListViewAnimation
Version 1.5.0
- LIB-EXTRA: Added a
CardGridStaggeredView
(doc) - LIB: Added the chance to use a
ForegroundLinearLayout
in your Card (doc) - LIB: Added a feature to use a own
OnScrollListener
with CardListView and Swipe Action (doc) - LIB: Added the method
ViewToClickToExpand.setupCardElement()
to enable the expand/collapse action on the default card elements (doc) - LIB: Introduced a flag to disable the default broadcast after a bitmap is attached to an imageView in
CardThumbnail
(doc) - DEMO-Extra: Added examples with StaggeredGridView
- DEMO-Extra: Added an example with a List with expand-inside.(source)