MaterialList v3.2.2 Release Notes

Release Date: 2016-03-24 // about 8 years ago
  • ๐Ÿ›  Fixed Travis CI


Previous changes from 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