Bearded-Hen / Android-Bootstrap

Bootstrap style widgets for Android, with Glyph Icons
MIT License
7.29k stars 1.43k forks source link

Upgrading AwesomeFont to version 4.7 #194

Closed bho20 closed 7 years ago

bho20 commented 7 years ago

Hi team,

FontAwesome has been upgraded to version 4.7 Please help me to upgrade to the new version. Currently, we are using version 4.5

Thanks,

bho20 commented 7 years ago

Hello Jamie, can you help me soon?

jamie-beardedhen commented 7 years ago

All that needs to be done here is to update FontAwesome.java to include the icons added since 4.5, and to update the font asset: https://github.com/Bearded-Hen/Android-Bootstrap/blob/master/AndroidBootstrap/src/main/java/com/beardedhen/androidbootstrap/font/FontAwesome.java

Pull requests are welcome on this as I don't currently have the time to implement the fix myself