summaryrefslogtreecommitdiffstats
path: root/src/com/android/providers/downloads/DownloadNotification.java
Commit message (Expand)AuthorAgeFilesLines
* Move to Notification.Builder progress API.Jeff Sharkey2011-08-091-47/+33
* bug:3425749 if adding completed download to db, send completion notifVasu Nori2011-02-101-38/+40
* when download-complete-notif is clicked on, don't show notif anymoreVasu Nori2010-12-151-1/+1
* remove usage of hidden public constants.Vasu Nori2010-10-201-2/+2
* Improve how the download manager reports paused statuses.Steve Howard2010-09-291-6/+4
* Fix notification bugs, cleanup DownloadService + DownloadReceiverSteve Howard2010-09-201-7/+8
* New URI structure with "my_downloads" and "all_downloads"Steve Howard2010-09-141-2/+3
* Fix silly bug with completed notifications.Steve Howard2010-09-101-2/+1
* Add UI message when queued for wifi due to size.Steve Howard2010-08-201-95/+73
* Stub out and test system notifications.Steve Howard2010-07-231-7/+5
* Cleanup whitespace in DownloadNotificationSteve Howard2010-07-151-24/+24
* Create a new permission that allows apps to see downloads from otherLeon Scroggins2010-02-051-22/+7
* Revert "Download files even if there is no activity to launch them."Leon Scroggins2010-01-221-11/+2
* Update the title of the download based on the filename.Leon Scroggins2010-01-211-6/+20
* Download files even if there is no activity to launch them.Leon Scroggins2010-01-211-2/+11
* Use the private legacy APIJean-Baptiste Queru2010-01-141-35/+36
* Fix Download application notification timestamp not correct issueLixin Yue2009-11-251-2/+2
* Use the new download manager APIs introduced in change 7400Jean-Baptiste Queru2009-01-211-18/+27
* Match the official code style guide.Jean-Baptiste Queru2009-01-201-31/+31
* Code drop from //branches/cupcake/...@124589The Android Open Source Project2008-12-171-10/+10
* Initial ContributionThe Android Open Source Project2008-10-211-0/+300