Skip to content

Releases: dexafree/MaterialList

v3.2.2

24 Mar 10:04
Compare
Choose a tag to compare

Fixed Travis CI

v3.2.1

24 Mar 09:52
Compare
Choose a tag to compare

3.2.1

  • Travis-CI Fix

v3.2.0

24 Mar 09:46
Compare
Choose a tag to compare

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

23 Aug 11:13
Compare
Choose a tag to compare

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

30 Jul 21:08
Compare
Choose a tag to compare

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

26 Jun 13:08
Compare
Choose a tag to compare
2.4.5. Updated versions and renamed ic_launcher

v2.4.3

19 Apr 10:07
Compare
Choose a tag to compare

2.4.3

  • Button color change fix (#69)

2.4.2

  • NPE prevention
  • Added the MaterialListView.addAtStart(Card) method (#67)

2.4.1

  • NPE Fix (#66)

v2.2.0. Picasso integrated

13 Feb 17:16
Compare
Choose a tag to compare

Added Picasso async loading to the library

v2.1.1

29 Jan 20:07
Compare
Choose a tag to compare

Maven compile issue fixed (Hope so)

v2.0.3

25 Jan 13:32
Compare
Choose a tag to compare

Fixed description TextView color not changing