History log of /frameworks/base/core/java/com/android/internal/content/FileSystemProvider.java
Revision Date Author Comments (<<< Hide modified files) (Show modified files >>>)
49ccf1316189f33b2a38f2637243da0ea398aadb 01-Aug-2017 Julian Mancini <dooper@google.com> Remove PDF Thumbnail functionality

Bug: 64225798
Test: Removing Functionality
Change-Id: Id02f1b50d161c6f2779c9f65c579383c18028b65
(cherry picked from commit 30175b958eca1663a5c55e3ae6a20be3fc4b7705)
/frameworks/base/core/java/com/android/internal/content/FileSystemProvider.java
b65051579fd9d0a625686ba41808e0092a0ee40e 27-Jun-2017 Julian Mancini <dooper@google.com> Add provider support for metadata extraction

In this CL, I'm adding ability to retrieve image metadata. I've added
the class MetadataRetriever that can currently retrieve Exif data from
an image. This class is used withing FileSystemProvider in order to
return a given image's exif data.

Test: Hidden API
Bug: 62621970
Change-Id: Ibb329492df4db1a65f65722c6a52582c43de8fe5
/frameworks/base/core/java/com/android/internal/content/FileSystemProvider.java
d522fe640128a573d5721743ce71357d346bbeef 11-Jul-2017 Julian Mancini <dooper@google.com> Add provider level support for PDF Thumbnails

Bug: 63586859
Test: N/A
Change-Id: I14b0dec18493478b3bd3585eab62aa64da909838
/frameworks/base/core/java/com/android/internal/content/FileSystemProvider.java
fac8aea2e8784875dcd65e845701d2b93a55ec47 27-Jun-2017 Garfield Tan <xutan@google.com> Clear calling id before updating MediaStore.

Test: Manual tests.
Bug: 63064166
Change-Id: I87ab9656f699072a6e23249e531805ad7c392764
/frameworks/base/core/java/com/android/internal/content/FileSystemProvider.java
d21af53763d7d87411ccd02e7d8c259976ca7b97 17-Apr-2017 Garfield Tan <xutan@google.com> Add a null check for visibleFile.

It's null if we're operating on an external thumbdrive/sd card etc. Add
a null check as we do in moveInMediaStore().

Test: Manual tests.
Bug: 37412897
Change-Id: Idd2c1d67a36893f980a239a9999c32369da27abd
/frameworks/base/core/java/com/android/internal/content/FileSystemProvider.java
93615419983fba9b2221b4eb02598d791fc44a04 21-Mar-2017 Garfield Tan <xutan@google.com> Add special URI to MediaStore for directories.

Bug: 36048049
Bug: 31001477
Change-Id: I69032481271b7f53c22403c3526560e6830bd9e8
(cherry picked from commit 1ca2837111c8383f9c8daf1420356998f4fb218f)
/frameworks/base/core/java/com/android/internal/content/FileSystemProvider.java
9bd2f6c99041620fc596edc385f8a8bdd79ee246 11-Mar-2017 Garfield Tan <xutan@google.com> Update path in MediaStore when moving/renaming a file/folder.

Also fix a bug that doesn't trigger directory specific update for
removal.

Test: Manual tests.
Bug: 31001477
Change-Id: Ibae8a7aa5c72c82dc5e3cb4951fbc91ea6456964
(cherry picked from commit c574ec40640d83dfbbb0f022103c6dfa774bca40)
/frameworks/base/core/java/com/android/internal/content/FileSystemProvider.java
75379db42dcd7c5081aed8a90b7d6077b637ffe0 09-Feb-2017 Garfield Tan <xutan@google.com> Strip out some logics from ESP to FSP that DSP can use.

Also notify MediaStore when move happens.

Test: build & smoke tested.
Change-Id: I01576765c0b25089a81b77ce0904abea8b24d485
/frameworks/base/core/java/com/android/internal/content/FileSystemProvider.java