summaryrefslogtreecommitdiff
path: root/core/java/android/provider/FontRequest.java
Commit message (Collapse)AuthorAgeFilesLines
* Deprecate DownloadableFonts in framework.Seigo Nonaka2020-09-301-1/+2
| | | | | | | | We will keep maintaining the AndroidX downloadable font. Bug: 169345520 Test: N/A Change-Id: Iece70653c1416afaf88c7a56d8de5a35f9730997
* Font API clean upSeigo Nonaka2017-04-261-0/+137
- Move FontRequest from android.graphics.fonts to android.provider since this is only used by android.provider.FontsContract and never draw anything. - FontRequest is no longer being Parcelable. - Remove FontSpec.aidl which is not necessary. Bug: 37326126 Test: am instrument -w -e class android.provider.FontsContractTest com.android.frameworks.coretests/\ android.support.test.runner.AndroidJUnitRunner Test: am instrument -w -e class android.provider.cts.FontProviderTest android.provider.cts/android.support.test.runner.AndroidJUnitRunner Test: am instrument -w -e class android.provider.cts.FontRequestTest android.provider.cts/android.support.test.runner.AndroidJUnitRunner Change-Id: I0eb501844247c2f07eaa1fc7a71f72e404888b5b