Joe Onorato
b9a12d7b87
Merge changes Ib809d4c5,I05d69da4 into honeycomb
...
* changes:
This makes the events at the edge of the screen find the button.
some touch event debugging
2011-01-06 16:45:42 -08:00
Jamie Gennis
e861d00fc3
Merge "Update api/current.xml for SurfaceTexture." into honeycomb
2011-01-06 16:37:33 -08:00
Andreas Huber
ca808ae207
Merge "If the stream for the new bandwidth doesn't have the segment we're looking for..." into honeycomb
2011-01-06 16:37:29 -08:00
Jamie Gennis
6450ef8011
Update api/current.xml for SurfaceTexture.
...
Change-Id: Ideccc156e5c3811dd8066c70b048e1e7c4196f55
2011-01-06 16:35:51 -08:00
Vasu Nori
ca74897b24
in GB requery() didn't throw exceptions (mostly). replicate that in HC
...
bug:3302851
Change-Id: I56e0bd178b200472cb1dbcbd2e80b844690b8964
2011-01-06 16:35:37 -08:00
Andreas Huber
ba572aaea6
If the stream for the new bandwidth doesn't have the segment we're looking for...
...
go back to the previous bandwidth' stream.
Change-Id: I3477cb6932102883509a7cbe9fb2b3bb02dac8c6
2011-01-06 16:32:05 -08:00
Jaikumar Ganesh
c173b76a46
Merge "Remove auto connection on ACL connection." into honeycomb
2011-01-06 16:31:15 -08:00
Jaikumar Ganesh
ef28e7eb52
Remove auto connection on ACL connection.
...
There is no need for this and causes problems with HID.
Its the reponsibility of the remote device to initiate connection
when back in range.
Fixes bug: 3282682
Change-Id: I9fed15d4ce0ae4539059001db54cc302a55e2015
2011-01-06 16:29:23 -08:00
Joe Onorato
641bad449b
This makes the events at the edge of the screen find the button.
...
Change-Id: Ib809d4c501a1863d4023a5cc52260077be295b10
2011-01-06 16:26:12 -08:00
Joe Onorato
03ab0c7231
some touch event debugging
...
Change-Id: I05d69da4db8c03f9c5131cd271bd9ee1b4996ca9
2011-01-06 16:26:06 -08:00
Jamie Gennis
d559ebbc3d
Merge "Add the SurfaceTexture java class." into honeycomb
2011-01-06 16:20:56 -08:00
Adam Powell
5dd6e9a9aa
Merge "Fix bug 3212471 - Widget.Holo.ActionButton style and friends now 76% more useful" into honeycomb
2011-01-06 16:06:48 -08:00
Jamie Gennis
6714efc5e0
Add the SurfaceTexture java class.
...
This class exposes to Java the application-side interface to the
SurfaceTexture C++ class.
Change-Id: I0dba42aad90257c7adbde6fa362658c0717b70d0
2011-01-06 16:05:14 -08:00
Adam Powell
345a9f4e6d
Fix bug 3212471 - Widget.Holo.ActionButton style and friends now 76% more useful
...
Change-Id: Ideb37c8a31e37df8fcfc549d12b4b6cafc983ca1
2011-01-06 16:03:30 -08:00
Shimeng (Simon) Wang
adba8021cd
Merge "Make sure the reading level scale is within min/max limits." into honeycomb
2011-01-06 15:39:49 -08:00
Chet Haase
de69817b3c
Merge "Reuse of native display list objects" into honeycomb
2011-01-06 15:02:51 -08:00
Shimeng (Simon) Wang
e85ffea862
Make sure the reading level scale is within min/max limits.
...
This potentially helps the following issue. But anyway, this change
is good to have.
issue: 3292648
Change-Id: I0ad74b802d7ce2c3d66de8115187638f1d5e72ff
2011-01-06 15:01:58 -08:00
Andreas Huber
f25410ed96
Merge "Use NuPlayer for HTTP live streaming playback by default." into honeycomb
2011-01-06 14:30:27 -08:00
Jaikumar Ganesh
a107eaff03
Merge "Add temporary hack for keyboards not following spec." into honeycomb
2011-01-06 14:26:40 -08:00
Jaikumar Ganesh
ed1b2a275d
Merge "Follow the spec recommendation for keyboard pairing." into honeycomb
2011-01-06 14:26:22 -08:00
Jaikumar Ganesh
8cc316e4f4
Add temporary hack for keyboards not following spec.
...
Change-Id: Ic206d45e54f0dc2ccf8124adb08df0c768d7e130
2011-01-06 14:18:58 -08:00
Jaikumar Ganesh
c88b0c62c5
Follow the spec recommendation for keyboard pairing.
...
Generate a variable pin and show it to the user.
Change-Id: Id4aae7a16f25c67d6c6ead6fd936cb14087f3c7a
2011-01-06 14:18:42 -08:00
Andreas Huber
d7069ca0bc
Use NuPlayer for HTTP live streaming playback by default.
...
Reversed the property logic, set media.httplive.disable-nuplayer to true to revert
Change-Id: I1057940667aaab56bb75c9ea15c2cdcab736f3c6
2011-01-06 14:14:56 -08:00
Jamie Gennis
478353e231
Merge "Add camera service support for SurfaceTexture." into honeycomb
2011-01-06 13:36:47 -08:00
Jamie Gennis
ff2dc46c12
Add camera service support for SurfaceTexture.
...
This change enables the use of a SurfaceTexture in place of a Surface as
the destination of camera preview frames.
Change-Id: Ic70d404c8fe261e9d5da6f1de93d6babb5b191cb
2011-01-06 13:31:53 -08:00
Andreas Huber
1932fef94a
Merge "Colorconverter may not support some src/dst bitmap configurations." into honeycomb
2011-01-06 13:26:51 -08:00
Andreas Huber
cc9585fb38
Merge "If we failed to initialize the codec after transitioning to IDLE state, don't assert" into honeycomb
2011-01-06 13:26:45 -08:00
Jamie Gennis
68e4a7ac84
Add the SurfaceTexture C++ implementation.
...
This change adds the C++ implementation of SurfaceTexture and related
classes. The goal of this is for a SurfaceTexture to be passed to
camera service or Stagefright in place of a Surface to allow camera
preview or decoded video frames to be streamed to an OpenGL ES texture
that an application can use.
Change-Id: I55c83a7017f1ecb81c9c9e3252cbd118b914296c
2011-01-06 13:20:47 -08:00
Jamie Gennis
0a53d5c81b
Add the ISurfaceComposer::createGraphicBuffer IPC.
...
This change adds a new binder method to the ISurfaceComposer interface.
This IPC is intended to allow SurfaceFlinger clients to allocate gralloc
buffers using SurfaceFlinger as a proxy to gralloc.
Change-Id: Ide9fc283aec5da6268ba62cfed0c3319a50b640d
2011-01-06 13:12:35 -08:00
Dianne Hackborn
9f0696709b
We are now Honeycomb.
...
Change-Id: I69dadd57184d2d80f426c1c862ed0a040c8baf03
2011-01-06 12:57:49 -08:00
Chet Haase
5977baa1fa
Reuse of native display list objects
...
Change-Id: Ia4553e23930ad20e56c11faa7809be788a1ad4bb
2011-01-06 12:50:30 -08:00
Andreas Huber
c0dbe3a445
Colorconverter may not support some src/dst bitmap configurations.
...
Let it return an appropriate error code instead of asserting.
Change-Id: I7fe0dfa169e1cbdecb04c5fcbe8501e73362d05e
related-to-bug: 3328212
2011-01-06 12:42:33 -08:00
Andreas Huber
eec06d3679
If we failed to initialize the codec after transitioning to IDLE state, don't assert
...
during shutdown.
Change-Id: I40ac44260fb136c15d6dcb9f5ad62211640c66ec
related-to-bug: 3328222
2011-01-06 12:42:13 -08:00
Andreas Huber
089dc71802
Merge "Colorconverter may not support some src/dst bitmap configurations."
2011-01-06 11:40:02 -08:00
Vasu Nori
42edf0f8cf
Merge "requery() should close cursorwindow insead of setting it to null." into honeycomb
2011-01-06 11:37:00 -08:00
Vasu Nori
8e6a513c97
Merge "set default mode of WAL to be off." into honeycomb
2011-01-06 11:36:53 -08:00
Svetoslav Ganov
cbfebb382b
3322879 Device soft reboots on enabling and disabling accessibility settings (caused due to my incorrect fix of 3304011 in change If99ef28c)
...
Change-Id: I9578655b3b436829f0adb3947c242a19631d74c7
2011-01-06 11:35:17 -08:00
Adam Powell
21e713d615
Merge "Fix bug 3327227 - Adjust overflow menu padding" into honeycomb
2011-01-06 11:32:51 -08:00
Cary Clark
b83a4b98de
Merge "pass enter key to webkit more often" into honeycomb
2011-01-06 11:29:33 -08:00
Adam Powell
b7420fb687
Fix bug 3327227 - Adjust overflow menu padding
...
Change-Id: I1d946655aecfcd1965471dbd32958bf8c0c38e76
2011-01-06 11:29:08 -08:00
Andreas Huber
f341eb52ae
Colorconverter may not support some src/dst bitmap configurations.
...
Let it return an appropriate error code instead of asserting.
Change-Id: I801131610ad9801b935f7b700d61f9b62733fbca
related-to-bug: 3328212
2011-01-06 11:26:54 -08:00
Xavier Ducrohet
29c288da52
Cherry-pick 9b53dd9d60a01ddb1307177c296c7b4fd6114753 from master
...
Change-Id: I670872542feb62c47fe693eb183b19e2eef2b20d
LayoutLib: use new API with log in init method.
2011-01-06 11:11:05 -08:00
Robert Greenwalt
7b7dbf06cd
Merge "connectivity-change events can happen before boot completes (similar to: https://android-git.corp.google.com/g/#change,87425 )"
2011-01-06 11:04:49 -08:00
Adam Powell
4aa4981fe7
Merge "Fix bug 3327227 - Adjust overflow menu padding"
2011-01-06 11:04:36 -08:00
Stan Chesnutt
b35d67a8a7
connectivity-change events can happen before boot completes (similar to:
...
https://android-git.corp.google.com/g/#change,87425 )
Change-Id: Ibc0f12defaa5d90894657ce63fb352578eca7060
2011-01-06 11:00:19 -08:00
Cary Clark
ddbda005ad
pass enter key to webkit more often
...
If the cursor is active and on a node that doesn't want
key events, treat the enter key as a click.
Otherwise, pass key down and key up to webkit.
A companion change in external/webkit adds frames
as nodes that wants key events.
bug:3325093
Change-Id: I134d2999505925ee1e571841759cb295103b5a30
2011-01-06 13:42:11 -05:00
Andreas Huber
5727b47982
Merge "If we failed to initialize the codec after transitioning to IDLE state, don't assert"
2011-01-06 10:30:33 -08:00
Andreas Huber
d720c1a939
If we failed to initialize the codec after transitioning to IDLE state, don't assert
...
during shutdown.
Change-Id: I0ecfb2a4977727de17e73f534e2511a3d0747644
related-to-bug: 3328222
2011-01-06 10:26:36 -08:00
Xavier Ducrohet
9b53dd9d60
LayoutLib: use new API with log in init method.
...
Change-Id: I5c276c2e18ec344e52d1ea1b74847aaca5d93ffc
2011-01-06 09:54:12 -08:00
Vasu Nori
0e453d1115
requery() should close cursorwindow insead of setting it to null.
...
just in case GC takes a while to kick in.
Change-Id: I3a00b52afe1303be0c7d6bb561e5c07734e4dcb3
2011-01-06 09:52:51 -08:00