summaryrefslogtreecommitdiffstats
Commit message (Collapse)AuthorAgeFilesLines
* Fix glitch when using settings pulldown then switching to notifications.Daniel Sandler2012-10-181-0/+1
| | | | | Bug: 7348917 Change-Id: I65b51bb161934300da9ca0ebf4b184886e3e81df
* Show clear all when returning from flip quick settings.Daniel Sandler2012-10-171-2/+3
| | | | | Bug: 7367906 Change-Id: I3c6d227d223f11c60a44ceee4cdf698aa2a0acc9
* Merge "For Matias." into jb-mr1-devDaniel Sandler2012-10-174-95/+170
|\
| * For Matias.Daniel Sandler2012-10-174-95/+170
| | | | | | | | | | | | | | <3, dsandler. Bug: 7348917 Change-Id: I193a94ab82a9e59068c95624c2e8d375543f71f7
* | Merge "Frequency conflict handling" into jb-mr1-devIrfan Sheriff2012-10-173-31/+194
|\ \
| * | Frequency conflict handlingIrfan Sheriff2012-10-173-31/+194
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | We now show a dialog to user and let him handle whether to choose wifi or p2p when there is a frequency conflict. If user chooses to disable wifi tempoarily, we disconnect wifi until p2p connection is established and removed. Bug: 6590401 Change-Id: I73871ddcb3732ae61997d8771b6aa90ad56270af
* | | Merge "Fix the NPE for the memwriter." into jb-mr1-devYu Shan Emily Lau2012-10-171-5/+4
|\ \ \
| * | | Fix the NPE for the memwriter.Yu Shan Emily Lau2012-10-171-5/+4
| | | | | | | | | | | | | | | | Change-Id: Id3a5c8f29b0f6be994ea95eb62f1a0eec8fe75b5
* | | | Merge "Fix bug #7363252 Popup and Dialog UI widgets should be RTL aware" ↵Fabrice Di Meglio2012-10-176-22/+6
|\ \ \ \ | | | | | | | | | | | | | | | into jb-mr1-dev
| * | | | Fix bug #7363252 Popup and Dialog UI widgets should be RTL awareFabrice Di Meglio2012-10-166-23/+7
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | - set the Configuration's layout direction in ViewRootImpl instead of PhoneWindow$DecorView - then remove unecessary API on ListPopupWindow for passing the layout direction Change-Id: Ia2c6e4aa8cb82aed9b088bc3b8004ea0a1ded1f3
* | | | | Merge "Fix bug #7363015 Padding is wrong for first item in a ↵Fabrice Di Meglio2012-10-171-1/+1
|\ \ \ \ \ | | | | | | | | | | | | | | | | | | ListPopupWindow" into jb-mr1-dev
| * | | | | Fix bug #7363015 Padding is wrong for first item in a ListPopupWindowFabrice Di Meglio2012-10-161-1/+1
| |/ / / / | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | - when adding a View to a ViewGroup reset all RTL properties of the View to be added instead of only resetting its layout direction Change-Id: Idfa3acce1700c52e20ebfd4c9c4f4ecb3c1d7520
* | | | | Merge "Fix Bluetooth QS tile." into jb-mr1-devDaniel Sandler2012-10-171-0/+6
|\ \ \ \ \
| * | | | | Fix Bluetooth QS tile.Daniel Sandler2012-10-171-0/+6
| | |_|_|/ | |/| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | Changes in the connection state were causing QuickSettings to clobber the enabled state of the adapter. Bug: 7365388 Change-Id: I9611cb492d143bc9e7246c3e210664705586a85d
* | | | | Merge "Fade out the notification/settings panels just before close." into ↵Daniel Sandler2012-10-171-0/+14
|\ \ \ \ \ | | | | | | | | | | | | | | | | | | jb-mr1-dev
| * | | | | Fade out the notification/settings panels just before close.Daniel Sandler2012-10-171-0/+14
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | Bug: 7362346 Change-Id: I437a98f4400c0a14b038c268ccf78a322d992681
* | | | | | Merge "Fixes for QS:" into jb-mr1-devDaniel Sandler2012-10-172-2/+12
|\ \ \ \ \ \ | |/ / / / /
| * | | | | Fixes for QS:Daniel Sandler2012-10-172-2/+12
| |/ / / / | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | - don't show clear all on the settings page if a notification comes in - delay makeExpandedInvisible when all panels are collapsed to ensure that the last frame of panel animation can show in its entirety Bug: 7362346 Change-Id: I5303f03ea5ee654e222aff0b62ab69f98dc16978
* | | | | Merge "Revert "This restores JB MR0 behavior where the framework throws an ↵Justin Ho2012-10-178-106/+74
|\ \ \ \ \ | | | | | | | | | | | | | | | | | | exception for improper layouts that are missing layout_width and/or layout_height."" into jb-mr1-dev
| * | | | | Revert "This restores JB MR0 behavior where the framework throws an ↵Justin Ho2012-10-178-106/+74
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | exception for improper layouts that are missing layout_width and/or layout_height." This reverts commit dcf59629beed8182759a1068ab8ee997935bef82 Change-Id: I27426a0ffe993973ffb0b05ce1ed3afe73fcd87d
* | | | | | Merge "Fix issue #7343719: GlobalActions dialog (power off / airplane mode / ↵Dianne Hackborn2012-10-171-7/+3
|\ \ \ \ \ \ | | | | | | | | | | | | | | | | | | | | | sound off)" into jb-mr1-dev
| * | | | | | Fix issue #7343719: GlobalActions dialog (power off / airplane mode / sound off)Dianne Hackborn2012-10-161-7/+3
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | does not show if you press on power button when the "low battery" dialog is showing up Always put the global actions dialog in the keyguard dialog layer (above the keyguard). I don't see any reason to have it change layers based on whether the keyguard is showing. Change-Id: I1bd3600af9f115d662d2a4783f835e234db1b7f0
* | | | | | | Merge "Fix native crash while saving a panorama." into jb-mr1-devBart Sears2012-10-172-5/+11
|\ \ \ \ \ \ \
| * | | | | | | Fix native crash while saving a panorama.Wu-cheng Li2012-10-172-5/+11
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | YuvToJpegEncoder should handle the case when the height is not multiples of 16. bug:7165606 Change-Id: I02f142b233c4f5c0cd8df5e3d1eaebbf62d28052
* | | | | | | | Merge "Correctly adjust clip regions that lie offscreen" into jb-mr1-devChet Haase2012-10-171-3/+14
|\ \ \ \ \ \ \ \ | |_|_|_|/ / / / |/| | | | | | |
| * | | | | | | Correctly adjust clip regions that lie offscreenChet Haase2012-10-161-3/+14
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | We were clamping the x/y location of the scissor to 0,0, but not adjusting the width/height appropriately. This fix adjusts width/height and also clamps them to 0 to correctly clip out offscreen operations. Issue #7221524 Top left and top right portions of the screen blanks out after some time Change-Id: I47f23336ea612409ed86652b9a68e272819ef00e
* | | | | | | | Hide settings button from tablet notification panel.Daniel Sandler2012-10-171-1/+1
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | Bug: 7363279 Change-Id: I90f4286a596527485c462773f2553ed4986f60b2
* | | | | | | | Merge "Do cleanup when Stopping users" into jb-mr1-devAmith Yamasani2012-10-164-20/+51
|\ \ \ \ \ \ \ \
| * | | | | | | | Do cleanup when Stopping usersAmith Yamasani2012-10-154-20/+51
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | Mark user 0 as initialized, otherwise it will show up as uninitialized when viewed from secondary user if never switched to user 0. Bug: 7301595 Also clean up any users that were in the process of being removed, if device crashes at a bad time. Change-Id: Ic16a6c9ccb6a64b7463725f6cc279335a821fcd5
* | | | | | | | | Merge "workaround to unbreak the build (deadlock during boot)" into jb-mr1-devRomain Guy2012-10-161-1/+1
|\ \ \ \ \ \ \ \ \
| * | | | | | | | | workaround to unbreak the build (deadlock during boot)Mathias Agopian2012-10-161-1/+1
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | bug: 7363206 Change-Id: Ie79c309e367ba07336a5299af9fd59c6bd2390e7
* | | | | | | | | | Merge "Quickening." into jb-mr1-devDaniel Sandler2012-10-1638-60/+108
|\ \ \ \ \ \ \ \ \ \
| * | | | | | | | | | Quickening.Daniel Sandler2012-10-1638-60/+108
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | + 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
* | | | | | | | | | | Merge "Import translations. DO NOT MERGE" into jb-mr1-devBaligh Uddin2012-10-1632-64/+32
|\ \ \ \ \ \ \ \ \ \ \
| * | | | | | | | | | | Import translations. DO NOT MERGEBaligh Uddin2012-10-1632-64/+32
| | |_|_|_|_|/ / / / / | |/| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | Change-Id: I7c26f20a77ec622563c5dcdad7a96c347005a789 Auto-generated-cl: translation import
* | | | | | | | | | | Merge "Import translations. DO NOT MERGE" into jb-mr1-devBaligh Uddin2012-10-1632-66/+34
|\ \ \ \ \ \ \ \ \ \ \ | |_|_|/ / / / / / / / |/| | | | | | | | | |
| * | | | | | | | | | Import translations. DO NOT MERGEBaligh Uddin2012-10-1632-66/+34
| |/ / / / / / / / / | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | Change-Id: Id817c53af8178179b7b2a434d45f0f87457b042c Auto-generated-cl: translation import
* | | | | | | | | | Merge "Long press not working if explore by touch and magnification are on." ↵Svetoslav Ganov2012-10-161-2/+27
|\ \ \ \ \ \ \ \ \ \ | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | into jb-mr1-dev
| * | | | | | | | | | Long press not working if explore by touch and magnification are on.Svetoslav Ganov2012-10-161-2/+27
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | 1. In the magnifier we are caching the touch events until we figure out whether the user is triple tapping to enable magnification. If the user is not trying to engage magnification we deliver the stashed events. However, these events are stale and the subsequent transformations such as the touch explorer get confused when trying to detect a tap since the delay is longer than the tap slop. This change compensates for the time the events were cached before sending them to the next transformation in the chain. bug:7362365 Change-Id: Idd8539ffed7ba4892c5a916bd34910fd2ef50f75
* | | | | | | | | | | Merge "This restores JB MR0 behavior where the framework throws an exception ↵Jim Miller2012-10-168-74/+106
|\ \ \ \ \ \ \ \ \ \ \ | | |_|_|_|_|_|/ / / / | |/| | | | | | | | | | | | | | | | | | | | for improper layouts that are missing layout_width and/or layout_height." into jb-mr1-dev
| * | | | | | | | | | This restores JB MR0 behavior where the framework throws an exception for ↵Jim Miller2012-10-168-74/+106
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | improper layouts that are missing layout_width and/or layout_height. Revert "Revert "Revert "Fix for bug 6050753.""" This reverts commit 6868d6f349610c15256471cc3d5fa708cbfd5f1d Change-Id: I8843d92dba14c82f06d9ee59517cf11b2abbbf04
* | | | | | | | | | | Merge "Add API to enable mipmaps on Bitmap Bug #7353771" into jb-mr1-devRomain Guy2012-10-1610-5/+173
|\ \ \ \ \ \ \ \ \ \ \
| * | | | | | | | | | | Add API to enable mipmaps on BitmapRomain Guy2012-10-1610-5/+173
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | Bug #7353771 This API can be used when scaling large images down to a small size to get nicer looking results. Change-Id: If09087eed36077eee5355f6047a3ca67747d7d9e
* | | | | | | | | | | | Merge "Use parent window to evaluate show-to-all-users." into jb-mr1-devCraig Mautner2012-10-161-7/+15
|\ \ \ \ \ \ \ \ \ \ \ \
| * | | | | | | | | | | | Use parent window to evaluate show-to-all-users.Craig Mautner2012-10-161-7/+15
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | When a window is attached to another window use the parent window's attributes to determine whether the child window should be shown to all users. Bug: 7328633 fixed. Change-Id: I9601c149af87f624378e6895063bb3179d4f845e
* | | | | | | | | | | | | Merge "Stopping Face Unlock immediately on detaching from window fixes ↵Steven Ross2012-10-161-1/+1
|\ \ \ \ \ \ \ \ \ \ \ \ \ | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | 7338808" into jb-mr1-dev
| * | | | | | | | | | | | | Stopping Face Unlock immediately on detaching from window fixes 7338808Steven Ross2012-10-161-1/+1
| | |_|_|_|_|_|_|_|/ / / / | |/| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | The refactoring broke my fix for 7222226. We need to stop Face Unlock without any messaging delay when the window is detached to avoid it starting with an invalid window, or stopping right after it restarts. Change-Id: Iea23989ec2ab3ad7d1a57e2d1fb85163a6396024
* | | | | | | | | | | | | Merge "Fix ApplicationInfo copy ctor" into jb-mr1-devChristopher Tate2012-10-161-0/+1
|\ \ \ \ \ \ \ \ \ \ \ \ \ | |_|_|_|_|/ / / / / / / / |/| | | | | | | | | | | |
| * | | | | | | | | | | | Fix ApplicationInfo copy ctorChristopher Tate2012-10-161-0/+1
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | Need to copy ALL the fields! Bug 7360899 Change-Id: Ie6ed2d6f41c2efaf793ebf111adc8fa5e8b57d7c
* | | | | | | | | | | | | Merge "Fix missing layout parameters in keyguard." into jb-mr1-devJim Miller2012-10-168-3/+12
|\ \ \ \ \ \ \ \ \ \ \ \ \