skydoves/PowerMenu
 Watch   
 Star   
 Fork   
2023-06-28 17:14:58
PowerMenu

2.2.4

What's Changed

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

2023-04-24 04:20:12
PowerMenu

2.2.3

What's Changed

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

2022-12-19 19:53:44
PowerMenu

2.2.2

What's Changed

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

2022-10-16 09:26:04
PowerMenu

2.2.1

What's Changed

New Contributors

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

2021-07-12 23:08:20
PowerMenu

2.2.0

🎉 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.
2020-12-02 23:06:56
PowerMenu

2.1.9

🎉 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.
2020-11-21 00:54:12
PowerMenu

2.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.
2020-10-25 00:12:39
PowerMenu

2.1.7

🎉 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.
2020-10-07 19:17:42
PowerMenu

2.1.6

🎉 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.
2020-09-26 19:15:21
PowerMenu

2.1.5

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