summaryrefslogtreecommitdiffstats
path: root/ui/src/com/android/providers/downloads/ui/DateSortedDownloadAdapter.java
Commit message (Collapse)AuthorAgeFilesLines
* multiple bug fixes when handling ExpandableListViewVasu Nori2011-03-091-2/+6
| | | | | | | 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:3308769 add CAB options to downloads appVasu Nori2011-02-251-8/+5
| | | | Change-Id: I9bb1374b7ca0053210274e5d6981b2f2dcf6bfca
* Manual merge: Moved DownloadManager to android.appSteve Howard2010-09-281-1/+1
| | | | Change-Id: Id1de44459ec1bf53e928cae826047467b355823d
* First pass at new system UI for download manager.Steve Howard2010-09-081-0/+59
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