- Clear method now divided:
clear
removes the dismissible Cards.clearAll
dismisses all the Cards.
- Builder Pattern: to easily create new Cards
- Observer Pattern: to replace the Eventbus Otto with native Java Observers
- Library shrinking: by replacing Libraries with an easy java implementation
- Java Doc: added to understand the code much easier and faster
- Thanks to Fabio Hellmann
- Now Cards that have an Image (Such as BigImageCard or BigImageButtonsCard) provide methods to choose the ScaleType (CENTER_CROP, FIT_XY...). By default is set to
CENTER_CROP
- Now
BigImageCard
andBigImageButtonsCard
center the image and crop it.
- Updated RecyclerView library version as requested: dexafree#83
- Changed ic_launcher name as requested: dexafree#81
- Prevented NPE when ButtonsCard have no text
- Button color change fix (dexafree#69)
- NPE prevention
- Added the
MaterialListView.addAtStart(Card)
method (dexafree#67)
- NPE Fix (dexafree#66)
- Added OnItemClickListener
- Fixed the OnDismiss callback not working
- Updated wiki documentation
- Bugfixes
- Added
MaterialListView.clear()
method, which clears the adapter
- Ported to RecyclerView (Thanks Fabio Hellmann)
- Added the ability to define columns as an XML Attribute
- Integration with Picasso (Thanks Ricardo Romero)
- Fixed compilation bugs
- Library structure again in a single module