Commit Graph

38442 Commits

Author SHA1 Message Date
Mathias Agopian
f384cc3008 Fix an issue is SF that caused drawing artifacts when hwc changed mode
we were not redrawing and/or clearing the FB properly when
hwc moved a layer from/to FB to/from OVERLAY.

In these cases we needed to expand the dirty region to include
the layer that changed mode.

Also split composeSurfaces() which was becoming quite large.

Change-Id: Id6fa1acfc4ff694037fddf7efd037a4405732073
2011-09-08 22:43:01 -07:00
Fabrice Di Meglio
93ec1147c4 Merge "Fix bug #2246815 Error popups on EditText should span the width of the screen instead of the width of the EditText field" 2011-09-08 18:27:29 -07:00
Adam Powell
f8a66f2386 Merge "Fix bug 5279075 - Handle action bar config changes when action mode is active" 2011-09-08 18:23:26 -07:00
JP Abgrall
e50e019c33 Merge "NetworkManagementService: adjust the qtaguid idx to new kernel" 2011-09-08 18:10:05 -07:00
Chet Haase
afc7684218 Merge "Throw an exception if a both nav and system bars are configured" 2011-09-08 17:59:30 -07:00
Fred Quintana
820d56c6a0 Merge "Make the SyncManager have wakelocks per account, not per account type, otherwise the parallel sync behavior of gmail can cause the first account to finish to release the wakelock that is used for the other account, which will result in the device going to sleep before the sync is complete." 2011-09-08 17:53:03 -07:00
Fabrice Di Meglio
f289345614 Merge "Fix bug #2246815 Error popups on EditText should span the width of the screen instead of the width of the EditText field" 2011-09-08 17:35:01 -07:00
Eric Laurent
ef1b7dfe58 Merge "Fixed digital audio output detection" 2011-09-08 17:21:39 -07:00
Matthew Xie
265ff1c0dc Merge "Apply timeout for powerdown event and reset state machine when bluez crashes" 2011-09-08 17:16:50 -07:00
Eric Laurent
3f7e4695bf Merge "AudioTrack: extend callback thread sleep time" 2011-09-08 16:07:40 -07:00
Robert Greenwalt
d9336e3d17 Merge "Pass roaming info to ConnectivityService." 2011-09-08 16:03:45 -07:00
Teng-Hui Zhu
0436577ee2 Merge "Don't sleep when inline video start" 2011-09-08 15:41:54 -07:00
Romain Guy
759b9de5c5 Merge "Add support for 3 new blend modes when blending with framebuffer: Add Multiply Screen" 2011-09-08 15:34:24 -07:00
Pannag Sanketi
f282beacca Merge "Always set geometry in queuebuffer" 2011-09-08 15:33:31 -07:00
Svetoslav Ganov
c2f782c8d0 Merge "Touch explorer does not cancel long press correctly causing system crash." 2011-09-08 15:23:44 -07:00
Jeff Sharkey
2fbebe6034 Merge "Always disable() through SBMS; watch date." 2011-09-08 15:22:51 -07:00
Jaikumar Ganesh
f5d36037a5 Merge "Fix crash while connecting channel." 2011-09-08 15:20:19 -07:00
Jaikumar Ganesh
9f09d953cd Merge "Make Bluetooth Health APIs public." 2011-09-08 15:19:37 -07:00
Romain Guy
99499feeb9 Merge "Save/restore display lists' canvas properly" 2011-09-08 15:06:05 -07:00
Chia-chi Yeh
e31cbf1580 Merge "RTP: support payloads with larger packetization interval." 2011-09-08 14:07:00 -07:00
Tsu Chiang Chuang
d67ed56b7d Merge "idle test app for bandwidth usage." 2011-09-08 14:04:52 -07:00
Adam Powell
0355f7710a Merge "Fix bug 5249855 - put content descriptions for action bar tabs on images" 2011-09-08 14:01:03 -07:00
Dianne Hackborn
f24d96fafc Merge "Fix issue #5139085: Some Recents items can't be killed" 2011-09-08 14:00:24 -07:00
Dave Santoro
5904d3ed17 Merge "Add raw entities URI for profiles." 2011-09-08 13:38:00 -07:00
Dave Santoro
5e6aeb3402 Merge "Add data_set for Settings table as well." 2011-09-08 13:37:43 -07:00
Subir Jhanb
110f0590a2 Merge "Changing the timeout for detecting syncs that are taking too long to bind BUG: 5222661" 2011-09-08 13:24:45 -07:00
Isaac Katzenelson
76e5ca2f6c Merge "Fix snippetizing cursor" 2011-09-08 12:49:13 -07:00
Andreas Huber
c90ed3cf56 Merge "Audio player must not be used as a timesource before it's started." 2011-09-08 11:39:17 -07:00
Xia Wang
ac42799afe Merge "Integrate ImageProcessing test into test framework http://b/issue?id=5274365 Change-Id: I7949b4114dcab17d895d04755df5df2bd5a576a3" 2011-09-08 11:20:32 -07:00
Gilles Debunne
3cf4d6e6e6 Merge "No vibration when long pressing in the empty part of an EditText" 2011-09-08 11:18:53 -07:00
Gilles Debunne
beeb7225ae Merge "Longpressing in landscape correctly starts selection mode." 2011-09-08 11:18:36 -07:00
Gilles Debunne
4e787b1b63 Merge "Updated text selection color. As in 133272" 2011-09-08 11:18:23 -07:00
Adam Powell
e1b7b83522 Merge "Fix bug 5091269 - Set textColorLink to holo_blue_light for Holo themes" 2011-09-08 11:03:21 -07:00
Adam Powell
3a68df3f75 Merge "Fix bug 5174277 - Trouble with Menus" 2011-09-08 11:02:20 -07:00
Dianne Hackborn
0109859b82 Merge "Fix issue #5263361: Browser instance not created in application picker" 2011-09-08 10:38:42 -07:00
Steve Block
0b20bea12c Merge "Add FrameLayout.getMeasureAllChildren()" 2011-09-08 10:38:15 -07:00
Andy McFadden
a22e9a8f38 Merge "Resurrect verbose binder logging" 2011-09-08 09:56:41 -07:00
Joe Fernandez
bbf14b6703 Merge "docs: adding warning to managedQuery() JavaDoc about cursor.close()" 2011-09-08 09:42:38 -07:00
Daniel Sandler
28cd72b0ac Merge "Fix notification disappearance animations." 2011-09-08 09:33:55 -07:00
Chih-Chung Chang
8b98134321 Merge "Fix 5156702: rotate thumbnails" 2011-09-08 05:52:44 -07:00
Jeff Sharkey
83f8f826ea Merge "Poll UID stats during iface changes, enforce idx." 2011-09-07 21:41:05 -07:00
satok
4b2a762098 Merge "Send onViewClicked in the extract mode" 2011-09-07 19:50:54 -07:00
Fabrice Di Meglio
c162d4be94 Merge "Fix bug #5274332 TextLayoutCache is having multiple instances" 2011-09-07 18:30:13 -07:00
Svetoslav Ganov
a3a3a49b88 Merge "Not visible view should not be announced or interacted with." 2011-09-07 18:24:25 -07:00
Jaikumar Ganesh
c622473ce7 Merge "Remove connection access intents from protected broadcasts." 2011-09-07 18:22:18 -07:00
Bart Sears
b79f7fd135 Merge "Update DroidSansFallback to version 2.52a" 2011-09-07 18:04:16 -07:00
Romain Guy
1ca7e5ee0b Merge "Add reminder in the code to fix T-junctions" 2011-09-07 17:57:00 -07:00
Irfan Sheriff
3509f4437f Merge "Fix system crash on p2p failure" 2011-09-07 17:43:04 -07:00
Irfan Sheriff
28467d94b5 Merge "Use hasSystemFeature() API to check for p2p" 2011-09-07 17:42:47 -07:00
Todor Kalaydjiev
9e00303137 Merge "Fix Bulgarian date formatting." 2011-09-07 17:37:14 -07:00