Skip to content

Releases: kizitonwose/Calendar

0.3.4

11 Apr 10:00
Compare
Choose a tag to compare
  • Fix: Wrong pagination logic when the Calendar size is larger than the month size.
  • Fix: Calendar height does not match the current month's height in vertical, paged mode.
  • Add cv_wrappedPageHeightAnimationDuration attribute for adjusting the duration of the animation used to change the CalendarView's height when needed. This is also available programmatically via the calendarView.wrappedPageHeightAnimationDuration property.

0.3.3

09 Apr 17:41
Compare
Choose a tag to compare
  • Fix: Clipped cells in the calendar don't respond to click events.
  • Update dependencies.

0.3.2

23 Jan 10:46
Compare
Choose a tag to compare

Add a Kotlin compiler flag which fixes build failure in some projects. See #65

0.3.1

09 Dec 19:51
Compare
Choose a tag to compare
  • Fix issue with smooth scrolling when scrollMode is paged.
  • Improve performance for unbounded month generation (thanks @evjava)
  • Decrease the minimum required SDK(minSdkVersion) to 15 (thanks @adilo)

0.3.0

07 Dec 08:43
Compare
Choose a tag to compare

Fix logic for generating OutDates (thanks @germinator)

0.2.9

28 Oct 15:38
Compare
Choose a tag to compare
  • Add updateStartMonth, updateEndMonth and updateMonthRange methods for partial updates. (thanks @msimonides)
  • Optimize calendar setup logic.

0.2.8

28 Aug 15:47
Compare
Choose a tag to compare
  • Optimize performance when generating long date ranges (thanks @varhastra)

0.2.7

25 Aug 13:46
Compare
Choose a tag to compare
  • Fix crash when setup is called in some cases.

0.2.6

10 Aug 11:14
Compare
Choose a tag to compare
  • Retain currently visible month and scroll offset when setup() is called multiple times.

0.2.5

31 Jul 19:13
Compare
Choose a tag to compare
  • Fix crash when calculating calendar height in some cases.