summaryrefslogtreecommitdiffstats
path: root/packages
Commit message (Collapse)AuthorAgeFilesLines
...
* | | | Merge "Tweak recents launch app animation" into jb-devMichael Jurka2012-06-141-1/+1
|\ \ \ \
| * | | | Tweak recents launch app animationMichael Jurka2012-06-141-1/+1
| |/ / / | | | | | | | | | | | | | | | | | | | | - Sometimes the black background would flash; changing animation durations to make this much less likely - Fixing issue in Recents where we sometimes forgot to disable drawing caches on views after enabling them
* | | | Merge "Don't create a giant layer for all notifications Bug #6642475" into ↵Romain Guy2012-06-141-2/+49
|\ \ \ \ | |_|_|/ |/| | | | | | | jb-dev
| * | | Don't create a giant layer for all notificationsRomain Guy2012-06-141-2/+49
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | Bug #6642475 When expanding the status bar, create one layer per notification instead of a single giant layer for the pile of notifications. This prevents layer creation failure when the total height of the notifications is larger than the maximum allowed texture size in OpenGL ES 2.0. This change only enables layers on notifications that will be visible once the notification area is fully expanded. Change-Id: I3c791a66cf5ac0973f3a65cfcd84b95209d580f3
* | | | Merge "Change snap behavior for lock screen" into jb-devMichael Jurka2012-06-145-9/+2
|\ \ \ \
| * | | | Change snap behavior for lock screenMichael Jurka2012-06-145-9/+2
| | |/ / | |/| | | | | | | | | | | | | | | | | | Use angle and distance from center, rather than distance from target. Change-Id: Ic970bc4b05d341dbb6aab334e3f630794f2a211c
* | | | Merge "Add new ASSIST key and map it to the global assist intent." into jb-devJeff Brown2012-06-141-32/+6
|\ \ \ \ | |_|/ / |/| | |
| * | | Add new ASSIST key and map it to the global assist intent.Jeff Brown2012-06-141-32/+6
| |/ / | | | | | | | | | | | | | | | | | | | | | | | | Moved some duplicate code from SearchPanelView and LockScreen over to SearchManager to avoid creating yet another copy of it in PhoneWindowManager. Bug: 6594275 Change-Id: Ib4ebcd6817639d17548952ab2ce7cb876c05777c
* | | Merge "NavBar: Slippery on the unsecured lock screen." into jb-devJohn Spurlock2012-06-142-18/+29
|\ \ \
| * | | NavBar: Slippery on the unsecured lock screen.John Spurlock2012-06-142-18/+29
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | The NavBar is always non-slippery, except when: - the notification shade is showing - the 3 buttons (back,home,recents) are disabled Also fix unrelated bug that ignored the "show panel delay" before the first config change. Bug: 6614842 Change-Id: Ib40adaef122b563809398fdebbd8a88d8f0c7ffd
* | | | Merge "Remove an unnecessary animation." into jb-devDaniel Sandler2012-06-141-1/+4
|\ \ \ \ | |/ / / |/| | |
| * | | Remove an unnecessary animation.Daniel Sandler2012-06-131-1/+4
| | |/ | |/| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | When the notification panel is full-width (small devices like phones) we can just leave the icons showing all the time, which saves a little CPU during the performance-critical shade expand operation. On sw600dp devices we continue to use DISABLE_SYSTEM_INFO to smoothly hide the status bar when the notification panel appears (and show it when the panel is dismissed). Bug: 6555172 Change-Id: I59a1226549dd1e51c375c3972b47079c1ee856b0
* | | Merge "enable touch feedback on notification title." into jb-devChris Wren2012-06-142-1/+21
|\ \ \
| * | | enable touch feedback on notification title.Chris Wren2012-06-132-1/+21
| | |/ | |/| | | | | | | | | | Bug: 6646294 Change-Id: I8ef6fa104dabe280a45258181aa2ed597e433fca
* | | Merge "Invert the sense of the two-figner direction on tablets." into jb-devChris Wren2012-06-143-2/+27
|\ \ \ | |/ / |/| |
| * | Invert the sense of the two-figner direction on tablets.Chris Wren2012-06-123-2/+27
| | | | | | | | | | | | | | | Bug: 6506376 Change-Id: Ife336c6695608f14554e18e32ea35f118d7f12e2
* | | remove obsolete notificaiton pane visibility code.Chris Wren2012-06-131-54/+0
| | | | | | | | | | | | | | | Bug: 6647263 Change-Id: I634f17c608effe215b9ec4241355fd7cc8860d8e
* | | Fix 6613962: Update keyguard to use new GlowPadView UX design.Jim Miller2012-06-1211-33/+55
| | | | | | | | | | | | Change-Id: I4f1ef3107e5550f7df9dcb412943a84b66432b7d
* | | Merge "StatusBar: Respond properly to global expand message" into jb-devJohn Spurlock2012-06-121-8/+19
|\ \ \
| * | | StatusBar: Respond properly to global expand messageJohn Spurlock2012-06-121-8/+19
| |/ / | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | Fix timing issue in PhoneStatusBar#animateExpand(). Also, notification panel drag handle (when expanded) reflects movement immediately. To test animateExpand(): $ adb shell service call statusbar 1 Bug: 6629916 Change-Id: I22bb09fc4c9d97c93ba8d7aed8921b60f5ebd610
* | | Merge "Put PLMN and SPN on one line in the notification panel." into jb-devDaniel Sandler2012-06-122-22/+21
|\ \ \
| * | | Put PLMN and SPN on one line in the notification panel.Daniel Sandler2012-06-112-22/+21
| | |/ | |/| | | | | | | | | | | | | | | | | | | We now match the keyguard's presentation: either plmn, or spn, or "plmn|spn" (concatenated with a pipe). Bug: 6639047 Change-Id: Ia6ae9085fbf2fe9fa4465a6f7825cb997db5e6c5
* | | Merge "Suppress header flash when collapsing notifications panel." into jb-devDaniel Sandler2012-06-123-9/+37
|\ \ \ | |_|/ |/| |
| * | Suppress header flash when collapsing notifications panel.Daniel Sandler2012-06-113-9/+37
| |/ | | | | | | | | | | | | | | | | | | LayoutTransition is poking through and it shouldn't be. This change also fixes a few related animation glitches around the carrier label and fling velocity. Bug: 6628429 Change-Id: I6655c9f9a8c95c7abd9c6d7099957cb229b86d5a
* | Merge "Tweak recents out animation a bit more" into jb-devMichael Jurka2012-06-117-36/+106
|\ \
| * | Tweak recents out animation a bit moreMichael Jurka2012-06-117-36/+106
| |/ | | | | | | | | | | | | | | | | Bug: 6490204 -Fading to black in the recents layer -Tweaking duration and interpolators -Removing some unnecessary debug exceptions (Bug: 6642072) Change-Id: Iba18fade7f874078111fc1d79a81830ee07617d4
* | Merge "Enable HW accelerated window shade for all devices" into jb-devMathias Agopian2012-06-111-3/+1
|\ \
| * | Enable HW accelerated window shade for all devicesRomain Guy2012-06-051-3/+1
| | | | | | | | | | | | Change-Id: I78ca9a192ae97e3160d3cf17a61856f60c64807c
* | | Merge "VPN: move VpnDialogs away from system uid." into jb-devChia-chi Yeh2012-06-111-2/+1
|\ \ \ | |_|/ |/| |
| * | VPN: move VpnDialogs away from system uid.Chia-chi Yeh2012-06-081-2/+1
| | | | | | | | | | | | | | | Bug: 6632536 Change-Id: Iece647c077caf5298ccfe7d7aba5f0911a4ed0d1
* | | Merge "apply Jellybean styling to tablet system bar and panel" into jb-devChris Wren2012-06-0810-279/+166
|\ \ \
| * | | apply Jellybean styling to tablet system bar and panelChris Wren2012-06-0810-279/+166
| | | | | | | | | | | | | | | | | | | | Bug: 6546070 Change-Id: I933883857747931388026e0beefcf092a00d531a
* | | | Merge "Added a tvdpi specific background 9 patch" into jb-devGilles Debunne2012-06-083-0/+0
|\ \ \ \ | |/ / / |/| | |
| * | | Added a tvdpi specific background 9 patchGilles Debunne2012-06-063-0/+0
| | | | | | | | | | | | | | | | | | | | | | | | Bug 6612759 Change-Id: If006b254b100ab9fcf8f31b500945c787b4c7b36
* | | | Merge "Back from the dead: Carrier name, background dimming." into jb-devChris Wren2012-06-077-10/+152
|\ \ \ \
| * | | | Back from the dead: Carrier name, background dimming.Daniel Sandler2012-06-077-10/+152
| | |/ / | |/| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | Unlike previous versions of Android, we now show the current wifi SSID in the carrier label if connected to wifi. Bug: 6612419 Bug: 6620626 Change-Id: Ifb5ba8efe6dd387e960efc6a9b1da69a08e97d96
* | | | Fix notification icon fading.Daniel Sandler2012-06-071-11/+25
|/ / / | | | | | | | | | | | | Bug: 6581738 Change-Id: I547cae03533d9a9e6cf1d15e4b47845f61eee072
* | | Merge "Fix bug 6499508" into jb-devMichael Jurka2012-06-062-46/+17
|\ \ \
| * | | Fix bug 6499508Michael Jurka2012-06-062-49/+17
| | | | | | | | | | | | Using a HashSet for the recycled views, instead of an ArrayList, to ensure items are not double-added
* | | | New background for notification panel header.Daniel Sandler2012-06-065-2/+0
| | | | | | | | | | | | | | | | | | | | Bug: 6593364 Change-Id: Ifc0a9c17cbb413316d9a06d9b29cf4ca843c2103
* | | | Merge "Implement new rotation policy." into jb-devJeff Brown2012-06-056-130/+73
|\ \ \ \ | |_|_|/ |/| | |
| * | | Implement new rotation policy.Jeff Brown2012-06-056-130/+73
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | Rotation lock does not override NOSENSOR mode anymore. Centralize the rotation policy settings into a new class shared by the System UI and Settings applications. Add a new setting to specify whether rotation-lock is being hidden because the "auto-rotate screen" option has been toggled in the Accessibility settings panel. Bug: 6523269 Change-Id: I15173280d25bc5d101e89a9c65913aefc53fc33a
* | | | Merge "StatusBar: Improve framerate on reveal animation." into jb-devJohn Spurlock2012-06-054-31/+73
|\ \ \ \
| * | | | StatusBar: Improve framerate on reveal animation.John Spurlock2012-06-054-31/+73
| |/ / / | | | | | | | | | | | | | | | | | | | | | | | | | | | | Ensure reveal animation runs after notification panel is completely drawn. Align minimum close handle position to proper height with new super status bar. Bug: 6555172 Change-Id: I7ae978caa1f28932ee56f65484b18330a4406b80
* | | | Adding more logging for bug: 6499508Michael Jurka2012-06-041-4/+6
| |/ / |/| | | | | | | | Change-Id: Iffc099e7de8b1d24bb33f1df6e17df7a099bfcb2
* | | Merge "Change Recents background to solid color on sw600dp devices" into jb-devMichael Jurka2012-06-042-4/+22
|\ \ \ | |/ / |/| |
| * | Change Recents background to solid color on sw600dp devicesMichael Jurka2012-06-042-4/+22
| | | | | | | | | Bug: 6572502
* | | Merge "Work on issue #6579997: Mariner entrance animation" into jb-devDianne Hackborn2012-06-042-16/+21
|\ \ \ | |/ / |/| |
| * | Work on issue #6579997: Mariner entrance animationDianne Hackborn2012-06-012-16/+21
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | Add a new variation of ActivityOptions that allows you to supply custom animation resources and get a callback when the animation starts. Use this in SearchPanelView to determine when to start hiding the search panel instead of having a fixed delay. Fix some issues in the activity manager where we would cancel the options in cases where we should actually keep them to give to the window manager for a transition. (Basically when the activity being started is not actually ending up launched, but just results in a shift in the activity stack.) Note that this is not quite what the design calls for -- the entire search UI is waiting and then disappearing when the animation starts, instead of the ring first disappearing while waiting for the time to fade out the circle. Change-Id: Iee9a404ba530908d73cdbd4a9d0d2907ac03428f
* | | Merge "Hide notifications until the device is provisioned." into jb-devDaniel Sandler2012-06-032-5/+46
|\ \ \