PowerMenu Versions Save

:fire: Powerful and modernized popup menu with fully customizable animations.

2.2.4

10 months ago

What's Changed

Full Changelog: https://github.com/skydoves/PowerMenu/compare/2.2.3...2.2.4

2.2.3

1 year ago

What's Changed

Full Changelog: https://github.com/skydoves/PowerMenu/compare/2.2.2...2.2.3

2.2.2

1 year ago

What's Changed

Full Changelog: https://github.com/skydoves/PowerMenu/compare/2.2.1...2.2.2

2.2.1

1 year ago

What's Changed

New Contributors

Full Changelog: https://github.com/skydoves/PowerMenu/compare/2.2.0...2.2.1

2.2.0

2 years ago

🎉 Released a new version 2.2.0! 🎉

What's New?

  • Correct item index with header (#73).
  • Added a new lazy powerMenu() View extension for using on custom views. (b8d21b2, aa932cc)
  • Added setLifecycleOwnerFromContext() internally for getting a lifecycleOwner from a context.

2.1.9

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.

2.1.8

3 years ago

🎉 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.

2.1.7

3 years ago

🎉 Released a new version 2.1.7! 🎉

What's New?

  • The status is being dimmed when showing background.
  • Updated gradle buiild tool version to 4.0.1 internally.
  • Removed unused resources.

2.1.6

3 years ago

🎉 Released a new version 2.1.6! 🎉

What's New?

  • Allow stroke through MaterialCardView styling (#64).
  • Added setIconSize, setIconPadding, setIconColor functionalities to PowerMenu.Builder.
  • Replace compound drawable icon to imageView for aligning accurately.

2.1.5

3 years ago

🎉 Released a new version 2.1.5! 🎉

What's New?

  • Added icon customize related functions: setIconSize, setIconPadding, setIconColor.
  • Added a new fuction setPadding: sets a padding to the menu popup.