Skip to content

Releases: tejpratap46/RecyclerCalendarAndroid

2.0.1

06 Sep 14:47
Compare
Choose a tag to compare

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

29 Oct 10:13
Compare
Choose a tag to compare
1.8

Removed Selection Modes from InfiniteCalenderView.

Improved Scroll Performance

13 Oct 16:34
Compare
Choose a tag to compare
1.7

- Improved: Infinite calendar scroll performance

Updated Dependencies

04 Oct 10:26
Compare
Choose a tag to compare
  • Now you can just import module without importing example code.

1.5

24 Apr 13:54
Compare
Choose a tag to compare
1.5

Added Infinite Calendar View along with Simple Calendar View

1.4

09 Mar 14:51
Compare
Choose a tag to compare
1.4
  • Fixed #4: Added new selection modes to SimpleRecyclerCalendarView.
  1. NONE
  2. SINGLE
  3. MULTIPLE
  4. RANGE

1.3.1

26 Feb 23:39
Compare
Choose a tag to compare

Reformatted Some code and added some Utility functions.

1.3

27 Jan 10:20
Compare
Choose a tag to compare
1.3

Calendar View can now hold more days.

1.2

13 Jan 21:46
Compare
Choose a tag to compare
1.2
added simlpe calendar view example

1.1

10 Jan 11:32
746c338
Compare
Choose a tag to compare
1.1
Update README.md