Skip to content

Releases: BlackBoxVision/material-calendar-view

Updated library version to v1.5.8

08 Oct 16:09
ea3f5cb
Compare
Choose a tag to compare
  • Added attribute to distinguish text color for dayOfWeek from dayOfMonth.
  • Fixed alignment for dayOfWeek and dayOfMonth, cleanup layouts, moved to styles.
  • Differentiate currentDayTextColor uniquely from selectedDayTextColor, enabling current day to have a different text color even when it is not the selected date.

Minor Bug Fix

17 Nov 19:41
1a1aa89
Compare
Choose a tag to compare

Minor bug-fix related to onDateClickListener creating a possible NPE.

Bug Fix NPE on CalendarView

17 Nov 15:16
61025ae
Compare
Choose a tag to compare

This is a release with a bug-fix for NPE solved by @udaysrinath!

14th Release

14 Aug 16:46
Compare
Choose a tag to compare

Changelog:

  • Added support for screen orientation change

13th Release

10 Aug 20:48
Compare
Choose a tag to compare

Changelog:

12th Release

28 Jul 01:49
Compare
Choose a tag to compare

Changelog:

  • Merged PR to remove tag android:allowBackup from Manifest.

11th Release

28 Jan 20:54
Compare
Choose a tag to compare

Changelog:

  • Fixed issue #34, a trouble with onDateClickListener pass the current Date instead of the date that the user selected.

10th release

23 Jan 00:04
Compare
Choose a tag to compare

Changelog:

  • Add support to saveInstanceState/restoreInstanceState of currentMonthIndex
  • Add getters for isOverflowDateVisible and isMultipleDaySelectedEnabled

9th Release

22 Jan 20:24
Compare
Choose a tag to compare

Changelog:

  • Rename all attributes under attrs.xml to get more consistence
  • Make method setCurrentDay private and rename it to drawCurrentDay
  • Modified setters to follow Builder Pattern
  • Fix #20, now currentDay is deselected in case you select other date. This is the correct behavior when multiple day selection is disabled
  • Added support for multiple day selection, this change close #22
  • Fix issue #30
  • Fix issue #31
  • Another minor bug fixes, and code improvements

8th Release

20 Jan 02:50
Compare
Choose a tag to compare

Changelog

  • Modified method name refreshCalendar to update in order to get more consistence.
  • Added method shouldAnimateOnEnter, with 3 method variants that let you customize the method behavior.
  • Improvements on XML layouts.
  • Refactored the way that the Calendar generates the AdapterView.
  • Now, the selected dates display a Circular shape instead of a Square shape.
  • Removed unused getters.
  • Added some new helpers methods under CalendarUtils.
  • Added HeaderView to start delegating behavior to another view.
  • Removed Decorator support in DayView
  • Bug fixes and other code improvements.