Quivr / Android-Week-View

Android Week View is an android library to display calendars (week view or day view) within the app. It supports custom styling.
Apache License 2.0
258 stars 64 forks source link

Fix API 28 Compatibility #119

Closed marcelltoth closed 5 years ago

marcelltoth commented 5 years ago

Hi,

I prepared a minimal patch that fixes the crashes we experience on API level 28 due to Region.Op.REPLACE not being available anymore. It fixes #117.

It builds on the solutions mentioned here https://github.com/alamkanak/Android-Week-View/issues/521