Seigo Nonaka 96e93959fb Always suppress font error during resource loading
I suppressed the font error during resource loading only if the
targetSdkVersion is API 28 or before, but it turned out that this
makes developers hard to use font resources since:
- We don't give a list of supported font files and OEM may extend/shrink
  the font support.
- There is no way to resolve this error during layout inflation.

So, now always supress the IllegalArgumentException during building
Typeface in resource loading.

Bug: 127714175
Test: atest CtsTextTestCases
Test: atest CtsGraphicsTestCases
Test: atest FontsContractTest
Test: atest CtsWidgetTestCases
Change-Id: I08b9f27aaf25ff491fa36d0a4befb3c6e64abfcf
2019-03-12 12:13:14 -07:00
2019-03-11 18:39:35 +00:00
2019-03-06 09:40:36 -05:00
2019-01-09 06:57:13 +00:00
2019-03-11 09:58:36 +00:00
2019-02-11 14:29:27 -08:00
2019-03-11 18:39:35 +00:00
2019-03-11 18:39:35 +00:00
2019-02-14 12:55:10 -05:00
2019-01-07 14:16:56 +00:00
2019-01-22 21:11:25 +00:00
Description
No description provided
21 GiB
Languages
Java 73.7%
Kotlin 14%
PowerBuilder 5.8%
C++ 5.2%
AIDL 1%