material-calendar-view v1.5.0 Release Notes

Release Date: 2017-01-22 // about 7 years ago
  • 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