2.2.4
- Update Kotlin, appcompat, and material versions by @skydoves in https://github.com/skydoves/PowerMenu/pull/108
Full Changelog: https://github.com/skydoves/PowerMenu/compare/2.2.3...2.2.4
2.2.3
- Update AGP to 7.4.1, gradle to 7.6.1, and lifecycle to 2.6.1 by @skydoves in https://github.com/skydoves/PowerMenu/pull/104
Full Changelog: https://github.com/skydoves/PowerMenu/compare/2.2.2...2.2.3
2.2.2
- Fix focus state by @sebastienrouif in https://github.com/skydoves/PowerMenu/pull/97
- Update AGP to 7.3.1 and gradle to 7.6 by @skydoves in https://github.com/skydoves/PowerMenu/pull/98
- Convert
PowerMenuItemto kotlin file and addiconContentDescriptionproperty by @skydoves in https://github.com/skydoves/PowerMenu/pull/99
Full Changelog: https://github.com/skydoves/PowerMenu/compare/2.2.1...2.2.2
2.2.1
- Update dependencies by @skydoves in https://github.com/skydoves/PowerMenu/pull/83
- Don't cover the Android virtual keyboard by @RobbWatershed in https://github.com/skydoves/PowerMenu/pull/91
- Update dependencies and Gradle to 7.5.1 by @skydoves in https://github.com/skydoves/PowerMenu/pull/94
- Implement icon drawable to the PowerMenuItem by @skydoves in https://github.com/skydoves/PowerMenu/pull/95
- Migrate maven publication scripts by @skydoves in https://github.com/skydoves/PowerMenu/pull/96
- @RobbWatershed made their first contribution in https://github.com/skydoves/PowerMenu/pull/91
Full Changelog: https://github.com/skydoves/PowerMenu/compare/2.2.0...2.2.1
2.1.9
🎉 Released a new version 2.1.9! 🎉
- Added
setIsMaterial(Boolean)functionality. ThePowerMenuandCustomPowerMenuusesCardViewinstead of theMaterialCardView. If we set theisMaterial(true)function, they will be inflated with theMaterialCardView. - Changed previous layout resources naming conventions. (29b023c)
- Refactored internal codes.
2.1.8
🎉 Released a new version 2.1.8! 🎉
- Refactord
ActivityPowerMenuLazyandFragmentPowerMenuLazyand add documentations internally. - Fixed
showPopup()internal conditions for showing popup safely in the Activity. - Updated Gradle build tool version to
4.1.1internally. - Removed
kotlin-android-extensionsplugin.