Releases: tejpratap46/RecyclerCalendarAndroid
Releases · tejpratap46/RecyclerCalendarAndroid
2.0.1
Added API to set start day of week:
val configuration: RecyclerCalendarConfiguration =
RecyclerCalendarConfiguration(
calenderViewType = RecyclerCalendarConfiguration.CalenderViewType.VERTICAL,
calendarLocale = Locale.getDefault(),
includeMonthHeader = true
)
configuration.weekStartOffset = RecyclerCalendarConfiguration.START_DAY_OF_WEEK.MONDAY
1.8
Removed Selection Modes from InfiniteCalenderView.
Improved Scroll Performance
1.7 - Improved: Infinite calendar scroll performance
Updated Dependencies
- Now you can just import module without importing example code.
1.5
Added Infinite Calendar View along with Simple Calendar View
1.4
1.3.1
Reformatted Some code and added some Utility functions.
1.3
Calendar View can now hold more days.
1.2
added simlpe calendar view example
1.1
Update README.md