Skip to content
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

[Android][Web] Handle mixed casing of filename extensions (e.g. .TTF) #1332

Closed
darcywong00 opened this issue Nov 21, 2018 · 1 comment
Closed

Comments

@darcywong00
Copy link
Contributor

Found investigating keymanapp/keyboards#515

Version 6.0 of the sil_cameroon_qwerty.kmp package uses a font with an upper-case name "ANDIKAAFR-R.TTF".
This fails all the font handling checks (e.g. 'filename.endsWith(".ttf")) so the keyboard doesn't use it.

Need to audit all usages of endsWith()

@darcywong00 darcywong00 added this to the P4S11 milestone Nov 21, 2018
@darcywong00
Copy link
Contributor Author

darcywong00 commented Nov 21, 2018

More Android updates:

  • Also remove usage of .svg and .woff
  • Also check for references of lastIndexOf()

@darcywong00 darcywong00 changed the title [Android] Handle mixed casing of filename extensions (e.g. .TTF) [Android]Web] Handle mixed casing of filename extensions (e.g. .TTF) Nov 22, 2018
@darcywong00 darcywong00 changed the title [Android]Web] Handle mixed casing of filename extensions (e.g. .TTF) [Android][Web] Handle mixed casing of filename extensions (e.g. .TTF) Nov 22, 2018
@mcdurdin mcdurdin modified the milestones: P4S11, P4S12 Nov 30, 2018
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Development

No branches or pull requests

2 participants