index
:
Project-1CE/frameworks_base
lineage-18.1
sugisawa
sugisawa-mr1
tachibana
tachibana-mr1
umineko
Unnamed repository; edit this file 'description' to name the repository.
Linux User
summary
refs
log
tree
commit
diff
log msg
author
committer
range
path:
root
/
core
/
java
/
android
/
provider
/
FontsContract.java
Age
Commit message (
Expand
)
Author
2021-02-04
Log warning for downloadable fonts
Siyamed Sinir
2021-01-22
Set FOREGROUND thread priority to 'fonts' thread.
Kohsuke Yatoh
2020-09-30
Deprecate DownloadableFonts in framework.
Seigo Nonaka
2019-10-17
Fix for race condition when loading fonts from font provider
Edgar Arriaga
2019-03-20
Revive the old behavior of unsupported filed in public APIs
Seigo Nonaka
2019-03-15
Revert "Always suppress font error during resource loading"
Seigo Nonaka
2019-03-12
Always suppress font error during resource loading
Seigo Nonaka
2019-01-11
Suppress IllegalArgumentException on API 28 or before
Seigo Nonaka
2018-12-03
Select closest font's style for backward compatibility
Seigo Nonaka
2018-10-30
Refactor Typeface construction logic
Seigo Nonaka
2017-12-13
Add more IntDef prefixes for auto-documenting.
Jeff Sharkey
2017-08-06
Fix broken javadocs.
Jeff Sharkey
2017-04-28
Remove FontVariationAxis.InvalidFormatException.
Seigo Nonaka
2017-04-27
Remove FontsContract.buildTypeface with weight/italic argument.
Seigo Nonaka
2017-04-26
Font API clean up
Seigo Nonaka
2017-04-26
Merge "Load font file from remote provider synchronously." into oc-dev
Seigo Nonaka
2017-04-26
Merge "Update FontsContract.requestFonts" into oc-dev
Seigo Nonaka
2017-04-25
Load font file from remote provider synchronously.
Seigo Nonaka
2017-04-25
Update FontsContract.requestFonts
Seigo Nonaka
2017-04-25
Font provider cleaning ups.
Seigo Nonaka
2017-04-25
Remove Typeface.create
Seigo Nonaka
2017-04-21
Cache the Typeface based on the FontRequest.
Seigo Nonaka
2017-04-21
Merge "Update Typeface callback docs about error codes" into oc-dev
TreeHugger Robot
2017-04-20
Merge "Stop fetching font data if the context is restricted." into oc-dev
TreeHugger Robot
2017-04-20
Update Typeface callback docs about error codes
Clara Bayarri
2017-04-20
Api Council: hide FontsContract.Columns constructor
Clara Bayarri
2017-04-17
Stop fetching font data if the context is restricted.
Seigo Nonaka
2017-04-13
Merge "Introduce setFallbackTypeface" into oc-dev
TreeHugger Robot
2017-04-13
Introduce setFallbackTypeface
Seigo Nonaka
2017-04-13
Introduce FontsContract.requestFont and deprecate Typeface.create
Seigo Nonaka
2017-04-12
Introduce FontsContract.fetchFonts and expose URI for watching.
Seigo Nonaka
2017-04-12
Introduce FILE_ID for TTC fonts and variation fonts.
Seigo Nonaka
2017-04-04
Pass weight/italic pair instead of style.
Seigo Nonaka
2017-03-22
XML Support for non system font providers
Clara Bayarri
2017-03-15
Provide ApplicationContext to Typeface for font requests
Clara Bayarri
2017-03-10
Allow Font providers to return status codes
Clara Bayarri
2017-03-07
Support non-system Font Providers
Clara Bayarri
2017-01-24
Introduce Fonts Content Provider
Clara Bayarri