Commit Graph

38408 Commits

Author SHA1 Message Date
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
Gilles Debunne
1431c832f8 Merge "Bug 5250788: Fix memory consumption issues in TextPaint." 2011-09-07 16:53:18 -07:00
Fabrice Di Meglio
177d798655 Merge "Code cleaning" 2011-09-07 16:46:24 -07:00
Andy McFadden
aefc9cda45 Resurrect verbose binder logging
Updated the command name lists, and masked off the additional bits in
the command word when doing the name lookup.

Made descriptor values easier to grep for and consistent with kernel
output (i.e. decimal rather than hex).  Attempt to show transaction
descriptors as such (they're in a union with a pointer).

Also, the writeLines() function in Static was using a no-op
logging call to write an iovec.  It looks like all callers are using
N=1, so I just added a log for the first string.

Bug 5155269

Change-Id: I417b8d77da3eb6ee1d2069ba94047210f75738bc
2011-09-07 16:45:03 -07:00
Adam Powell
2c32980da2 Merge "Empty implementations of new ActionBar methods." 2011-09-07 16:18:35 -07:00
Fabrice Di Meglio
0e8661991f Merge "Hide RTL related APIs" 2011-09-07 16:14:41 -07:00
Mathias Agopian
598a473681 Merge "improve the gyroscope javadoc" 2011-09-07 15:58:39 -07:00
Justin Ho
0e202ee9d3 Merge "Remove -nodpi assets for now to fix zygote preloading Bug: 5255505" 2011-09-07 15:56:02 -07:00
John Reck
1d20148e0d Merge "Register to receive onTrimMemory callbacks" 2011-09-07 15:47:30 -07:00
Adam Powell
22fa483e18 Merge "Fix bug 5258435 - ActionBar.setBackgroundDrawable" 2011-09-07 15:31:08 -07:00
Chet Haase
de827f02bf Merge "Add end functionality to LayoutTransition" 2011-09-07 14:59:52 -07:00
Glenn Kasten
d12e0ca904 Merge "Bug 5270905 fix MediaPlayer with IStreamSource" 2011-09-07 14:56:47 -07:00
Fabrice Di Meglio
08ba2a722c Merge "Fix bug #5252977 TextView selection handles appearing in a weird state" 2011-09-07 14:54:55 -07:00
Wu-cheng Li
db1444cdfa Merge "Unhide camera video snapshot supported API." 2011-09-07 14:53:45 -07:00
Irfan Sheriff
f54b4fb8e0 Merge "Add feature definition for Wi-Fi Direct" 2011-09-07 14:50:32 -07:00
Peter Ng
4ccbc69202 Merge "Color updates of press and selection states" 2011-09-07 14:43:20 -07:00
Chet Haase
faec6cd579 Merge "Clarify AnimationSet docs and behavior" 2011-09-07 14:40:29 -07:00
John Reck
a8e73b80b5 Merge "OnTrimMemory plumbing" 2011-09-07 14:26:47 -07:00
Pannag Sanketi
bbd4025ec8 Merge "Fixing bug in SurfaceMediaSource_test" 2011-09-07 14:18:41 -07:00
Christopher Tate
8ef85b2de9 Merge "Turn off MORE_DEBUG logspam" 2011-09-07 14:04:13 -07:00
Jesse Wilson
f4c8225515 Merge "Remove frameworks' reference to an obsolete Bouncycastle keystore file." 2011-09-07 13:06:47 -07:00
Christopher Tate
e62b818c85 Merge "Fix restore-agent timeouts" 2011-09-07 12:05:44 -07:00
Christopher Tate
7cabdd89b0 Merge "Fix backup-agent timeouts" 2011-09-07 12:05:24 -07:00
Adam Powell
dec1f71dd1 Merge "Fix bug 5228657 - Input method window rendered with titlebar" 2011-09-07 11:43:17 -07:00
Irfan Sheriff
4684034b0b Merge "Update documentation and cleanup to unhide API" 2011-09-07 11:28:46 -07:00
Andreas Huber
4b42a0f77f Merge "Apparently keyframe status in audio tracks of .webm/.mkv files is unreliable" 2011-09-07 11:20:01 -07:00
Irfan Sheriff
300043a309 Merge "Rename WpsConfiguration to Wps" 2011-09-07 10:53:49 -07:00
Irfan Sheriff
ddb261a40f Merge "Handle state transition for p2p enable reject" 2011-09-07 10:53:34 -07:00
Kristian Monsen
9311fe8b2b Merge "Fix for bug 5100096 Repeated Security Waring" 2011-09-07 09:56:50 -07:00
Andreas Huber
ec4a57c6ce Merge "Stop metadata retriever from dereferencing a NULL pointer if" 2011-09-07 09:05:04 -07:00
Daniel Sandler
9b4b2abd1e Merge "Use holo_blue_light for statusbar clocks." 2011-09-07 08:25:59 -07:00
Marco Nelissen
35d90aa310 Merge "Fix startBluetoothSco race" 2011-09-07 07:55:00 -07:00
Narayan Kamath
3c43920f73 Merge "Fix two TTS bugs." 2011-09-07 05:53:14 -07:00
James Dong
2aab863d36 Merge "Use device-dependent frame rate in the media recorder performance test" 2011-09-07 04:07:39 -07:00
Dave Burke
e29d06bfc8 Merge "Revert "To make SniffMP3() more concrete so that we can remove false-positve responses from MPEG-PS streams."" 2011-09-07 03:59:20 -07:00