-
Notifications
You must be signed in to change notification settings - Fork 52
Change Log
Amin Hassani edited this page Dec 28, 2021
·
4 revisions
- Migrated to MavenCentral.
- Automatically selects picking end-day when the start-day of range gets picked.
- Fixing UI symmetricity on API below 17.
- Ability to specify only from date initially when picking range.
- Handling hardware acceleration issue.
- Improving the Arabic digits.
- Ability to show adjacent months' days in the current month (using
showAdjacentMonthDays
) and customize their text color. - Ability to change the background shape of the selected days (using
pickedDayBackgroundShapeType
andpickedDayRoundSquareCornerRadius
). - Minor improvements.
- Some UI adjustments.
- Adding the ability to change background and text color of days in the selected range.
- Improvement in Japanese text and temporal names.
- Minor bug fixed.
- A minor bug fixed.
- Builder mechanism has changed a bit.
- Adding full customization ability using a user-configurable theme factory.
- Ability to show the date picker as a dialog using
PrimeDatePicker.dialogWith
method as well asPrimeDatePicker.bottomSheetWith
to show a bottom sheet. - Ability to specify a list of disabled days.
- Builder mechanism has changed.
- Picking multiple days has better UX.
- Adding Goto by tapping on Month-Year.
- Picking animation has improved.
- Possibility to change the start day of the week.
- Adding RTL support in the bottom sheet.```
- Migrated to AndroidX
- Ability to pick multiple days using
MULTIPLE
PickType.
- A minor bug is fixed.
- Animation for selected days using
animateSelection
,animationDuration
, andanimationInterpolator
attributes.