summaryrefslogtreecommitdiffstats
path: root/src/com/android/browser/OpenDownloadReceiver.java
Commit message (Expand)AuthorAgeFilesLines
* Change SWE app properties back to stock AndroidBijan Amirzada2014-03-211-0/+94
* Copy of new files from 1599Bijan Amirzada2014-03-041-94/+0
* Perform database accesses in the background.Leon Scroggins2010-11-181-2/+22
* get file uri and mimetype from downloadmanager before starting activityVasu Nori2010-11-161-1/+1
* Go to downloads page if you cannot open the download.Leon Scroggins2010-11-151-1/+6
* use new API (and not db) to access download notificationsVasu Nori2010-11-151-39/+9
* Open downloads from notifications.Leon Scroggins2010-11-151-37/+52
* don't use hidden constants (to refer Downloads table columns)Vasu Nori2010-10-201-4/+4
* Update refs to DownloadManager, which moved to android.appSteve Howard2010-09-281-1/+1
* Use the system downloads UI, instead of browser specific 1.Leon Scroggins III2010-09-271-35/+7
* Do not try to open a file that could not be downloaded.Leon Scroggins2010-04-261-1/+2
* Click on notification for unfinished download, open downloads page.Leon Scroggins2010-04-191-27/+42
* Delete the file even if the ContentResolver does not see it.Leon Scroggins2010-03-171-7/+4
* Launch intents to open/delete downloads, and handle them in the browser.Leon Scroggins2010-02-041-0/+99