Releases: BlackBoxVision/material-calendar-view
7th Release
Changelog:
- General Package refactor
- Update code, and general improvements
- Update dependencies
- Add support for OnMonthTitleClick event thanks to the last PR
Sixth Release
Changelog:
- Added interface OnDateLongClickListener for long clicks events.
- Modified interface OnDateSelectedListener, now it's called OnDateClickListener.
- Deleted some unused classes.
Fifth Release
BugFix:
- Fixed issue: #1 Now you are able to display the calendar with Chinese locale.
Fourth Release
- Deleted unused resources to reduce library file size.
- Added RobotoFonts to the Assets folder.
- Added a String file handling all path to RobotoFonts.
- Added a Util class to get the Roboto typefaces called TypefaceUtil.
- Better performance on Swipe by making some adjustments.
- Added setBackButtonColor method, it allows you to change back arrow color.
- Added setNextButtonColor method, it allows you to change next arrow color
- Added setBackButtonDrawable method, it allows you to change back button drawable.
- Added setNextButtonDrawable method, it allows you to change next button drawable.
- Modified the month title show format from "MONTH_NAME" to "MONTH_NAME + ' ' + YEAR"
- BugFix: Retain current day style even if you swipe to another month and come back to actual month.
- Added method findViewByDate(), it receives a Date as param and returns a DayView object (Custom TextView). It lets you style dayView as you want.
- Refactor of some methods in order to clarify code readability.
- markCurrentDay is now renamed to setCurrentDay().
- markCurrentDateAsSelected is now renamed to setDateAsSelected().
Third Release
Fixed detected bugs.
Added some documentation.
Updated build.gradle files. Minimal support is now API 8+.
Second Release
Added Swipe gestures detection and Fixed Bugs encountered.
Added setter customization
Next and previous month navigation
Allow various customization including background color for day, week and title
Set custom typeface using setTypeFace() method.
Show hide next previous month overflow days
Set custom day options for start day of week. By default it is set to Calendar.SUNDAY
Unlimited customizations for day of the month using custom Decorators.
Allow you to handle event when user changes month and day selection.
Second Alpha Release
Added Swipe gestures detection
Added setter customization
Next and previous month navigation
Allow various customization including background color for day, week and title
Set custom typeface using setTypeFace() method.
Show hide next previous month overflow days
Set custom day options for start day of week. By default it is set to Calendar.SUNDAY
Unlimited customizations for day of the month using custom Decorators.
Allow you to handle event when user changes month and day selection.
First release
Currently it supports the following features:
Next and previous month navigation
Allow various customization including background color for day, week and title
Set custom typeface using setTypeFace() method.
Show hide next previous month overflow days
Set custom day options for start day of week. By default it is set to Calendar.SUNDAY
Unlimited customizations for day of the month using custom Decorators.
Allow you to handle event when user changes month and day selection.