summaryrefslogtreecommitdiffstats
path: root/ui/src/com/android/providers/downloads/ui/DownloadItem.java
Commit message (Collapse)AuthorAgeFilesLines
* Finish RTL work in Downloads.Jeff Sharkey2013-03-211-4/+11
| | | | | | | Clean up some padding, and handle checkbox clicks based on RTL mode. Bug: 8133419 Change-Id: I9c0f54218eb1c182fbe6f3f4eeb3e83e7ebc6ea9
* Properly dispatch checkbox togglingRomain Guy2012-09-131-1/+3
| | | | | | Bug #6995003 Change-Id: I3dba57d7ee9697bfdb976432096c680a0f0a4480
* No echo or earcon after checking/unchecking items in the download screen.Svetoslav Ganov2012-07-031-1/+1
| | | | | | | | | | | 1. The problem is that download provider is using a custom view to intercept clicks to toggle the state of the nested check box. However, the when toggling the code is not calling performClick() on the check box which aside of toggling will also send the right accessibility event. bug:6705105 Change-Id: Ia7253ff05f6e4575a346b9aaf3fbceecd68b9782
* Updated layout for download items.Jeff Sharkey2012-05-041-1/+2
| | | | | | | | 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
* when moving from landscape to portrait, selections are getting lostVasu Nori2011-03-021-0/+3
| | | | | | | when moving from landscape/portait to portrait/landscape mode, losing all the selections (and checkboxes too) Change-Id: Iefb1e0db00229fca68fc1080accb57b0ae3ca26e
* bug:3404934 implement share as one of the menu optionsVasu Nori2011-03-021-2/+19
| | | | Change-Id: I51fec5314722d2ec046f8d2acd60c77efd120f74
* bug:3308769 add CAB options to downloads appVasu Nori2011-02-251-14/+24
| | | | Change-Id: I9bb1374b7ca0053210274e5d6981b2f2dcf6bfca
* First pass at new system UI for download manager.Steve Howard2010-09-081-0/+116
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