summaryrefslogtreecommitdiffstats
path: root/src/com/android/providers/downloads/DownloadProvider.java
Commit message (Expand)AuthorAgeFilesLines
...
| * DB migration to eliminate some null fields in old downloadsSteve Howard2010-09-221-1/+28
* | am 7b96b251: am d3197296: Implement dialogs for wifi required + recommended l...Steve Howard2010-09-211-2/+9
|\|
| * Implement dialogs for wifi required + recommended limits.Steve Howard2010-09-211-2/+9
* | am 2031fa7b: am dc738781: Merge "Improve file error reporting + new detailed ...Steve Howard2010-09-201-2/+6
|\|
| * Improve file error reporting + new detailed error messages in UISteve Howard2010-09-201-2/+6
* | am b9115af1: am 3398db8f: Fix notification bugs, cleanup DownloadService + Do...Steve Howard2010-09-201-3/+2
|\|
| * Fix notification bugs, cleanup DownloadService + DownloadReceiverSteve Howard2010-09-201-3/+2
* | am e8027017: am 4bebe75b: Temporary fix to support old URIs for MarketSteve Howard2010-09-181-1/+6
|\|
| * Temporary fix to support old URIs for MarketSteve Howard2010-09-171-1/+6
* | am 176a7442: resolved conflicts for merge of 3d55d829 to gingerbread-plus-aospSteve Howard2010-09-161-175/+196
|\|
| * New URI structure with "my_downloads" and "all_downloads"Steve Howard2010-09-141-175/+196
* | am 7fa71b17: am 71e7fda9: Further work on the new downloads UI.Steve Howard2010-09-121-2/+34
|\|
| * Further work on the new downloads UI.Steve Howard2010-09-101-2/+34
* | resolved conflicts for merge of 2f3c8c7e to masterSteve Howard2010-08-181-2/+10
|\|
| * Fix and test handling of null/empty download fields.Steve Howard2010-08-181-2/+10
* | am e80c3555: am e61798da: Extend PublicApiAccessTest to exercise DownloadMana...Steve Howard2010-08-161-0/+8
|\|
| * Extend PublicApiAccessTest to exercise DownloadManager.Steve Howard2010-08-161-0/+8
* | am 1d332ceb: am da5a4183: Merge "Make all public API downloads visible." into...Steve Howard2010-08-061-2/+9
|\|
| * Make all public API downloads visible.Steve Howard2010-07-281-2/+9
* | am 0a450da1: am 71aab521: Support for non-purgeable downloads through the pub...Steve Howard2010-07-261-5/+16
|\|
| * Support for non-purgeable downloads through the public API.Steve Howard2010-07-231-5/+16
* | am 8667ebd1: am b06b739b: Make DownloadProvider accessible for public API usage.Steve Howard2010-07-261-40/+124
|\|
| * Make DownloadProvider accessible for public API usage.Steve Howard2010-07-221-40/+124
* | am c2448d48: am 0d8d8910: Make COLUMN_URI readable and tighten UID restrictions.Steve Howard2010-07-221-34/+15
|\|
| * Make COLUMN_URI readable and tighten UID restrictions.Steve Howard2010-07-211-34/+15
* | am 0bd0e0c9: am 0a77c62a: Public API support for broadcasts and connectivity ...Steve Howard2010-07-211-6/+38
|\|
| * Public API support for broadcasts and connectivity control.Steve Howard2010-07-211-6/+38
* | am 918f819a: resolved conflicts for merge of b5629da7 to gingerbread-plus-aospSteve Howard2010-07-211-0/+1
|\|
| * Major refactoring of DownloadThread.run().Steve Howard2010-07-201-0/+1
* | am c45c8eb1: am 1aa26989: Merge "Introduce a seam to ConnectivityManager and ...Steve Howard2010-07-191-1/+1
|\|
| * Introduce a seam to ConnectivityManager and TelephonyManagerSteve Howard2010-07-151-1/+1
* | Fix build - remove reference to ReadOnlyCursorWrapperSteve Howard2010-07-151-3/+2
* | am d1bec343: am 88ea0b39: Merge "Support for custom HTTP headers on download ...Steve Howard2010-07-151-95/+180
|\|
| * Support for custom HTTP headers on download requestsSteve Howard2010-07-151-95/+180
* | am 2c80c375: am 6d9b9828: Support for file URI destinations + last modified t...Steve Howard2010-07-141-3/+20
|\|
| * Support for file URI destinations + last modified timestampSteve Howard2010-07-141-3/+20
* | Stop using private APIs that are going away.Jeff Hamilton2010-05-131-34/+0
|/
* 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