All Versions
23
Latest Version
Avg Release Cycle
47 days
Latest Release
3097 days ago
Changelog History
Page 1
Changelog History
Page 1
-
v3.2.2 Changes
March 24, 2016๐ Fixed Travis CI
-
v3.2.1 Changes
March 24, 20163.2.1
- Travis-CI Fix
-
v3.2.0 Changes
March 24, 20163.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.1.3 Changes
- ๐ Merged add setGravity function for use in RTL languages
- Thanks to bkhezry
-
v3.1.2 Changes
- 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
-
v3.1.1 Changes
- โก๏ธ Updated RecyclerViewAnimators for latest RecyclerView compatibility
-
v3.0.1 Changes
August 23, 20153.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
- Clear method now divided:
-
v3.0.0 Changes
- ๐ 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 Changes
July 30, 20152.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.
- 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