SuperToasts v2.0 Release Notes
Release Date: 2016-07-18 // over 6 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.