OSDN Git Service

android-x86/frameworks-native.git
13 years agoMerge "Fix handling of multiple possible default networks" into honeycomb
Robert Greenwalt [Fri, 7 Jan 2011 01:16:48 +0000 (17:16 -0800)]
Merge "Fix handling of multiple possible default networks" into honeycomb

13 years agoMerge "in GB requery() didn't throw exceptions (mostly). replicate that in HC" into...
Vasu Nori [Fri, 7 Jan 2011 00:52:35 +0000 (16:52 -0800)]
Merge "in GB requery() didn't throw exceptions (mostly). replicate that in HC" into honeycomb

13 years agoMerge changes Ib809d4c5,I05d69da4 into honeycomb
Joe Onorato [Fri, 7 Jan 2011 00:45:42 +0000 (16:45 -0800)]
Merge changes Ib809d4c5,I05d69da4 into honeycomb

* changes:
  This makes the events at the edge of the screen find the button.
  some touch event debugging

13 years agoMerge "Update api/current.xml for SurfaceTexture." into honeycomb
Jamie Gennis [Fri, 7 Jan 2011 00:37:33 +0000 (16:37 -0800)]
Merge "Update api/current.xml for SurfaceTexture." into honeycomb

13 years agoMerge "If the stream for the new bandwidth doesn't have the segment we're looking...
Andreas Huber [Fri, 7 Jan 2011 00:37:29 +0000 (16:37 -0800)]
Merge "If the stream for the new bandwidth doesn't have the segment we're looking for..." into honeycomb

13 years agoMerge "Remove auto connection on ACL connection." into honeycomb
Jaikumar Ganesh [Fri, 7 Jan 2011 00:31:15 +0000 (16:31 -0800)]
Merge "Remove auto connection on ACL connection." into honeycomb

13 years agoMerge "Add the SurfaceTexture java class." into honeycomb
Jamie Gennis [Fri, 7 Jan 2011 00:20:56 +0000 (16:20 -0800)]
Merge "Add the SurfaceTexture java class." into honeycomb

13 years agoMerge "Fix bug 3212471 - Widget.Holo.ActionButton style and friends now 76% more...
Adam Powell [Fri, 7 Jan 2011 00:06:48 +0000 (16:06 -0800)]
Merge "Fix bug 3212471 - Widget.Holo.ActionButton style and friends now 76% more useful" into honeycomb

13 years agoMerge "Make sure the reading level scale is within min/max limits." into honeycomb
Shimeng (Simon) Wang [Thu, 6 Jan 2011 23:39:49 +0000 (15:39 -0800)]
Merge "Make sure the reading level scale is within min/max limits." into honeycomb

13 years agoMerge "Reuse of native display list objects" into honeycomb
Chet Haase [Thu, 6 Jan 2011 23:02:51 +0000 (15:02 -0800)]
Merge "Reuse of native display list objects" into honeycomb

13 years agoMerge "Use NuPlayer for HTTP live streaming playback by default." into honeycomb
Andreas Huber [Thu, 6 Jan 2011 22:30:27 +0000 (14:30 -0800)]
Merge "Use NuPlayer for HTTP live streaming playback by default." into honeycomb

13 years agoMerge "Add temporary hack for keyboards not following spec." into honeycomb
Jaikumar Ganesh [Thu, 6 Jan 2011 22:26:40 +0000 (14:26 -0800)]
Merge "Add temporary hack for keyboards not following spec." into honeycomb

13 years agoMerge "Follow the spec recommendation for keyboard pairing." into honeycomb
Jaikumar Ganesh [Thu, 6 Jan 2011 22:26:22 +0000 (14:26 -0800)]
Merge "Follow the spec recommendation for keyboard pairing." into honeycomb

13 years agoMerge "Add camera service support for SurfaceTexture." into honeycomb
Jamie Gennis [Thu, 6 Jan 2011 21:36:47 +0000 (13:36 -0800)]
Merge "Add camera service support for SurfaceTexture." into honeycomb

13 years agoMerge "Colorconverter may not support some src/dst bitmap configurations." into honeycomb
Andreas Huber [Thu, 6 Jan 2011 21:26:51 +0000 (13:26 -0800)]
Merge "Colorconverter may not support some src/dst bitmap configurations." into honeycomb

13 years agoMerge "If we failed to initialize the codec after transitioning to IDLE state, don...
Andreas Huber [Thu, 6 Jan 2011 21:26:45 +0000 (13:26 -0800)]
Merge "If we failed to initialize the codec after transitioning to IDLE state, don't assert" into honeycomb

13 years agoAdd the SurfaceTexture C++ implementation.
Jamie Gennis [Mon, 20 Dec 2010 19:27:26 +0000 (11:27 -0800)]
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

13 years agoAdd the ISurfaceComposer::createGraphicBuffer IPC.
Jamie Gennis [Mon, 20 Dec 2010 19:21:07 +0000 (11:21 -0800)]
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

13 years agoMerge "requery() should close cursorwindow insead of setting it to null." into honeycomb
Vasu Nori [Thu, 6 Jan 2011 19:37:00 +0000 (11:37 -0800)]
Merge "requery() should close cursorwindow insead of setting it to null." into honeycomb

13 years agoMerge "set default mode of WAL to be off." into honeycomb
Vasu Nori [Thu, 6 Jan 2011 19:36:53 +0000 (11:36 -0800)]
Merge "set default mode of WAL to be off." into honeycomb

13 years agoMerge "Fix bug 3327227 - Adjust overflow menu padding" into honeycomb
Adam Powell [Thu, 6 Jan 2011 19:32:51 +0000 (11:32 -0800)]
Merge "Fix bug 3327227 - Adjust overflow menu padding" into honeycomb

13 years agoMerge "pass enter key to webkit more often" into honeycomb
Cary Clark [Thu, 6 Jan 2011 19:29:33 +0000 (11:29 -0800)]
Merge "pass enter key to webkit more often" into honeycomb

13 years agoMerge "Check null pointer agressively."
satok [Thu, 6 Jan 2011 10:40:07 +0000 (02:40 -0800)]
Merge "Check null pointer agressively."

13 years agoMerge "Enable built-in echo canceler if available."
Chia-chi Yeh [Thu, 6 Jan 2011 09:56:27 +0000 (01:56 -0800)]
Merge "Enable built-in echo canceler if available."

13 years agoMerge "Do not set back to AudioManager.MODE_NORMAL in SipAudioCall."
Chia-chi Yeh [Thu, 6 Jan 2011 08:10:26 +0000 (00:10 -0800)]
Merge "Do not set back to AudioManager.MODE_NORMAL in SipAudioCall."

13 years agoMerge "Fix a bug that could cause padded lists to draw dividers incorrectly"
Adam Powell [Thu, 6 Jan 2011 07:32:31 +0000 (23:32 -0800)]
Merge "Fix a bug that could cause padded lists to draw dividers incorrectly"

13 years agoam c042eb77: am 3769240b: Merge "Clear reference to the IIntentReceiver in order...
Dianne Hackborn [Thu, 6 Jan 2011 06:48:10 +0000 (22:48 -0800)]
am c042eb77: am 3769240b: Merge "Clear reference to the IIntentReceiver in order to avoid memory leak"

* commit 'c042eb77a5e4c3cb4f2a886d61cff17e1c9b5aed':
  Clear reference to the IIntentReceiver in order to avoid memory leak

13 years agoam 73fef3c7: am b5a8654d: Clear reference to the IIntentReceiver in order to avoid...
Johannes Carlsson [Thu, 6 Jan 2011 06:48:05 +0000 (22:48 -0800)]
am 73fef3c7: am b5a8654d: Clear reference to the IIntentReceiver in order to avoid memory leak

* commit '73fef3c7c0986468d75e3ef09d2255c3509a80c9':
  Clear reference to the IIntentReceiver in order to avoid memory leak

13 years agoam 4302886f: am c91f9fe5: Merge "Avoiding cyclic references when unbinding from a...
Dianne Hackborn [Thu, 6 Jan 2011 06:48:00 +0000 (22:48 -0800)]
am 4302886f: am c91f9fe5: Merge "Avoiding cyclic references when unbinding from a service" into gingerbread

* commit '4302886f8f77c3f53cdc094069f3550dd56bc812':
  Avoiding cyclic references when unbinding from a service

13 years agoMerge "Fix bug 3326380 - ListView motion scrolling stops too early when list is padded"
Adam Powell [Thu, 6 Jan 2011 06:38:35 +0000 (22:38 -0800)]
Merge "Fix bug 3326380 - ListView motion scrolling stops too early when list is padded"

13 years agoMerge "Import libcore_to_document definition from libcore/Docs.mk"
Brian Carlstrom [Thu, 6 Jan 2011 05:53:32 +0000 (21:53 -0800)]
Merge "Import libcore_to_document definition from libcore/Docs.mk"

13 years agoMerge "Implement issue #3326435: Battery stats improvements"
Dianne Hackborn [Thu, 6 Jan 2011 05:35:56 +0000 (21:35 -0800)]
Merge "Implement issue #3326435: Battery stats improvements"

13 years agoMerge "Fix bug 3242965 - Unreadable text in context menus using legacy theme"
Adam Powell [Thu, 6 Jan 2011 05:10:16 +0000 (21:10 -0800)]
Merge "Fix bug 3242965 - Unreadable text in context menus using legacy theme"

13 years agoMerge "Make the volume keys adjust the media volume by default if the device is not...
Joe Onorato [Thu, 6 Jan 2011 04:53:14 +0000 (20:53 -0800)]
Merge "Make the volume keys adjust the media volume by default if the device is not "voice capable.""

13 years agoMerge "Fix the 3G icon shows as G."
Joe Onorato [Thu, 6 Jan 2011 04:53:05 +0000 (20:53 -0800)]
Merge "Fix the 3G icon shows as G."

13 years agoam 3769240b: Merge "Clear reference to the IIntentReceiver in order to avoid memory...
Dianne Hackborn [Thu, 6 Jan 2011 03:28:33 +0000 (19:28 -0800)]
am 3769240b: Merge "Clear reference to the IIntentReceiver in order to avoid memory leak"

* commit '3769240b7976bfa50bb7bf235747b7f6bb7be08e':
  Clear reference to the IIntentReceiver in order to avoid memory leak

13 years agoam b5a8654d: Clear reference to the IIntentReceiver in order to avoid memory leak
Johannes Carlsson [Thu, 6 Jan 2011 03:13:29 +0000 (19:13 -0800)]
am b5a8654d: Clear reference to the IIntentReceiver in order to avoid memory leak

* commit 'b5a8654dea9ea8443b41f8ff3668ae4074e13a07':
  Clear reference to the IIntentReceiver in order to avoid memory leak

13 years agoMerge "Clear reference to the IIntentReceiver in order to avoid memory leak"
Dianne Hackborn [Thu, 6 Jan 2011 03:10:15 +0000 (19:10 -0800)]
Merge "Clear reference to the IIntentReceiver in order to avoid memory leak"

13 years agoam c91f9fe5: Merge "Avoiding cyclic references when unbinding from a service" into...
Dianne Hackborn [Thu, 6 Jan 2011 02:55:57 +0000 (18:55 -0800)]
am c91f9fe5: Merge "Avoiding cyclic references when unbinding from a service" into gingerbread

* commit 'c91f9fe542fd1ca9d6da432faeba60d35c4d5c49':
  Avoiding cyclic references when unbinding from a service

13 years agoMerge "Avoiding cyclic references when unbinding from a service" into gingerbread
Dianne Hackborn [Thu, 6 Jan 2011 02:54:19 +0000 (18:54 -0800)]
Merge "Avoiding cyclic references when unbinding from a service" into gingerbread

13 years agoam a8ce7736: am 35e8dcb9: Merge "Suppress the recording sound in the recorded video...
James Dong [Thu, 6 Jan 2011 01:57:55 +0000 (17:57 -0800)]
am a8ce7736: am 35e8dcb9: Merge "Suppress the recording sound in the recorded video" into gingerbread

* commit 'a8ce773607c26dd4336f57856afce507fb98a279':
  Suppress the recording sound in the recorded video

13 years agoam 35e8dcb9: Merge "Suppress the recording sound in the recorded video" into gingerbread
James Dong [Thu, 6 Jan 2011 01:55:27 +0000 (17:55 -0800)]
am 35e8dcb9: Merge "Suppress the recording sound in the recorded video" into gingerbread

* commit '35e8dcb9df8c3d77ede120e3f1aaf842b2928639':
  Suppress the recording sound in the recorded video

13 years agoMerge "Suppress the recording sound in the recorded video" into gingerbread
James Dong [Thu, 6 Jan 2011 01:53:18 +0000 (17:53 -0800)]
Merge "Suppress the recording sound in the recorded video" into gingerbread

13 years agoMerge "Updated HDPI assets from Gingerbread"
Justin Ho [Thu, 6 Jan 2011 01:50:26 +0000 (17:50 -0800)]
Merge "Updated HDPI assets from Gingerbread"

13 years agoMerge "Allow bumpDns() to execute correctly before boot has completed"
Robert Greenwalt [Thu, 6 Jan 2011 01:47:18 +0000 (17:47 -0800)]
Merge "Allow bumpDns() to execute correctly before boot has completed"

13 years agoMerge "Add support in TTS for volume and panning control of the synth output"
Jean-Michel Trivi [Thu, 6 Jan 2011 01:36:46 +0000 (17:36 -0800)]
Merge "Add support in TTS for volume and panning control of the synth output"

13 years agoMerge "Updated presence icons and new emergency icon"
Justin Ho [Thu, 6 Jan 2011 01:27:04 +0000 (17:27 -0800)]
Merge "Updated presence icons and new emergency icon"

13 years agoMerge "Fix Holo Spinners"
Adam Powell [Thu, 6 Jan 2011 01:10:56 +0000 (17:10 -0800)]
Merge "Fix Holo Spinners"

13 years agoMerge "Updated assets from gingerbread"
Justin Ho [Thu, 6 Jan 2011 01:00:26 +0000 (17:00 -0800)]
Merge "Updated assets from gingerbread"

13 years agoMerge "Some more fixes regarding HTTP live in NuPlayer."
Andreas Huber [Thu, 6 Jan 2011 00:34:06 +0000 (16:34 -0800)]
Merge "Some more fixes regarding HTTP live in NuPlayer."

13 years agoMerge "Add MipmapDrawableTest"
Brian Muramatsu [Wed, 5 Jan 2011 23:19:38 +0000 (15:19 -0800)]
Merge "Add MipmapDrawableTest"

13 years agoMerge "Use an opaque background for the search bar in legacy SearchDialog."
Amith Yamasani [Wed, 5 Jan 2011 23:17:50 +0000 (15:17 -0800)]
Merge "Use an opaque background for the search bar in legacy SearchDialog."

13 years agoMerge "Add dispatch key shortcut window callback."
Jeff Brown [Wed, 5 Jan 2011 22:52:07 +0000 (14:52 -0800)]
Merge "Add dispatch key shortcut window callback."

13 years agoMerge "Seek/Duration support for completed http live streams in NuPlayer."
Andreas Huber [Wed, 5 Jan 2011 22:50:00 +0000 (14:50 -0800)]
Merge "Seek/Duration support for completed http live streams in NuPlayer."

13 years agoresolved conflicts for merge of 3a2c6bf0 to master
Brad Fitzpatrick [Wed, 5 Jan 2011 22:04:06 +0000 (14:04 -0800)]
resolved conflicts for merge of 3a2c6bf0 to master

Change-Id: I1963d8fc391bb84de1054f2b20ce4e082d764cbe

13 years agoam 69ea4e15: Documentation fixes found over vacation hacking.
Brad Fitzpatrick [Wed, 5 Jan 2011 21:52:53 +0000 (13:52 -0800)]
am 69ea4e15: Documentation fixes found over vacation hacking.

* commit '69ea4e15e52c456537575d21443ac1efdb03a902':
  Documentation fixes found over vacation hacking.

13 years agoMerge "Only allow touch events from one device at a time."
Jeff Brown [Wed, 5 Jan 2011 21:44:05 +0000 (13:44 -0800)]
Merge "Only allow touch events from one device at a time."

13 years agoMerge "Refactor zoom overview width calculation."
Shimeng (Simon) Wang [Wed, 5 Jan 2011 21:05:29 +0000 (13:05 -0800)]
Merge "Refactor zoom overview width calculation."

13 years agoMerge "Show the keyboard when opening Find from the menu."
Leon Scroggins [Wed, 5 Jan 2011 20:57:37 +0000 (12:57 -0800)]
Merge "Show the keyboard when opening Find from the menu."

13 years agoMerge "Fixed a typo in the enum for unknown camera error message"
James Dong [Wed, 5 Jan 2011 20:53:13 +0000 (12:53 -0800)]
Merge "Fixed a typo in the enum for unknown camera error message"

13 years agoMerge "Add decryption support to MountService."
Jason parks [Wed, 5 Jan 2011 19:56:42 +0000 (11:56 -0800)]
Merge "Add decryption support to MountService."

13 years agoMerge "Do not open the keyboard when opening Find from CAB."
Leon Scroggins [Wed, 5 Jan 2011 19:14:58 +0000 (11:14 -0800)]
Merge "Do not open the keyboard when opening Find from CAB."

13 years agoMerge "Use the app context to avoid a memory leak."
Patrick Scott [Wed, 5 Jan 2011 19:07:21 +0000 (11:07 -0800)]
Merge "Use the app context to avoid a memory leak."

13 years agoMerge changes Ia8a15db8,I20ac5203
Romain Guy [Wed, 5 Jan 2011 18:32:15 +0000 (10:32 -0800)]
Merge changes Ia8a15db8,I20ac5203

* changes:
  Don't enable hardware acceleration when the app owns the surface. Bug #3323096
  Make FrameLayout support mixed wrap_content/match_parent children. Bug #3259668

13 years agoMerge "Use video output if necessary for timelapse video recording"
James Dong [Wed, 5 Jan 2011 18:27:55 +0000 (10:27 -0800)]
Merge "Use video output if necessary for timelapse video recording"

13 years agoMerge "fix build"
Jason Sams [Wed, 5 Jan 2011 07:17:31 +0000 (23:17 -0800)]
Merge "fix build"

13 years agoMerge "No longer needed."
Dianne Hackborn [Wed, 5 Jan 2011 06:45:44 +0000 (22:45 -0800)]
Merge "No longer needed."

13 years agoMerge "Random cleanup"
Jason Sams [Wed, 5 Jan 2011 06:31:15 +0000 (22:31 -0800)]
Merge "Random cleanup"

13 years agoMerge "unhide renderscript"
Jason Sams [Wed, 5 Jan 2011 06:23:05 +0000 (22:23 -0800)]
Merge "unhide renderscript"

13 years agoMerge changes I49263df9,Ie733ad38,I84908fd3,Ia4e869b8,I8240e763,Id5704cc5
Joe Onorato [Wed, 5 Jan 2011 02:54:49 +0000 (18:54 -0800)]
Merge changes I49263df9,Ie733ad38,I84908fd3,Ia4e869b8,I8240e763,Id5704cc5

* changes:
  fix the build
  Don't re-show the ticker for a notification if they have set FLAG_ONLY_SHOW_ONCE.
  Notification.Builder.setAutoCancel() was setting the wrong flag.
  Allow taps on the ticker to pass through to the notification target view so the notification panel still opens.
  The whole title area of the notification panel should toggle the settings view.
  When the number field on a notifications is >100, just say "100+" instead of listing the number.

13 years agoam 978e41fc: am 8d98aebe: Merge "Fix technology extra naming for IsoDep and NfcB...
Nick Pelly [Wed, 5 Jan 2011 02:35:40 +0000 (18:35 -0800)]
am 978e41fc: am 8d98aebe: Merge "Fix technology extra naming for IsoDep and NfcB (API part)." into gingerbread

* commit '978e41fccf278bb64c5204d80d8de95c9bf2e3d5':
  Fix technology extra naming for IsoDep and NfcB (API part).

13 years agoam 8d98aebe: Merge "Fix technology extra naming for IsoDep and NfcB (API part)."...
Nick Pelly [Wed, 5 Jan 2011 02:33:41 +0000 (18:33 -0800)]
am 8d98aebe: Merge "Fix technology extra naming for IsoDep and NfcB (API part)." into gingerbread

* commit '8d98aebe286be0ca963232afce3d5ceec67d3d7a':
  Fix technology extra naming for IsoDep and NfcB (API part).

13 years agoMerge "Fix technology extra naming for IsoDep and NfcB (API part)." into gingerbread
Nick Pelly [Wed, 5 Jan 2011 02:31:19 +0000 (18:31 -0800)]
Merge "Fix technology extra naming for IsoDep and NfcB (API part)." into gingerbread

13 years agoMerge "Replace extractAlbumArt() with getEmbeddedPicture() in MediaMetadataRetriever...
James Dong [Wed, 5 Jan 2011 02:19:45 +0000 (18:19 -0800)]
Merge "Replace extractAlbumArt() with getEmbeddedPicture() in MediaMetadataRetriever.java"

13 years agoam 05c53067: am 273d2ea3: Merge "Fix setting audio group mode in SipPhone." into...
Hung-ying Tyan [Wed, 5 Jan 2011 01:49:48 +0000 (17:49 -0800)]
am 05c53067: am 273d2ea3: Merge "Fix setting audio group mode in SipPhone." into gingerbread

* commit '05c53067b613796624937214e506c58de817c8fd':
  Fix setting audio group mode in SipPhone.

13 years agoam 273d2ea3: Merge "Fix setting audio group mode in SipPhone." into gingerbread
Hung-ying Tyan [Wed, 5 Jan 2011 01:47:47 +0000 (17:47 -0800)]
am 273d2ea3: Merge "Fix setting audio group mode in SipPhone." into gingerbread

* commit '273d2ea3f986f1611d2cf303cc5b93f820c14dd3':
  Fix setting audio group mode in SipPhone.

13 years agoMerge "Fix setting audio group mode in SipPhone." into gingerbread
Hung-ying Tyan [Wed, 5 Jan 2011 01:45:36 +0000 (17:45 -0800)]
Merge "Fix setting audio group mode in SipPhone." into gingerbread

13 years agoMerge "Some new API cleanup."
Dianne Hackborn [Wed, 5 Jan 2011 01:42:45 +0000 (17:42 -0800)]
Merge "Some new API cleanup."

13 years agoam dc78e3fe: am 3cf71376: RTP: Send silence packets on idle streams for every second.
Chia-chi Yeh [Wed, 5 Jan 2011 01:41:16 +0000 (17:41 -0800)]
am dc78e3fe: am 3cf71376: RTP: Send silence packets on idle streams for every second.

* commit 'dc78e3fe7f2ffbc810cd54e86e3a83e279d74984':
  RTP: Send silence packets on idle streams for every second.

13 years agoam 3cf71376: RTP: Send silence packets on idle streams for every second.
Chia-chi Yeh [Wed, 5 Jan 2011 01:37:17 +0000 (17:37 -0800)]
am 3cf71376: RTP: Send silence packets on idle streams for every second.

* commit '3cf71376421f942d06b30101fbf0df7f3b23fbdd':
  RTP: Send silence packets on idle streams for every second.

13 years agoMouse pointer integration.
Jeff Brown [Mon, 3 Jan 2011 00:37:43 +0000 (16:37 -0800)]
Mouse pointer integration.

Added support for loading the pointer icon from a resource.

Moved the system server related bits of the input manager out
of libui and into libinput since they do not need to be linked into
applications.

Change-Id: Iec11e0725b3add2b905c51f8ea2c3b4b0d1a2d67

13 years agoMerge "Change the OpenGL viewport when new layout params are used. Bug #3303158"
Romain Guy [Wed, 5 Jan 2011 00:08:34 +0000 (16:08 -0800)]
Merge "Change the OpenGL viewport when new layout params are used. Bug #3303158"

13 years agoMerge "Revert "Fix for ellipsized text that has two lines at maximum.""
Gilles Debunne [Tue, 4 Jan 2011 23:42:40 +0000 (15:42 -0800)]
Merge "Revert "Fix for ellipsized text that has two lines at maximum.""

13 years agoMerge "Fix 3309250: Don't crash when thumbnail is null"
Jim Miller [Tue, 4 Jan 2011 23:37:16 +0000 (15:37 -0800)]
Merge "Fix 3309250: Don't crash when thumbnail is null"

13 years agoMerge "treat "can't open database file error" as "database corruption error""
Vasu Nori [Tue, 4 Jan 2011 23:05:21 +0000 (15:05 -0800)]
Merge "treat "can't open database file error" as "database corruption error""

13 years agoMerge "Keep a reference to the local matrix. Bug #3299324"
Romain Guy [Tue, 4 Jan 2011 23:00:48 +0000 (15:00 -0800)]
Merge "Keep a reference to the local matrix. Bug #3299324"

13 years agoMerge "Properly shutdown the decoders on a reset() in NuPlayer's implementation."
Andreas Huber [Tue, 4 Jan 2011 22:47:18 +0000 (14:47 -0800)]
Merge "Properly shutdown the decoders on a reset() in NuPlayer's implementation."

13 years agoMerge "Add full-screen support for OpenGL based plugins."
Derek Sollenberger [Tue, 4 Jan 2011 21:42:41 +0000 (13:42 -0800)]
Merge "Add full-screen support for OpenGL based plugins."

13 years agoMerge "Update API of PropertyChangeSupport, which is no longer synchronized."
Jesse Wilson [Tue, 4 Jan 2011 21:37:00 +0000 (13:37 -0800)]
Merge "Update API of PropertyChangeSupport, which is no longer synchronized."

13 years agoMerge "don't call methods doing database lock from a synchronized block"
Vasu Nori [Tue, 4 Jan 2011 21:18:17 +0000 (13:18 -0800)]
Merge "don't call methods doing database lock from a synchronized block"

13 years agoMerge "Fixed bug with reverseTransition"
Michael Jurka [Tue, 4 Jan 2011 21:14:31 +0000 (13:14 -0800)]
Merge "Fixed bug with reverseTransition"

13 years agoMerge "Remove captureFrame from MediaMetadataRetriever.java class It has been replace...
James Dong [Tue, 4 Jan 2011 21:12:47 +0000 (13:12 -0800)]
Merge "Remove captureFrame from MediaMetadataRetriever.java class It has been replaced by getFrameAtTime() method"

13 years agoMerge "when cursorwindow allocation fails, print the number of cursors left open"
Vasu Nori [Tue, 4 Jan 2011 20:15:53 +0000 (12:15 -0800)]
Merge "when cursorwindow allocation fails, print the number of cursors left open"

13 years agoMerge "Doc change: deleting tips section that was merged into index.jd"
Robert Ly [Tue, 4 Jan 2011 20:05:40 +0000 (12:05 -0800)]
Merge "Doc change: deleting tips section that was merged into index.jd"

13 years agoMerge "Doc change: removing debugging tips from nav"
Robert Ly [Tue, 4 Jan 2011 20:05:24 +0000 (12:05 -0800)]
Merge "Doc change: removing debugging tips from nav"

13 years agoMerge "Few little fragment, wm tweaks."
Dianne Hackborn [Tue, 4 Jan 2011 19:40:14 +0000 (11:40 -0800)]
Merge "Few little fragment, wm tweaks."

13 years agoMerge "Doc change: Updating titles"
Robert Ly [Tue, 4 Jan 2011 19:20:56 +0000 (11:20 -0800)]
Merge "Doc change: Updating titles"

13 years agoMerge "Doc change: Updating titles"
Robert Ly [Tue, 4 Jan 2011 19:20:43 +0000 (11:20 -0800)]
Merge "Doc change: Updating titles"

13 years agoMerge "Always file DUN requests for tethering."
Robert Greenwalt [Tue, 4 Jan 2011 19:17:51 +0000 (11:17 -0800)]
Merge "Always file DUN requests for tethering."

13 years agoMerge "Fix testGetAllVisitedUrls to match BP1 behavior"
John Reck [Tue, 4 Jan 2011 19:02:05 +0000 (11:02 -0800)]
Merge "Fix testGetAllVisitedUrls to match BP1 behavior"