Releases: skydoves/Needs
Releases · skydoves/Needs
1.1.2
1.1.1
1.1.0
🎉 Released a new version 1.1.0
! 🎉
What's New?
- Added missing
setBulletForm
method in theNeedsItemTheme
. - Added
Dp
andSp
annotations properly to properties and arguments. - Changed
String
types properties (title, description, confirm) are changed toCharsequence
type. - Used a view lifecycle owner instead of fragment lifecycle owner for creating Needs lazy.
- Updated compile SDK version to 30 and kotlin version to 1.4.0 stable.
1.0.9
🎉 Released a new version 1.0.9
🎉
What's new?
- Added
BulletForm
for attaching a bullet in front of the title. - Used ViewBinding instead of Kotlin synthetic
- Refactored internal functionalities
BulletForm
val itemTheme = needsItemTheme(baseContext) {
bulletForm = bulletForm(context) {
setBulletColorResource(R.color.colorPrimary)
setBulletSize(12)
setBulletPadding(9)
}
}
1.0.8
1.0.7
Implemented new features.
Configure Needs.Builder class using resources.
setTitleIconResource
,setBackgroundResource
.setTitleResource
,setDescriptionResource
,setConfirmResource
.setConfirmBackgroundColorResource
,setBackgroundColorResource
,setDividerColorResource
.
Set background System UI visibility on Needs.Builder. (for supporting full-screen mode)
setBackgroundSystemUiVisibility
.