Skip to content

Release 3.3

Compare
Choose a tag to compare
@thellmund thellmund released this 17 Mar 11:03
  • New: You can now define the time range to be displayed for each day by setting minHour and maxHour in your layout XML, or by calling weekView.setMinHour() and weekView.setMaxHour() in your code.
  • New: You can now add the option to automatically scroll to the current time when WeekView is first displayed by setting showCurrentTimeFirst to true.
  • New: You can opt to use a multi-line date header by setting singleLineHeader to false.
  • Fix: The attribute showNowLine is no longer ignored.

Thanks to @Bwaim and @Mauker1 for contributing to this release!