summaryrefslogtreecommitdiff
path: root/packages/SystemUI/src/com/android/systemui/usb/StorageNotification.java
AgeCommit message (Expand)Author
2021-04-26Ignore public volume state change event when user is nullAgatha Man
2020-11-13StorageNotification.java: Apply FLAG_IMMUTABLE to various PIsAshwini Oruganti
2020-05-29Ignore public volume state change event of removed user in AutomotiveAgatha Man
2020-05-07Change new, unmountable, and unsupported media notifications for carsHeemin Seog
2020-03-26Remove unsupported and unmountable intent for automotive devicesAgatha Man
2019-10-10Pass context into the constructor of SystemUI objects.Dave Mankoff
2019-06-21Handle USB eject and unmount via Car SettingsHeemin Seog
2019-04-28Avoid triggering StrictMode for storage notifs.Jeff Sharkey
2018-11-14Fixes import ordering.Gus Prevas
2018-05-22Build browse intents based on target user.Jeff Sharkey
2018-03-28Better public volumes handling on secondary users.Jeff Sharkey
2018-03-19Update system notification textJulia Reynolds
2017-04-11Fixing content intent on External Storage notificationDmitri Plotnikov
2017-03-09Enabling storage notifications on TVDmitri Plotnikov
2017-02-02SystemUI uses Builder API with NotificationChannelGeoffrey Pitsch
2017-01-25Notification Channels come to SystemUI's own notifications.Dan Sandler
2017-01-06Create a global registry for system message IDsChris Wren
2016-06-17SystemUI: Override notification app nameAdrian Roos
2016-04-28Adding null check on VolumeInfoSuprabh Shukla
2016-04-11If a Disk goes away, remove the notifications that asks the user to format it.Philip P. Moltmann
2015-07-05Handle missing migration source volume.Jeff Sharkey
2015-06-24Notification for non-adopotable disks shouldn't be snoozedMakoto Onuki
2015-06-16Dismiss migration notification when wizard done.Jeff Sharkey
2015-06-14Start using new storage strings.Jeff Sharkey
2015-05-19Push initial disk state, handle empty media.Jeff Sharkey
2015-05-13Updated storage notification icons.Jeff Sharkey
2015-04-29Returning to wizard, split move events.Jeff Sharkey
2015-04-28Split some VolumeInfo state into VolumeRecord.Jeff Sharkey
2015-04-18Broadcast hidden volumes, notification polish.Jeff Sharkey
2015-04-18Wire up non-visible volumes, more states.Jeff Sharkey
2015-04-17Volumes know parent disks; unsupported disks.Jeff Sharkey
2015-04-14Persist nickname and flags for volumes.Jeff Sharkey
2015-04-14Checkpoint of storage notifications.Jeff Sharkey
2015-03-18Replace usages of deprecated Resources.getColor() and getColorStateList()Alan Viverette
2014-08-20am 53006cab: am cc19946d: Added notification color to all system notificationsSelim Cinek
2014-08-20Added notification color to all system notificationsSelim Cinek
2014-08-12am 840e9325: am 2013cb1f: Merge "Prevent system_server shutdown when trying t...Jeff Sharkey
2014-03-26Categorize some system notifications.Dan Sandler
2014-03-20Prevent system_server shutdown when trying to format external storageJohn Eckerdal
2014-01-30Make some notifications public (safe for secure lockscreens):Dan Sandler
2013-07-17Remove trailing whitespace from system ui.John Spurlock
2013-06-25Decouple storage notification from status bar.John Spurlock
2013-06-06Migrate systemui Slog calls to LogJohn Spurlock
2012-11-27Quiet down a lot of logging.Dianne Hackborn
2012-09-25Update references to migrated global settings.Jeff Brown
2012-09-24Fix issue #7214090: Need to be able to post notifications to all usersDianne Hackborn
2010-11-03Fix the fix for storage ANRs.Daniel Sandler
2010-11-02Revert "UMS: Avoid SystemUI ANRs during long vold operations."Dianne Hackborn
2010-11-02UMS: Avoid SystemUI ANRs during long vold operations.Daniel Sandler
2010-10-11Fix SD card mounting issues #3074555 and #3072332Dianne Hackborn