javiersantos / MaterialStyledDialogs

A library that shows a beautiful and customizable Material-based dialog with header. API 14+ required.
Apache License 2.0
1.17k stars 155 forks source link

Kotlin implementation & upgrade to AndroidX #81

Closed marcauberer closed 4 years ago

marcauberer commented 4 years ago

As teasered in #80, here the Kotlin re-implementation! 🚀

I updated following things:

Other than that, I have prepared everything for the 3.0.0 release. You just have to push the button ;) The only thing is, that you should update the wiki pages to match with the Kotlin code in the README file.

If you find any bugs, let me know and I'll try to fix them.

Thanks for your work!

marcauberer commented 4 years ago

What's the current status?

javiersantos commented 4 years ago

Done: https://github.com/javiersantos/MaterialStyledDialogs/releases/tag/3.0

Thank you!

marcauberer commented 4 years ago

Thanks a lot!