History log of /frameworks/support/compat/tests/java/android/support/v4/provider/FontsContractCompatTest.java
Revision Date Author Comments (<<< Hide modified files) (Show modified files >>>)
d53f7ac99a32900c6cc193a4cf8f93eaddde54dd 26-May-2017 Clara Bayarri <clarabayarri@google.com> Replace fonts of unknown origin

There are fonts that we are not sure where they came from,
replace with fonts we created ourselves.

The res/font/ folder does not build with gradle when there is
a ttx file in it, so fonts there have been copied from elsewhere
in the tree and contain copyright and licensing inside the font.
There is also a new readme in the root folder for the test projects
using these to point this out.

Also fix a small issue where support tests can't be run on an O
device that ran coretests as the provider authorities colide.
Renamed the support authority to fix this.

Bug: 37726227
Test: ran all support-compat and support-appcompat-v7 tests
Change-Id: I7948fcbd3dbe8b267fc1b51a24a128aae083d213
(cherry picked from commit 60fbdd688327ffb0b0dc48fb0b296c1c87455a8d)
/frameworks/support/compat/tests/java/android/support/v4/provider/FontsContractCompatTest.java
56489fe7b61a3dd6d70fc7ff7a4e5b129773797c 27-Apr-2017 Seigo Nonaka <nona@google.com> Move FontRequest from graphics.font to provider pacakge.

This moving was done in framework by
I0eb501844247c2f07eaa1fc7a71f72e404888b5b

Bug: 37326126
Test: ./gradlew support-emoji:connectedDebugAndroidTest
Test: ./gradlew support-compat:connectedDebugAndroidTest
Change-Id: Ibbc8f5d685f86ef6983eea40f6ca4d6301d8d52a
/frameworks/support/compat/tests/java/android/support/v4/provider/FontsContractCompatTest.java
c357691d3aae8bb2913941267188e12594d5ca80 24-Apr-2017 Clara Bayarri <clarabayarri@google.com> Fix Content Provider tests failing in ICS

The used infrastructure is not supported on API 15 and below.

Migrated these tests to use a regular Content Provider and unified
naming and structure with equivalent framework tests.

Test: ./gradlew support-compat:connectedCheck --info --daemon -Pandroid.testInstrumentationRunnerArguments.class=android.support.v4.provider.FontsContractInternalTest
./gradlew support-compat:connectedCheck --info --daemon -Pandroid.testInstrumentationRunnerArguments.class=android.support.v4.provider.FontsContractCompatTest
Bug: 37431327
Change-Id: I6d3bcb63c51e464781f62c837fed27083d1e0047
/frameworks/support/compat/tests/java/android/support/v4/provider/FontsContractCompatTest.java
0b03693667d95d2202dfbb24866665ff061acce1 19-Apr-2017 Seigo Nonaka <nona@google.com> Hide TypefaceCompat and introduce FontsContractCompat instead.

This change brings the supportlib implementation of Downloadable
Fonts in sync with the recent changes in the framework.

TypefaceCompat.create is kept but hidden to deal with xml layout font
loading, as is in the framework atm.

The API26 implementation still points to API24, as framework APIs are
not final yet.

Bug: 35381428
Test: support-compat:connectedDebugAndroidTest
Change-Id: I4d73d7a547a0d9b79c4b7158d431a573b80417f3
/frameworks/support/compat/tests/java/android/support/v4/provider/FontsContractCompatTest.java