History log of /frameworks/base/packages/SystemUI/src/com/android/systemui/usb/UsbStorageActivity.java
Revision Date Author Comments (<<< Hide modified files) (Show modified files >>>)
c992087d09363d61f68af2f24342003b97ba48be 18-Nov-2011 Adam Powell <adamp@google.com> Fix bug 5614962 - Constant spinning wheel in USB Mass Storage screen (UX)

Disable the window-level progress spinner; another is already shown while
connecting.

Use the correct Settings icon for SystemUI.

Specify the activity title for the USB mass storage screen in the
manifest to avoid title flashing during startup.

Change-Id: Ic57af56bf1661a5eaa91fff77471dc8447340d16
/frameworks/base/packages/SystemUI/src/com/android/systemui/usb/UsbStorageActivity.java
c4308f01c965571dc2354107c3574df113e397ee 01-Mar-2011 Mike Lockwood <lockwood@android.com> Move USB framework support from android.hardware to android.hardware.usb package

Change-Id: I00fd4f0caaa4aebe48f71c576bb211b5f38bf88d
Signed-off-by: Mike Lockwood <lockwood@android.com>
/frameworks/base/packages/SystemUI/src/com/android/systemui/usb/UsbStorageActivity.java
3162211bc78c98836f0c9d76a8e94741e4255bed 04-Feb-2011 Joe Onorato <joeo@google.com> am 2742c9c2: am 163c28b5: Merge "Managed dialogs should run on the same thread as their activity." into gingerbread

* commit '2742c9c2c640b6593321a0c5d56c8ba09ed58cc5':
Managed dialogs should run on the same thread as their activity.
c7f8b6fcf56aeb457013832555f6358f6babee90 04-Feb-2011 Joe Onorato <joeo@google.com> Managed dialogs should run on the same thread as their activity.

Bug: 3418998
Change-Id: I9b1cf73f9d6f8a5594f405546fcaa3cfd6f03c45
/frameworks/base/packages/SystemUI/src/com/android/systemui/usb/UsbStorageActivity.java
770126a678ccc9328a89407ffc82f4d998b25427 10-Dec-2010 Mike Lockwood <lockwood@android.com> Rename android.hardware.Usb to UsbManager and UsbObserver to UsbService

In preparation for an upcoming change that will make UsbService into a real system service

Change-Id: Id85d624cfc6b10b49a08105cfaaacc667a492c12
Signed-off-by: Mike Lockwood <lockwood@android.com>
/frameworks/base/packages/SystemUI/src/com/android/systemui/usb/UsbStorageActivity.java
3a4940f3f08196baaa69a71f76316af5744ec771 03-Nov-2010 Daniel Sandler <dsandler@android.com> Squash ANRs in UsbStorageActivity.

Important safety tip: talking to the storage manager and
mount service can be very, very slow.

Bug: 3138068
Change-Id: I652e8bb2075535b42c83a46df1d8ae8bf299dd0d
/frameworks/base/packages/SystemUI/src/com/android/systemui/usb/UsbStorageActivity.java
20754649790424455e8a5dbd5ab1fa0e0a4ca87e 03-Oct-2010 Dianne Hackborn <hackbod@google.com> Make USB mass storage hide keyguard when shown.

Change-Id: I4d3592ade43c8b2e87768a55ba0fafb8e189a1fc
/frameworks/base/packages/SystemUI/src/com/android/systemui/usb/UsbStorageActivity.java
77bc30d232633eb36323245bc5d0cbf144a3bd26 21-Sep-2010 Mike Lockwood <lockwood@android.com> SystemUI: Use new USB notifications to detect USB disconnect.

This fixes a bug that prevented the USB mass storage activity from closing
when USB is disconnected.
The bug was actually due to using == for a string compare instead of equals(),
but using the new notifications is a better solution than using battery events
since it will work for devices that do not charge over USB.

BUG: 3018954

Change-Id: Ia447974726a52cd865e59df5af79e828b5134b6c
Signed-off-by: Mike Lockwood <lockwood@android.com>
/frameworks/base/packages/SystemUI/src/com/android/systemui/usb/UsbStorageActivity.java
fe4f3ae33c8da86585399b4167fd7987c8a16066 04-Jun-2010 Joe Onorato <joeo@android.com> Move the usb mass storage notification & activity into SystemUI.apk.

Also fix the notification to show properly when the runtime is restarted.

Change-Id: Id0c7ef9f9dc9c9df18428cbaa7db1703f085137e
/frameworks/base/packages/SystemUI/src/com/android/systemui/usb/UsbStorageActivity.java