summaryrefslogtreecommitdiffstats
path: root/src/com/android/providers/downloads/DownloadThread.java
Commit message (Expand)AuthorAgeFilesLines
...
* bug:3338089 print better error msg in DownloadThread when exception occursVasu Nori2011-01-101-4/+1
* Revert "Merge "downloadmanager should use "files" dir - not "cache" dir to st...Vasu Nori2011-01-071-2/+2
* downloadmanager should use "files" dir - not "cache" dir to store its filesVasu Nori2011-01-071-2/+2
* bug:3286430 set quota on downloads data dirVasu Nori2010-12-231-103/+99
* Download dir: /data/data/com.android.providers.downloads/cache NOT /cacheVasu Nori2010-12-141-3/+5
* manually merging Change-Id: If7dc0f86ea7a3c4394603416ca0fc33847f10fa7Vasu Nori2010-12-031-1/+1
* am 084c3dc3: am 26f86843: Merge "(GB MR) bug:3144642 temporary small fix in G...Vasu Nori2010-12-021-1/+1
|\
| * am 26f86843: Merge "(GB MR) bug:3144642 temporary small fix in GB MR and real...Vasu Nori2010-12-021-1/+2
| |\
| | * (GB MR) bug:3144642 temporary small fix in GB MR and real fix in HCVasu Nori2010-12-021-1/+2
* | | when a download fails, store the error msg in dbVasu Nori2010-11-111-8/+17
* | | remove usage of hidden public constants.Vasu Nori2010-10-201-1/+0
|/ /
* | am d4dc8501: Merge "Seriously improve error reporting in DownloadThread." int...Steve Howard2010-10-011-111/+84
|\|
| * Seriously improve error reporting in DownloadThread.Steve Howard2010-09-301-111/+84
* | resolved conflicts for merge of b108a273 to gingerbread-plus-aospSteve Howard2010-09-301-17/+24
|\|
| * Improve how the download manager reports paused statuses.Steve Howard2010-09-291-17/+24
* | am ebb555c0: Support multi-valued HTTP headers, handle new API changesSteve Howard2010-09-231-3/+3
|\|
| * Support multi-valued HTTP headers, handle new API changesSteve Howard2010-09-221-3/+3
* | am d3197296: Implement dialogs for wifi required + recommended limits.Steve Howard2010-09-211-1/+7
|\|
| * Implement dialogs for wifi required + recommended limits.Steve Howard2010-09-211-1/+7
* | am dc738781: Merge "Improve file error reporting + new detailed error message...Steve Howard2010-09-201-3/+12
|\|
| * Improve file error reporting + new detailed error messages in UISteve Howard2010-09-201-3/+12
* | resolved conflicts for merge of 3d55d829 to gingerbread-plus-aospSteve Howard2010-09-161-20/+6
|\|
| * New URI structure with "my_downloads" and "all_downloads"Steve Howard2010-09-141-21/+6
* | am 97d590d5: Add UI message when queued for wifi due to size.Steve Howard2010-08-201-0/+1
|\|
| * Add UI message when queued for wifi due to size.Steve Howard2010-08-201-0/+1
* | am adb6887d: Clean up error codes returned by download manager.Steve Howard2010-08-171-87/+84
|\|
| * Clean up error codes returned by download manager.Steve Howard2010-08-161-87/+84
* | am dea0a5f8: Add test for many interruptions to a single download.Steve Howard2010-07-301-80/+46
|\|
| * Add test for many interruptions to a single download.Steve Howard2010-07-271-80/+46
* | resolved conflicts for merge of f85aa9ef to gingerbread-plus-aospSteve Howard2010-07-301-65/+94
|\|
| * Improved support for 302/307 redirects.Steve Howard2010-07-271-61/+90
* | am f6b4c24b: Fix bug with closing output stream for external downloads.Steve Howard2010-07-271-0/+1
|\|
| * Fix bug with closing output stream for external downloads.Steve Howard2010-07-271-0/+1
* | resolved conflicts for merge of b5629da7 to gingerbread-plus-aospSteve Howard2010-07-211-608/+731
|\|
| * Major refactoring of DownloadThread.run().Steve Howard2010-07-201-604/+727
* | am 071bd7ac: Support for max download size that may go over mobileSteve Howard2010-07-191-1/+14
|\|
| * Support for max download size that may go over mobileSteve Howard2010-07-191-1/+14
* | am 1aa26989: Merge "Introduce a seam to ConnectivityManager and TelephonyMana...Steve Howard2010-07-191-7/+7
|\|
| * Introduce a seam to ConnectivityManager and TelephonyManagerSteve Howard2010-07-151-7/+7
* | merge from open-source masterThe Android Open Source Project2010-07-191-1/+8
|\ \ | |/ |/|
| * Use proxy for downloads.Andreas Sandblad2010-06-281-1/+7
* | Support for custom HTTP headers on download requestsSteve Howard2010-07-151-13/+15
* | Stub out the system clock in the download manager, add testsSteve Howard2010-07-011-7/+9
|/
* merge from open-source masterThe Android Open Source Project2010-05-101-1/+13
|\
| * code left opened files behindusul2010-05-101-1/+13
* | Update to reflect android-common no longer in framework.Dianne Hackborn2010-02-241-1/+1
* | Supply a Context to AndroidHttpClient.newInstance(), to enableDan Egnor2010-02-101-1/+1
* | Use the private legacy APIJean-Baptiste Queru2010-01-141-60/+60
* | Changed class paths for classes moved in unbundling effortPaul Westbrook2009-12-141-1/+2
|/
* Remove unnecessary loggingJean-Baptiste Queru2009-09-241-14/+0