mikepenz/Android-Iconics

Plans to upgrade community material icons?

nonproto opened this issue · 2 comments

http://materialdesignicons.com/cdn/5.7.55/

There ~200 new icons added since the currently used version

https://dev.materialdesignicons.com/upgrade

Hi, I would like to ask about the CommunityMaterial updates for the older Java AndroidX version since I encounter issue #524 when using the CommunityMaterial Kotlin font library v5.1.0 with my Java codes. Yes, I understand that I need to use this Kotlin font library together with Android-Iconics Kotlin library v5.1.0, instead of the incompatible v3.2.5 version, for it to work.

@eclectice there are no plans to update legacy releases of the library.

You may be able to build your own custom font class inside your project based on the newer source though. have a look at how the java class is looking, and bring over the details from the new kotlin one.

You may want to consider though to upgrade to the new version and get started with kotlin :)

also the community material icon set is huge, you may not need that amount if icons in your project