SuperToasts v2.0 Release Notes

Release Date: 2016-07-18 // over 7 years ago
  • ๐Ÿš€ Fifth release. Should be less buggy!

    • Complete rewrite from top to bottom
    • Drastically reduced library size
    • Dramatically reduced object creation
    • SuperCardToast functionality has been absorbed by SuperActivityToasts
    • โž• Added various utility classes
    • ๐Ÿ‘ All backgrounds are now dynamically generated for better resolution
    • Unified managers into a single 'Toaster' class that handles both SuperToasts and SuperActivityToasts
    • โœ‚ Removed unnecessary XML resources
    • โž• Added support for SuperActivityToast gravity/position changes
    • โž• Added accessibility support
    • โž• Added support for Lollipop-style SnackBars
    • Migrated to a more Gradle friendly structure
    • โšก๏ธ Updated build files and SDK target to the latest versions
    • ๐Ÿ“š Updated documentation and include parameter-restricting annotation
    • โœ… Overhauled the demo to incorporate the latest Material design guidelines
    • ๐Ÿ›  Fixed Gradle errors when forking the project
    • ๐Ÿ‘ Simplified the overall API and added method chaining support
    • โž• Added priority levels, Toaster now uses PriorityQueue

Previous changes from v1.3.4

  • ๐Ÿ› Bug fixes, javadoc improvements, KitKat support, Gradle support, large screen support.