All Versions
10
Latest Version
Avg Release Cycle
70 days
Latest Release
1999 days ago

Changelog History

  • v1.5.8 Changes

    October 08, 2018
    • โž• 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.
  • v1.5.7 Changes

    November 17, 2017

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

  • v1.5.6 Changes

    November 17, 2017

    ๐Ÿš€ This is a release with a bug-fix for NPE solved by @udaysrinath!

  • v1.5.5 Changes

    August 14, 2017

    ๐Ÿ”„ Changelog:

    • โž• Added support for screen orientation change
  • v1.5.4 Changes

    August 10, 2017

    ๐Ÿ”„ Changelog:

  • v1.5.3 Changes

    July 28, 2017

    ๐Ÿ”„ Changelog:

    • ๐Ÿ”€ Merged PR to remove tag android:allowBackup from Manifest.
  • v1.5.2 Changes

    January 28, 2017

    Changelog :

    • ๐Ÿ›  Fixed issue #34, a trouble with onDateClickListener pass the current Date instead of the date that the user selected.
  • v1.5.1 Changes

    January 23, 2017

    Changelog:

    • ๐Ÿ’พ Add support to saveInstanceState/restoreInstanceState of currentMonthIndex
    • Add getters for isOverflowDateVisible and isMultipleDaySelectedEnabled
  • v1.5.0 Changes

    January 22, 2017

    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
  • v1.4.0 Changes

    January 20, 2017

    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.