Skip to content

Releases: BlackBoxVision/material-calendar-view

7th Release

17 Jan 13:39
Compare
Choose a tag to compare

Changelog:

  • General Package refactor
  • Update code, and general improvements
  • Update dependencies
  • Add support for OnMonthTitleClick event thanks to the last PR

Sixth Release

01 Feb 12:43
Compare
Choose a tag to compare

Changelog:

  • Added interface OnDateLongClickListener for long clicks events.
  • Modified interface OnDateSelectedListener, now it's called OnDateClickListener.
  • Deleted some unused classes.

Fifth Release

06 Nov 12:36
Compare
Choose a tag to compare

BugFix:

  • Fixed issue: #1 Now you are able to display the calendar with Chinese locale.

Fourth Release

04 Nov 14:10
Compare
Choose a tag to compare
  • 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

01 Nov 22:13
Compare
Choose a tag to compare

Fixed detected bugs.
Added some documentation.
Updated build.gradle files. Minimal support is now API 8+.

Second Release

01 Nov 16:24
Compare
Choose a tag to compare

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

01 Nov 01:48
Compare
Choose a tag to compare
Second Alpha Release Pre-release
Pre-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

31 Oct 00:03
Compare
Choose a tag to compare

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.