History log of /packages/apps/Browser/src/com/android/browser/DownloadHandler.java
Revision Date Author Comments (<<< Hide modified files) (Show modified files >>>)
0b3d66fc2275fb5270cb7166cc991be7dc9d8ff7 29-Aug-2012 Selim Gurun <sgurun@google.com> Pass referer on download requests

Bug: 6662557
Change-Id: Ib7fdc4b3f1e0f7370631d8a222565faaee550bfb
/packages/apps/Browser/src/com/android/browser/DownloadHandler.java
d2a59930d8958f58a96409fc8efe68a53b976ed8 14-Aug-2012 Jean-Baptiste Queru <jbq@google.com> am edc9e064: Merge "Browser: Use ICS alert icon"

* commit 'edc9e064969b97fd62f492ef8e15812b63af2bb3':
Browser: Use ICS alert icon
2aa8ba254d128ca75f97a62b8d48d1305183e93c 31-May-2012 Björn Lundén <blunden2@gmail.com> Browser: Use ICS alert icon

Still using upscaled GB drawable in a few places.

Change-Id: I52471b10809117b5a68e8236dc320fde0da2c533
/packages/apps/Browser/src/com/android/browser/DownloadHandler.java
7bdd187c26e5eb304aaa71d0812d33804408a7e5 14-Jun-2012 Selim Gurun <sgurun@google.com> am 17e3ba9b: am a770f8d4: Encode characters that java.net.URI rejects

* commit '17e3ba9b808c0ca3b4a06c3964437204e76f9d30':
Encode characters that java.net.URI rejects
17e3ba9b808c0ca3b4a06c3964437204e76f9d30 14-Jun-2012 Selim Gurun <sgurun@google.com> am a770f8d4: Encode characters that java.net.URI rejects

* commit 'a770f8d4bd583e9a719af6ce314838db12003b33':
Encode characters that java.net.URI rejects
a7406be94ec02056a8280726c5c1561d23d2a271 14-Jun-2012 Teng-Hui Zhu <ztenghui@google.com> Don't use the new task flag for download.

This flag can incorrectly turn the Gallery app into a new task when trying
to play some video.

bug:6652951

Change-Id: Iec18ac0c9514101780e7cc6361dbce6c1e9320cb
/packages/apps/Browser/src/com/android/browser/DownloadHandler.java
a770f8d4bd583e9a719af6ce314838db12003b33 13-Jun-2012 Selim Gurun <sgurun@google.com> Encode characters that java.net.URI rejects

Bug: 5952386

Our java.net.URI implementation conforms to an old obsolete RFC and
it is very restrictive. Since in our download path, we use download
manager and so java.net.URI, this causes an odd bug (i.e. URIs that
are fetched fine by chromium http stack fails when download manager is
used). Also there is a second bug that when URI parsing fails and an
exception is thrown, we fail to catch it and crash. This CL fixes both.

Change-Id: I62ac289566efae97dd2161b8041b06a0a87211cb
/packages/apps/Browser/src/com/android/browser/DownloadHandler.java
d0fc5898276ba5a02c7b8761065040d0a545cac4 14-Feb-2012 Patrik Stenkilsson <patrik.stenkilsson@sonyericsson.com> UserAgent not propagated from Browser to DownloadProvider

Browser does not propagate the userAgent to DownloadProvider
for downloads. When downloads are started the default userAgent
in DownloadProvider is used instead of using the userAgent of
the Browser. This makes downloads on some services / web pages
fail.

This is solved this by including the Browser userAgent in the
request to the DownloadManager.

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