summaryrefslogtreecommitdiffstats
path: root/packages/SystemUI/res/layout/notification_guts.xml
Commit message (Collapse)AuthorAgeFilesLines
* SystemUI: Allow seperate theming of guts iconsDave Kover2015-10-261-3/+3
| | | | | | | Allows themes to assign different drawables for the notification guts instead of using drawables used in other views. Change-Id: I5f92e15de4aabde732e7cb89fd02432f32e8f329
* Filter spam notificationsDanesh Mondegarian2015-10-251-0/+10
| | | | Change-Id: Ibf2377cd7491c7e0e9e9c9657e9e65eef1876ee3
* Adjust iconography in notification guts.Dan Sandler2014-09-031-1/+11
| | | | | | | | | | | | | | | (i) is now the system's app notification info panel, allowing you to block, prioritize, and things like that. (gear) is new; it will appear only if your package has a notification settings activity of its own. If the user taps this you'll be launched with some useful extras: notification_id and notification_tag, matching the id and tag of the notification the user longpressed. Bug: 17005733 Change-Id: Ib09264c2564152ab27e744c47ed87a0e9223656f
* Merge "Notification guts have now the actualHeight of the notifications" ↵Selim Cinek2014-09-011-3/+2
|\ | | | | | | into lmp-dev
| * Notification guts have now the actualHeight of the notificationsSelim Cinek2014-09-011-3/+2
| | | | | | | | | | | | | | | | | | Before it just had the height of the notification leading to bugs in cornercases during animations and swiping. Also updated to colors to use system colors. Bug: 17333457 Change-Id: I00d87820595a789006632c582e8c35759a61969d
* | Rename StatusBar.Material styles to Material.NotificationAlan Viverette2014-08-281-3/+3
|/ | | | | | | | | Replaces a removed style with __removed to avoid breaking existing apps. This will be (wait for it...) removed prior to release. BUG: 17288986 Change-Id: I7e934fcebe39baed39fd8b01bf12bf3bb41305ad
* Link to new app notification settings from the inspector.Dan Sandler2014-08-071-24/+8
| | | | | | | | | Also hide the inspector whenever the keyguard changes state, to make sure we don't leave any notification guts lying around when you turn the screen on and off or unlock. Bug: 16208321 Change-Id: I47cf6a0cb82e765eb6b50984972f57616b534ed3
* Notification inspector.Dan Sandler2014-07-251-0/+106
When longpressing a notification, instead of popping up a menu we now replace the notification's view with an inspector showing the app name and icon inline, along with a proper app info button. Bug: 15892646 Change-Id: I905e2fd5c9ea5cbbaccabd633f4b8257227a10bc