summaryrefslogtreecommitdiffstats
path: root/src/com/android/browser/BrowserDownloadAdapter.java
Commit message (Collapse)AuthorAgeFilesLines
* Use the system downloads UI, instead of browser specific 1.Leon Scroggins III2010-09-271-221/+0
| | | | | | Bug:3034564 Change-Id: Id850854da7db9c1a36500c9eee9debad64bdf97e
* Launch intents to open/delete downloads, and handle them in the browser.Leon Scroggins2010-02-041-10/+1
| | | | | | | | | | | | | | | | 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.
* Use the common method for updating the title.Leon Scroggins2010-01-211-10/+2
| | | | Depends on a change in frameworks/base
* Use the private Download Manager APIs.Jean-Baptiste Queru2010-01-151-22/+22
| | | | | | | | | | | | | | This boils down to using Downloads.Impl instead of Downloads The APIs that were being used so far are going to disappear to be replaced by a new set of APIs, but in order for the browser to be able to continue using the old APIs a new copy of those APIs was created "on the side" so that the browser doesn't need to change much. Bug: 2245521 Change-Id: I33c526331cce006710b1f934a4aeb64cdb95d62e
* Show the downloads list divided into groups based on how recently downloaded.Leon Scroggins2010-01-131-29/+45
| | | | Fixes http://b/issue?id=2367226
* Use the new download manager APIs introduced in change 7400Jean-Baptiste Queru2009-03-311-8/+8
| | | | | | Conflicts: src/com/android/browser/BrowserActivity.java
* auto import from //depot/cupcake/@135843The Android Open Source Project2009-03-031-0/+222
|
* auto import from //depot/cupcake/@135843The Android Open Source Project2009-03-031-222/+0
|
* auto import from //branches/cupcake/...@130745The Android Open Source Project2009-02-101-0/+1
|
* Code drop from //branches/cupcake/...@124589The Android Open Source Project2008-12-171-3/+3
|
* Initial ContributionThe Android Open Source Project2008-10-211-0/+221