summaryrefslogtreecommitdiffstats
path: root/src/com/android/browser/DownloadHandler.java
Commit message (Collapse)AuthorAgeFilesLines
* Downloads from incognito tabs need to use the correct cookieKristian Monsen2011-03-021-4/+7
| | | | Change-Id: Iee012fe4a32dd51b8a59763b9ceab1e7dbde5246
* Do not attempt to download non-https URLs.Leon Scroggins2011-02-011-1/+7
| | | | | | Bug:3388003 Change-Id: I9d81017820762bcf714453b935488912397dadbc
* bug:3297328 set download destination dir to /sdcard/DownloadVasu Nori2010-12-191-1/+3
| | | | | | | | | | | | downlaoded files should go into /sdcard/Download, like they used to in GB and earlier. But a minor difference in the download dir name: it used to be /sdcard/download in before HC /sdcard/Download in HC how serious is this difference? Change-Id: Ib56d8ee6a1393fd781399281be98b8c52831ebe1
* Move download requests to the background.Leon Scroggins2010-11-191-37/+37
| | | | | | | | | | | | Bug:3189668 Do not create a DownloadHandler since the methods can all be static. Do not pass the length to DownloadHandler, since it is no longer used. Change-Id: I280160f62906d1acb263b45fde57062210005a0a
* Controller RefactorMichael Kolb2010-11-171-0/+218
Bug: 3170671 First step towards a model/view/control design in Browser introduced Controller object started separating UI code represent state of the app in one place only Change-Id: Ica387d6bde2dcf1a4993c3db0cce498cf34ff60f