summaryrefslogtreecommitdiffstats
path: root/src/com/android/providers/downloads/DownloadProvider.java
Commit message (Expand)AuthorAgeFilesLines
* Don't filter by UID for apps with ACCESS_ALL_DOWNLOADSKenny Root2010-12-091-1/+3
* fix broken build bug:3095237Vasu Nori2010-10-131-3/+1
* bug:3069735 in Download UI app, handle deletes correctlyVasu Nori2010-10-131-2/+23
* Make DownloadProvider use parameterized queries.Steve Howard2010-10-081-39/+57
* Avoid NPE when checking file URI in DownloadProviderSteve Howard2010-09-301-1/+2
* DB migration to eliminate some null fields in old downloadsSteve Howard2010-09-221-1/+28
* Implement dialogs for wifi required + recommended limits.Steve Howard2010-09-211-2/+9
* Improve file error reporting + new detailed error messages in UISteve Howard2010-09-201-2/+6
* Fix notification bugs, cleanup DownloadService + DownloadReceiverSteve Howard2010-09-201-3/+2
* Temporary fix to support old URIs for MarketSteve Howard2010-09-171-1/+6
* New URI structure with "my_downloads" and "all_downloads"Steve Howard2010-09-141-175/+196
* Further work on the new downloads UI.Steve Howard2010-09-101-2/+34
* Fix and test handling of null/empty download fields.Steve Howard2010-08-181-2/+10
* Extend PublicApiAccessTest to exercise DownloadManager.Steve Howard2010-08-161-0/+8
* Make all public API downloads visible.Steve Howard2010-07-281-2/+9
* Support for non-purgeable downloads through the public API.Steve Howard2010-07-231-5/+16
* Make DownloadProvider accessible for public API usage.Steve Howard2010-07-221-40/+124
* Make COLUMN_URI readable and tighten UID restrictions.Steve Howard2010-07-211-34/+15
* Public API support for broadcasts and connectivity control.Steve Howard2010-07-211-6/+38
* Major refactoring of DownloadThread.run().Steve Howard2010-07-201-0/+1
* Introduce a seam to ConnectivityManager and TelephonyManagerSteve Howard2010-07-151-1/+1
* Support for custom HTTP headers on download requestsSteve Howard2010-07-151-95/+180
* Support for file URI destinations + last modified timestampSteve Howard2010-07-141-3/+20
* Create a new permission that allows apps to see downloads from otherLeon Scroggins2010-02-051-7/+34
* Grant access to downloaded packages to default container.Suchi Amalapurapu2010-01-271-3/+33
* Use the private legacy APIJean-Baptiste Queru2010-01-141-87/+90
* Merge commit 'f0fa1cdc' into manualmergeJean-Baptiste Queru2009-07-061-0/+1
|\
| * Fix crash in discardPurgeableFiles with proper selection syntax.Jean-Baptiste Queru2009-07-021-0/+1
| * auto import from //depot/cupcake/@135843The Android Open Source Project2009-03-031-0/+731
| * auto import from //depot/cupcake/@135843The Android Open Source Project2009-03-031-731/+0
| * auto import from //branches/cupcake/...@130745The Android Open Source Project2009-02-101-8/+14
* | Make the DownloadProvider work in the simulatorJean-Baptiste Queru2009-02-271-1/+2
* | Refine interaction between destination and default visibility.Jean-Baptiste Queru2009-02-061-8/+14
* | Use the new download manager APIs introduced in change 7400Jean-Baptiste Queru2009-01-211-70/+70
* | Match the official code style guide.Jean-Baptiste Queru2009-01-201-3/+2
|/
* Code drop from //branches/cupcake/...@124589The Android Open Source Project2008-12-171-85/+278
* Initial ContributionThe Android Open Source Project2008-10-211-0/+532