History log of /packages/apps/Browser/src/com/android/browser/DownloadHandler.java
Revision Date Author Comments (<<< Hide modified files) (Show modified files >>>)
6cfe97725ede972940bf3090a4474b1e2c017a9f 23-Nov-2011 John Reck <jreck@google.com> Start downloads as a new task

Bug: 5661310

Change-Id: Ib6d4d08474116d6a222eedd0cf40830c9286a2dd
/packages/apps/Browser/src/com/android/browser/DownloadHandler.java
bc5cc75c302eb49d15258155fc6f672fcbd62842 02-Mar-2011 Kristian Monsen <kristianm@google.com> Downloads from incognito tabs need to use the correct cookie

Change-Id: Iee012fe4a32dd51b8a59763b9ceab1e7dbde5246
/packages/apps/Browser/src/com/android/browser/DownloadHandler.java
11e309c58cfbbd2d0d02c0262ad6161fc9ba01eb 01-Feb-2011 Leon Scroggins <scroggo@google.com> Do not attempt to download non-https URLs.

Bug:3388003

Change-Id: I9d81017820762bcf714453b935488912397dadbc
/packages/apps/Browser/src/com/android/browser/DownloadHandler.java
c2df8342039829c868b30ad3bc3f865e26a04b1c 19-Dec-2010 Vasu Nori <vnori@google.com> bug:3297328 set download destination dir to /sdcard/Download

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
/packages/apps/Browser/src/com/android/browser/DownloadHandler.java
63c0266b5d1fca4df859fe4fa3a9555d0783a2b6 18-Nov-2010 Leon Scroggins <scroggo@google.com> Move download requests to the background.

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
/packages/apps/Browser/src/com/android/browser/DownloadHandler.java
8233facddcc51865d612a919d450db6954aa48e3 27-Oct-2010 Michael Kolb <kolby@google.com> Controller Refactor

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
/packages/apps/Browser/src/com/android/browser/DownloadHandler.java