History log of /frameworks/base/core/java/android/provider/Downloads.java
Revision Date Author Comments (<<< Hide modified files) (Show modified files >>>)
744d90245378e53862ba02869864b36cea832648 28-Jan-2010 Leon Scroggins <scroggo@google.com> Add a new permission and remove createTitleFromFilename.

Part of http://b/issue?id=2384554

Requires a change to packages/providers/DownloadProvider
/frameworks/base/core/java/android/provider/Downloads.java
f238ad7746d04d641f55bbed3461ba87a2ba4aeb 26-Jan-2010 Attila Bodis <attila@google.com> b/2383073 Add fine-grained status codes for failed downloads.

Introduces new download status codes (STATUS_DEVICE_NOT_FOUND_ERROR and
STATUS_INSUFFICIENT_SPACE_ERROR) to allow apps to show more accurate and
informative error messages upon failed downloads.
/frameworks/base/core/java/android/provider/Downloads.java
fe79ef44fe9c0fde9af4834dacfbd587cabdc1c4 21-Jan-2010 Leon Scroggins <scroggo@google.com> Create a common method for updating the title of a download from the filename.

This method will be used by the DownloadProvider and the BrowserDownloadPage.
/frameworks/base/core/java/android/provider/Downloads.java
e99f41f193aaf484d3cf650f6567c8f5e949986f 14-Jan-2010 Jean-Baptiste Queru <jbq@google.com> @hide the individual members instead of the whole class

Bug: 2245521

Change-Id: I8dad1e8d4e1b55dbb9d33b6990c1bd420e914be5
/frameworks/base/core/java/android/provider/Downloads.java
843e89757ab2f829ebacd48bd29ef408a5dc301c 14-Jan-2010 Jean-Baptiste Queru <jbq@google.com> Remove the BaseColumns inheritance

This is done so that it doesn't bleed into a public API

Bug: 2245521

Change-Id: I2e5f728553f074f0dc2e8a3dfdf90b1c1f189bad
/frameworks/base/core/java/android/provider/Downloads.java
32d80bf3b0493cbb2539e1bae3d97c7f9eab4c5b 14-Jan-2010 Jean-Baptiste Queru <jbq@google.com> Introduce a non-SDK class to hold the implementation details

This is an exact clone of the "public" class, so that applications
that access the raw content provider directly (i.e. Browser) can
continue doing so, at the expense of not being buildable with the
SDK.

The Download Provider itself will also use those constants.

Bug: 2245521

Change-Id: I15f8ca8a3b69719cfbf403fc2607aac0d3c2b79a
/frameworks/base/core/java/android/provider/Downloads.java
eef3c54deb1cb66455ae385075333f163e5fb838 06-Feb-2009 Jean-Baptiste Queru <jbq@google.com> Fix 1855: Restore constants to pre-cupcake values.

Since some of those constants are used in the persistent database,
modifying them for cupcake meant that the new code was getting
confused by the old persistified data after an upgrade to cupcake,
teh most visible symptom being that downloads that had been initiated
from the browser would re-appear in the notifications.
/frameworks/base/core/java/android/provider/Downloads.java
d816d082e16639d8135256966a6ec93d3edeb2df 20-Jan-2009 Jean-Baptiste Queru <jbq@google.com> Remove old (unused) download manager APIs
/frameworks/base/core/java/android/provider/Downloads.java
06323a692e6331877b65fd0a9b23fc6760c31af1 20-Jan-2009 Jean-Baptiste Queru <jbq@google.com> Introduce new names for the download manager API fields.

The new names will allow for better consistency and better API
documentation if/when they're made public in the SDK.

This will be followed by a later change that removes the old names
/frameworks/base/core/java/android/provider/Downloads.java
f013e1afd1e68af5e3b868c26a653bbfb39538f8 18-Dec-2008 The Android Open Source Project <initial-contribution@android.com> Code drop from //branches/cupcake/...@124589
/frameworks/base/core/java/android/provider/Downloads.java
54b6cfa9a9e5b861a9930af873580d6dc20f773c 21-Oct-2008 The Android Open Source Project <initial-contribution@android.com> Initial Contribution
/frameworks/base/core/java/android/provider/Downloads.java