summaryrefslogtreecommitdiffstats
path: root/packages/SystemUI/res/values-sw600dp
Commit message (Collapse)AuthorAgeFilesLines
* Implement new assist gesture and motionJorim Jaggi2015-04-031-6/+0
| | | | Change-Id: Ic8ba18c200058062f4d38ac4226d3516af3d3df0
* Material design for screen pinning clingJason Monk2014-11-071-0/+11
| | | | | | | | | | | | Switching from a dialog to a cling-like view to be more material. Also moving it into SysUI as it highlights the buttons in nav bar. This will be triggered directly from recents, but from apps it will be triggered by the PhoneStatusBar. In the case that apps trigger the request, there will be a 'no thanks' button so that users can refuse. Bug: 16957435 Change-Id: Ie880f82c66f4b2be98283ed3fa789703c4bd7ed5
* Changed the swipe up search affordanceSelim Cinek2014-09-151-10/+0
| | | | | | | | | | The previous card animation is removed and replaced by a animating circle with a shadow. Also fixes several cases where the card could either get stuck and the affordance was not launched. Bug: 17457300 Bug: 17444236 Change-Id: I005313a1dbe63d338490e6100dd3bd01e35687ba
* Merge "Separating the notion of transposed search vs nav bar. (Bug ↵Winson Chung2014-09-091-2/+4
|\ | | | | | | 17402331)" into lmp-dev
| * Separating the notion of transposed search vs nav bar. (Bug 17402331)Winson Chung2014-09-051-2/+4
| |
* | Ensure that there is enough space for the tablet search widget. (Bug 17190069)Winson Chung2014-09-051-0/+3
|/ | | Change-Id: I89694edac6f299e4a9cfca8a99a0d71dce1ae168
* Status bar iconography updatesJorim Jaggi2014-09-021-0/+3
| | | | | | | | | | | | | - Use new assets for location, flightmode and "more" notifications icon. - Update icon size and clock to spec. - Change from fixed width of the icons to WRAP_CONTENT, so they look more evenly distributed. - Adjust subpixel rendering of battery icon to match other vector icons. Bug: 16161255 Change-Id: I0a80f223b7d532bc53a201cff37b8f1cb09f08c2
* Providing a more seamless transition to Home (Bug. 17012456)Winson Chung2014-09-011-0/+3
| | | | | - Fixing landscape N7 transition issue Change-Id: I968d6fd4db693359d520664b1444e699d7ee30ee
* Make clock larger on tabletsJorim Jaggi2014-08-141-0/+2
| | | | | | | | | | | | Also fixes "Large text" option on lockscreen and fixes Keyguard layout on smaller devies. In addition, make sure that landscape layout for phones isn't terrible broken (it's not pretty but it works). Bug: 14994495 Bug: 15589636 Bug: 16799035 Change-Id: I9ab76af41cbecd1a727d019e422765efbbd3276d
* QS: Make user switcher expand when users don't fitAdrian Roos2014-08-081-0/+4
| | | | | | | Also updates the switcher to match the latest redlines. Bug: 16406694 Change-Id: Ibf44ed9ea2ef4e3c467724eb4c79f1df5b3e49f4
* BG protection for user switcher on Keyguard.Jorim Jaggi2014-08-071-3/+0
| | | | | | | | Also fixes the position. Bug: 15757197 Bug: 15545213 Change-Id: I9fab98652ab1ccad4e02d5cfa17b212a72a0a0b3
* Merge "Common shade width across devices." into lmp-devJohn Spurlock2014-08-053-23/+3
|\
| * Common shade width across devices.John Spurlock2014-08-063-23/+3
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | Use 400dp as the visual width of the shade across all devices and orientations, except small device portrait. Since the width is now dynamic across orientations, update the necessary views in SystemUI on rotate. Remove obsolete styles + resources. Set max QS columns to 3 on all devices, due to the newer shade width. Bug:16825515 Change-Id: Iff171549a79bc318a4d585a2d9ea2af9bc686922
* | Fix hints for tablet lockscreen.Jorim Jaggi2014-08-071-0/+4
|/ | | | Change-Id: I5f304e2da36467bee8306f611adda30f6dc34b3c
* Update keyguard icon paddings to spec.Jorim Jaggi2014-08-051-0/+4
| | | | | Bug: 15381387 Change-Id: Ia75394fd68f66233ebabe9ec4f62b42d40d19eb9
* New swipe-up assist animation for L.Jorim Jaggi2014-08-052-43/+16
| | | | | | Bug: 16307470 Bug: 14623152 Change-Id: Ib7e0381d118bda177981cc56ec9a8fb418dfb0e3
* Make user avatar bigger on lockscreen when it is tappableJorim Jaggi2014-07-281-0/+18
| | | | | | Also fix some other paddings there. Change-Id: I6c54b070cde96e7fd21ff3533ee6a4b58547028c
* Implement keyguard user switcherAdrian Roos2014-06-191-0/+3
| | | | | Bug: 15545213 Change-Id: I2d18cc3c83d76991fe11fc4bff7e8eecc25df4b5
* Bigger clock.Jorim Jaggi2014-06-142-5/+9
| | | | | | | | Also fixes a bug where notifications would be wrongly padded on Keyguard after rotating the screen. Bug: 15244051 Change-Id: I2418692c3d2ffdd5fe642361f2924629bf9a75eb
* Updating paddings to design spec.Winson Chung2014-05-301-0/+3
| | | Change-Id: I11286937216494304c38c87280bc69ef9522c596
* Visual refinements for lockscreen.Jorim Jaggi2014-05-261-2/+2
| | | | | | Bug: 15244051 Bug: 14999913 Change-Id: I48896cfa3d88a25ae9c244968ae8e457b6d4e82d
* Position clock and notifications dynamically.Jorim Jaggi2014-05-171-0/+11
| | | | | | | | | The positioning is dependant on how many notifications are currently showing. This makes sure that the lockscreen always looks balanced and harmonic. Bug: 14592994 Change-Id: Ic647b887dd23e6cc5ecd07d70f279ff2f218f4ca
* New quick settings implementation.John Spurlock2014-05-131-1/+1
| | | | | Bug:14133785 Change-Id: I7f57f8e7ebcc3e1a06fa5204f477470f14299e1f
* Make notification panel fullscreen on tablets.Jorim Jaggi2014-05-111-2/+7
| | | | | | | | We only inset the notification themselves on tablets, and also the header when not on the lockscreen (on the lockscreen, the header must be full width so the icons are at the correct location). Change-Id: I85c8a4559f59b016432dab4a73236352233d9159
* Fix measure performance of whole status bar window #2.Jorim Jaggi2014-05-111-0/+6
| | | | Change-Id: I4cbaa762d61e19016f925556c8e02720249dc22c
* Revert "Fix measure performance of whole status bar window."Jorim Jaggi2014-05-091-6/+0
| | | | This reverts commit 5ef8eb5661f1b3c0723348f723778be247a2f365.
* Fix measure performance of whole status bar window.Jorim Jaggi2014-05-091-0/+6
| | | | Change-Id: If66f6d2ad414d75397bd849509903a9ed777e58e
* New layout structure for the expanded status bar.Jorim Jaggi2014-05-071-7/+0
| | | | | | | | This also includes a new (very WIP) interaction to get to quick settings, with clumping the cards and a scrollable container with the cards and the bottom QS part in it. Change-Id: Ib073bb0174cddcf60347a5e3bb474fb3b6385bcf
* Add IME Switcher icon to Navigation BarJason Monk2014-05-021-0/+3
| | | | | | | | | Adds button in the same location as the menu button and overrides it when present. The setNavigationHintIconHints lets it know when the button should be shown. Bug: 14257632 Change-Id: Ia80de7fd2390cd8b083e37cbe58b7ee53555e619
* Remove obsolete settings panel artifacts.John Spurlock2014-04-212-9/+2
| | | | | | | | I don't always have quick settings. But when I do, they live in a flip view, not a separate panel. Bug:14133785 Change-Id: I3df11d7de308a36a800eb7582a71e3febc897fec
* Interim quick settings update.John Spurlock2014-04-171-0/+3
| | | | | | | | | | | | | | Make existing QS panel available via pulldown from header (or keyguard status view on keyguard), update the affordances as a hint. Don't allow QS to scroll, cap to max rows. Add scrim over panel to indicate that this is purely temporary. Bug:14081801 Bug:14059974 Change-Id: I166033975cbc44b91f45ee70ea5c7540390670dd
* Enable quick settings from lockscreen and merge into one shade.Adrian Roos2014-04-082-6/+5
| | | | Change-Id: Ic5b5f54bcfe3816549287f707715e29340522d9b
* Zen mode updates.John Spurlock2014-03-261-0/+3
| | | | | | | | - Now only two modes, no more ZEN_MODE_FULL. - Alarms are allowed by default. - Interstitial dialog cleanup to follow current UX. Change-Id: I8e4c8f64854dabfef69ad33b3eb35bee07e55ef7
* Add rotation-lock to Quick Settings on phones.John Spurlock2013-12-191-3/+0
| | | | | | | | | | | | | | | | | | | | | | | | | Make the rotation-lock QS tile available for display on phones. Devices < sw600dp are only allowed to lock rotation to their natural orientation (i.e. portrait on most phones), so tweak the QS tile label to make this clear. e.g. "Locked to Portrait" instead of "Rotation Locked" on portrait phones. Simplify RotationLockController now that the sw600 check is no longer hardcoded in RotationPolicy. Remove redundant sw600dp check in SystemUI, everything driven from the RotationPolicy helper, though SystemUI can still choose not to display the tile at all with a resource config. Clean up some of the docs in RotationPolicy to make clear the subtle distinction between the two ways of locking rotation: - From Accessibility (locks to natural orientation on all devices) - From System UI (locks to natural < sw600dp, else current rotation) Bug:11062710 Change-Id: I5caa4485c9501315da9fed964d6667d3012b43cb
* Move moveable non-public framework resources up to SystemUIJohn Spurlock2013-12-021-3/+3
| | | | | | | | | Specifically, non-public resources only referenced by SystemUI and nowhere else in frameworks or system apps (via @*android:) Remove orphan resources found during the process. Change-Id: I005514ff1ce52e1622849bc01cd825b09fa55842
* Make SystemUI RTL awareFabrice Di Meglio2012-12-171-3/+3
| | | | | | - see bug #5429822 UI should be mirrored for RTL locales (Arabic, Hebrew, farsi) Change-Id: Ica88ed68f893d5272691a9207788b65623849dee
* Quickening.Daniel Sandler2012-10-161-0/+4
| | | | | | | | | | | | | | + 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-161-0/+3
| | | | | Bug: 7348917 ╰(°□°╰) Change-Id: I16923d6d920913a4bd0d78666587ac579ac18da5
* No, that's German for "The Quick Settings, The".Daniel Sandler2012-10-131-0/+3
| | | | | Bug: ??????? Change-Id: I24ffb21b1566d98c9df6db48c4062390757cd8bc
* Prop the tablet notification panel open a bit.Daniel Sandler2012-09-281-0/+3
| | | | | | | It will now occupy at least 40% of the screen, vertically. Bug: 7069227 Change-Id: I540388f6988bee591aee5b7aee1e4d25d08fad96
* No more double-swiping to toggle panels on tablets.Daniel Sandler2012-09-251-0/+4
| | | | | | | | | | This also fixes up the drag regions so that quick settings is only assigned the right 1/3 of the display (or 100dp, whichever is larger). It had been that more than half of the status bar, when dragged, would pull down QS. Bug: 7217002 Change-Id: I515b6e19deab305b99784c7287d8f04fa9b22dc7
* Fixing various QuickSettings issues (Bug 7210343, Bug 7174839, Bug 7174738)Winson Chung2012-09-211-1/+1
| | | | | | | | | | - Using startActivityFromUser() for multiuser settings intents - Show Wifi/Bluetooth Off labels when they are off - Removing quotes from SSID name - Only showing the IME tile under the same conditions that the notification is showing - Making tile labels uppercase Change-Id: Ic4a085cda600da019eab259b22c9041d1a0b5d29
* Showing QuickContacts card, adding brightness bar timeout and width, fixing ↵Winson Chung2012-09-211-0/+21
| | | | | | wifi display icon visibility. (Bug 7186309, Bug 7175023) Change-Id: Iea717e97bf90301bef68b06e1a35644e24ab029d
* Adding rotation lock tile to quick settings (on tablets).Winson Chung2012-09-141-0/+3
| | | | Change-Id: Ia68c07051acc1f0f42dde0b1322db034b5d54506
* Updating Wifi/Mobile tiles to reflect actual connection state with new assets.Winson Chung2012-09-131-0/+28
| | | | Change-Id: Ic1cd78c77f94f1c9cf9bbc1bcea3082ca536d94c
* Quick settings come to all Android devices.Daniel Sandler2012-08-151-4/+5
| | | | | | I mean, real soon now. Change-Id: I9a15b49f271e7ae06eb48a402f58270d8adccbf4
* Fix 6665117: ACTION_ASSIST visual improvementsJim Miller2012-06-151-1/+1
| | | | | | | | - 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
* Fix 6613962: Update keyguard to use new GlowPadView UX design.Jim Miller2012-06-121-0/+3
| | | | Change-Id: I4f1ef3107e5550f7df9dcb412943a84b66432b7d
* Merge "Fix 6398209: Increase outer ring size for search gesture on 600dp ↵Jim Miller2012-05-171-2/+2
|\ | | | | | | device" into jb-dev
| * Fix 6398209: Increase outer ring size for search gesture on 600dp deviceJim Miller2012-05-171-2/+2
| | | | | | | | Change-Id: I75d136535148af21bc4e7f3f39803d22496d6fc5