summaryrefslogtreecommitdiffstats
path: root/src/com/android/providers/downloads/DownloadProvider.java
Commit message (Expand)AuthorAgeFilesLines
...
* | bug:3048327 (master) ability to add completed download to dnload mgrVasu Nori2011-01-211-10/+56
|/
* bug:3286430 set quota on downloads data dirVasu Nori2010-12-231-1/+5
* Download dir: /data/data/com.android.providers.downloads/cache NOT /cacheVasu Nori2010-12-141-2/+10
* am 5c29cce0: am e1823c84: Don\'t filter by UID for apps with ACCESS_ALL_DOWNL...Kenny Root2010-12-011-1/+3
|\
| * Don't filter by UID for apps with ACCESS_ALL_DOWNLOADSKenny Root2010-12-011-1/+3
* | provider changes due to CL: Ief1693785f0484c1b434fb41a68693f9aff96492Vasu Nori2010-11-121-2/+6
* | when a download fails, store the error msg in dbVasu Nori2010-11-111-1/+5
* | allow the column "scanned" from DownloadManager. bug:3169437Vasu Nori2010-11-051-0/+1
* | changes to support CL: I1f5dd734e394db0056579a3a0c26862fee27981eVasu Nori2010-11-041-1/+22
* | remove usage of hidden public constants.Vasu Nori2010-10-201-4/+0
* | am 3e759e21: am a53c21ed: fix broken build bug:3095237Vasu Nori2010-10-151-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-151-2/+23
|\|
| * bug:3069735 in Download UI app, handle deletes correctlyVasu Nori2010-10-131-2/+23
* | am 1f262cf3: am cd990514: Merge "Make DownloadProvider use parameterized quer...Steve Howard2010-10-101-39/+57
|\|
| * Make DownloadProvider use parameterized queries.Steve Howard2010-10-081-39/+57
* | am 42469fa4: 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 04d70252: am 36f06f4c: Merge "DB migration to eliminate some null fields i...Steve Howard2010-09-231-1/+28
|\|
| * 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