OSDN Git Service

android-x86/frameworks-native.git
13 years agoMerge "Fix WPS to provides immediate feedback" into honeycomb
Irfan Sheriff [Sun, 16 Jan 2011 21:02:57 +0000 (13:02 -0800)]
Merge "Fix WPS to provides immediate feedback" into honeycomb

13 years agoMerge "Don't blend transparent pixels when rendering layers." into honeycomb
Romain Guy [Sun, 16 Jan 2011 20:52:37 +0000 (12:52 -0800)]
Merge "Don't blend transparent pixels when rendering layers." into honeycomb

13 years agoMerge "Add manifest API to request a large heap." into honeycomb
Dianne Hackborn [Sun, 16 Jan 2011 20:45:07 +0000 (12:45 -0800)]
Merge "Add manifest API to request a large heap." into honeycomb

13 years agoMerge "Remove obsolete DoubleEvaluator" into honeycomb
Chet Haase [Sun, 16 Jan 2011 20:05:40 +0000 (12:05 -0800)]
Merge "Remove obsolete DoubleEvaluator" into honeycomb

13 years agoMerge "Fix position and size of searchfield and buttons." into honeycomb
Amith Yamasani [Sun, 16 Jan 2011 19:20:49 +0000 (11:20 -0800)]
Merge "Fix position and size of searchfield and buttons." into honeycomb

13 years agoMerge "Fix bug 3238726 - AutoCompleteTextView dropdown text color" into honeycomb
Adam Powell [Sun, 16 Jan 2011 04:05:21 +0000 (20:05 -0800)]
Merge "Fix bug 3238726 - AutoCompleteTextView dropdown text color" into honeycomb

13 years agoMerge "Fix bug 3355197 - Add attribute for fast scroll preview panel text color....
Adam Powell [Sun, 16 Jan 2011 01:23:39 +0000 (17:23 -0800)]
Merge "Fix bug 3355197 - Add attribute for fast scroll preview panel text color." into honeycomb

13 years agoMerge "Compare GraphicBuffers using handles." into honeycomb
Jamie Gennis [Sun, 16 Jan 2011 01:01:51 +0000 (17:01 -0800)]
Merge "Compare GraphicBuffers using handles." into honeycomb

13 years agoCompare GraphicBuffers using handles.
Jamie Gennis [Sat, 15 Jan 2011 21:05:24 +0000 (13:05 -0800)]
Compare GraphicBuffers using handles.

This change fixes a bug in SurfaceTextureClient where GraphicBuffers
were being compared using pointer comparison rather than handles.

Change-Id: Ib8989af94be32d4efd86e020a732f5143088a863

13 years agoMerge "Set mIsMinInfoReady and mCurrentOtasp before notifcations." into honeycomb
Wink Saville [Sat, 15 Jan 2011 18:11:08 +0000 (10:11 -0800)]
Merge "Set mIsMinInfoReady and mCurrentOtasp before notifcations." into honeycomb

13 years agoMerge "Preapre region tracking in layers" into honeycomb
Romain Guy [Sat, 15 Jan 2011 04:04:42 +0000 (20:04 -0800)]
Merge "Preapre region tracking in layers" into honeycomb

13 years agoMerge "partially fix [3306150] HTML5 video with H/W acceleration blackout" into honeycomb
Mathias Agopian [Sat, 15 Jan 2011 03:27:38 +0000 (19:27 -0800)]
Merge "partially fix [3306150] HTML5 video with H/W acceleration blackout" into honeycomb

13 years agoMerge "Fix error reporting in Surface::cancelBuffer()" into honeycomb
Mathias Agopian [Sat, 15 Jan 2011 03:27:32 +0000 (19:27 -0800)]
Merge "Fix error reporting in Surface::cancelBuffer()" into honeycomb

13 years agoMerge "Fixed thrashing in the cached buffer during 720p YT video streaming" into...
James Dong [Sat, 15 Jan 2011 03:19:41 +0000 (19:19 -0800)]
Merge "Fixed thrashing in the cached buffer during 720p YT video streaming" into honeycomb

13 years agoMerge "Add support for detecting finger orientation." into honeycomb
Jeff Brown [Sat, 15 Jan 2011 03:18:16 +0000 (19:18 -0800)]
Merge "Add support for detecting finger orientation." into honeycomb

13 years agoMerge "New tray notification icons, new system bar icons" into honeycomb
Justin Ho [Sat, 15 Jan 2011 03:01:58 +0000 (19:01 -0800)]
Merge "New tray notification icons, new system bar icons" into honeycomb

13 years agoMerge "Don't crash Launcher on config change." into honeycomb
Romain Guy [Sat, 15 Jan 2011 02:49:55 +0000 (18:49 -0800)]
Merge "Don't crash Launcher on config change." into honeycomb

13 years agoMerge "Fix bug 3337711 - Volume panel layout adjustments" into honeycomb
Adam Powell [Sat, 15 Jan 2011 02:26:01 +0000 (18:26 -0800)]
Merge "Fix bug 3337711 - Volume panel layout adjustments" into honeycomb

13 years agopartially fix [3306150] HTML5 video with H/W acceleration blackout
Mathias Agopian [Sat, 15 Jan 2011 01:37:42 +0000 (17:37 -0800)]
partially fix [3306150] HTML5 video with H/W acceleration blackout

We used to guarantee that a layer in SurfaceFlinger would never be
destroyed before all references (to its ISurface) on the client
side would be released. At some point, this guarantee got
relaxed to allow to free gralloc resources sooner. This last
change was incorrect, because:
- in implementations with reference-counting the gralloc resources
wouldn't be released anyways, until all the mapping were gone
- in implementations without ref counting, the client side
would most likely crash or do something bad
- it also caused the SharedBufferStack slot to be reallocated
to another surface, which could be problematic if the client
continued to use the surface after the window manager destroyed it.

So, we essentially reinstate the guarantee that layers won't be
destroyed until after all references to their ISurface are
released.

NOTE: This doesn't entirely fix 3306150 because there is another
problem there where the Browser continues to use a surface after it
has been destroyed.

Change-Id: I305c830dd722b30a6d53cbf3a9c714fd3cf7eb06

13 years agoMerge "Make getFallbackAction return false when there is none." into honeycomb
Jeff Brown [Sat, 15 Jan 2011 01:59:56 +0000 (17:59 -0800)]
Merge "Make getFallbackAction return false when there is none." into honeycomb

13 years agoMake getFallbackAction return false when there is none.
Jeff Brown [Sat, 15 Jan 2011 01:54:38 +0000 (17:54 -0800)]
Make getFallbackAction return false when there is none.

Change-Id: Id17c0f7269e4a228f4e5f11c54614fec508222a2

13 years agoMerge "Disable soft keyboard when keyboard attached." into honeycomb
Jeff Brown [Sat, 15 Jan 2011 01:48:09 +0000 (17:48 -0800)]
Merge "Disable soft keyboard when keyboard attached." into honeycomb

13 years agoMerge "Fix bug with mice that send multiple BTN_MOUSE values." into honeycomb
Jeff Brown [Sat, 15 Jan 2011 01:43:12 +0000 (17:43 -0800)]
Merge "Fix bug with mice that send multiple BTN_MOUSE values." into honeycomb

13 years agoMerge "LayoutLib: update logs to use new data bundle" into honeycomb
Xavier Ducrohet [Sat, 15 Jan 2011 01:30:22 +0000 (17:30 -0800)]
Merge "LayoutLib: update logs to use new data bundle" into honeycomb

13 years agoMerge "Add volume down as a safe mode key for Stingray." into honeycomb
Jeff Brown [Sat, 15 Jan 2011 01:22:53 +0000 (17:22 -0800)]
Merge "Add volume down as a safe mode key for Stingray." into honeycomb

13 years agoMerge "when test case times out, stop loading first" into honeycomb
Guang Zhu [Sat, 15 Jan 2011 00:26:30 +0000 (16:26 -0800)]
Merge "when test case times out, stop loading first" into honeycomb

13 years agoMerge "DO NOT MERGE Make the Phone options dialog use current language" into honeycomb
Dianne Hackborn [Sat, 15 Jan 2011 00:02:22 +0000 (16:02 -0800)]
Merge "DO NOT MERGE Make the Phone options dialog use current language" into honeycomb

13 years agoMerge "DO NOT MERGE Added check to make orientation calculations more robust" into...
Dianne Hackborn [Sat, 15 Jan 2011 00:02:07 +0000 (16:02 -0800)]
Merge "DO NOT MERGE Added check to make orientation calculations more robust" into honeycomb

13 years agoMerge "fix sdk build breakage; remove invalid @note tag" into honeycomb
Scott Main [Fri, 14 Jan 2011 23:42:35 +0000 (15:42 -0800)]
Merge "fix sdk build breakage; remove invalid @note tag" into honeycomb

13 years agoMerge "Fix bug 3339039 - Preserve proper behavior for action button text when updated...
Adam Powell [Fri, 14 Jan 2011 23:40:07 +0000 (15:40 -0800)]
Merge "Fix bug 3339039 - Preserve proper behavior for action button text when updated." into honeycomb

13 years agoMerge "Don't drop the drawable cache completely on configuration change" into honeycomb
Dianne Hackborn [Fri, 14 Jan 2011 23:37:28 +0000 (15:37 -0800)]
Merge "Don't drop the drawable cache completely on configuration change" into honeycomb

13 years agoMerge "switchToLastInputMethod returns a implicitly enabled subtype in the history...
satok [Fri, 14 Jan 2011 23:35:53 +0000 (15:35 -0800)]
Merge "switchToLastInputMethod returns a implicitly enabled subtype in the history" into honeycomb

13 years agoMerge "Don't delete objects twice..." into honeycomb
Romain Guy [Fri, 14 Jan 2011 23:35:34 +0000 (15:35 -0800)]
Merge "Don't delete objects twice..." into honeycomb

13 years agoMerge "Copy shaders when recording them in display lists." into honeycomb
Romain Guy [Fri, 14 Jan 2011 23:29:36 +0000 (15:29 -0800)]
Merge "Copy shaders when recording them in display lists." into honeycomb

13 years agoMerge "LayoutLib: Misc fixes." into honeycomb
Xavier Ducrohet [Fri, 14 Jan 2011 23:26:30 +0000 (15:26 -0800)]
Merge "LayoutLib: Misc fixes." into honeycomb

13 years agoMerge "Allow old view hierarchy to be GC'ed more quickly during rotation." into honeycomb
Patrick Dubroy [Fri, 14 Jan 2011 22:44:20 +0000 (14:44 -0800)]
Merge "Allow old view hierarchy to be GC'ed more quickly during rotation." into honeycomb

13 years agoMerge "Removing things that shouldn't be public" into honeycomb
Alex Sakhartchouk [Fri, 14 Jan 2011 22:19:45 +0000 (14:19 -0800)]
Merge "Removing things that shouldn't be public" into honeycomb

13 years agoMerge "Update large screen translations." into honeycomb
Eric Fischer [Fri, 14 Jan 2011 22:01:03 +0000 (14:01 -0800)]
Merge "Update large screen translations." into honeycomb

13 years agoMerge "Rework action bar menus." into honeycomb
Adam Powell [Fri, 14 Jan 2011 21:56:29 +0000 (13:56 -0800)]
Merge "Rework action bar menus." into honeycomb

13 years agoMerge "Fix issue with notification layouts." into honeycomb
Marco Nelissen [Fri, 14 Jan 2011 21:17:56 +0000 (13:17 -0800)]
Merge "Fix issue with notification layouts." into honeycomb

13 years agoMerge "Use holo style mouse pointer." into honeycomb
Jeff Brown [Fri, 14 Jan 2011 21:03:54 +0000 (13:03 -0800)]
Merge "Use holo style mouse pointer." into honeycomb

13 years agoMerge "b/3348192 re-enable snap scrolling mode." into honeycomb
Huahui Wu [Fri, 14 Jan 2011 21:03:23 +0000 (13:03 -0800)]
Merge "b/3348192 re-enable snap scrolling mode." into honeycomb

13 years agoMerge "Watchdog can get deadlocked on activity manager" into honeycomb
Brad Fitzpatrick [Fri, 14 Jan 2011 20:48:08 +0000 (12:48 -0800)]
Merge "Watchdog can get deadlocked on activity manager" into honeycomb

13 years agoMerge "Add the {get,set}PackageObbPaths calls to API" into honeycomb
Kenny Root [Fri, 14 Jan 2011 20:42:12 +0000 (12:42 -0800)]
Merge "Add the {get,set}PackageObbPaths calls to API" into honeycomb

13 years agoMerge "Send DRAG_STARTED notices to views that become visible during drag" into honeycomb
Christopher Tate [Fri, 14 Jan 2011 20:36:53 +0000 (12:36 -0800)]
Merge "Send DRAG_STARTED notices to views that become visible during drag" into honeycomb

13 years agoMerge "Update network subtypes info so it is current." into honeycomb
Robert Greenwalt [Fri, 14 Jan 2011 20:23:45 +0000 (12:23 -0800)]
Merge "Update network subtypes info so it is current." into honeycomb

13 years agoMerge "Fix bug 3347747 - Use a better context when fetching resources for action...
Adam Powell [Fri, 14 Jan 2011 20:12:13 +0000 (12:12 -0800)]
Merge "Fix bug 3347747 - Use a better context when fetching resources for action modes" into honeycomb

13 years agoMerge "Add input methods settings panel" into honeycomb
satok [Fri, 14 Jan 2011 20:03:40 +0000 (12:03 -0800)]
Merge "Add input methods settings panel" into honeycomb

13 years agoMerge "Don't add clipped rects to layer regions. Bug #3350208" into honeycomb
Romain Guy [Fri, 14 Jan 2011 19:25:56 +0000 (11:25 -0800)]
Merge "Don't add clipped rects to layer regions. Bug #3350208" into honeycomb

13 years agoFix error reporting in Surface::cancelBuffer()
Mathias Agopian [Fri, 14 Jan 2011 19:04:34 +0000 (11:04 -0800)]
Fix error reporting in Surface::cancelBuffer()

when we validate the surface there, most errors are in fact allowed
because it is legal to cancel a buffer after a surface has been
destroyed (for instance). in that case make sure to not log
error messages as they are very confusing.

Change-Id: Iecdfbaf6d9ee5da54d56cd7ea7a0d430c30934b0

13 years agoMerge "fix [3312683] Camera mirroring problem after switching from back to front...
Mathias Agopian [Fri, 14 Jan 2011 18:54:47 +0000 (10:54 -0800)]
Merge "fix [3312683] Camera mirroring problem after switching from back to front camera" into honeycomb

13 years agoMerge "Fix NPE, caller may not pass loginOptions." into honeycomb
Costin Manolache [Fri, 14 Jan 2011 18:52:11 +0000 (10:52 -0800)]
Merge "Fix NPE, caller may not pass loginOptions." into honeycomb

13 years agoMerge "Updated assets from Gingerbread" into honeycomb
Justin Ho [Fri, 14 Jan 2011 18:48:22 +0000 (10:48 -0800)]
Merge "Updated assets from Gingerbread" into honeycomb

13 years agoMerge "Updated stat_notify icons in new style" into honeycomb
Justin Ho [Fri, 14 Jan 2011 18:38:04 +0000 (10:38 -0800)]
Merge "Updated stat_notify icons in new style" into honeycomb

13 years agoMerge "Hook up CacheManager for the Chromium HTTP stack" into honeycomb
Ben Murdoch [Fri, 14 Jan 2011 17:40:13 +0000 (09:40 -0800)]
Merge "Hook up CacheManager for the Chromium HTTP stack" into honeycomb

13 years agoMerge "Retire librslib_rt." into honeycomb
Shih-wei Liao [Fri, 14 Jan 2011 13:03:28 +0000 (05:03 -0800)]
Merge "Retire librslib_rt." into honeycomb

13 years agoMerge "Move linking stuff to libbcc." into honeycomb
Shih-wei Liao [Fri, 14 Jan 2011 13:03:09 +0000 (05:03 -0800)]
Merge "Move linking stuff to libbcc." into honeycomb

13 years agoMerge "Avoid converting rslib.bc to things like rslib.h. So we are less error-prone...
Shih-wei Liao [Fri, 14 Jan 2011 12:37:59 +0000 (04:37 -0800)]
Merge "Avoid converting rslib.bc to things like rslib.h. So we are less error-prone." into honeycomb

13 years agoMerge "Save input method subtype even if the current IME is not running." into honeycomb
satok [Fri, 14 Jan 2011 08:13:16 +0000 (00:13 -0800)]
Merge "Save input method subtype even if the current IME is not running." into honeycomb

13 years agoMerge "Fix bug 3352112 - crash in AbsListView.smoothScrollBy" into honeycomb
Adam Powell [Fri, 14 Jan 2011 06:21:15 +0000 (22:21 -0800)]
Merge "Fix bug 3352112 - crash in AbsListView.smoothScrollBy" into honeycomb

13 years agoMerge "Fix issue #3330037: Unnecessary orientations appear..." into honeycomb
Dianne Hackborn [Fri, 14 Jan 2011 05:14:12 +0000 (21:14 -0800)]
Merge "Fix issue #3330037: Unnecessary orientations appear..." into honeycomb

13 years agoMerge "Fix NPE in interceptKeyBeforeDispatching." into honeycomb
Jeff Brown [Fri, 14 Jan 2011 04:00:31 +0000 (20:00 -0800)]
Merge "Fix NPE in interceptKeyBeforeDispatching." into honeycomb

13 years agoMerge "Move the main thread check to the appropriate place." into honeycomb
Romain Guy [Fri, 14 Jan 2011 02:36:13 +0000 (18:36 -0800)]
Merge "Move the main thread check to the appropriate place." into honeycomb

13 years agoMerge "LayoutLib: Fix multi-line text rendering." into honeycomb
Xavier Ducrohet [Fri, 14 Jan 2011 02:30:04 +0000 (18:30 -0800)]
Merge "LayoutLib: Fix multi-line text rendering." into honeycomb

13 years agofix [3312683] Camera mirroring problem after switching from back to front camera
Mathias Agopian [Fri, 14 Jan 2011 01:53:01 +0000 (17:53 -0800)]
fix [3312683] Camera mirroring problem after switching from back to front camera

the crop as well as buffer orientation can change at every frame, when that happens
we need to reset the hwc HAL (ie: set the GEOMETRY_CHANGED flag).
currently we achieve this by taking the same code path than an actual geometry change
which is a bit more heavy than necessary.

Change-Id: I751f9ed1eeec0c27db7df2e77d5d17c6bcc17a24

13 years agoMerge "Remove debug code" into honeycomb
Romain Guy [Fri, 14 Jan 2011 01:44:28 +0000 (17:44 -0800)]
Merge "Remove debug code" into honeycomb

13 years agoMerge "Re-implement img npot support in HC." into honeycomb
Jason Sams [Fri, 14 Jan 2011 01:21:02 +0000 (17:21 -0800)]
Merge "Re-implement img npot support in HC." into honeycomb

13 years agoMerge "Add debug logs for display lists." into honeycomb
Romain Guy [Fri, 14 Jan 2011 01:20:47 +0000 (17:20 -0800)]
Merge "Add debug logs for display lists." into honeycomb

13 years agoMerge "b/3133123 Pass touch point ids to WebKit." into honeycomb
Huahui Wu [Fri, 14 Jan 2011 01:02:33 +0000 (17:02 -0800)]
Merge "b/3133123 Pass touch point ids to WebKit." into honeycomb

13 years agoMerge "Deep clone settings for system package update" into honeycomb
Kenny Root [Fri, 14 Jan 2011 00:55:00 +0000 (16:55 -0800)]
Merge "Deep clone settings for system package update" into honeycomb

13 years agoMerge "Docs plus removing some junk per API review." into honeycomb
Alex Sakhartchouk [Fri, 14 Jan 2011 00:27:23 +0000 (16:27 -0800)]
Merge "Docs plus removing some junk per API review." into honeycomb

13 years agoMerge "Fix bug in handling connect/disconnect multiple devices." into honeycomb
Jaikumar Ganesh [Fri, 14 Jan 2011 00:21:12 +0000 (16:21 -0800)]
Merge "Fix bug in handling connect/disconnect multiple devices." into honeycomb

13 years agoMerge "Remove accidental StrictMode logging left in." into honeycomb
Brad Fitzpatrick [Fri, 14 Jan 2011 00:16:46 +0000 (16:16 -0800)]
Merge "Remove accidental StrictMode logging left in." into honeycomb

13 years agoMerge "Fix issue #3153930: orphan window left on screen" into honeycomb
Dianne Hackborn [Thu, 13 Jan 2011 23:45:37 +0000 (15:45 -0800)]
Merge "Fix issue #3153930: orphan window left on screen" into honeycomb

13 years agoMerge "remove runFinalizationSync calls" into honeycomb
Guang Zhu [Thu, 13 Jan 2011 23:38:44 +0000 (15:38 -0800)]
Merge "remove runFinalizationSync calls" into honeycomb

13 years agoMerge "fix for cts DuplicateParentStateEnabled bug with TextViews." into honeycomb
Gilles Debunne [Thu, 13 Jan 2011 22:51:33 +0000 (14:51 -0800)]
Merge "fix for cts DuplicateParentStateEnabled bug with TextViews." into honeycomb

13 years agoMerge "Fix bug 3242262 - Add queryHint attribute for SearchView" into honeycomb
Adam Powell [Thu, 13 Jan 2011 22:51:16 +0000 (14:51 -0800)]
Merge "Fix bug 3242262 - Add queryHint attribute for SearchView" into honeycomb

13 years agoMerge "Invisible of gone views fire accessibility events." into honeycomb
Svetoslav Ganov [Thu, 13 Jan 2011 22:46:27 +0000 (14:46 -0800)]
Merge "Invisible of gone views fire accessibility events." into honeycomb

13 years agoMerge "Suppress orientation changes during drag operations" into honeycomb
Christopher Tate [Thu, 13 Jan 2011 22:20:48 +0000 (14:20 -0800)]
Merge "Suppress orientation changes during drag operations" into honeycomb

13 years agoMerge "LayoutLib: Use the new log tag constants from LayoutLog" into honeycomb
Xavier Ducrohet [Thu, 13 Jan 2011 21:45:38 +0000 (13:45 -0800)]
Merge "LayoutLib: Use the new log tag constants from LayoutLog" into honeycomb

13 years agoMerge "Fix remote GraphicBuffer allocation in SurfaceFlinger." into honeycomb
Jamie Gennis [Thu, 13 Jan 2011 20:57:21 +0000 (12:57 -0800)]
Merge "Fix remote GraphicBuffer allocation in SurfaceFlinger." into honeycomb

13 years agoMerge "Add logging to SurfaceTextureClient." into honeycomb
Jamie Gennis [Thu, 13 Jan 2011 20:56:38 +0000 (12:56 -0800)]
Merge "Add logging to SurfaceTextureClient." into honeycomb

13 years agoMerge "Print currentDestinationString() for each backup transport" into honeycomb
Fabrice Di Meglio [Thu, 13 Jan 2011 20:45:27 +0000 (12:45 -0800)]
Merge "Print currentDestinationString() for each backup transport" into honeycomb

13 years agoMerge "DatePicker is calling back its listener on init." into honeycomb
Svetoslav Ganov [Thu, 13 Jan 2011 20:41:04 +0000 (12:41 -0800)]
Merge "DatePicker is calling back its listener on init." into honeycomb

13 years agoFix remote GraphicBuffer allocation in SurfaceFlinger.
Jamie Gennis [Thu, 13 Jan 2011 02:30:40 +0000 (18:30 -0800)]
Fix remote GraphicBuffer allocation in SurfaceFlinger.

This change fixes a horrible hack that I did to allow application
processes to create GraphicBuffer objects by making a binder call to
SurfaceFlinger.  This change introduces a new binder interface
specifically for doing this, and does it in such a way that
SurfaceFlinger will maintain a reference to the buffers until the app is
done with them.

Change-Id: Icb240397c6c206d7f69124c1497a829f051cb49b

13 years agoAdd logging to SurfaceTextureClient.
Jamie Gennis [Thu, 13 Jan 2011 04:22:41 +0000 (20:22 -0800)]
Add logging to SurfaceTextureClient.

Change-Id: I984c3b9c88f8af613a50138188ff1b770e2de6b4

13 years agoRevert "Remove the APIs for the old encryption scheme."
Jason parks [Thu, 13 Jan 2011 20:15:43 +0000 (14:15 -0600)]
Revert "Remove the APIs for the old encryption scheme."

This reverts commit 1125d780a8b61703b8eb28c5c77dac5f3f0022dd.

13 years agoMerge "Cleanup implementation of hardware layers." into honeycomb
Romain Guy [Thu, 13 Jan 2011 20:13:59 +0000 (12:13 -0800)]
Merge "Cleanup implementation of hardware layers." into honeycomb

13 years agoMerge "Fix a bug in SurfaceTexture::dequeueBuffer." into honeycomb
Jamie Gennis [Thu, 13 Jan 2011 20:13:56 +0000 (12:13 -0800)]
Merge "Fix a bug in SurfaceTexture::dequeueBuffer." into honeycomb

13 years agoMerge "Fix issue 3302649." into honeycomb
Eric Laurent [Thu, 13 Jan 2011 19:59:13 +0000 (11:59 -0800)]
Merge "Fix issue 3302649." into honeycomb

13 years agoMerge "Add getTransformMatrix to the SurfaceTexture API." into honeycomb
Jamie Gennis [Thu, 13 Jan 2011 19:29:14 +0000 (11:29 -0800)]
Merge "Add getTransformMatrix to the SurfaceTexture API." into honeycomb

13 years agoMerge "Import revised translations." into honeycomb
Eric Fischer [Thu, 13 Jan 2011 18:59:52 +0000 (10:59 -0800)]
Merge "Import revised translations." into honeycomb

13 years agoMerge "LayoutLib: move MockView back into its original package." into honeycomb
Xavier Ducrohet [Thu, 13 Jan 2011 18:22:53 +0000 (10:22 -0800)]
Merge "LayoutLib: move MockView back into its original package." into honeycomb

13 years agoMerge "LayoutLib: Add getViewParent/getViewIndex on RenderSession." into honeycomb
Xavier Ducrohet [Thu, 13 Jan 2011 18:22:43 +0000 (10:22 -0800)]
Merge "LayoutLib: Add getViewParent/getViewIndex on RenderSession." into honeycomb

13 years agoMerge "Add audio encoding parameters check" into honeycomb
James Dong [Thu, 13 Jan 2011 18:21:28 +0000 (10:21 -0800)]
Merge "Add audio encoding parameters check" into honeycomb

13 years agoMerge "Updating the WebView accessibility key bindings after discussion with the...
Svetoslav Ganov [Thu, 13 Jan 2011 18:17:02 +0000 (10:17 -0800)]
Merge "Updating the WebView accessibility key bindings after discussion with the access-eng team" into honeycomb

13 years agoMerge "Phone crash when old callback func is woken up when enabling BT." into honeycomb
Jaikumar Ganesh [Thu, 13 Jan 2011 18:14:40 +0000 (10:14 -0800)]
Merge "Phone crash when old callback func is woken up when enabling BT." into honeycomb

13 years agoMerge "Documentation" into honeycomb
Alex Sakhartchouk [Thu, 13 Jan 2011 18:14:14 +0000 (10:14 -0800)]
Merge "Documentation" into honeycomb

13 years agoMerge "Turn off DUN connection after tethering." into honeycomb
Robert Greenwalt [Thu, 13 Jan 2011 18:02:29 +0000 (10:02 -0800)]
Merge "Turn off DUN connection after tethering." into honeycomb

13 years agoMerge "QuickContactBadge shows its pressed state" into honeycomb
Gilles Debunne [Thu, 13 Jan 2011 17:50:40 +0000 (09:50 -0800)]
Merge "QuickContactBadge shows its pressed state" into honeycomb