Skip to content

v3.0.1

Compare
Choose a tag to compare
@dexafree dexafree released this 23 Aug 11:13
· 30 commits to master since this release

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