PowerMenu v2.1.9 Release Notes

Release Date: 2020-12-02 // over 3 years ago
  • ๐Ÿš€ ๐ŸŽ‰ Released a new version 2.1.9! ๐ŸŽ‰

    What's New?

    • โž• Added setIsMaterial(Boolean) functionality.
      The PowerMenu and CustomPowerMenu uses CardView instead of the MaterialCardView.
      If we set the isMaterial(true) function, they will be inflated with the MaterialCardView.
    • ๐Ÿ”„ Changed previous layout resources naming conventions. (29b023c)
    • ๐Ÿ”จ Refactored internal codes.

Previous changes from v2.1.8

  • ๐Ÿš€ ๐ŸŽ‰ Released a new version 2.1.8! ๐ŸŽ‰

    What's New?

    • ๐Ÿ“š Refactord ActivityPowerMenuLazy and FragmentPowerMenuLazy and add documentations internally.
    • ๐Ÿ›  Fixed showPopup() internal conditions for showing popup safely in the Activity.
    • โšก๏ธ Updated Gradle build tool version to 4.1.1 internally.
    • โœ‚ Removed kotlin-android-extensions plugin.