History log of /packages/providers/DownloadProvider/ui/src/com/android/providers/downloads/ui/DownloadItem.java
Revision Date Author Comments (<<< Hide modified files) (Show modified files >>>)
a9c9eea93af0aebbdace4ce39acde8085186403e 21-Mar-2013 Jeff Sharkey <jsharkey@android.com> Finish RTL work in Downloads.

Clean up some padding, and handle checkbox clicks based on RTL mode.

Bug: 8133419
Change-Id: I9c0f54218eb1c182fbe6f3f4eeb3e83e7ebc6ea9
/packages/providers/DownloadProvider/ui/src/com/android/providers/downloads/ui/DownloadItem.java
14991c65911034a97268840d36cf9549e06fd56e 14-Sep-2012 Romain Guy <romainguy@google.com> Properly dispatch checkbox toggling
Bug #6995003

Change-Id: I3dba57d7ee9697bfdb976432096c680a0f0a4480
/packages/providers/DownloadProvider/ui/src/com/android/providers/downloads/ui/DownloadItem.java
a6af804b960996dd8a42452e26c56d63974f173c 03-Jul-2012 Svetoslav Ganov <svetoslavganov@google.com> No echo or earcon after checking/unchecking items in the download screen.

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
/packages/providers/DownloadProvider/ui/src/com/android/providers/downloads/ui/DownloadItem.java
3843960b466dbcd1733648095e750ccb3fa6d184 04-May-2012 Jeff Sharkey <jsharkey@android.com> Updated layout for download items.

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
/packages/providers/DownloadProvider/ui/src/com/android/providers/downloads/ui/DownloadItem.java
2622e40de0fa300a00d815f084ea6098f70f93e9 03-Mar-2011 Vasu Nori <vnori@google.com> when moving from landscape to portrait, selections are getting lost

when moving from landscape/portait to portrait/landscape mode,
losing all the selections (and checkboxes too)

Change-Id: Iefb1e0db00229fca68fc1080accb57b0ae3ca26e
/packages/providers/DownloadProvider/ui/src/com/android/providers/downloads/ui/DownloadItem.java
d58f7c299ec6e1164e3b5e9e2e3fe5e0e57e63b9 26-Feb-2011 Vasu Nori <vnori@google.com> bug:3404934 implement share as one of the menu options

Change-Id: I51fec5314722d2ec046f8d2acd60c77efd120f74
/packages/providers/DownloadProvider/ui/src/com/android/providers/downloads/ui/DownloadItem.java
daed066d4dcc8873d3463ae65e16fa2e7fbcafe5 24-Feb-2011 Vasu Nori <vnori@google.com> bug:3308769 add CAB options to downloads app

Change-Id: I9bb1374b7ca0053210274e5d6981b2f2dcf6bfca
/packages/providers/DownloadProvider/ui/src/com/android/providers/downloads/ui/DownloadItem.java
217149efdc4a559c38442da179f548e125c0afc5 02-Sep-2010 Steve Howard <showard@google.com> First pass at new system UI for download manager.

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
/packages/providers/DownloadProvider/ui/src/com/android/providers/downloads/ui/DownloadItem.java