summaryrefslogtreecommitdiffstats
path: root/ui/res/layout
Commit message (Collapse)AuthorAgeFilesLines
* Download items should always fit screen.Jeff Sharkey2012-06-051-0/+2
| | | | | Bug: 6614812 Change-Id: I9b5eb051bce1e296478fb1fa6f95b710fa0c819f
* Updated layout for download items.Jeff Sharkey2012-05-042-61/+51
| | | | | | | | Switch to using GridLayout, because it's awesome. Also move status display to right-hand side, showing date when in completed state. Bug: 6378944 Change-Id: I540633010ed4aeeae299cedf7a49fdb81e65b431
* multiple bug fixes when handling ExpandableListViewVasu Nori2011-03-091-1/+1
| | | | | | | bug:3511180 can't select items from non-adjacent groups bug:3510769 Long-pressing on section headers causes strange behavior bug:4065226 Downloads list switch sorting button has wrong width Change-Id: If7dd36078224766555f1d2cf18ec364812dcdeb9
* bug:3404934 implement share as one of the menu optionsVasu Nori2011-03-021-1/+33
| | | | Change-Id: I51fec5314722d2ec046f8d2acd60c77efd120f74
* bug:3308769 add CAB options to downloads appVasu Nori2011-02-251-30/+1
| | | | Change-Id: I9bb1374b7ca0053210274e5d6981b2f2dcf6bfca
* bug:3083060 UI tweaks to DownloadManager screensVasu Nori2010-10-193-13/+18
| | | | Change-Id: I3c7ee819077d344072deee4cfd61f883c64da758
* UI + string tweaks for downloads UI + size limits UISteve Howard2010-09-261-0/+6
| | | | | | | | | * tweaks to UI strings based on feedback * new "retry" button for single selection of failed download * make SizeLimitActivity translucent+titleless, so it looks like a dialog over the current app Change-Id: I6a990275880d23ab6b4368d39b70f0ad042825ec
* Further work on the new downloads UI.Steve Howard2010-09-101-3/+6
| | | | | | | | | | | | | | | | | | | | * add support for downloads not visible in the UI * add support for restarting failed downloads and downloads for which the file is missing * add "clear selection" button to selection menu * fix DateSortedExpandableListAdapter to ensure the view refreshes properly anytime the underlying data changes * make DownloadList handle when a selected download gets deleted by another app * make DownloadList close a dialog for a pending download when the download starts * show a dialog when the user tries to open a download but the file is missing * display "<Unknown>" when no title is provided for a download * add a test case for DownloadManager.orderBy() (should've gone in the previous commit) Change-Id: Ibf3062e8228e7f2c1270be24d8d5527dfb064658
* First pass at new system UI for download manager.Steve Howard2010-09-083-0/+165
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