You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Add the ability to set the firstDayOfWeek in the setupCalendar() method.
Add the ability to set a onDateLongClickListener for the Calendar dates.
Add the ability to set a dateSelectionFilter that indicates whether a date available for selection or not.
Add an optional year selection control that allows to quickly navigate between years.
Add a calendarViewStyle attribute as a default value for defStyleAttr in the CalendarView constructor. So now it is possible to define common style for all Calendars in the application Theme file.
Change visibility level to internal of some library classes and interfaces.