All Versions
15
Latest Version
Avg Release Cycle
58 days
Latest Release
1375 days ago
Changelog History
Page 1
Changelog History
Page 1
-
v2.1.9 Changes
December 02, 2020๐ ๐ Released a new version
2.1.9
! ๐What's New?
- โ Added
setIsMaterial(Boolean)
functionality.
ThePowerMenu
andCustomPowerMenu
usesCardView
instead of theMaterialCardView
.
If we set theisMaterial(true)
function, they will be inflated with theMaterialCardView
. - ๐ Changed previous layout resources naming conventions. (29b023c)
- ๐จ Refactored internal codes.
- โ Added
-
v2.1.8 Changes
November 20, 2020๐ ๐ Released a new version
2.1.8
! ๐What's New?
- ๐ Refactord
ActivityPowerMenuLazy
andFragmentPowerMenuLazy
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.
- ๐ Refactord
-
v2.1.7 Changes
October 24, 2020๐ ๐ 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.
-
v2.1.6 Changes
October 07, 2020๐ ๐ Released a new version
2.1.6
! ๐What's New?
- ๐ Allow stroke through MaterialCardView styling (#64).
- โ Added
setIconSize
,setIconPadding
,setIconColor
functionalities toPowerMenu.Builder
. - Replace compound drawable icon to imageView for aligning accurately.
-
v2.1.5 Changes
September 26, 2020๐ ๐ 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.
- โ Added icon customize related functions:
-
v2.1.4 Changes
September 20, 2020๐ ๐ Released a new version
2.1.4
! ๐What's New?
- ๐ Changed
String
type related functions (setTitle) toCharSequence
inPowerMenuItem
. - โก๏ธ Updated kotlin version to
1.4.10
stable internally. FragmentPowerMenuLazy
useviewLifecycleOwner
instead of fragment's lifecycleOwner.- ๐ Used
JvmSynthetic
for hiding kotlin lambda related functions in Java APIs.
- ๐ Changed
-
v2.1.3 Changes
May 19, 2020๐ ๐ Released a new version
2.1.3
๐What's new?
- ๐ setBackgroundSystemUiVisibility in builders support (#56)
- โ Added
setDismissIfShowAgain
functionality. - ๐ Use ViewBinding instead of
findViewById
for improving performance and null safety. - โ Added
lifecycle-common-java8
for processing lifecycle annotations.
-
v2.1.2 Changes
August 28, 2019- ๐จ Refactor internal codes & modifiers.
- ๐ implemented
setTextColorResource
,setMenuColorResource
,setSelectedTextColorResource
,setBackgroundColorResource
to thePowerMenu.Builder
andCustomPowerMenu.Builder
.
We can set the color by resource.
before
.setTextColor(ContextCompat.getColor(context, R.color.md\_grey\_800))
after
.setTextColorResource(R.color.md\_grey\_800)
-
v2.1.1 Changes
August 16, 2019๐ Released version
2.1.1
.โ Added the kotlin dependency.
Implementations
- PowerMenu extensions.
- Lazy initialization on Activity and Fragment.
- Can create an instance of the PowerMenu using kotlin-dsl (
createPowerMenu
keyword). - PowerMenu's
Show
functions can be executed without any onClickListeners or ViewtreeObservers. - โ Removed rectricTo AbstractPowerMenu.
-
v2.1.0 Changes
May 02, 2019โ added a
setTextTypeface(Typeface)
method on PowerMenu for setting menu item text typeface