JoanZapata / android-iconify

Android integration of multiple icon providers such as FontAwesome, Entypo, Typicons,...
http://joanzapata.com/android-iconify
Other
3.93k stars 525 forks source link

Add supports for characters outside the initial Basic Multilingual Plane #191

Open marco-manza opened 7 years ago

marco-manza commented 7 years ago

This commits adds the support to the chars outside the initial Basic Multilingual Plane simply replacing the Icon interface method char character() with String character().

Allows to user all the Unicode supplementary characters such as 👤, 📁, etc.

This probably should go in new release because it requires to update the old Icon interface.