summaryrefslogtreecommitdiffstats
path: root/packages/SystemUI/res/drawable
Commit message (Collapse)AuthorAgeFilesLines
* Final icon for notifications panelDaniel Sandler2012-11-061-2/+2
| | | | | Bug: 7474127 Change-Id: I391ef8d607142ab9007439479aebb39e1bfb55f2
* Use lighter background for RecentsMichael Jurka2012-10-231-2/+2
| | | | | | | Also, re-enable gradient on tablets (gradient will be disabled in device-specific overlays on devices that don't render it well) Bug: 7381275
* Quickening.Daniel Sandler2012-10-162-3/+3
| | | | | | | | | | | | | | + Baseline align all header elements. + Make clock clickable. + Remove clock tile. + Reorder tiles. + Hide status bar behind panel on phones. + Make status bar peek animation show the whole header on phones. + Stop hiding status bar bits on phones. Bug: 7350584 // baseline align header, make clock clickable, Bug: 7351760 // hide status bar behind panel Change-Id: I888752b64c56e80c3f5581fd8ee1cfd7c50eab7c
* Flipping quick settings!Daniel Sandler2012-10-164-2/+45
| | | | | Bug: 7348917 ╰(°□°╰) Change-Id: I16923d6d920913a4bd0d78666587ac579ac18da5
* No, that's German for "The Quick Settings, The".Daniel Sandler2012-10-131-0/+23
| | | | | Bug: ??????? Change-Id: I24ffb21b1566d98c9df6db48c4062390757cd8bc
* Notification & settings panel help.Daniel Sandler2012-10-071-0/+20
| | | | | | | | | Comes up the first time you touch the status bar; explains where quick settings is, and even allows you to swipe down to try it (instead of touching "OK"). Bug: 7209412 Change-Id: I72b1a91902e64b4623e0fcaf1555dc703870b59f
* Updating time/alarm tiles, fixing issue with empty space under QuickSettings ↵Winson Chung2012-09-251-2/+2
| | | | | | (Bug 7205141, Bug 7222371) Change-Id: If42308a0bbc4a31ffb7f5f0b66063c3b1418ca3e
* Making QS scrollable and making numerous tweaks.Winson Chung2012-09-171-0/+26
| | | | | | | | | - Updating new assets (all line up) - Updating brightness tile to reflect auto state - Fixing network tile asset colors - Adding press feedback Change-Id: I857f141258eefec65243454cb69905cbd2a10bf6
* Updating assets, fixing Battery tile to show proper states.Winson Chung2012-09-132-0/+58
| | | | Change-Id: I0df6d62f57e8034f17d6add31416b050af8a0c15
* Initial changes to add QuickSettings.Winson Chung2012-09-081-0/+20
| | | | Change-Id: If510f74d6046929e5e8a794c6dc2fddb15a03d6b
* Fixing issue where recents items would go dimMichael Jurka2012-09-052-1/+18
| | | | | Bug: 6772614 Change-Id: I2f57f001d91d6cb445c58ac705e6c3ad1fa70dd3
* Minor cleanup of left overs from GlowPadView integration.Jim Miller2012-06-291-30/+0
| | | | | | | - remove unused "chevron" assets - reduce memory footprint in SystemUI by not loading unused handle drawable. Change-Id: Iad1799d1a8a764c6abb4201520aa47ba84d33c38
* Fix 6693743: update animation ring for keyguard and search panelJim Miller2012-06-191-1/+1
| | | | | | | | | | | This is a partial revert of change Ibce96f45eb6a94582c694108b99e243fd57b1955. This change: - shows the expanding ring animation on keyguard and navbar search - disables the first ping wave animation on both. - restores the outer ring Change-Id: I429d23a49ca2868dc00872b8b8fde000d6a53a6d
* Fix 6665117: ACTION_ASSIST visual improvementsJim Miller2012-06-151-2/+2
| | | | | | | | - add generic icon for search providers that don't supply one - change alpha weighting factor for glow - don't show ring background Change-Id: I86c86dc2d623c25ec7b91e206fac8ad9cd60faac
* enable touch feedback on notification title.Chris Wren2012-06-131-0/+20
| | | | | Bug: 6646294 Change-Id: I8ef6fa104dabe280a45258181aa2ed597e433fca
* Fix 6398209: Lots of improvements to gesture search from navbarJim Miller2012-05-151-1/+1
| | | | | | | | | | | | | | | | - Added ability to postpone animations until after window is shown to ensure the animation is visible on slower devices. - Fixed layout bug that prevented targets from being located on outer ring. - Fixed bug where some motion events were being ignored when handle wasn't captured. - Reduced temp object generation in several methods. - Added containers to start all animations together and to facilitate delayed start. - Increased radius of outer ring on phones to closer match mocks. - Decreased sensitivity of swipe up gesture on navbar so it's harder to false. Change-Id: I084f840115aef6496a1f87202c4e42d9962c8c3e
* Ice cream is SO over.Daniel Sandler2012-05-102-58/+0
| | | | Change-Id: I4039b7fe41dc4a498d53e21dbcafb2bc2ac15b92
* More visual refresh in the phone notification panel.Daniel Sandler2012-05-092-9/+41
| | | | | Bug: 6418617 Change-Id: Iae9b02084989fad3ec8bb8c88a84c0ec96fc4f22
* Merge "Visual refresh of notification panel header." into jb-devDaniel Sandler2012-05-082-3/+32
|\
| * Visual refresh of notification panel header.Daniel Sandler2012-05-072-3/+32
| | | | | | | | | | | | | | | | | | | | | | CLOCK - 2 LINE DATE - ROTATION LOCK - SETTINGS ---- CLEAR ALL Bug: 6418617 Change-Id: I477b59d83aaefc6943ed3cfd5bb4e3f4072a8471 Conflicts: packages/SystemUI/res/values/strings.xml
* | Fix 6397736: Swipe up to search layout fixesJim Miller2012-05-061-0/+0
|/ | | | | | | | | | | | This fixes several layout issues on phones and tablets with MultiWaveView. It adds a new background scrim to be shown behind the MultiWaveView on the navigation bar. MultiWaveView is updated to handle gravity constraints which makes layouts much more flexible across devices. Change-Id: I64068f4eaa81ef6c464247049117d53432fcacbd
* Don't show a blue glow when swiping recentsMichael Jurka2012-04-271-1/+0
| | | | Bug: 5908113
* Fix 6299832: Add search target swipe action to navigation bar on phonesJim Miller2012-04-243-0/+53
| | | | | | | This adds a feature to swipe upward on the navigation bar to invoke voice search on phones. Change-Id: I462076fd43b1c66c5bf624f00b297c6d3414a19a
* Update SystemUI for sw600dp devices.Daniel Sandler2012-04-211-0/+21
| | | | | | | | | | | | | | | | | | | | | | | | Devices between 600 and 719dp will now use the two-bar (phone) SystemUI layout, or something like it, derived from PhoneStatusBar. Devices above 720dp will use the system bar from TabletStatusBar. However, this distinction is not to be made based on dp, at least, not by the SystemUI; the goal is to drive most of this switch from the window manager. Therefore most of SystemUI's sw600dp resources have been folded into the main set of resources (renaming them to avoid collisions where appropriate). This allows SystemUI to choose which set of resources to use entirely by switching status bar components, entirely independent of Configuration. (For some resources, particularly around recents, it seemed more expeditious to keep relying on the device configuration, so those resources have been bumped up to sw720dp.) Bug: 6297838 Change-Id: I3f5414a6a718bdc83f51930d6878cdf97df48c9c
* fix press feedback on notification rowsChris Wren2012-04-204-25/+3
| | | | | Change-Id: I50de2f4d6142c2553428abc853c820f4354d0640 Bug: 6362246
* Intruder alerts with actions and swipe-to-cancel.Daniel Sandler2012-03-272-0/+20
| | | | Change-Id: I1d8c7d32bcbf4d3910bb866431e92a8639e4e28b
* System bar now renders the back button for recentsDaniel Sandler2011-12-061-21/+0
| | | | | | | | | | | We used to render the back button in Recents itself, but that had an inconsistent visual experience. As a part of this change, add the early beginning of support for private status bar APIs for dimming navigation buttons. Bug: 3448536
* Fix bug 5623642 - Status bar background incompatible with some legacy appsAdam Powell2011-11-151-0/+22
| | | | | | | | | | | Give some background protection to custom layouts in legacy notifications. Pre-HC it was extremely common for apps to hardcode text colors in layouts. Since this can lead to black text on a dark background in HC/ICS, give these older apps that target SDK < 11 a light gray background. Change-Id: Iab3dea4beb9172b2f9a5cae53991cf952d0c8cde
* Recents background protection increasedPeter Ng2011-10-211-5/+5
| | | | Change-Id: I45719b44102c088c82b619c717db3df31930c1b3
* Visual changes to recent appsMichael Jurka2011-10-173-19/+26
| | | | | | - changing background to be gradient - adding shadow to app thumbnails Change-Id: I0ea7e4900f99adf17c74b885c66a7118bc831595
* Do Not Merge darker notification press state and dividerPeter Ng2011-10-131-1/+1
| | | | | Bug: 3329721 Change-Id: I77ec70dd75d6e8009fc2f06741520167b7d34a42
* Fix obsolete Honeycomb platlogo.Daniel Sandler2011-10-122-0/+58
| | | | | Bug: 5438131 Change-Id: I848bcc8e4d6cdd28c1ffaa08b7fcceb87242932a
* Put the correct background behind largeIcons.Daniel Sandler2011-09-221-0/+22
| | | | | | | | Also add touch feedback to notification items (finally!). Bug: 5213090 (largeIcon background) Bug: 3329721 (press states) Change-Id: I89a4211106698ebff867b5c8bad50cb8b9b33a0b
* Transparent notification shade.Daniel Sandler2011-09-131-0/+26
| | | | | | Bug: 5270161 (fix opacity) Bug: 5231194 (transparent shade) Change-Id: Ib7130ef0718c092dc9f8149698625a49d7abb2b2
* Updated Recent Apps visualsPeter Ng2011-09-081-0/+20
| | | | | | -added padding to portrait and landscape layout recent item -updated drawable stroke on press and drag Change-Id: I98e0073f5fba6d13f041871337e4dc534bbc1460
* Merge "Blue notify quicksettings icon implemented"Peter Ng2011-09-061-0/+21
|\
| * Blue notify quicksettings icon implementedPeter Ng2011-09-061-0/+21
| | | | | | | | | | | | | | | | | | | | -Increased quicksettings and clearall inherent asset padding to 32 from 16dp -new touchstates for quicksettings and clearall -clear all remains on the right and quicksettings remains left aligned to the right of the date Bug: 5076789 Change-Id: I45d7da2d79b94822c04aa162ebef99ac79ce0368
* | Fix the pressed state for thumbnails in RecentsMichael Jurka2011-09-021-2/+1
|/ | | | | | - pressed state is now in foreground - also, keep drawing pressed drawable on long press Change-Id: I1a2025b5a79a5bfd4aaacf5312d52404fc3361a1
* updating visuals of Recent AppsPeter Ng2011-09-011-0/+1
| | | | | | | | | | - replacing background PNGs with 9 patches - removing border around thumbnails by default - when swiping thumbnails, draw a border around them - fix callout line length - make recents window smaller on tablets - deleting unused assets Change-Id: If5bb1ba0d55a6d10e36ee14274c23596f0ba73b9
* Updated background assets for notifications.Peter Ng2011-08-231-1/+1
| | | | | | | | | - Replaced diagonal lines tile for notification icon backgrounds - Switched tablet ticker background to use same assets as icon bg - Flat #191919 behind notifications - Changed date in windowshade (no longer bold) Change-Id: I2cc260f99e57566160630118b04fbb72274f62f3
* Unused assets removed from SystemUIJustin Ho2011-08-181-0/+0
| | | | Change-Id: Ic53d604ad3bbd46063faa3f006f412483e525361
* Fix issue #5128639: SystemUI grows by 10MB after taking a screenshotDianne Hackborn2011-08-171-19/+0
| | | | | | | | | | | We now do the screenshot in a separate process. Also change the recents panel to not use hardware acceleration on lower-end devices. And improve how it gets shown to not load all data up-front which results in a long delay when you have lots of recents. Change-Id: Ia309a90f9939e5405758621b3f7114597bd0c02a
* Remove obsolete assets.Daniel Sandler2011-08-111-22/+0
| | | | | Bug: 5002409 Change-Id: If9e544b347ca55d0344225eff00bafed180edf8c
* Add settings button to notification panel.Daniel Sandler2011-08-091-0/+21
| | | | | | | Also move date to panel in place of carrier name. Bug: 5076789 Change-Id: I498dc1e29581829c123b3cc0a8c81551ac8bdbe2
* Refresh tablet notification drawer.Daniel Sandler2011-08-021-4/+4
| | | | | | | | | | | | | | | | | | * New "X" button appears in the system bar, allowing the user to clear all notifications. Only appears when the notifications list is showing and there are clearable items. (Note: the textual button on phones has also been replaced with an X.) * Updated panel background artwork and positioning. * Removed a bunch of old art. Bug: 4970588 Bug: 4974043 Bug: 3509407 (regression) Change-Id: Ibadb638cd18c4faa751cd1f311d73ceda65cb3ca
* New richly-appointed navigation buttons.Daniel Sandler2011-07-294-84/+0
| | | | | | | | | - Beautiful new touch feedback animations - Romantic icon dimming - Supple Corinthian leather Bug: 4541219 Change-Id: I8c4e1ec73aba910a17001795d2b03200c5af1788
* New stacked RSSI icons.Daniel Sandler2011-07-262-0/+61
| | | | | | | | | | | | | | The signal strength, network type & flow indicator, and battery have all been moved out of the policy and into the status bar implementation itself, mirroring the change on tablets. This means that they no longer use status bar icon slots but instead are bespoke layouts and views. GPS has also been removed and will return as a notification (again, as was done in the Honeycomb tablet UI). Bug: 4691638 Change-Id: I60df4871209b64209bfc5b3bf398651cc2e77b24
* Fix 5023708,4689527: Add popups and overlays to recents. Misc bug fixes.Jim Miller2011-07-184-50/+38
| | | | | | | Adds selection overlay to recents to comply with UX design. Adds longpress popup for removal and inspection of items. Change-Id: Ic23c3f135b6ed107cc5156505d8f163daa94c52e
* am 40fc6e0d: am c407ef22: am f4096041: Merge "Updated art for compat mode ↵Justin Ho2011-06-153-0/+0
|\ | | | | | | | | | | | | dialog." into honeycomb-mr2 * commit '40fc6e0de578198c9cc5d9a493cb7db77bc938b8': Updated art for compat mode dialog.
| * Updated art for compat mode dialog.Daniel Sandler2011-06-153-0/+0
| | | | | | | | | | | | | | | | | | | | Also finalizes on the following language & ordering in the menu: ( ) Stretch to fill screen ( ) Zoom to fill screen Bug: 4595256 Change-Id: Ie92b1e0d829341fd73043a562e78437af2b128ec