InflationX / Calligraphy

Custom fonts in Android the easy way...
Apache License 2.0
1.09k stars 83 forks source link

Refactor Calligraphy into a ViewPump interceptor #1

Closed jbarr21 closed 7 years ago

jbarr21 commented 7 years ago

With the LayoutInflater and ContextWrapper moved to ViewPump, Calligraphy can be refactored into a ViewPump interceptor.

This refactored version of Calligraphy will be namespaced as calligraphy3 due to the major breaking changes. This PR depends on SNAPSHOT version of ViewPump provided through mavenLocal(), but will update it when a hosted snapshot becomes available.

jbarr21 commented 7 years ago

Let's also make this 14+ not that it probably makes much difference?

sounds good. I just kept it the same as the original lib, but happy to make the bump to 14

jbarr21 commented 7 years ago

Addressed comments