material-menu v2.0.0 Release Notes

Release Date: 2016-09-13 // over 7 years ago
  • Major update

    • Stripping main library classes to bare minimum - MaterialMenuDrawable and MaterialMenuView.
    • โœ‚ Removed all extras packages since ActionBarCompat or ActionBarSherlock are not being maintained
      for quite a while now. Most usages will be with Toolbar. Integrating the drawable into it will be up
      ๐Ÿ‘€ to the user of the library (see README or demo).
    • โœ‚ Removed nineoldadroids dependency - reduced method count by 929!
    • โฌ†๏ธ Bumped min api version to 14

Previous changes from v1.5.4

    • ๐Ÿ“ฆ Use AppCompatActivity instead of ActionBarActivity for extras-toolbar package
    • ๐Ÿ› BUG FIX: MaterialMenuView visibility is now preserved on SavedState