thellmund / Android-Week-View

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

Make emoji library usage optional #203

Closed tlozovyi closed 4 years ago

tlozovyi commented 4 years ago

At the moment WeekView library uses emoji-bundled dependency which adds almost 10Mb to app size (Which is huge).

If it is possible making this library optional would be nice. E.g. in a same way as with jodatime adapter.

thellmund commented 4 years ago

I didn’t realize the library was this large. I’ll extract it into an optional module.

thellmund commented 4 years ago

Will send this out with version ~5.1.0~ 5.2.0 in a few minutes.