Releases: dexafree/MaterialList
Releases · dexafree/MaterialList
v3.2.2
v3.2.1
v3.2.0
3.2.0
- 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
3.1.3
- Merged add setGravity function for use in RTL languages
- Thanks to bkhezry
3.1.2
- 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
3.1.1
- Updated RecyclerViewAnimators for latest RecyclerView compatibility
3.1.0
v3.0.1
3.0.1
- Clear method now divided:
clear
removes the dismissible Cards.clearAll
dismisses all the Cards.
3.0.0
- 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
v2.5.0
2.5.0
- 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
2.4.6
- Now
BigImageCard
andBigImageButtonsCard
center the image and crop it.
v2.4.5
v2.4.3
v2.2.0. Picasso integrated
Added Picasso async loading to the library