summaryrefslogtreecommitdiffstats
Commit message (Collapse)AuthorAgeFilesLines
* 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
|\ \
| * | Fix missing layout parameters in keyguard.Jim Miller2012-10-168-3/+12
| | | | | | | | | | | | | | | | | | | | | This addresses crashes caused by an upcoming change to crash when missing layout_width and layout_height attributes are missing. Change-Id: I71044b4623d04cab41f4aee6a7a5c01b67b0d2a5
* | | Merge "Handle unknown case in LocationManager.getProvider" into jb-mr1-devLaurent Tu2012-10-161-0/+4
|\ \ \
| * | | Handle unknown case in LocationManager.getProviderLaurent Tu2012-10-161-0/+4
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | If a provider is unknown, return null in LocationManagerService.getProviderProperties() instead of throwing a security exception, so that LocationManager.getProvider() returns null in this case, as specified by the javadoc. Bug: 7359960 Change-Id: I1b8b74745f66717a3439a1d353a46a23272cc313
* | | | Merge "Blank all displays including Wifi Display when screen is off." into ↵Jeff Brown2012-10-162-3/+15
|\ \ \ \ | | | | | | | | | | | | | | | jb-mr1-dev
| * | | | Blank all displays including Wifi Display when screen is off.Jeff Brown2012-10-162-3/+15
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | Calling blank() on Surface Flinger to turn the screen off is not enough to ensure that the content is blanked to all virtual displays. What's more, the black surface left in place by the ElectronBeam may not completely hide the content (particularly if the display orientation changes). To fix this for real, we'll want to move the display power management code from the power manager into the display manager but we don't have time for that. As a work around, force all displays to show an empty layer stack with no surfaces on it while blanked. Bug: 7311959 Change-Id: I870c985f9e76f3f2322e5d83cdbbed9ed15b9f10
* | | | | Fix NPE in quick settings tiles.Daniel Sandler2012-10-161-2/+1
| | | | | | | | | | | | | | | | | | | | | | | | | Bug: 7360759 Change-Id: I5b000e063baa1b7e2dddaa25be5b9bcdafa1a974
* | | | | Merge "Fix NPE" into jb-mr1-devIrfan Sheriff2012-10-161-1/+3
|\ \ \ \ \
| * | | | | Fix NPEIrfan Sheriff2012-10-161-1/+3
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | Bug: 7357742 Change-Id: I4d12d137b9d5ebf5c6739cbd4405de3f90a3d846
* | | | | | Merge "Fix for bug 7358703 Gmail ANR when trying to compose a message" into ↵Raph Levien2012-10-161-1/+1
|\ \ \ \ \ \ | | | | | | | | | | | | | | | | | | | | | jb-mr1-dev
| * | | | | | Fix for bug 7358703 Gmail ANR when trying to compose a messageRaph Levien2012-10-161-1/+1
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | When deferring scroll to a point, it's possible the text changed between the time the scroll was requested to the time layout happens. In this case, it attempts to scroll to a point past the end of the text buffer, which created an infinite loop. This patch clamps the scroll offset to the length of the text, so it just scrolls to the end in that case, rather than crashing. Change-Id: I53740d119d588560f5a4d9fb80e38f7057faab89
* | | | | | | Merge "Occasionally triple tap on the keyboard toggles screen ↵Svetoslav Ganov2012-10-163-22/+61
|\ \ \ \ \ \ \ | | | | | | | | | | | | | | | | | | | | | | | | magnification." into jb-mr1-dev
| * | | | | | | Occasionally triple tap on the keyboard toggles screen magnification.Svetoslav Ganov2012-10-163-22/+61
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | 1. Sometimes unlocking the device when the IME is up and triple tapping on the keyboard toggles screen magnification. The core reason is that when the kayguard window is shown we hide all other windows and when it is hidden we show these windows. We did not notify the screen magnifier for windows being shown and hidden. Also when the windows are shown we may reassign layers to put the IME or the wallpaper in the right Z order. The screen magnifier is now notified upon such layer reassignment since window layers are used when computing the magnified region. bug:7351531 Change-Id: I0931f4ba6cfa565d8eb1e3c432268ba1818feea6
* | | | | | | | Merge "Avoid redundant wallpaper loading/drawing" into jb-mr1-devChet Haase2012-10-161-50/+53
|\ \ \ \ \ \ \ \
| * | | | | | | | Avoid redundant wallpaper loading/drawingChet Haase2012-10-161-50/+53
| | |_|_|_|_|_|/ | |/| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | Switching users causes wallpapers to get recreated 3 times. Other operations like startup and rotation cause similar redundant load/draw operations. This change tracks the various attributes that tell us when we really need to reload and redraw, causing only one of these expensive operation per one of these switches. Issue #7334664 Wallpaper draws several times when switching users Change-Id: Ic3072ef3a7eaf622d8632e87e34f50999f716c39
* | | | | | | | Merge "Always use the correct pixel store size Bug #7357394" into jb-mr1-devRomain Guy2012-10-161-6/+4
|\ \ \ \ \ \ \ \ | |_|_|/ / / / / |/| | | | | | |
| * | | | | | | Always use the correct pixel store sizeRomain Guy2012-10-161-6/+4
| | |_|_|_|/ / | |/| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | Bug #7357394 When a bitmap is reused it may change configuration which can lead to a different pixel store alignment. Our current texture cache implementation assumes this never happens and keeps the old alignment which can lead to distorted texture (if the bitmap goes from ARGB8888 to RGB565 for instance.) Change-Id: Ic57acf2403411ae4d0924e92f221298350612617
* | | | | | | Merge "Support clipping in Canvas.drawBitmapMesh() Bug #7354162" into jb-mr1-devRomain Guy2012-10-162-24/+32
|\ \ \ \ \ \ \
| * | | | | | | Support clipping in Canvas.drawBitmapMesh()Romain Guy2012-10-162-24/+32
| |/ / / / / / | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | Bug #7354162 Change-Id: Ifd1d0b365e8a4d88e0ff0629c9ee13f27e1a7331
* | | | | | | Merge "Perform all layouts within first loop." into jb-mr1-devCraig Mautner2012-10-161-1/+9
|\ \ \ \ \ \ \
| * | | | | | | Perform all layouts within first loop.Craig Mautner2012-10-161-1/+9
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | Do not begin animation while layout requests are still outstanding. Bug: 7333622 fixed. Change-Id: I77c2cdc123c1e26f9661feade0d9a1843c75d5f6
* | | | | | | | Merge "Revert app freeze timeout delay." into jb-mr1-devCraig Mautner2012-10-161-1/+1
|\ \ \ \ \ \ \ \
| * | | | | | | | Revert app freeze timeout delay.Craig Mautner2012-10-161-1/+1
| |/ / / / / / / | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | Speed up of wallpaper loading on Manta means this workaround is no longer necessary. Bug 7354440 fixed. Change-Id: Ic0ad3c689abb5342fb29c824857db9d5c2d45008
* | | | | | | | Merge "Lock SyncQueue when user starting, copy RSC list." into jb-mr1-devJeff Sharkey2012-10-164-25/+38
|\ \ \ \ \ \ \ \
| * | | | | | | | Lock SyncQueue when user starting, copy RSC list.Jeff Sharkey2012-10-164-25/+38
| | |/ / / / / / | |/| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | Document SyncQueue locking policy and protect in onUserStarting() and clearAllBackoffs(). Return copy of ServiceInfo list from RegisteredServicesCache instead of exposing locking externally. Bug: 7357776, 7352537 Change-Id: I6a32ca98a355b639d4207a88bde572179beae359
* | | | | | | | Merge "Convert one more bind() -> setVar()." into jb-mr1-devJason Sams2012-10-161-1/+1
|\ \ \ \ \ \ \ \
| * | | | | | | | Convert one more bind() -> setVar().Stephen Hines2012-10-161-1/+1
| | |_|/ / / / / | |/| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | Bug: 7318821 Change-Id: I215c70a99c81e560a73412b2263fed39a0fdae03
* | | | | | | | Merge "Fix bug #7345139: The First Volume Down Click looses its place on the ↵Fabrice Di Meglio2012-10-161-0/+20
|\ \ \ \ \ \ \ \ | |/ / / / / / / |/| | | | | | | | | | | | | | | volume slider" into jb-mr1-dev
| * | | | | | | Fix bug #7345139: The First Volume Down Click looses its place on the volume ↵Fabrice Di Meglio2012-10-161-0/+20
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | slider - make SeekBar follow layout direction changes - also fix onSizeChanged() missing call to super class Change-Id: Ide036e673c5f104b12e7321648ac027547e04065
* | | | | | | | Merge "Add serial port profile support and allow to connect to rfcomm ↵Matthew Xie2012-10-161-1/+4
|\ \ \ \ \ \ \ \ | | | | | | | | | | | | | | | | | | | | | | | | | | | channel without sdp discovery" into jb-mr1-dev
| * | | | | | | | Add serial port profile support and allow to connect to rfcomm channel ↵zzy2012-10-151-1/+4
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | without sdp discovery bug 7272974 Change-Id: Idc10edc056b48da2fd96bea84eba3fb73b97bab1
* | | | | | | | | Merge "Accessibility focus drawing does not take into account view's ↵Svetoslav Ganov2012-10-162-14/+8
|\ \ \ \ \ \ \ \ \ | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | transformation matrix." into jb-mr1-dev
| * | | | | | | | | Accessibility focus drawing does not take into account view's transformation ↵Svetoslav Ganov2012-10-152-14/+8
| | |_|_|_|/ / / / | |/| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | matrix. 1. We are using the view drawing bounds but did not take into account the transformation matrix. This leads to showing ugly artifacts on the launcher's hotseat which is pretty much the first thing we see. 2. Updated the documentation of View.getDrawingRect to be more explicit that the results does not have the transformation matrix applied. bug:7354033 Change-Id: Ief2e0ea8da05471d71e215ce4497d94ff6e92d1a
* | | | | | | | | Merge "Fix bugs in scriptGroup." into jb-mr1-devJason Sams2012-10-164-4/+4
|\ \ \ \ \ \ \ \ \
| * | | | | | | | | Fix bugs in scriptGroup.Jason Sams2012-10-154-4/+4
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | Intrinsics were treating inputs as fields rather than varObjs. This would generate a lot of extra work for the reflection layers. Also we would like to deprecate this path in the future. bug 7318821 Change-Id: I81e8c562ba05aae5d085d5c08e91e2c4877265c5
* | | | | | | | | | Merge "Add new tablet sound set Bug: 7351672" into jb-mr1-devJustin Ho2012-10-161-0/+47
|\ \ \ \ \ \ \ \ \ \ | |_|_|_|_|/ / / / / |/| | | | | | | | |
| * | | | | | | | | Add new tablet sound setJustin Ho2012-10-161-0/+47
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | Bug: 7351672 Change-Id: I9228d3f87729862f94727f99a179538551449881
* | | | | | | | | | Merge "Import translations. DO NOT MERGE" into jb-mr1-devBaligh Uddin2012-10-1616-35/+19
|\ \ \ \ \ \ \ \ \ \
| * | | | | | | | | | Import translations. DO NOT MERGEBaligh Uddin2012-10-1216-35/+19
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | Change-Id: Ie01452a6610e660cafc04e8d7fb509bed42de802 Auto-generated-cl: translation import
* | | | | | | | | | | Merge "Update alarm sounds and tune some ringtones Bug: 7351672 Bug: 5502770 ↵Justin Ho2012-10-1619-0/+64
|\ \ \ \ \ \ \ \ \ \ \ | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | Bug: 7312457" into jb-mr1-dev
| * | | | | | | | | | | Update alarm sounds and tune some ringtonesJustin Ho2012-10-1619-0/+64
| | |/ / / / / / / / / | |/| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | Bug: 7351672 Bug: 5502770 Bug: 7312457 Change-Id: Iea0d674431b0fabbf7e9c4b30d9f08a6235cdc64
* | | | | | | | | | | Merge "Revert "Update alarm sounds and tune some ringtones Bug: 7351672 Bug: ↵Justin Ho2012-10-1618-64/+0
|\ \ \ \ \ \ \ \ \ \ \ | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | 5502770 Bug: 7312457"" into jb-mr1-dev
| * | | | | | | | | | | Revert "Update alarm sounds and tune some ringtones Bug: 7351672 Bug: ↵Justin Ho2012-10-1618-64/+0
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | 5502770 Bug: 7312457" This reverts commit 04fe8723e48644bf5e1afc098f2117cbec6ba68d Change-Id: I28ed23ad75ced96b66cc4dcce0faaf667c2d5d08
* | | | | | | | | | | | Merge "Import translations. DO NOT MERGE" into jb-mr1-devBaligh Uddin2012-10-1616-34/+18
|\ \ \ \ \ \ \ \ \ \ \ \
| * | | | | | | | | | | | Import translations. DO NOT MERGEBaligh Uddin2012-10-1216-34/+18
| | |_|/ / / / / / / / / | |/| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | Change-Id: Ie7741746c85ad546258953e5e7cf8d2acd899c27 Auto-generated-cl: translation import
* | | | | | | | | | | | Merge "Update alarm sounds and tune some ringtones Bug: 7351672 Bug: 5502770 ↵Justin Ho2012-10-1618-0/+64
|\ \ \ \ \ \ \ \ \ \ \ \ | | |/ / / / / / / / / / | |/| | | | | | | | | | | | | | | | | | | | | | Bug: 7312457" into jb-mr1-dev
| * | | | | | | | | | | Update alarm sounds and tune some ringtonesJustin Ho2012-10-1518-0/+64
| | |/ / / / / / / / / | |/| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | Bug: 7351672 Bug: 5502770 Bug: 7312457 Change-Id: Icb89cdbadc0e06b4a845b1cad16560f66d5b2bdd
* | | | | | | | | | | Merge "Flipping quick settings!" into jb-mr1-devDaniel Sandler2012-10-1625-56/+360
|\ \ \ \ \ \ \ \ \ \ \