-
Notifications
You must be signed in to change notification settings - Fork 13
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
API 25 support #7
Comments
When will the fix be available from Gradle? |
Is this library dead? Seems like a critical problem to leave unresolved. Anyone have a solution besides not using the library? Overall, it seems like a great solution, but this problem really makes it a deal-breaker. |
Well, looks like it doesn't matter anymore. Google finally added font resources to Android O / 8.0: And even better, they back-ported it to the Support Library so it supports API version 14 and higher: |
@nightskydev yup, that's why I've been dragging my feet on updating this :) Once I get time to start testing it, I'll put together a migration guide. It may require updating your play services dependency, especially if you intend to use downloadable fonts. |
Thanks @jhansche. I didn't realize this was in Android O until today when I was looking for a new solution. Fortunately, migrating is pretty easy thanks to how closely you followed the Google standard. I already have everything set up and tested on Android 5 and Android 7, but I'm not using downloadable fonts. |
FYI - I had to move to the Android Studio 3 Beta and Build Tools 3.+ beta to successfully compile the font resources. So if you get compile errors that the font files (ttf, otf, etc) aren't XML files, that's probably why. |
App crashes immediately on API 25 (Android 7.1.1). Why not make the latest implementation the default one for API greater than 24, as suggested earlier?
The text was updated successfully, but these errors were encountered: