History log of /packages/apps/Browser/src/com/android/browser/OpenDownloadReceiver.java
Revision Date Author Comments (<<< Hide modified files) (Show modified files >>>)
2d8a51dc35585b01725b8ffdd562d6a6f8a5606d 17-Nov-2010 Leon Scroggins <scroggo@google.com> Perform database accesses in the background.

Bug:3196174

Change-Id: I720dcaa539c3840d49e1e315aeb696261a46d3f2
/packages/apps/Browser/src/com/android/browser/OpenDownloadReceiver.java
628bc7e9fe6305057835c4d8e5577611d2114116 17-Nov-2010 Vasu Nori <vnori@google.com> get file uri and mimetype from downloadmanager before starting activity

related to bug:3198355
depends on Change-Id: I90bae443eec36968e0d533d9b07a514df369ac29

Change-Id: Ia7d1c10b06d55715002721c1422ea782eefbf6d6
/packages/apps/Browser/src/com/android/browser/OpenDownloadReceiver.java
7c08a2b624566e731b4f23235d05de6eb2859235 15-Nov-2010 Leon Scroggins <scroggo@google.com> Go to downloads page if you cannot open the download.

Bug:3198275
Change-Id: I080618e34db68974418ad9f4580cab29da54e81f
/packages/apps/Browser/src/com/android/browser/OpenDownloadReceiver.java
1d88aa02955a2579e38f6aeea56ec737a0310d62 05-Nov-2010 Vasu Nori <vnori@google.com> use new API (and not db) to access download notifications

instead of opening a cursor on the database to retrieve the file
to be opened when a notification is clicked on, use
DownloadManager's newly introduced API to get Uri and its
mimetype.
also, in BrowserActivity, when downloading a file,
allow it to be MediaScanner scannable and thus allow
media files to be displayed in Gallery.
by default, downloaded files DO NOT appear in Gallery
app any longer

depends on the following 3 CLs
I1f5dd734e394db0056579a3a0c26862fee27981e
I5c062ad6d1b58306044cee49ff3827e908d27fd9
Ia15000de4a66e8728b43fc53f428e098503b003b

Change-Id: Iad11a63fe0a7b8de188d1b6dc0445ccb96211fb2
/packages/apps/Browser/src/com/android/browser/OpenDownloadReceiver.java
09ccfc737f764131c16334a444c7b96ab751c402 28-Oct-2010 Leon Scroggins <scroggo@google.com> Open downloads from notifications.

Bug:3116742

When moving to the public API, notifications no longer
worked as expected. Make downloads show after completing,
and use the public API in OpenDownloadReceiver.

Change-Id: Ia15000de4a66e8728b43fc53f428e098503b003b
/packages/apps/Browser/src/com/android/browser/OpenDownloadReceiver.java
b39546fe994ff9946d387377117ce384704cab13 20-Oct-2010 Vasu Nori <vnori@google.com> don't use hidden constants (to refer Downloads table columns)

bug:3116579
Change-Id: I08408d6a304c330d6b289309ae25464feff0eddd
/packages/apps/Browser/src/com/android/browser/OpenDownloadReceiver.java
5a862fcbbd5672fb85aa2f48d963a2dd4d1da940 28-Sep-2010 Steve Howard <showard@google.com> Update refs to DownloadManager, which moved to android.app

Change-Id: I65fdbabecfc7a91b4edd40ffccb29995b24f075f
/packages/apps/Browser/src/com/android/browser/OpenDownloadReceiver.java
a682a3ccac02db69bd8708258aae263be4b22e72 27-Sep-2010 Leon Scroggins III <scroggo@google.com> Use the system downloads UI, instead of browser specific 1.

Bug:3034564

Change-Id: Id850854da7db9c1a36500c9eee9debad64bdf97e
/packages/apps/Browser/src/com/android/browser/OpenDownloadReceiver.java
faea5646b25a94c669c5c63474d6c1c943599bea 26-Apr-2010 Leon Scroggins <scroggo@google.com> Do not try to open a file that could not be downloaded.

Bug 2629391

Change-Id: If4edf356d98f90baf9fa0168d995dc0793ff90ae
/packages/apps/Browser/src/com/android/browser/OpenDownloadReceiver.java
a563d09392905140893d7a017dd63721577e1953 19-Apr-2010 Leon Scroggins <scroggo@google.com> Click on notification for unfinished download, open downloads page.

BrowserActivity:
Use OpenDownloadReceiver as class name, so that it will handle the
notification from download manager.

OpenDownloadReceiver:
If the download is not complete, show the downloads page.

Bug 2606772

Change-Id: Ifeeac0943650552c6da232cf98088bbf958fd403
/packages/apps/Browser/src/com/android/browser/OpenDownloadReceiver.java
93926e4f464989b14bc320291af66faf327395bc 17-Mar-2010 Leon Scroggins <scroggo@google.com> Delete the file even if the ContentResolver does not see it.

Fix for http://b/issue?id=2519840

Change-Id: Ib4cd844bb94138777fabe0a95b3306995e0bde96
/packages/apps/Browser/src/com/android/browser/OpenDownloadReceiver.java
fedc493cd810fbd4385efbd647ee70852870988f 26-Jan-2010 Leon Scroggins <scroggo@google.com> Launch intents to open/delete downloads, and handle them in the browser.

Initial work for http://b/issue?id=2384554 : showing all downloads in the
browser. On the BrowserDownloadPage, no longer rely on the filename,
since once the Browser shows downloads from other applications, the
filenames for those downloads will not be available, and this way
all downloads are handled the same.

Other applications which download files will need to handle the same
Intents as OpenDownloadReceiver in order to open/delete them from
the BrowserDownloadPage.

OpenDownloadReceiver is also a necessary step towards moving the
BrowserDownloadPage into its own application, if we ultimately
decide to do that.
/packages/apps/Browser/src/com/android/browser/OpenDownloadReceiver.java