summaryrefslogtreecommitdiffstats
path: root/src
Commit message (Expand)AuthorAgeFilesLines
* provider changes due to CL: Ief1693785f0484c1b434fb41a68693f9aff96492Vasu Nori2010-11-121-2/+6
* when a download fails, store the error msg in dbVasu Nori2010-11-112-9/+22
* if any exceptions encountered while trimming downloads db, ignore 'em.Vasu Nori2010-11-091-20/+33
* allow the column "scanned" from DownloadManager. bug:3169437Vasu Nori2010-11-051-0/+1
* changes to support CL: I1f5dd734e394db0056579a3a0c26862fee27981eVasu Nori2010-11-042-2/+23
* downloadmanager public API usage can cause non-scanning of media filesVasu Nori2010-11-031-1/+2
* in DM public API, sending notifications on clicks should include dataVasu Nori2010-11-011-1/+11
* make sure filename is non-null before delting it.Vasu Nori2010-10-292-26/+24
* when using DM public API, allow duplicate downloads of same fileVasu Nori2010-10-281-10/+12
* Merge "reduce number of times mediascanner is invoked by downloadservice"Vasu Nori2010-10-271-13/+15
|\
| * reduce number of times mediascanner is invoked by downloadserviceVasu Nori2010-10-261-13/+15
* | allow run-time verbose debugging option on downloadmanager code.Vasu Nori2010-10-271-2/+2
|/
* remove usage of hidden public constants.Vasu Nori2010-10-206-11/+9
* am 9f6654cf: Merge 216736d2 from gingerbreadJean-Baptiste Queru2010-10-182-54/+73
|\
| * Merge 216736d2 from gingerbreadJean-Baptiste Queru2010-10-152-54/+73
| |\
| | * bug:3099994 NPE in DownloadManager when deleting non-media fileVasu Nori2010-10-152-54/+73
* | | am 3e759e21: am a53c21ed: fix broken build bug:3095237Vasu Nori2010-10-151-3/+1
|\| |
| * | am a53c21ed: fix broken build bug:3095237Vasu Nori2010-10-131-3/+1
| |\|
| | * fix broken build bug:3095237Vasu Nori2010-10-131-3/+1
* | | am 57c4e918: am e00c3120: bug:3069735 in Download UI app, handle deletes corr...Vasu Nori2010-10-153-18/+139
|\| |
| * | am e00c3120: bug:3069735 in Download UI app, handle deletes correctlyVasu Nori2010-10-133-18/+139
| |\|
| | * bug:3069735 in Download UI app, handle deletes correctlyVasu Nori2010-10-133-18/+139
* | | am 1f262cf3: am cd990514: Merge "Make DownloadProvider use parameterized quer...Steve Howard2010-10-101-39/+57
|\| |
| * | am cd990514: Merge "Make DownloadProvider use parameterized queries." into gi...Steve Howard2010-10-081-39/+57
| |\|
| | * Make DownloadProvider use parameterized queries.Steve Howard2010-10-081-39/+57
* | | am ace1d5da: am d4dc8501: Merge "Seriously improve error reporting in Downloa...Steve Howard2010-10-014-198/+164
|\| |
| * | am d4dc8501: Merge "Seriously improve error reporting in DownloadThread." int...Steve Howard2010-10-014-198/+164
| |\|
| | * 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
* | | | am 42469fa4: am 5d81e244: Avoid NPE when checking file URI in DownloadProviderSteve Howard2010-10-011-1/+2
|\| | |
| * | | am 5d81e244: Avoid NPE when checking file URI in DownloadProviderSteve Howard2010-10-011-1/+2
| |\| |
| | * | Avoid NPE when checking file URI in DownloadProviderSteve Howard2010-09-301-1/+2
| | |/
* | | am ed2f1150: resolved conflicts for merge of b108a273 to gingerbread-plus-aospSteve Howard2010-09-304-96/+58
|\| |
| * | resolved conflicts for merge of b108a273 to gingerbread-plus-aospSteve Howard2010-09-304-96/+58
| |\|
| | * Improve how the download manager reports paused statuses.Steve Howard2010-09-294-96/+58
* | | am fce7a5e8: am d01ccf8e: Merge "Trim the database & check spurious files off...Brad Fitzpatrick2010-09-281-2/+3
|\| |
| * | am d01ccf8e: Merge "Trim the database & check spurious files off the UI threa...Brad Fitzpatrick2010-09-281-2/+3
| |\|
| | * 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
| * | | am 14961f94: Moved DownloadManager to android.app (DO NOT MERGE)Steve Howard2010-09-282-2/+2
| |\| |
| | * | Moved DownloadManager to android.app (DO NOT MERGE)Steve Howard2010-09-272-2/+2
| | |/
* | | Manual merge: Moved DownloadManager to android.appSteve Howard2010-09-282-2/+2
* | | am 04d70252: am 36f06f4c: Merge "DB migration to eliminate some null fields i...Steve Howard2010-09-231-1/+28
|\| |
| * | am 36f06f4c: Merge "DB migration to eliminate some null fields in old downloa...Steve Howard2010-09-231-1/+28
| |\|
| | * 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
* | | | am 5dbaa73a: am ebb555c0: Support multi-valued HTTP headers, handle new API c...Steve Howard2010-09-232-15/+17
|\| | |
| * | | am ebb555c0: Support multi-valued HTTP headers, handle new API changesSteve Howard2010-09-232-15/+17
| |\| |
| | * | Support multi-valued HTTP headers, handle new API changesSteve Howard2010-09-222-15/+17
| | |/
* | | am 7b96b251: am d3197296: Implement dialogs for wifi required + recommended l...Steve Howard2010-09-216-25/+240
|\| |