summaryrefslogtreecommitdiffstats
path: root/src
Commit message (Expand)AuthorAgeFilesLines
* Merge branch 'gingerbread' of git://android.git.kernel.org/platform/packages/...cm-7.0.3cm-7.0.2.1cm-7.0.1cm-7.0.0Steve Kondik2011-02-283-26/+25
|\
| * Merge "(GB/GBMR) (do not merge) delete file from disk when deleting from db" ...Vasu Nori2011-01-161-16/+18
| |\
| | * (GB/GBMR) (do not merge) delete file from disk when deleting from dbVasu Nori2010-12-031-16/+18
| * | (GB MR) bug:3351783 don't store redirectcount in dbVasu Nori2011-01-162-9/+5
| |/
| * downloads broken by Change-Id: I115b3ba6cfe0262269dbbc4c336b9e1d63c618e4Vasu Nori2010-12-031-1/+1
| * (GB MR) bug:3144642 temporary small fix in GB MR and real fix in HCVasu Nori2010-12-021-1/+2
| * Don't filter by UID for apps with ACCESS_ALL_DOWNLOADSKenny Root2010-12-011-1/+3
* | Added support for downloading files with unicode charactersAndreas Sandblad2010-12-191-2/+52
* | Merge "Don't try to purge the dalvik-cache directory on /cache." into gingerb...Keyan Mobli2010-12-192-4/+7
|\ \
| * | Don't try to purge the dalvik-cache directory on /cache.Steve Kondik2010-12-192-4/+7
* | | Download any file typeEddie Ringle2010-12-191-37/+1
|/ /
* / Don't filter by UID for apps with ACCESS_ALL_DOWNLOADSKenny Root2010-12-091-1/+3
|/
* bug:3099994 NPE in DownloadManager when deleting non-media fileVasu Nori2010-10-152-54/+73
* fix broken build bug:3095237Vasu Nori2010-10-131-3/+1
* bug:3069735 in Download UI app, handle deletes correctlyVasu Nori2010-10-133-18/+139
* Make DownloadProvider use parameterized queries.Steve Howard2010-10-081-39/+57
* Merge "Seriously improve error reporting in DownloadThread." into gingerbreadSteve Howard2010-10-014-198/+164
|\
| * Seriously improve error reporting in DownloadThread.Steve Howard2010-09-304-198/+164
* | Avoid NPE when checking file URI in DownloadProviderSteve Howard2010-09-301-1/+2
|/
* Improve how the download manager reports paused statuses.Steve Howard2010-09-294-96/+58
* Merge "Trim the database & check spurious files off the UI thread." into ging...Brad Fitzpatrick2010-09-281-2/+3
|\
| * Trim the database & check spurious files off the UI thread.Brad Fitzpatrick2010-09-281-2/+3
* | Moved DownloadManager to android.app (DO NOT MERGE)Steve Howard2010-09-272-2/+2
|/
* Merge "DB migration to eliminate some null fields in old downloads" into ging...Steve Howard2010-09-231-1/+28
|\
| * DB migration to eliminate some null fields in old downloadsSteve Howard2010-09-221-1/+28
* | Support multi-valued HTTP headers, handle new API changesSteve Howard2010-09-222-15/+17
|/
* Implement dialogs for wifi required + recommended limits.Steve Howard2010-09-216-25/+240
* Improve file error reporting + new detailed error messages in UISteve Howard2010-09-203-67/+103
* Fix notification bugs, cleanup DownloadService + DownloadReceiverSteve Howard2010-09-207-641/+470
* 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-146-231/+236
* Merge "Fix silly bug with completed notifications." into gingerbreadSteve Howard2010-09-121-2/+1
|\
| * Fix silly bug with completed notifications.Steve Howard2010-09-101-2/+1
* | Further work on the new downloads UI.Steve Howard2010-09-102-3/+35
|/
* Add UI message when queued for wifi due to size.Steve Howard2010-08-204-98/+88
* Avoid endless restarts when waiting for connectivity.Steve Howard2010-08-181-1/+1
* Fix and test handling of null/empty download fields.Steve Howard2010-08-181-2/+10
* Clean up error codes returned by download manager.Steve Howard2010-08-163-90/+99
* Extend PublicApiAccessTest to exercise DownloadManager.Steve Howard2010-08-161-0/+8
* Make all public API downloads visible.Steve Howard2010-07-281-2/+9
* Get wifi limit from secure settings.Steve Howard2010-07-283-4/+11
* Add test for many interruptions to a single download.Steve Howard2010-07-271-80/+46
* Improved support for 302/307 redirects.Steve Howard2010-07-271-61/+90
* Fix bug with closing output stream for external downloads.Steve Howard2010-07-272-4/+4
* Serialize threading for download manager testing.Steve Howard2010-07-274-2/+12
* Stub out and test system notifications.Steve Howard2010-07-235-20/+49
* 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-222-47/+125
* 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-216-23/+158