heysupratim / material-daterange-picker

A material Date Range Picker based on wdullaers MaterialDateTimePicker
Apache License 2.0
1.33k stars 266 forks source link

Replace `mdtp_*` prefixes with `range_*` #99

Closed wdullaer closed 5 years ago

wdullaer commented 6 years ago

The reason people are having issues combining both these libraries is because a lot of resources are still using the mdtp_* prefix. The prefix is meant to avoid any naming clashes, but because this library forked mine, it inherited the prefix.

I changed all resources and ids which need a prefix to have a range_*.

If this convention is kept up in the future it should avoid any conflicts going forward.

The last commit here is from about 2 years ago, so it looks like you have moved on. That said, I would appreciate it if you could merge and publish this fix, because the incompatibility is generating regular issues on my project.

heysupratim commented 5 years ago

Hi @wdullaer thanks for the wonderful work on your library. Indeed its been causing issues I can imagine. I am adding this prefix now to make sure the library clashes don't happen anymore.

Was out of Open Source work for quite some time and back again now.