summaryrefslogtreecommitdiffstats
path: root/packages
Commit message (Collapse)AuthorAgeFilesLines
* Merge "Implement unlock hint." into lmp-preview-devJorim Jaggi2014-06-026-30/+190
|\
| * Implement unlock hint.Jorim Jaggi2014-06-026-30/+190
| | | | | | | | | | | | | | | | | | | | | | | | | | Before, users didn't have any clue how to unlock their phone. Now they have. Also, a tap now dismisses the notification shade in the unlocked state. Bug: 14080971 Bug: 15189435 Bug: 15282191 Bug: 15126962 Change-Id: I779344b043b4415809dd98217b7cb9ff6d57fa3e
* | VolumeZen: Prevent raising ringer volume in silent mode.John Spurlock2014-06-011-0/+5
| | | | | | | | | | | | | | | | | | Instead of breaking out of silent mode when raising the volume using the keys, prevent the change and display a visual hint up in the user interface. Bug:15330217 Change-Id: I74aae44319aadcd6db9841c7799967607f5a1617
* | QuickSettings: Icon updates + BT connecting state.John Spurlock2014-06-0113-59/+108
| | | | | | | | | | Bug:15186962 Change-Id: I56de6f3cabcb36b13617d4027323a078cceb9587
* | VolumeZen: Update icon and fix handler bug.John Spurlock2014-05-316-42/+14
| | | | | | | | | | Bug:15186962 Change-Id: Iaeae85e185b60c7afa573ebfda331eb41a6b8db8
* | VolumeZen: Pulse silent mode icon on disabled slider touch.John Spurlock2014-05-312-26/+69
| | | | | | | | | | Bug:15330217 Change-Id: Icb54e5ea0466bb5fbd7e08b99e8f0dac15ded447
* | Merge "VolumeZen: Slider icon as ringer-mode toggle." into lmp-preview-devJohn Spurlock2014-05-314-30/+97
|\ \
| * | VolumeZen: Slider icon as ringer-mode toggle.John Spurlock2014-05-314-30/+97
| |/ | | | | | | | | | | | | | | | | | | | | | | | | | | | | - When manipulating the ringer/notification stream, the volume slider icon on the left now serves as a toggle. Single-press for vibrate, long-press for silent. - Disable slider when silent. - Add touch feedback to slider icon when clickable. - Vibrate when toggling to vibrate. - Play sound when toggling to audible. - Adjust the slider icon padding so it appears to be square, and the same size as the icon on the right. Bug:15330217 Change-Id: Id7262d9315e6e761e1d5750714c356c3ac735951
* | QuickSettings: Guard against bad input to handleShowDetail.John Spurlock2014-05-311-0/+1
|/ | | | | Bug:15326440 Change-Id: I473cedb2c41dadf88596ea54a8f8a881ca4e27ba
* Overscroll header when expanding the panel.Jorim Jaggi2014-05-313-18/+68
| | | | | Bug: 14486987 Change-Id: I563aabf273328d733d7452af7f54db28934df9d9
* Update HUN visuals to UX specAdrian Roos2014-05-319-38/+104
| | | | | | | | Adds gradient, fixes wrong padding on tablets and adds a callback mode to swipe helper. Bug: 15106201 Change-Id: I9c3f2d24665cb3de8e70904893f56c928b0caabb
* Fade scrim in unlock animation.Jorim Jaggi2014-05-317-28/+125
| | | | | | | | | | This also introduces a startTime which gets sent from window manager to SystemUI, which tells when the animation should start, to allow for a more synchronized animation with fading out the scrim and fading in the activity behind. Bug: 15163546 Change-Id: I16212b1ef9eb76f1f98734da1d14fc5b7e626937
* Merge "Updating paddings to design spec." into lmp-preview-devWinson Chung2014-05-3011-21/+90
|\
| * Updating paddings to design spec.Winson Chung2014-05-3011-21/+90
| | | | | | Change-Id: I11286937216494304c38c87280bc69ef9522c596
* | Merge "QuickSettings: Fix flash when expanding panel." into lmp-preview-devJohn Spurlock2014-05-301-1/+5
|\ \
| * | QuickSettings: Fix flash when expanding panel.John Spurlock2014-05-301-1/+5
| | | | | | | | | | | | | | | Bug:15186962 Change-Id: Ib42776989d687f8873f7bd3c2567c31a23e0490f
* | | Merge "Track Zen Mode status in the NotificationRecord" into lmp-preview-devChris Wren2014-05-304-9/+45
|\ \ \ | |/ / |/| |
| * | Track Zen Mode status in the NotificationRecordChris Wren2014-05-304-9/+45
| | | | | | | | | | | | | | | | | | | | | | | | | | | This requires the record to be present in makeRankingUpdateForListener, however, if the ranking object is created before the post to the handler, then no cloning is necessary. Depends-On: I907a1ff28123219db1c08889d723ad1b70b191ab Change-Id: I51fcf689ddbee7715e3387b865f18a715887c943
* | | Merge "QuickSettings: Maintain tile panel Y in detail mode." into ↵John Spurlock2014-05-304-61/+20
|\ \ \ | | | | | | | | | | | | lmp-preview-dev
| * | | QuickSettings: Maintain tile panel Y in detail mode.John Spurlock2014-05-304-61/+20
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | Hide the brightness slider to reduce visual clutter. Stabilize the tile panel further by preventing it from shrinking to less than the tiles height. Bug:15341870 Change-Id: I785ff9c13f8489e86e3bdc8dde45ebd39f9a1413
* | | | Reduced overexpansion when expanding the panelSelim Cinek2014-05-301-2/+7
| | | | | | | | | | | | | | | | | | | | Bug: 14486987 Change-Id: Ic1546e1661e3afe842b044abf636421d2620bddd
* | | | Merge "Implemented the appear animation for the pattern security." into ↵Selim Cinek2014-05-304-48/+193
|\ \ \ \ | | | | | | | | | | | | | | | lmp-preview-dev
| * | | | Implemented the appear animation for the pattern security.Selim Cinek2014-05-304-48/+193
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | Also refactored AppearAnimationUtils slightly to support this. Bug: 15163546 Change-Id: I411fad20c410875dcf7bc465ea545ed90aac187e
* | | | | Eagerly dismiss Keyguard when launching notifications and phoneAdrian Roos2014-05-302-16/+29
| |_|/ / |/| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | Uses the new code path when launching phone that delays the launch until the Keyguard is actually dismissed, which fixes another way for 14622312 to pop up. Also adds a flag to prevent the Keyguard from waiting for the launch animation to finish. Bug: 15280103 Bug: 14622312 Change-Id: Id24e40785c9f760648140e5572b1d39889d3666b
* | | | VolumeZen: shadow protection for volume dialog.John Spurlock2014-05-292-3/+19
| |/ / |/| | | | | | | | | | | Bug:15186962 Change-Id: I8525e62348e2cc8b68b938d2f7d986f5cbe0273f
* | | QuickSettings: visual updates.John Spurlock2014-05-2911-22/+35
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | - Update style for do not disturb subhead. - Fix strict mode warning setting zen from volume panel. - Longer delay in volume panel when expanded. - Update zen icons. - Update header peek height. - Update detail pane back icon. Bug:15186962 Change-Id: Icb8b95656f866bf9b0aa076d0b85c019a77e76c0
* | | Merge "QuickSettings: Hide the expanded header in detail mode." into ↵John Spurlock2014-05-293-9/+81
|\ \ \ | |_|/ |/| | | | | lmp-preview-dev
| * | QuickSettings: Hide the expanded header in detail mode.John Spurlock2014-05-293-9/+81
| |/ | | | | | | | | | | | | | | When a tile's detail panel is showing, hide the header panel above - giving it more real estate. Bug:15315490 Change-Id: I8aac0ec0eae5dad7393e334107b6aeac76f54545
* | Merge "Ensuring that the second card is maximally visible when you go into ↵Winson Chung2014-05-294-16/+46
|\ \ | | | | | | | | | recents." into lmp-preview-dev
| * | Ensuring that the second card is maximally visible when you go into recents.Winson Chung2014-05-274-15/+45
| | | | | | | | | Change-Id: Ia13c56941bfc47de341dd57501d156e925a3b2fc
* | | Merge "Enabling shadows again." into lmp-preview-devWinson Chung2014-05-296-4/+20
|\ \ \
| * | | Enabling shadows again.Winson Chung2014-05-296-4/+20
| | | | | | | | | | | | | | | | Change-Id: I4e4a771a7be3f696383059cb608e78dd6315a47a
* | | | Merge "Honor Settings.Global.LOCK_SCREEN_SHOW_NOTIFICATIONS." into ↵John Spurlock2014-05-292-0/+20
|\ \ \ \ | | | | | | | | | | | | | | | lmp-preview-dev
| * | | | Honor Settings.Global.LOCK_SCREEN_SHOW_NOTIFICATIONS.John Spurlock2014-05-292-0/+20
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | Hide notifications on the lockscreen if the setting = 0. Bug:15104826 Change-Id: I394f10a9958a3ee4d03198f21eb09b778e00903e (cherry picked from commit ac639f28502a7e8a6c52a6585810c8d94e0e5388)
* | | | | Merge "Fixing issue with configuration states not being reset on ↵Winson Chung2014-05-296-14/+24
|\ \ \ \ \ | |/ / / / |/| / / / | |/ / / configuration change." into lmp-preview-dev
| * | | Fixing issue with configuration states not being reset on configuration change.Winson Chung2014-05-296-14/+24
| | | | | | | | | | | | | | | | | | | | | | | | - Also updating some interpolators Change-Id: Ia29fc6f10705c7d286246162f894a25de7b4be40
* | | | Merge "Updating task view style, fixing performance on enter-recents ↵Winson Chung2014-05-2910-33/+107
|\ \ \ \ | |/ / / | | | | | | | | animation." into lmp-preview-dev
| * | | Updating task view style, fixing performance on enter-recents animation.Winson Chung2014-05-2910-33/+107
| | | | | | | | | | | | | | | | Change-Id: I42ca9296170a93a14184ae8963abbd3f0494e503
* | | | Merge "Add methods to coordinate unlock animation." into lmp-preview-devCraig Mautner2014-05-292-1/+34
|\ \ \ \ | |_|_|/ |/| | |
| * | | Add methods to coordinate unlock animation.Jorim Jaggi2014-05-272-1/+34
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | Introduce IWindowManager.keyguardGoingAway to notify that Keyguard wants to dismiss it self. This method starts the state machine in WindowAnimator which animates in the activity behind the keyguard. Animating out the keyguard is done by the StatusBar/Keyguard software when it receives the startKeyguardExitAnimation() callback. Bug: 14118756 Change-Id: Id3b8f41189410bad808b4892fbec74245e59efce
* | | | VolumeZen: Don't clear stream type if embedded.John Spurlock2014-05-291-1/+1
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | Clearing the stream type makes sense if the volume panel is in dialog mode, but not when embedded. Bug:15186070 Change-Id: Ice5f547ef987e28ef51050faef682c5dfa5f7604
* | | | QuickSettings: Basic content-resizing for detail panel.John Spurlock2014-05-295-10/+19
| |/ / |/| | | | | | | | | | | | | | | | | Also remove toggle from zen tile + fix bottom padding. Bug:15315490 Change-Id: Ib839b9280ce60d2f51e4c0c46e41a7743e7ec8f6
* | | Merge "Fixed a bug where the user was unable to pull down statusbar." into ↵Selim Cinek2014-05-293-0/+4
|\ \ \ | | | | | | | | | | | | lmp-preview-dev
| * | | Fixed a bug where the user was unable to pull down statusbar.Selim Cinek2014-05-293-0/+4
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | When going to the phone or camera from the lockscreen, touches where blocked and the statusbar could not be pulled down anymore. Bug: 15308821 Bug: 15126905 Change-Id: Ic9563346f6a466cb5ada3f4af518fabcd650e9b9
* | | | Merge "SysUI: Fix bug where ZEN notification icon was shown" into ↵Christoph Studer2014-05-281-2/+1
|\ \ \ \ | | | | | | | | | | | | | | | lmp-preview-dev
| * | | | SysUI: Fix bug where ZEN notification icon was shownChristoph Studer2014-05-281-2/+1
| | |/ / | |/| | | | | | | | | | | | | | Bug: 15303664 Change-Id: I295293e62ee878be9b4aa7b13e0c014f935072ca
* | | | Merge "QuickSettings: Bind notifications tile to the ringer stream." into ↵John Spurlock2014-05-281-1/+1
|\ \ \ \ | | | | | | | | | | | | | | | lmp-preview-dev
| * | | | QuickSettings: Bind notifications tile to the ringer stream.John Spurlock2014-05-281-1/+1
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | So it has the same logic as the dialog version. The streams are bound together. Bug:15314453 Change-Id: Icc8e5f359948b60c52616709cd34a48e108b96cd
* | | | | Merge "SysUI: Switch to NotificationListenerService" into lmp-preview-devChristoph Studer2014-05-281-1/+1
|\ \ \ \ \ | |/ / / / |/| | | |
| * | | | SysUI: Switch to NotificationListenerServiceChristoph Studer2014-05-281-1/+1
| |/ / / | | | | | | | | | | | | | | | | | | | | | | | | | | | | Switch SysUI to receive notifications via a NotificationListenerService instead, byapssing StatusBarManagerService callbacks. Bug: 15131411 Change-Id: I907a1ff28123219db1c08889d723ad1b70b191ab