OSDN Git Service

android-x86/frameworks-native.git
13 years agoMerge "Fix bug where home presses were not poking user activity." into gingerbread
Jeff Brown [Mon, 18 Oct 2010 22:13:33 +0000 (15:13 -0700)]
Merge "Fix bug where home presses were not poking user activity." into gingerbread

13 years agoFix bug where home presses were not poking user activity.
Jeff Brown [Mon, 18 Oct 2010 20:21:23 +0000 (13:21 -0700)]
Fix bug where home presses were not poking user activity.

We now poke user activity twice: once upon dequeueing an event
for dispatch and then again just before we dispatch it.  The second
poke is to compensate for the fact that it can take a few seconds to
identify the dispatch target (if the application is responding slowly)
but we want to keep the display from going to sleep for X amount of time
after the app gets a chance to actually receive the event.  This mirrors
pre-Gingerbread behavior.

Removed some unnecessary code that filters user activity pokes when sending
events to KeyGuard.  We don't need this because KeyGuard already tells the
power manager to disable user activity.

Bug: 3101397
Change-Id: I8c3a77601fdef8f584e84cfdd11aa79da0ff51db

13 years agoMerge "DO NOT MERGE Fix bug 3107560 - Edge glow appears delayed in WebView" into...
Adam Powell [Mon, 18 Oct 2010 21:19:52 +0000 (14:19 -0700)]
Merge "DO NOT MERGE Fix bug 3107560 - Edge glow appears delayed in WebView" into gingerbread

13 years agoMerge "Enable framework GPS and location manager logging" into gingerbread
Mike Lockwood [Mon, 18 Oct 2010 21:16:15 +0000 (14:16 -0700)]
Merge "Enable framework GPS and location manager logging" into gingerbread

13 years agoMerge "DO NOT MERGE Add additional options and receiver to BT tests" into gingerbread
Eric Rowe [Mon, 18 Oct 2010 20:53:48 +0000 (13:53 -0700)]
Merge "DO NOT MERGE Add additional options and receiver to BT tests" into gingerbread

13 years agoMerge "Uncomment SIP/VOIP feature check in SipManager." into gingerbread
John Huang [Mon, 18 Oct 2010 20:41:04 +0000 (13:41 -0700)]
Merge "Uncomment SIP/VOIP feature check in SipManager." into gingerbread

13 years agoMerge "Set the thread pool size of NIST sip stack to one." into gingerbread
John Huang [Mon, 18 Oct 2010 20:39:33 +0000 (13:39 -0700)]
Merge "Set the thread pool size of NIST sip stack to one." into gingerbread

13 years agoMerge "Pressing the power button quickly needs to turn the screen on and off correctl...
Joe Onorato [Mon, 18 Oct 2010 20:14:16 +0000 (13:14 -0700)]
Merge "Pressing the power button quickly needs to turn the screen on and off correctly." into gingerbread

13 years agoMerge "Prevent use of NFC api if device is not featurized for NFC." into gingerbread
Nick Pelly [Mon, 18 Oct 2010 19:00:48 +0000 (12:00 -0700)]
Merge "Prevent use of NFC api if device is not featurized for NFC." into gingerbread

13 years agoMerge "For thumbnail extraction make sure we instantiate a decoder that allows access...
Andreas Huber [Mon, 18 Oct 2010 18:46:44 +0000 (11:46 -0700)]
Merge "For thumbnail extraction make sure we instantiate a decoder that allows access to the framebuffer. Implement the samsung workaround to support this by reconfiguring the decoder." into gingerbread

13 years agoMerge "Link against the static libcrypto in external/openssl." into gingerbread
Ying Wang [Mon, 18 Oct 2010 18:44:28 +0000 (11:44 -0700)]
Merge "Link against the static libcrypto in external/openssl." into gingerbread

13 years agoMerge "If the PES packet size exceeds 16-bit range, use a packet size of 0 instead...
Andreas Huber [Mon, 18 Oct 2010 18:18:11 +0000 (11:18 -0700)]
Merge "If the PES packet size exceeds 16-bit range, use a packet size of 0 instead. This is valid for video content according to the specs." into gingerbread

13 years agoMerge "Removed "Select word" option on password fields." into gingerbread
Gilles Debunne [Mon, 18 Oct 2010 17:16:13 +0000 (10:16 -0700)]
Merge "Removed "Select word" option on password fields." into gingerbread

13 years agoMerge "Add the HTML5Audio class, to support the audio tag." into gingerbread
Ben Murdoch [Mon, 18 Oct 2010 17:15:55 +0000 (10:15 -0700)]
Merge "Add the HTML5Audio class, to support the audio tag." into gingerbread

13 years agoMerge "Fix issue 3098880." into gingerbread
Eric Laurent [Sat, 16 Oct 2010 00:18:35 +0000 (17:18 -0700)]
Merge "Fix issue 3098880." into gingerbread

13 years agoMerge "range checking for tnf" into gingerbread
Nick Kralevich [Sat, 16 Oct 2010 00:06:30 +0000 (17:06 -0700)]
Merge "range checking for tnf" into gingerbread

13 years agoMerge "Import revised translations DO NOT MERGE" into gingerbread
Kenny Root [Fri, 15 Oct 2010 23:55:40 +0000 (16:55 -0700)]
Merge "Import revised translations DO NOT MERGE" into gingerbread

13 years agoMerge "Fix a native crash in input dispatcher when windows are removed." into gingerbread
Jeff Brown [Fri, 15 Oct 2010 23:52:10 +0000 (16:52 -0700)]
Merge "Fix a native crash in input dispatcher when windows are removed." into gingerbread

13 years agoMerge "Add support for secure system overlays. (DO NOT MERGE)" into gingerbread
Jeff Brown [Fri, 15 Oct 2010 23:52:02 +0000 (16:52 -0700)]
Merge "Add support for secure system overlays.  (DO NOT MERGE)" into gingerbread

13 years agoMerge "DO NOT MERGE - Quick fix for menu background for SDK/emulator (mdpi)" into...
Justin Ho [Fri, 15 Oct 2010 23:43:42 +0000 (16:43 -0700)]
Merge "DO NOT MERGE - Quick fix for menu background for SDK/emulator (mdpi)" into gingerbread

13 years agoFix a native crash in input dispatcher when windows are removed.
Jeff Brown [Fri, 15 Oct 2010 23:20:51 +0000 (16:20 -0700)]
Fix a native crash in input dispatcher when windows are removed.

Bug: 3101826
Change-Id: I040838600a6105c8d9f3235025dc0a7b5b27da2e

13 years agoAdd support for secure system overlays. (DO NOT MERGE)
Jeff Brown [Fri, 15 Oct 2010 07:54:27 +0000 (00:54 -0700)]
Add support for secure system overlays.  (DO NOT MERGE)

This change adds a new window type for secure system overlays
created by the system itself from non-secure system overlays that
might be created by applications that have the system alert permission.
Secure views ignore the presence of secure system overlays.

Bug: 3098519
Change-Id: I8f8398f4fdeb0469e5d71124c21bedf121bd8c07

13 years agoMerge "DO NOT MERGE" into gingerbread
Shimeng (Simon) Wang [Fri, 15 Oct 2010 22:17:22 +0000 (15:17 -0700)]
Merge "DO NOT MERGE" into gingerbread

13 years agoMerge "Include the framework copy of the OpenMAX headers instead of referencing exter...
Andreas Huber [Fri, 15 Oct 2010 21:58:54 +0000 (14:58 -0700)]
Merge "Include the framework copy of the OpenMAX headers instead of referencing external/opencore." into gingerbread

13 years agoMerge "Check-in of a copy of the Khronos OpenMAX headers formerly included from exter...
Andreas Huber [Fri, 15 Oct 2010 21:58:05 +0000 (14:58 -0700)]
Merge "Check-in of a copy of the Khronos OpenMAX headers formerly included from external/opencore." into gingerbread

13 years agoMerge "Work on issue #3101415: Crespo apps seem to have their UID changed over time...
Dianne Hackborn [Fri, 15 Oct 2010 21:55:06 +0000 (14:55 -0700)]
Merge "Work on issue #3101415: Crespo apps seem to have their UID changed over time." into gingerbread

13 years agoMerge "fix build DO NOT MERGE" into gingerbread
Irfan Sheriff [Fri, 15 Oct 2010 21:30:36 +0000 (14:30 -0700)]
Merge "fix build DO NOT MERGE" into gingerbread

13 years agoMerge "DO NOT MERGE - Updated media transport controls (hdpi and mdpi)" into gingerbread
Justin Ho [Fri, 15 Oct 2010 21:26:08 +0000 (14:26 -0700)]
Merge "DO NOT MERGE - Updated media transport controls (hdpi and mdpi)" into gingerbread

13 years agoMerge "DO NOT MERGE" into gingerbread
Shimeng (Simon) Wang [Fri, 15 Oct 2010 21:07:29 +0000 (14:07 -0700)]
Merge "DO NOT MERGE" into gingerbread

13 years agoMerge "Line up textfield with WebTextView more often." into gingerbread
Leon Scroggins [Fri, 15 Oct 2010 20:58:38 +0000 (13:58 -0700)]
Merge "Line up textfield with WebTextView more often." into gingerbread

13 years agoMerge "fetch macaddr right after supplicant connection" into gingerbread
Irfan Sheriff [Fri, 15 Oct 2010 20:42:38 +0000 (13:42 -0700)]
Merge "fetch macaddr right after supplicant connection" into gingerbread

13 years agoam fda5b19c: Merge "docs: fix typo; surface dev guide link in package description...
Scott Main [Fri, 15 Oct 2010 19:35:04 +0000 (12:35 -0700)]
am fda5b19c: Merge "docs: fix typo; surface dev guide link in package description" into froyo

Merge commit 'fda5b19c757645e957c2a224f269aefe39fb1e1c' into gingerbread

* commit 'fda5b19c757645e957c2a224f269aefe39fb1e1c':
  docs: fix typo; surface dev guide link in package description

13 years agoam 09da9609: docs: fix code snippet errors
Scott Main [Fri, 15 Oct 2010 19:34:50 +0000 (12:34 -0700)]
am 09da9609: docs: fix code snippet errors

Merge commit '09da96099917141f2b90d53f61baa822bdd434d7' into gingerbread

* commit '09da96099917141f2b90d53f61baa822bdd434d7':
  docs: fix code snippet errors

13 years agoMerge "DO NOT MERGE - Updated ADB icon" into gingerbread
Justin Ho [Fri, 15 Oct 2010 18:53:49 +0000 (11:53 -0700)]
Merge "DO NOT MERGE - Updated ADB icon" into gingerbread

13 years agoMerge "NFC: Move NFC service implementation out of system_server." into gingerbread
Nick Pelly [Fri, 15 Oct 2010 17:55:11 +0000 (10:55 -0700)]
Merge "NFC: Move NFC service implementation out of system_server." into gingerbread

13 years agoMerge "docs: fix typo; surface dev guide link in package description" into froyo
Scott Main [Fri, 15 Oct 2010 17:46:33 +0000 (10:46 -0700)]
Merge "docs: fix typo; surface dev guide link in package description" into froyo

13 years agoMerge "Update the documentation for content provider security." into gingerbread
Nick Kralevich [Fri, 15 Oct 2010 16:17:12 +0000 (09:17 -0700)]
Merge "Update the documentation for content provider security." into gingerbread

13 years agoMerge "Make sure we cache the sampleTable again if using the caching datasource....
Andreas Huber [Fri, 15 Oct 2010 15:49:31 +0000 (08:49 -0700)]
Merge "Make sure we cache the sampleTable again if using the caching datasource." into gingerbread

13 years agoMerge "Don't crash on null Vibrator during reboot." into gingerbread
Brad Fitzpatrick [Fri, 15 Oct 2010 15:36:50 +0000 (08:36 -0700)]
Merge "Don't crash on null Vibrator during reboot." into gingerbread

13 years agoMerge "Improve input device calibration format." into gingerbread
Jeff Brown [Fri, 15 Oct 2010 08:15:08 +0000 (01:15 -0700)]
Merge "Improve input device calibration format." into gingerbread

13 years agoMerge "Revert to using epoll_wait()." into gingerbread
Jeff Brown [Fri, 15 Oct 2010 05:18:43 +0000 (22:18 -0700)]
Merge "Revert to using epoll_wait()." into gingerbread

13 years agoImprove input device calibration format.
Jeff Brown [Fri, 15 Oct 2010 04:42:15 +0000 (21:42 -0700)]
Improve input device calibration format.

Added support for calibrating touch size for devices that report
size as an area measurement rather than as a width.
Fixed some bugs.

Bug: 3096045
Change-Id: I30a12e73752883516ed054f8af407204bca45814

13 years agoMerge "SipService: add wake lock for incoming INVITE packets." into gingerbread
Hung-ying Tyan [Fri, 15 Oct 2010 03:49:34 +0000 (20:49 -0700)]
Merge "SipService: add wake lock for incoming INVITE packets." into gingerbread

13 years agoMerge "Updated GPS icons and new status bar background" into gingerbread
Justin Ho [Fri, 15 Oct 2010 01:32:30 +0000 (18:32 -0700)]
Merge "Updated GPS icons and new status bar background" into gingerbread

13 years agoMerge "DO NOT MERGE: Private API to pass the selected tab through QuickContacts"...
Daniel Lehmann [Fri, 15 Oct 2010 01:31:16 +0000 (18:31 -0700)]
Merge "DO NOT MERGE: Private API to pass the selected tab through QuickContacts" into gingerbread

13 years agoMerge "Fix issue 3098850" into gingerbread
Eric Laurent [Fri, 15 Oct 2010 01:00:22 +0000 (18:00 -0700)]
Merge "Fix issue 3098850" into gingerbread

13 years agoMerge "Screen on/off animation tweaks" into gingerbread
Joe Onorato [Fri, 15 Oct 2010 00:54:43 +0000 (17:54 -0700)]
Merge "Screen on/off animation tweaks" into gingerbread

13 years agoMerge "[3095807] screen takes a long time to turn on" into gingerbread
Mathias Agopian [Thu, 14 Oct 2010 23:49:05 +0000 (16:49 -0700)]
Merge "[3095807] screen takes a long time to turn on" into gingerbread

13 years agoMerge "Test that we don't leak sensitive information when logging cookies." into...
Jesse Wilson [Thu, 14 Oct 2010 22:57:59 +0000 (15:57 -0700)]
Merge "Test that we don't leak sensitive information when logging cookies." into gingerbread

13 years ago[3095807] screen takes a long time to turn on
Mathias Agopian [Thu, 14 Oct 2010 19:33:07 +0000 (12:33 -0700)]
[3095807] screen takes a long time to turn on

turn on animation is now ~200 ms (12 frames).

Change-Id: I49ca9e8d0afa566349d360b3b6c88f0d55aa6e75

13 years agoaddresses parts of 3096779 and 3097475
Mathias Agopian [Thu, 14 Oct 2010 21:54:06 +0000 (14:54 -0700)]
addresses parts of 3096779 and 3097475

3097475: Animation setting should control the screen on animation
3096779: CRT power-on animation can briefly show the top app instead of lockscreen

There is now a parameter that controls wether the ON and/or OFF animation are
performed. we also always clear the screen to black on power off, to make
sure it won't briefly appear on power on.
HOWEVER, 3096779 is not 100% fixed in the case where we're doing the animation
because there is a race, where SF doesn't wait (b/c it doesn't know) for the
framework to have redrawn the lockscreen.

Change-Id: Ie0f02c9225fcdf24b1e8907e268eb7da2c5b0a03

13 years agoMerge "fix [3095607] Gingerbread screen turn-on animation does not show the last...
Mathias Agopian [Thu, 14 Oct 2010 21:53:55 +0000 (14:53 -0700)]
Merge "fix [3095607] Gingerbread screen turn-on animation does not show the last frame" into gingerbread

13 years agoMerge "Import revised translations" into gingerbread
Kenny Root [Thu, 14 Oct 2010 21:17:57 +0000 (14:17 -0700)]
Merge "Import revised translations" into gingerbread

13 years agoMerge "MinGW/Cygwin requires open() in O_BINARY mode." into gingerbread
Raphael Moll [Thu, 14 Oct 2010 20:01:17 +0000 (13:01 -0700)]
Merge "MinGW/Cygwin requires open() in O_BINARY mode." into gingerbread

13 years agofix [3095607] Gingerbread screen turn-on animation does not show the last frame
Mathias Agopian [Thu, 14 Oct 2010 19:46:24 +0000 (12:46 -0700)]
fix [3095607] Gingerbread screen turn-on animation does not show the last frame

always redraw the screen entirely after the power-on animation, because:
- the animation may not run (ie: on the emu)
- the animation may not contain the video planes
- the interpolation may not be perfect and not land exactly on the last frame

Change-Id: I9ba40f537b1e94464f8a3ed6f81e7c2f552df51d

13 years agoMerge "may fix 3097381 and 3097482. don't abort on/off if the animation fails" into...
Mathias Agopian [Thu, 14 Oct 2010 19:38:51 +0000 (12:38 -0700)]
Merge "may fix 3097381 and 3097482. don't abort on/off if the animation fails" into gingerbread

13 years agoMerge "Check for state before disconnecting." into gingerbread
Jaikumar Ganesh [Thu, 14 Oct 2010 19:36:00 +0000 (12:36 -0700)]
Merge "Check for state before disconnecting." into gingerbread

13 years agomay fix 3097381 and 3097482. don't abort on/off if the animation fails
Mathias Agopian [Thu, 14 Oct 2010 19:19:37 +0000 (12:19 -0700)]
may fix 3097381 and 3097482. don't abort on/off if the animation fails

now that sf handles more of the screen on/off state, we don't want to abort
because/if the animation fails for some reason (which will be the case on the
emulator).

Change-Id: I239e0a39cf8aff3074647e82db92de4a0bf0e494

13 years agoMerge "DOC CHANGE: Fix bug in Testing doc" into gingerbread
Joe Malin [Thu, 14 Oct 2010 19:05:33 +0000 (12:05 -0700)]
Merge "DOC CHANGE: Fix bug in Testing doc" into gingerbread

13 years agoMerge "Make sure EventHub reports added/removed devices immediately." into gingerbread
Jeff Brown [Thu, 14 Oct 2010 18:52:58 +0000 (11:52 -0700)]
Merge "Make sure EventHub reports added/removed devices immediately." into gingerbread

13 years agoMerge "Change storage names to match 10-13 decision" into gingerbread
Roy West [Thu, 14 Oct 2010 18:15:50 +0000 (11:15 -0700)]
Merge "Change storage names to match 10-13 decision" into gingerbread

13 years agoMerge "Do not build pbkdf2gen on non-Linux hosts" into gingerbread
Joe Onorato [Thu, 14 Oct 2010 17:59:37 +0000 (10:59 -0700)]
Merge "Do not build pbkdf2gen on non-Linux hosts" into gingerbread

13 years agoMerge "Really leave text selection mode when using the trackball." into gingerbread
Gilles Debunne [Thu, 14 Oct 2010 17:58:59 +0000 (10:58 -0700)]
Merge "Really leave text selection mode when using the trackball." into gingerbread

13 years agoMake sure EventHub reports added/removed devices immediately.
Jeff Brown [Thu, 14 Oct 2010 09:23:43 +0000 (02:23 -0700)]
Make sure EventHub reports added/removed devices immediately.

Fixed a bug where EventHub would not report changes in devices
until the next event.

Bug: 3096147
Change-Id: Ie4c3e1d14d0ad806cfaa212611ce06034d1b94d4

13 years agoMinGW/Cygwin requires open() in O_BINARY mode.
Raphael Moll [Thu, 14 Oct 2010 02:13:48 +0000 (19:13 -0700)]
MinGW/Cygwin requires open() in O_BINARY mode.

Alsso printf %zd is not supported on MinGW/Cygwin.

Change-Id: I03811dabb46e2b05dd1d8abcc0ff97b125c77d54

13 years agoMerge "Make SipService listen to WIFI state change events." into gingerbread
Hung-ying Tyan [Thu, 14 Oct 2010 01:36:31 +0000 (18:36 -0700)]
Merge "Make SipService listen to WIFI state change events." into gingerbread

13 years agoMerge "OBB: use PBKDF2 for key generation." into gingerbread
Kenny Root [Thu, 14 Oct 2010 01:29:43 +0000 (18:29 -0700)]
Merge "OBB: use PBKDF2 for key generation." into gingerbread

13 years agoOBB: use PBKDF2 for key generation.
Kenny Root [Wed, 13 Oct 2010 22:00:07 +0000 (15:00 -0700)]
OBB: use PBKDF2 for key generation.

Switch to using PBKDF2 for the key generation for OBBs. Any previously
generated OBBs will stop being read correctly. A small pbkdf2gen program
is available to allow generation of appropriate keys with the salts.

Bug: 3059950
Change-Id: If4305c989fd692fd1150eb270dbf751e09c37295

13 years agoMerge "Reduce CallerInfoAsyncQuery logging in user builds (STOPSHIP cleanup)" into...
David Brown [Thu, 14 Oct 2010 00:48:05 +0000 (17:48 -0700)]
Merge "Reduce CallerInfoAsyncQuery logging in user builds (STOPSHIP cleanup)" into gingerbread

13 years agoMerge "Updated media transport controls" into gingerbread
Justin Ho [Thu, 14 Oct 2010 00:42:03 +0000 (17:42 -0700)]
Merge "Updated media transport controls" into gingerbread

13 years agoMerge "Updating popup center asset (v5)" into gingerbread
Justin Ho [Thu, 14 Oct 2010 00:15:00 +0000 (17:15 -0700)]
Merge "Updating popup center asset (v5)" into gingerbread

13 years agoMerge "Regenerate preloaded classes for Gingerbread." into gingerbread
Jesse Wilson [Wed, 13 Oct 2010 23:59:12 +0000 (16:59 -0700)]
Merge "Regenerate preloaded classes for Gingerbread." into gingerbread

13 years agoMerge "Remove STOPSHIP and reduce log spam." into gingerbread
Jaikumar Ganesh [Wed, 13 Oct 2010 23:52:52 +0000 (16:52 -0700)]
Merge "Remove STOPSHIP and reduce log spam." into gingerbread

13 years agoMerge "bug:3069735 in Download UI app, handle deletes correctly" into gingerbread
Vasu Nori [Wed, 13 Oct 2010 23:50:45 +0000 (16:50 -0700)]
Merge "bug:3069735 in Download UI app, handle deletes correctly" into gingerbread

13 years agoMerge "Work around for errant headsets." into gingerbread
Jaikumar Ganesh [Wed, 13 Oct 2010 23:44:17 +0000 (16:44 -0700)]
Merge "Work around for errant headsets." into gingerbread

13 years agoMerge "Never show overscroll if the page scrolls at all." into gingerbread
Mindy Pereira [Wed, 13 Oct 2010 23:31:18 +0000 (16:31 -0700)]
Merge "Never show overscroll if the page scrolls at all." into gingerbread

13 years agoMerge "Reduce the time it takes to decay the glow after a pull." into gingerbread
Mindy Pereira [Wed, 13 Oct 2010 23:23:15 +0000 (16:23 -0700)]
Merge "Reduce the time it takes to decay the glow after a pull." into gingerbread

13 years agoMerge "implement part of [3094280] New animation for screen on and screen off add...
Mathias Agopian [Wed, 13 Oct 2010 22:55:57 +0000 (15:55 -0700)]
Merge "implement part of [3094280] New animation for screen on and screen off add support for screen on animation" into gingerbread

13 years agoMerge "Metadata.cpp and Metadata.java had drifted out of sync. This change remedies...
Andreas Huber [Wed, 13 Oct 2010 22:46:18 +0000 (15:46 -0700)]
Merge "Metadata.cpp and Metadata.java had drifted out of sync. This change remedies that." into gingerbread

13 years agoMerge "Adding a new <uses-gl-texture/> tag, to be used to enable apps to specify...
Dan Morrill [Wed, 13 Oct 2010 22:20:34 +0000 (15:20 -0700)]
Merge "Adding a new <uses-gl-texture/> tag, to be used to enable apps to specify filtering based on support for OpenGL ES texture and texture compression formats." into gingerbread

13 years agoMerge "Handle native library deletion in scanPackage" into gingerbread
Kenny Root [Wed, 13 Oct 2010 21:50:29 +0000 (14:50 -0700)]
Merge "Handle native library deletion in scanPackage" into gingerbread

13 years agoMerge "OBB: Change documentation to reflect reality" into gingerbread
Kenny Root [Wed, 13 Oct 2010 21:49:41 +0000 (14:49 -0700)]
Merge "OBB: Change documentation to reflect reality" into gingerbread

13 years agoimplement part of [3094280] New animation for screen on and screen off
Mathias Agopian [Tue, 12 Oct 2010 23:05:48 +0000 (16:05 -0700)]
implement part of [3094280] New animation for screen on and screen off
add support for screen on animation

Change-Id: If50cf52ae04b95b42da7d74cf7fa96d5cb54d238

13 years agoMerge "Attempt to derive the avg. bitrate of the entire stream from metadata." into...
Andreas Huber [Wed, 13 Oct 2010 21:25:32 +0000 (14:25 -0700)]
Merge "Attempt to derive the avg. bitrate of the entire stream from metadata." into gingerbread

13 years agoMerge "Some webcams output rtp streams but never send any rtcp data in violation...
Andreas Huber [Wed, 13 Oct 2010 20:45:57 +0000 (13:45 -0700)]
Merge "Some webcams output rtp streams but never send any rtcp data in violation of the specs. Attempt to use fake timestamps to be able to play these..." into gingerbread

13 years agoMerge "Add shutdown assurance" into gingerbread
Kenny Root [Wed, 13 Oct 2010 20:19:25 +0000 (13:19 -0700)]
Merge "Add shutdown assurance" into gingerbread

13 years agoMerge "Fix NPE caused by Change I4df27119." into gingerbread
Wink Saville [Wed, 13 Oct 2010 19:17:05 +0000 (12:17 -0700)]
Merge "Fix NPE caused by Change I4df27119." into gingerbread

13 years agoam 5249ad03: docs: add "boot completed" broadcast to list of DO NOTs for installing...
Scott Main [Wed, 13 Oct 2010 19:08:02 +0000 (12:08 -0700)]
am 5249ad03: docs: add "boot completed" broadcast to list of DO NOTs for installing on external storage bug: 3088494

Merge commit '5249ad03454301744374d04e04b38aaad3b01530' into gingerbread

* commit '5249ad03454301744374d04e04b38aaad3b01530':
  docs: add "boot completed" broadcast to list of DO NOTs for installing on external storage

13 years agoMerge "Add missing native methods to fix boot." into gingerbread
Nick Pelly [Wed, 13 Oct 2010 17:16:49 +0000 (10:16 -0700)]
Merge "Add missing native methods to fix boot." into gingerbread

13 years agoMerge "Support for writing to MPEG2 transport stream files." into gingerbread
Andreas Huber [Wed, 13 Oct 2010 16:14:40 +0000 (09:14 -0700)]
Merge "Support for writing to MPEG2 transport stream files." into gingerbread

13 years agoMerge "HTTP Live content that are tagged as complete are now seekable." into gingerbread
Andreas Huber [Wed, 13 Oct 2010 16:14:13 +0000 (09:14 -0700)]
Merge "HTTP Live content that are tagged as complete are now seekable." into gingerbread

13 years agoMerge "GPS: Remove unnecessary and broken test in AgpsRilInterface updateNetworkState...
Mike Lockwood [Wed, 13 Oct 2010 12:46:15 +0000 (05:46 -0700)]
Merge "GPS: Remove unnecessary and broken test in AgpsRilInterface updateNetworkState glue" into gingerbread

13 years agoMerge "Updated popup_ 9 patches and removing text_select_handle (hdpi)" into gingerbread
Justin Ho [Wed, 13 Oct 2010 03:30:36 +0000 (20:30 -0700)]
Merge "Updated popup_ 9 patches and removing text_select_handle (hdpi)" into gingerbread

13 years agoMerge "SipService: mScreenOn is flipped to wrong value." into gingerbread
Hung-ying Tyan [Wed, 13 Oct 2010 02:44:17 +0000 (19:44 -0700)]
Merge "SipService: mScreenOn is flipped to wrong value." into gingerbread

13 years agoMerge "Fix build." into gingerbread
Nick Pelly [Wed, 13 Oct 2010 02:23:13 +0000 (19:23 -0700)]
Merge "Fix build." into gingerbread

13 years agoMerge "Fix issue #3089800: adb shell am -W causes ActivityManager crash" into gingerbread
Dianne Hackborn [Wed, 13 Oct 2010 02:06:37 +0000 (19:06 -0700)]
Merge "Fix issue #3089800: adb shell am -W causes ActivityManager crash" into gingerbread

13 years agoMerge "Bluez doesn't handle disconnect while connecting well. Defer the message....
Jaikumar Ganesh [Wed, 13 Oct 2010 02:02:46 +0000 (19:02 -0700)]
Merge "Bluez doesn't handle disconnect while connecting well. Defer the message." into gingerbread

13 years agoMerge "Updated GPS on (hdpi and mdpi), text select handles (mdpi), removing unused...
Justin Ho [Wed, 13 Oct 2010 00:38:44 +0000 (17:38 -0700)]
Merge "Updated GPS on (hdpi and mdpi), text select handles (mdpi), removing unused text_select_handle.png (mdpi)" into gingerbread

13 years agoMerge "Fix SipSessionGroup from throwing ConcurrentModificationException" into ginger...
Hung-ying Tyan [Wed, 13 Oct 2010 00:33:27 +0000 (17:33 -0700)]
Merge "Fix SipSessionGroup from throwing ConcurrentModificationException" into gingerbread

13 years agoMerge "Fix bug 3083631 - Links no longer get tapped during scale gestures" into ginge...
Adam Powell [Wed, 13 Oct 2010 00:08:43 +0000 (17:08 -0700)]
Merge "Fix bug 3083631 - Links no longer get tapped during scale gestures" into gingerbread