-
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
Support Android Nougat #5
Comments
It looks like Nougat (Build.VERSION.SDK_INT == 24) is landing on FontManagerImpl21 instead of FontManagerImpl24:
|
Ahh. Yes. I just saw this TODO: |
I have made some minor changes to fix this issue: |
Just curious, after merging this PR, are you going to create a new Release version or what do you recommend for this? Thanks! |
@jhansche Come on, we need a new release version! |
|
@jhansche FYI it works for me on API 25. thanks |
@jhansche - you mention above that you published an update, how do I reference it? I tried: But it fails to resolve. Is there a different location for the SNAPSHOTS? Thanks! |
Looks like the FontManager is not getting initialized (which is causing immediate app crashes) on Android N:
https://github.com/MeetMe/font-compat/blob/master/library/src/main/java/com/meetme/support/fonts/FontManager.java#L46
Maybe even consider making the latest implementation the default for API version numbers greater than the latest at the time, so as to not require an update when a new OS version is released.
The text was updated successfully, but these errors were encountered: