summaryrefslogtreecommitdiff
path: root/core/java/android/provider/FontsContract.java
AgeCommit message (Expand)Author
2021-02-04Log warning for downloadable fontsSiyamed Sinir
2021-01-22Set FOREGROUND thread priority to 'fonts' thread.Kohsuke Yatoh
2020-09-30Deprecate DownloadableFonts in framework.Seigo Nonaka
2019-10-17Fix for race condition when loading fonts from font providerEdgar Arriaga
2019-03-20Revive the old behavior of unsupported filed in public APIsSeigo Nonaka
2019-03-15Revert "Always suppress font error during resource loading"Seigo Nonaka
2019-03-12Always suppress font error during resource loadingSeigo Nonaka
2019-01-11Suppress IllegalArgumentException on API 28 or beforeSeigo Nonaka
2018-12-03Select closest font's style for backward compatibilitySeigo Nonaka
2018-10-30Refactor Typeface construction logicSeigo Nonaka
2017-12-13Add more IntDef prefixes for auto-documenting.Jeff Sharkey
2017-08-06Fix broken javadocs.Jeff Sharkey
2017-04-28Remove FontVariationAxis.InvalidFormatException.Seigo Nonaka
2017-04-27Remove FontsContract.buildTypeface with weight/italic argument.Seigo Nonaka
2017-04-26Font API clean upSeigo Nonaka
2017-04-26Merge "Load font file from remote provider synchronously." into oc-devSeigo Nonaka
2017-04-26Merge "Update FontsContract.requestFonts" into oc-devSeigo Nonaka
2017-04-25Load font file from remote provider synchronously.Seigo Nonaka
2017-04-25Update FontsContract.requestFontsSeigo Nonaka
2017-04-25Font provider cleaning ups.Seigo Nonaka
2017-04-25Remove Typeface.createSeigo Nonaka
2017-04-21Cache the Typeface based on the FontRequest.Seigo Nonaka
2017-04-21Merge "Update Typeface callback docs about error codes" into oc-devTreeHugger Robot
2017-04-20Merge "Stop fetching font data if the context is restricted." into oc-devTreeHugger Robot
2017-04-20Update Typeface callback docs about error codesClara Bayarri
2017-04-20Api Council: hide FontsContract.Columns constructorClara Bayarri
2017-04-17Stop fetching font data if the context is restricted.Seigo Nonaka
2017-04-13Merge "Introduce setFallbackTypeface" into oc-devTreeHugger Robot
2017-04-13Introduce setFallbackTypefaceSeigo Nonaka
2017-04-13Introduce FontsContract.requestFont and deprecate Typeface.createSeigo Nonaka
2017-04-12Introduce FontsContract.fetchFonts and expose URI for watching.Seigo Nonaka
2017-04-12Introduce FILE_ID for TTC fonts and variation fonts.Seigo Nonaka
2017-04-04Pass weight/italic pair instead of style.Seigo Nonaka
2017-03-22XML Support for non system font providersClara Bayarri
2017-03-15Provide ApplicationContext to Typeface for font requestsClara Bayarri
2017-03-10Allow Font providers to return status codesClara Bayarri
2017-03-07Support non-system Font ProvidersClara Bayarri
2017-01-24Introduce Fonts Content ProviderClara Bayarri