MaterialList Versions Save

An Android library aimed to get the beautiful CardViews that Google shows at its official design specifications

v3.2.2

8 years ago

Fixed Travis CI

v3.2.1

8 years ago

3.2.1

  • Travis-CI Fix

v3.2.0

8 years ago

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

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

3.1.0

v3.0.1

8 years ago

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

8 years ago

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 and BigImageButtonsCard center the image and crop it.

v2.4.5

8 years ago

v2.4.3

8 years ago

2.4.3

2.4.2

2.4.1

v2.2.0

9 years ago

Added Picasso async loading to the library

v2.1.1

9 years ago

Maven compile issue fixed (Hope so)

v2.0.3

9 years ago

Fixed description TextView color not changing