thellmund / Android-Week-View

Display highly customizable calendar views in your Android app
Apache License 2.0
188 stars 97 forks source link

Replace `WeekViewEntity` with more versatile `WeekViewItem` #272

Open thellmund opened 2 years ago

thellmund commented 2 years ago

This pull request replaces the sealed class WeekViewEntity (with its subclasses Event<T> and BlockedTime) with a more versatile WeekViewItem.

WeekViewItem is a single data class. Instead of using the limited number of subclasses, all information required to correctly render an item are passed as parameters: