SufficientlySecure / html-textview

TextView to display simple HTML
Apache License 2.0
2.56k stars 512 forks source link

Option to use PrecomputedTextCompat #148

Open gaara87 opened 6 years ago

gaara87 commented 6 years ago

Android P introduced support for PrecomputedText which has been backported to provide a compat version.

This article explains its benefits. Primarily performance gain

Would absolutely love it if this can be incorporated since its such a text heavy library

ghost commented 6 years ago

same concern

dschuermann commented 6 years ago

I am open for pull requests to integrate this.