- Travis CI fix
- Merged Update README.md
- Merged Update README.md
- Updated Support Versions to 23.2.1
- Changed Card height to
wrap_content
in order to provide compatibility with the last support library
- Merged add setGravity function for use in RTL languages
- Thanks to bkhezry
- More methods: Add the string resource option to TextViewAction; Open add with scroll option in MaterialListAdapter
- BugFix: Fixed the scroll behaivor with SwipeDismissLayout
- Thanks to Fabio Hellmann
- Updated RecyclerViewAnimators for latest RecyclerView compatibility
- Styles, Templates, Empty View, Simplifications, Code Refactoring, Animations, Actions
- Thanks to Fabio Hellmann
- 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.
- Prevented NPE when ButtonsCard have no text
- Button color change fix (#69)
- NPE prevention
- Added the
MaterialListView.addAtStart(Card)
method (#67)
- NPE Fix (#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