summaryrefslogtreecommitdiffstats
path: root/packages/SystemUI/src/com
Commit message (Collapse)AuthorAgeFilesLines
* Merge "QuickSettings: Use connectivity manager for airplane mode." into ↵John Spurlock2014-05-231-4/+4
|\ | | | | | | lmp-preview-dev
| * QuickSettings: Use connectivity manager for airplane mode.John Spurlock2014-05-231-4/+4
| | | | | | | | | | Bug:15187219 Change-Id: I8455d062a9d974a464abff3c656ca18d6da3fe9d
* | Merge changes I884b6830,Iee71e4eb into lmp-preview-devSelim Cinek2014-05-231-2/+1
|\ \ | | | | | | | | | | | | | | | * changes: The layertype was incorrectly restored with overlapping alpha animations. Decreased shadows between notifications slightly.
| * | The layertype was incorrectly restored with overlapping alpha animations.Selim Cinek2014-05-231-2/+1
| | | | | | | | | | | | | | | | | | | | | | | | This could lead to weird clipping bugs on the lockscreen. We now simply set its type to back to NONE after the animation. Bug: 15186220 Change-Id: I884b6830d748309105ed62471cb8b6dee71d51fe
* | | QS: Reset user activity timeout on the lockscreen.John Spurlock2014-05-232-3/+12
| |/ |/| | | | | | | | | | | | | If the quick settings panel changes, call userActivity to delay the screen timeout. Bug:15166195 Change-Id: Ie32fb39c5a975d9cf0d80d7fdf711177028a6b5c
* | Merge "Improved the animation logic of the stack scroller." into lmp-preview-devSelim Cinek2014-05-2313-111/+634
|\ \ | |/
| * Improved the animation logic of the stack scroller.Selim Cinek2014-05-2313-111/+634
| | | | | | | | | | | | | | | | | | | | | | Newly introduced appear and disappear animations when in the shade. Also introduced individual child delays such that notifications appear in a slightly more appealing quantum way. Also fixed a racecondition, such that added notifications already have their final visibility state when they are added to the scroller. Bug: 14081264 Change-Id: I18f5c57c2206f8e05996253981f540e97521e102
* | Merge "SysUI: Implement NotificationListenerService in StatusBar" into ↵Christoph Studer2014-05-234-11/+103
|\ \ | | | | | | | | | lmp-preview-dev
| * | SysUI: Implement NotificationListenerService in StatusBarChristoph Studer2014-05-224-11/+103
| | | | | | | | | | | | | | | | | | This is currently disabled by constant that is off. Bug: 15131411 Change-Id: I0da6e5b3b81c87004f0794d3056c4cf0ecbb1d61
* | | Merge "SysUI: Use SBN keys instead of IBinder keys DO NOT MERGE" into ↵Christoph Studer2014-05-236-101/+82
|\ \ \ | |/ / | | / | |/ |/| lmp-preview-dev
| * SysUI: Use SBN keys instead of IBinder keys DO NOT MERGEChristoph Studer2014-05-226-101/+82
| | | | | | | | | | | | | | | | | | | | In preparation of migrating to NotificationListenerService, remove dependence on IBinder keys for notifications and switch to SBN.getKey() instead. Bug: 15131411 Change-Id: Ic272e4a05fde6481c734144c5b34c49b2f021649 (cherry picked from commit 7c96ae873d9a54ebaeb5b7ef21b48224dc42d094)
* | DO NOT MERGE Move clock and top padding while dismissing Keyguard.Jorim Jaggi2014-05-223-46/+222
|/ | | | | | | Such translation. Much alpha. Very parallax. Wow. Bug: 15163546 Change-Id: Id419acced94083cf6cd7abebbcf1d5a08439b0a7 (cherry picked from commit c42bdc3ba9493efe68b9ed39fbd55c84ba175185)
* Merge "Fix weird state with QS expansion."Jorim Jaggi2014-05-221-0/+3
|\
| * Fix weird state with QS expansion.Jorim Jaggi2014-05-221-0/+3
| | | | | | | | | | Bug: 15147023 Change-Id: Ief32ee756e22b330e0fb63b0dab64aa83ffb9124
* | Introducing Notification.MediaStyle.Dan Sandler2014-05-222-1/+17
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | Allows you to create a nice music player with all the trimmings, including: * up to 5 actions in the bigContentView, styled as transport control buttons * up to 2 of those actions in the 1U (!) * a nice custom progress bar * a tinted background (taken from your Notification.color) * a special place to put your MediaSessionToken Bug: 15147533 Change-Id: Ic20a2b369eb6c5fe4853987a44ffd9bace720c7f
* | Fix header clipping bug on rotate to landscape.John Spurlock2014-05-211-0/+10
| | | | | | | | | | | | | | | | | | | | | | Since the header view's manual clipping is a function of its width, we need to update it whenever the width changes. onConfigurationChanged is too early, so wait until the width actually changes before updating the clip. Change-Id: I017448f7e1c2d4bbcf7c93a6a47ad3073c43f5d5
* | Merge "Improve logic when flinging up."Jorim Jaggi2014-05-211-5/+26
|\ \ | |/
| * Improve logic when flinging up.Jorim Jaggi2014-05-221-5/+26
| | | | | | | | | | | | | | Makes sure that we don't accelerate even more if the movement is already fast enough. Around 3000dp/s, we switch to a linear curve. Change-Id: I9a1cdb1a0a65ed7a8ddf00683c08e83c13bf20f7
* | Merge "Change fling behavior of PanelView."Jorim Jaggi2014-05-214-289/+159
|\ \ | |/
| * Change fling behavior of PanelView.Jorim Jaggi2014-05-224-289/+159
| | | | | | | | Change-Id: Ie700be6b1ef48350601ce6bc7fe60579fddae098
* | Merge "Make velocity tracker used in panel dependent on config."Jorim Jaggi2014-05-215-119/+287
|\ \ | |/
| * Make velocity tracker used in panel dependent on config.Jorim Jaggi2014-05-225-119/+287
| | | | | | | | | | | | | | | | | | The velocity tracker used in PanelView can now be configured with a boolean value. The default is to use tha platform-standard velocity tracker, but can be overriden to use our own velocity tracker for noisy touch screens instead. Change-Id: I375f4e2675ddbaa003acd6f085065bb3fe59ebf4
* | Merge "Small perf tweaks."Winson Chung2014-05-214-9/+35
|\ \
| * | Small perf tweaks.Winson Chung2014-05-214-9/+35
| | |
* | | Merge "Zen mode condition selection updates."John Spurlock2014-05-211-1/+1
|\ \ \ | |_|/ |/| |
| * | Zen mode condition selection updates.John Spurlock2014-05-211-1/+1
| | | | | | | | | | | | Change-Id: Ic169066db9783581c5aad2bdf14efd4abe8bb6c1
* | | Merge "Display intercepted notifications if configured."John Spurlock2014-05-211-0/+7
|\ \ \
| * | | Display intercepted notifications if configured.John Spurlock2014-05-211-0/+7
| |/ / | | | | | | | | | | | | | | | | | | Don't suppress notifications if the user has configured them to display, even in zen mode. Change-Id: Ief549164cafd0922726feaeaf2029b8840dcf735
* | | Merge "QuickSettings: fix text alignment."John Spurlock2014-05-216-32/+83
|\ \ \
| * | | QuickSettings: fix text alignment.John Spurlock2014-05-216-32/+83
| |/ / | | | | | | | | | | | | | | | | | | | | | | | | | | | - Abandon dynamic sizing, give each tile a fixed height. - Align the baselines of the first line of each tile in a row. - Clean up dimension resources. - Center the touch feedback on the icon center, and dial it down. Bug:15120277 Change-Id: If43986f80ef6d01722b60b6feedb278eed27e936
* | | Merge "Enabling clipping on task views."Winson Chung2014-05-213-9/+60
|\ \ \ | | |/ | |/|
| * | Enabling clipping on task views.Winson Chung2014-05-213-9/+60
| | | | | | | | | | | | Change-Id: I2a4b8fe06ae379364081534bd5b02f52b27e4ff2
* | | Merge "Add trust indicator to keyguard"Adrian Roos2014-05-211-0/+50
|\ \ \ | |_|/ |/| |
| * | Add trust indicator to keyguardAdrian Roos2014-05-211-0/+50
| |/ | | | | | | | | | | | | | | Changes the unlock icon to an open lock when the keyguard will not ask for credentials. Bug: 14295559 Change-Id: If34a5ec9e23b2d22813860faee125e6b2d700643
* | VolumeZen: SystemUI now hosts the volume dialog.John Spurlock2014-05-213-0/+1196
|/ | | | | | | | | - Allow SystemUI to set the volume controller interface using a new binder call to audio service. - Remove VolumePanel's dependency on AudioService. - Host the base VolumePanel in the SystemUI process. Change-Id: I095d5a1a579d42b68d0f81abb4087bd0c754b876
* Merge "Wrapping console logs."Winson Chung2014-05-2011-202/+370
|\
| * Wrapping console logs.Winson Chung2014-05-2011-201/+369
| |
* | Merge "Removing the info pane."Winson Chung2014-05-206-390/+7
|\ \
| * | Removing the info pane.Winson Chung2014-05-206-390/+7
| |/ | | | | | | Change-Id: I5486291144cbcb1b31a7e5b8a234e5ef7cf85325
* | Merge "Fix invisible notification backgrounds."Jorim Jaggi2014-05-203-21/+14
|\ \
| * | Fix invisible notification backgrounds.Jorim Jaggi2014-05-203-21/+14
| |/ | | | | | | | | Bug: 15094262 Change-Id: I37eeb03a6ebb595da6793cfc95aa159662ab3990
* | Should not be closing system dialogs when Recents is hidden. (Bug 15109551)Winson Chung2014-05-201-1/+0
|/ | | | Change-Id: Ia73753074ce620ede136cd4b156d6bfeadb900cf
* Merge "Fixed measuring and layouting of the more card and expandableviews."Selim Cinek2014-05-203-42/+51
|\
| * Fixed measuring and layouting of the more card and expandableviews.Selim Cinek2014-05-203-42/+51
| | | | | | | | Change-Id: I2848b39c6498ce9ad197ed7bad8423c74b372419
* | Merge "Fixed a big with the vetobutton, circumventing double tapping."Selim Cinek2014-05-202-1/+11
|\ \ | |/
| * Fixed a big with the vetobutton, circumventing double tapping.Selim Cinek2014-05-202-1/+11
| | | | | | | | Change-Id: Ie31d06fe4e2454cf6a3223bef75eca2c76f47b59
* | Merge "Fixed several bugs introduced by the new background views."Selim Cinek2014-05-204-13/+44
|\ \ | |/
| * Fixed several bugs introduced by the new background views.Selim Cinek2014-05-204-13/+44
| | | | | | | | | | | | | | Also notifications are now limited to 4U again. Bug: 14880580 Change-Id: I05d19981ad1bb06687bf6c994608e21ac925a759
* | Merge "Rehide status bar signal problem colors on user builds."John Spurlock2014-05-191-1/+2
|\ \
| * | Rehide status bar signal problem colors on user builds.John Spurlock2014-05-191-1/+2
| | | | | | | | | | | | | | | Bug:15089446 Change-Id: I322156a49e3117c38de2d2c5ba3223cea03abfff