Adam Cohen
2148d43eb2
Fixing widget notifyDataSetChanged() not getting called, issue 5092676
...
Change-Id: I61a034a77c0c9d07aba71bfabe7a0864ce92c2e9
2011-07-28 15:00:38 -07:00
Scott Main
6c71b63dc6
Merge "cherrypick Change-Id: Ib5e8ae7f420e9084e408089d9f5a6574ad95f299 docs: update Support Mult Screens for MR2 features"
2011-07-27 11:36:44 -07:00
Scott Main
db909162b2
cherrypick Change-Id: Ib5e8ae7f420e9084e408089d9f5a6574ad95f299
...
docs: update Support Mult Screens for MR2 features
Change-Id: Ibab5e60c05c71d58f11daa6f48894011b3e31509
2011-07-27 11:35:17 -07:00
Eric Laurent
b5eba903b8
Merge "Issue 3370834: No Echo canceler for SIP"
2011-07-27 11:34:36 -07:00
Guang Zhu
7e7e18e482
Merge "Disable Crankshaft in DRT for performance testing."
2011-07-27 11:33:40 -07:00
Scott Main
36193d09a8
cherrypick Change-Id: I4713d3977a0a1514ff9c4217e7f3723c0346d0d8
...
docs: revise ActionBar class summary and add a few links to dev guide docs
Change-Id: I14df84b16d7bdab85aa74d8b8211e988b0519115
2011-07-27 11:21:33 -07:00
Mike Lockwood
636250028d
Merge "Fix USB tethering again"
2011-07-27 11:05:10 -07:00
Mike Lockwood
485861c409
Fix USB tethering again
...
The kernel sends an interface down event for usb0 when RNDIS is enabled.
Ignore this and only remove USB interfaces when we receive the
interface removed event.
Change-Id: I1458f259b96c9fab4d3a69a5692e630123fad136
Signed-off-by: Mike Lockwood <lockwood@android.com>
2011-07-27 13:54:29 -04:00
Amith Yamasani
84935dc2c0
Merge "Make sure that suggestions are queried on focus or tapping."
2011-07-27 10:54:15 -07:00
Amith Yamasani
377fe39329
Merge "Handle callbacks to CollapsibleActionViews that are in an actionLayout."
2011-07-27 10:53:25 -07:00
The Android Open Source Project
c3d708e1ab
Reconcile with gingerbread-mr4-release
...
Change-Id: Ib13d4ae0889290a35357da01bf3acf140b89bd23
2011-07-27 10:42:40 -07:00
Bill Gruber
304b8dc4e1
Merge "Cherry pick from Honeycomb-mr2 Change ID I6ba2dca8606cdd4608d42f219b115536facf099f IAB docs: fixes and updates"
2011-07-27 10:29:57 -07:00
Bill Gruber
2b8af620de
Merge "Cherry pick from Honeycomb-mr2 Change ID Id87a6000de458a1d3e4ac11aaf64355a244f2f07 sdk doc change: updated intro to developing and removed reference to G1 Bug: 4483863"
2011-07-27 10:29:47 -07:00
Robert Ly
8191f510b5
Merge "cherrypick from hc-mr2 Change-Id: Iea8df8fda144d4c66d407927d260263c9982df51"
2011-07-27 10:27:59 -07:00
Robert Ly
0fa3d7012f
Merge "cherrypick from hc-mr2 Change-Id: I00903a5b3a3d91c0751334e3314acf19a3d498d4"
2011-07-27 10:27:53 -07:00
Robert Ly
b04d0d36cc
Merge "cherrypick from hc-mr2 Change-Id: I06f5abf8bb956e96963d47f3fa41bfe1ea8d1c7b"
2011-07-27 10:27:46 -07:00
Robert Ly
d6fea51121
Merge "cherrypick from hc-mr2 Change-Id: I1f8d5d01c7f526c6ac47a1e1e5f3e43bff196989"
2011-07-27 10:27:39 -07:00
Robert Ly
a3ac673b70
Merge "cherrypick from hc-mr2 Change-Id: Iab11fd9bf007d2e2dcfd7b26a6b8539ed35cf60e"
2011-07-27 10:27:31 -07:00
Robert Greenwalt
97bd1aef03
Merge "resolved conflicts for merge of af75fdb1 to master"
2011-07-27 10:17:26 -07:00
Iliyan Malchev
bbe9cb4f5f
libstagefright: add destroyOMXPlugin and use C linkage for symbols
...
Add a destroyOMXPlugin() to complemenet createOMXPlugin(). Since the latter is
an opaque call into a library, it is not safe to assume that the object thus
returned may be destroyed by calling delete. This patch will call
destroyOMXPlugin() in libstagefrighthw.so, if the symbol is defined there.
Otherwise, it will default to a delete as before.
Also, prefer C linkage for the symbol names. Using mangled C++ symbols is not
very safe and makes it hard to grep for those symbols through the code. We
attempt to locate createOMXPlugin as a C symbol then try it as a mangled C++
one. We only use C linkage for destroyOMXPlugin since this symbol is new.
Change-Id: Ied23c910486856a0f18056df049c871234797c5c
Signed-off-by: Iliyan Malchev <malchev@google.com>
2011-07-27 10:03:43 -07:00
Iliyan Malchev
f7b3e2e215
libcameraservice: call put_parameters on camera HAL
...
Change-Id: I492d1034ade50f9e157141debaa9783a90a04a91
Signed-off-by: Iliyan Malchev <malchev@google.com>
2011-07-27 10:03:43 -07:00
Robert Greenwalt
c59c6da9ae
resolved conflicts for merge of af75fdb1 to master
...
Change-Id: Ib7f3521b0af6df9346cf940d69f2988b1c87e129
2011-07-27 10:00:36 -07:00
Bill Gruber
10914d5f8b
Cherry pick from Honeycomb-mr2 Change ID Id87a6000de458a1d3e4ac11aaf64355a244f2f07
...
sdk doc change: updated intro to developing and removed reference to G1
Bug: 4483863
Change-Id: Ic8d342145ed909ee5592e93a3055887e478a5688
2011-07-27 09:58:02 -07:00
Alex Sakhartchouk
804b3d76c3
Merge "Add getName to renderscript base object"
2011-07-27 09:50:35 -07:00
Bill Gruber
32db3fc25b
Cherry pick from Honeycomb-mr2 Change ID I6ba2dca8606cdd4608d42f219b115536facf099f
...
IAB docs: fixes and updates
Change-Id: I0a9d782a83ca16b27c3e90f7bfc19bb9bca5e908
2011-07-27 09:50:26 -07:00
Eric Laurent
525efbb29d
Merge "AudioFlinger: fix crash when deleting pre process."
2011-07-27 09:48:47 -07:00
Jeff Sharkey
693d0427b7
Merge "Avoid sync when UID network is disconnected."
2011-07-27 09:41:39 -07:00
Eric Laurent
5fb3ba60af
Issue 3370834: No Echo canceler for SIP
...
Added detection of platfrom AEC in AudioGroup. If an AEC
is present, the SIP stack will use it, otherwise the echo suppressor
of the stack will be used.
Change-Id: I4aa45a8868466120f5f9fae71b491fe4ae1162c2
2011-07-27 09:33:22 -07:00
Gilles Debunne
a94b9ad23a
Merge "Bug 4987014: a tap outside dismisses the text suggestion popup"
2011-07-27 09:31:02 -07:00
Robert Greenwalt
af75fdb165
resolved conflicts for merge of 41394a36 to honeycomb-plus-aosp
...
Change-Id: Ic839eb7bd8081b94802dbbf9140b9d1fa0cf7df3
2011-07-27 09:27:00 -07:00
Eric Laurent
d8d3276a29
Merge "Fix issue 4604090: notification sound interrupted."
2011-07-27 09:02:47 -07:00
Eric Laurent
e25e51f5fc
Merge "AudioRecord: Fix getInput()"
2011-07-27 08:56:08 -07:00
Narayan Kamath
3ebdb48921
Merge "Reduce the priority of the TTS thread."
2011-07-27 08:15:48 -07:00
Daniel Sandler
73fc6d521a
Merge "Smaller, darker notification icons."
2011-07-27 06:17:33 -07:00
Ben Murdoch
3f9d171e80
Disable Crankshaft in DRT for performance testing.
...
Bug: 5052287
Change-Id: I9197f116d36c4cddd533f4aa07974f8c2d4678fe
2011-07-27 14:06:05 +01:00
Kristian Monsen
132b21899b
Merge "Fix for bug 5049763 HLS: Cookies set in main playlist request aren't being passed to subsequent HTTP requests"
2011-07-27 05:33:33 -07:00
Narayan Kamath
84deb60cf1
Reduce the priority of the TTS thread.
...
It's at a very high priority currently - and will trump
foreground processes (and UI threads) which it shouldnt.
bug:5076001
Change-Id: I0d71c2941950782491ae31526a47ea6f97c38ffb
2011-07-27 13:22:09 +01:00
Daniel Sandler
26c84b139f
Smaller, darker notification icons.
...
(Still need to attempt to mipmap them but this will do for
now.)
Bug: 4691635
Change-Id: I8793d6a453fcbe0c2ce30b6349e4e5ef3f1a6e56
2011-07-27 00:09:40 -04:00
Eric Laurent
21b5c47ed8
AudioFlinger: fix crash when deleting pre process.
...
If a pre processing effect is detroyed while enabled and capture is active,
there was a possibility that the effect engine is released by the framework
while still processed by the audio HAL.
The fix consists in not releasing the engine in EffectModule::removeHandle()
but just flag the effect as being detroyed to avoid further calls to functions
on the engine effect interface.
The effect interface is then removed from the audio HAL safely in
EffectChain::removeEffect_l() while holding the EffectChain mutex.
Change-Id: I71fab30d9145062af8644f545a1f1d4d3e7e7f02
2011-07-26 20:54:46 -07:00
Romain Guy
f4a28b5aa0
Merge "Improve layers debugging"
2011-07-26 20:36:38 -07:00
Romain Guy
eea60692b0
Improve layers debugging
...
Change-Id: Ia4950dd5f0e0a224ecb69c581d33aa4f32260a7c
2011-07-26 20:35:55 -07:00
Eric Laurent
678cc95903
AudioRecord: Fix getInput()
...
AudioRecord::getInput() was issuing a query to get a new input stream from
audio policy service instead of returning the cached input stream in AudioRecord.
Change-Id: Ice324b7c60bc0898149023797bcb56a72091b9d3
2011-07-26 20:32:28 -07:00
Svetoslav Ganov
05f0e1edb1
Merge "Updated the layout for the activity chooser view."
2011-07-26 20:09:44 -07:00
Svetoslav Ganov
9146d7d327
Merge "findViewWithText inconsistent with other findView* methods and AccessibilityNodeInfo not respecting root namespace."
2011-07-26 20:09:15 -07:00
Adam Powell
523a1289af
Merge "Fix bug 5051894 - drags/flings at the beginning/end of ListViews are often dropped"
2011-07-26 19:59:42 -07:00
Chih-Chung Chang
83e32904eb
Merge "Add dependencies for the YV12 color converter change."
2011-07-26 19:07:35 -07:00
Romain Guy
f6df86eda7
Merge "Make sure we have a current EGL context when invoking EGL Bug #5081795 "
2011-07-26 18:59:03 -07:00
Romain Guy
912a7b32d0
Make sure we have a current EGL context when invoking EGL
...
Bug #5081795
Change-Id: Iee3382d362a71c1e6c5c498b319bf7f7bcf5a2f0
2011-07-26 18:57:28 -07:00
Adam Powell
044a46bda5
Fix bug 5051894 - drags/flings at the beginning/end of ListViews are
...
often dropped
Fix some weirdness in transitioning between overscroll states.
Change-Id: Ie0c2ba75cc60c340e654df58dee675ed1426edb9
2011-07-26 18:41:53 -07:00
Svetoslav Ganov
bfbbcf5677
Updated the layout for the activity chooser view.
...
1. Updated the laoout to size the buttons properly.
Change-Id: I58f9beeca23af8b0471cf7f7ae9ca717223221aa
2011-07-26 18:36:56 -07:00