• Home
  • History
  • Annotate
  • only in /frameworks/support/v4/tests/java/android/support/v4/
History log of /frameworks/support/v4/tests/java/android/support/v4/
Revision Date Author Comments (<<< Hide modified files) (Show modified files >>>)
ad16dd7d0e0f4721896b14b0f6430b8bcf0fb885 24-May-2014 Yigit Boyar <yboyar@google.com> Fix support-v4 gradle file for api 21

Change-Id: I7e501d3a7237a994b6be7a77c52be40dee7e4efe
idget/GingerbreadScrollerCompatTest.java
idget/IcsScrollerCompatTest.java
48e3efd2e7bc8057212d3936a239838ecf6e40a9 20-May-2014 Yigit Boyar <yboyar@google.com> Remove Chaser from ScrollCompat

Change-Id: I348f6886eef0ebfb872b183d6ed9ebe67761db0f
idget/ScrollerCompatTestBase.java
4ad0efc06631e6e35d8ced424c36438bf5827569 30-Apr-2014 Yigit Boyar <yboyar@google.com> Ensure scroller chaser does not abort prematurely

Bug: 14429848
Change-Id: I88438612f7d0950d6ae1b6cbe5e2e301361723a9
idget/DonutScrollerCompatTest.java
idget/GingerbreadScrollerCompatTest.java
idget/IcsScrollerCompatTest.java
idget/ScrollerCompatTestBase.java
ecb514d2c0de2256be6fc466665197f35fadc5f9 06-Jun-2013 Scott Main <smain@google.com> hide BidiFormatterTest from javadocs
however, this file should probably move to frameworks/support/tests/...

Change-Id: I5176d3255e2c9af5c5ec0a8e7d9dcc24eb7fa29f
ext/BidiFormatterTest.java
fd35e010077641857ae8e43bad3d239fa948e50c 31-May-2013 Jeff Sharkey <jsharkey@android.com> am 979018ac: am 0c61fe0a: am 97c2b8be: Generalize support library tests.

* commit '979018ac4b79eb79da93366c8424339292fdb09c':
Generalize support library tests.
97c2b8beba5ac3075c814862cd925ac2c69479ee 30-May-2013 Jeff Sharkey <jsharkey@android.com> Generalize support library tests.

Change-Id: I21c828268e7a7e4ca6be5dae7a5ab85789a9a7b5
ontent/FileProviderTest.java
b49cb25e1450ae36d2559e9753c6d5064e530fcc 08-Mar-2013 Jeff Sharkey <jsharkey@android.com> DO NOT MERGE. Provider to share private files between apps.

Apps should generally avoid sending raw filesystem paths across
process boundaries, since the receiving app may not have the same
access as the sender. Instead, apps should send Uris and rely on
platform features like grantUriPermission() to control access.

This provider is a simple implementation that services Uris which
are backed by raw files on disk. It relies on ContentProvider to
enforce the grants, and supports reading, writing, and deleting. It
responds to OpenableColumns and tries answering getType() using
file extensions.

Apps define supported paths in <meta-data> associated with their
<provider> manifest entries.

Bug: 7005318
Change-Id: Iceb4f2ce996221d2d85e009b62c856dcdf5eca14
ontent/FileProviderTest.java
b37703fef07bb1940fd9d933bb9cc5b6c3959cb2 20-Apr-2013 Fabrice Di Meglio <fdimeglio@google.com> Fix bug #8656546 API REVIEW: android.text.bidi / android.text

- clean BidiFormatter APIs

Change-Id: I88a49df3d30303d7041100575f3dafd48c0865f9
ext/BidiFormatterTest.java
ext/bidi/BidiFormatterTest.java
b443cf85371c2d6bd08b703b070eaabda507dfd3 19-Mar-2013 Fabrice Di Meglio <fdimeglio@google.com> Add Support Library v4 unit tests for BidiFormatter

- match CTS unit tests

Change-Id: Ib97e7d9435a57c400c8e858010a3b8d47fe51148
ext/bidi/BidiFormatterTest.java
cdafda9f0228e8cb160a7c873d130dea4bbfea7c 08-Mar-2013 Jeff Sharkey <jsharkey@android.com> Provider to share private files between apps.

Apps should generally avoid sending raw filesystem paths across
process boundaries, since the receiving app may not have the same
access as the sender. Instead, apps should send Uris and rely on
platform features like grantUriPermission() to control access.

This provider is a simple implementation that services Uris which
are backed by raw files on disk. It relies on ContentProvider to
enforce the grants, and supports reading, writing, and deleting. It
responds to OpenableColumns and tries answering getType() using
file extensions.

Apps define supported paths in <meta-data> associated with their
<provider> manifest entries.

Bug: 7005318
Change-Id: Iceb4f2ce996221d2d85e009b62c856dcdf5eca14
ontent/FileProviderTest.java