summaryrefslogtreecommitdiffstats
path: root/ui/res/menu/download_menu.xml
Commit message (Collapse)AuthorAgeFilesLines
* Add title attribute for menu item.fliang2013-03-191-0/+2
| | | | | | | | This fix is needed to display text instead of a blank rectangle when user selects the share or delete icons. Bug: 8418296 Change-Id: Ie21af8600cb19bc652d3677c53bdc05278998612
* bug:3404934 implement share as one of the menu optionsVasu Nori2011-03-021-14/+4
| | | | Change-Id: I51fec5314722d2ec046f8d2acd60c77efd120f74
* bug:3308769 add CAB options to downloads appVasu Nori2011-02-251-2/+13
| | | | Change-Id: I9bb1374b7ca0053210274e5d6981b2f2dcf6bfca
* New assets for download manager UI.Steve Howard2010-09-201-1/+1
| | | | | | Includes new launcher icon and new icon/string for sorting by time. Change-Id: I5b87da9d5fa53184b1a3096f25e0d45678aa1700
* First pass at new system UI for download manager.Steve Howard2010-09-081-0/+24
This is the initial checkin for a new system UI for the download manager. This UI shows all entries present in the Download Manager database, sorted by either date or size. It allows the user to monitor status, open files, and delete/cancel entries. The code was initially copied from the "Downloads" page of packages/apps/Browser, since the design is based on that UI. Much of the code is changed, although DateSortedExpandableListAdapter is nearly identical. The code is not quite finished, but this is very much a working first pass. Change-Id: I7fe102e9f2998e57d893cc3c0f5f6da1cf2db549