Skip to content

Releases: kizitonwose/Calendar

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.

0.2.4

17 Jul 12:40
Compare
Choose a tag to compare
  • Fix occasional crash when scrolling to a day on the calendar.

0.2.3

13 Jul 13:00
Compare
Choose a tag to compare
  • Allow specifying date owner when scrolling to a date.
  • Update dependencies.