Tehreer / Tehreer-Android

Standalone text engine for Android aimed to be free from platform limitations
Apache License 2.0
89 stars 16 forks source link

Null locale parameters on Samsung 4.x devices #8

Closed KarsonOdette closed 6 years ago

KarsonOdette commented 6 years ago

For whatever reason Samsung devices are crashing in some cases (Android 4.x only).

Fatal Exception: java.lang.NullPointerException at java.util.Locale.(Locale.java:273) at com.mta.tehreer.sfnt.tables.NameTable$Record.locale(NameTable.java:165) at com.mta.tehreer.graphics.TypefaceDescription.getEnglishName(TypefaceDescription.java:65) at com.mta.tehreer.graphics.TypefaceDescription.getFamilyName(TypefaceDescription.java:97) at com.mta.tehreer.graphics.TypefaceDescription.deduce(TypefaceDescription.java:143) at com.mta.tehreer.graphics.Typeface.init(Typeface.java:133) at com.mta.tehreer.graphics.Typeface.(Typeface.java:84) ...

KarsonOdette commented 6 years ago

Closed as it looks like it has been fixed in 2.1, was using 2.0.