OSDN Git Service

android-x86/frameworks-base.git
14 years agokeystore: rephrase the comment to make the usage more clear.
Chia-chi Yeh [Wed, 17 Mar 2010 08:31:20 +0000 (16:31 +0800)]
keystore: rephrase the comment to make the usage more clear.

Change-Id: I529ca7ed443060089c95fe96dd230288be4b6c96

14 years agosoftAp framework changes
Irfan Sheriff [Fri, 12 Mar 2010 23:48:17 +0000 (15:48 -0800)]
softAp framework changes

Remove AP persist settings
Add new netd interface
Handle errors
Handle AP config change
Bug: 2413908
Change-Id: I31a1221ef5479da8d4a2620f0f0ee0b62539bc69

14 years agofix [2511580] Window poop on screen - drop down list left some residual when it resized
Mathias Agopian [Tue, 16 Mar 2010 23:41:46 +0000 (16:41 -0700)]
fix [2511580] Window poop on screen - drop down list left some residual when it resized

Change-Id: Ib9a3622e7a568ba26717a93b5bfa4a191651f4d0

14 years agomake the statusbar viewtracker opaque
Mathias Agopian [Tue, 16 Mar 2010 23:42:39 +0000 (16:42 -0700)]
make the statusbar viewtracker opaque

Change-Id: I3fc69b5a8b600e23fccc88e9d80eb3495fad16d4

14 years agoDo storage checks before initiating a move.
Suchi Amalapurapu [Fri, 12 Mar 2010 00:49:16 +0000 (16:49 -0800)]
Do storage checks before initiating a move.
Add new remote method to check for insufficient error conditions.
Some fixes in MountService when updating media status on PackageManagerService
Fix size calculation condition in installd.

Add new error code if media is unavailable.
New tests for testing error codes.
Some additional debugging statements in MountService.

Change-Id: Ibfe90d5ed6c71d57f9c1c67806f38b5ae9ecdfbf

14 years agoMerge "Clean the settings for the account/authority when trying to sync an adapter...
Fred Quintana [Tue, 16 Mar 2010 23:13:13 +0000 (16:13 -0700)]
Merge "Clean the settings for the account/authority when trying to sync an adapter that is not installed."

14 years agoClean the settings for the account/authority when trying to sync an
Fred Quintana [Tue, 16 Mar 2010 22:58:44 +0000 (15:58 -0700)]
Clean the settings for the account/authority when trying to sync an
adapter that is not installed.

Change-Id: Id4a804615b9546155948797f9dd9a0f03fbe4b2f
http://b/issue?id=2520175

14 years agoRemove reload config for priority change
Irfan Sheriff [Tue, 16 Mar 2010 21:54:07 +0000 (14:54 -0700)]
Remove reload config for priority change

Bug: 2467689
Change-Id: Icd3bb17f5b794282219dd410cb56888d10130281

14 years agoMerge "Fix loading from the cache for synchronous requests"
Steve Block [Tue, 16 Mar 2010 22:42:14 +0000 (15:42 -0700)]
Merge "Fix loading from the cache for synchronous requests"

14 years agoMerge "First cut of basic RS headers for ScriptC. Not nearly complete."
Jason Sams [Tue, 16 Mar 2010 22:41:08 +0000 (15:41 -0700)]
Merge "First cut of basic RS headers for ScriptC.  Not nearly complete."

14 years agoFirst cut of basic RS headers for ScriptC. Not nearly complete.
Jason Sams [Tue, 16 Mar 2010 22:35:57 +0000 (15:35 -0700)]
First cut of basic RS headers for ScriptC.  Not nearly complete.

Change-Id: I15df067936d3c0ff0e0917fd5ca44dc8e1352154

14 years agoFix loading from the cache for synchronous requests
Steve Block [Mon, 15 Mar 2010 11:43:06 +0000 (11:43 +0000)]
Fix loading from the cache for synchronous requests

This fixes crashes in several XHR layout tests.

Bug: 2218794
Change-Id: Iebe3a2d19f1fa43b8d9c9d7763e818f7195b8ceb

14 years agob/2511635 Browser displays incorrect SSL cert information
Brian Carlstrom [Mon, 15 Mar 2010 22:13:17 +0000 (15:13 -0700)]
b/2511635 Browser displays incorrect SSL cert information

WebView's mCertificate member was not cleared when going to new
pages. Rather than clearing mCertificate as was done in previously in
WebView.goBackOrForward, we now clear when CallbackProxy receives a
PAGE_STARTED message.

This problem was highlighted whenever we went to a https page that was
in the cache, since the cache does not store certificate information,
so "More > Page Info > View Certifcate" was showing the certificate of
the last non-cached page because it had not been cleared. See also
b/2516638 "SslCertificate information not cached by CacheManager"

Change-Id: I40284f22ceb7150a6b20ecc2741f6153ed9a3276

14 years agoMerge "Make JNI function for setLocale() call register_localized_collators() with...
Daisuke Miyakawa [Tue, 16 Mar 2010 22:04:13 +0000 (15:04 -0700)]
Merge "Make JNI function for setLocale() call register_localized_collators() with the current locale, not previous one, every time it is possible."

14 years agoMerge ""isPlaying" should never block, acquiring the mutex here is unnecessary, rathe...
Marco Nelissen [Tue, 16 Mar 2010 21:46:22 +0000 (14:46 -0700)]
Merge ""isPlaying" should never block, acquiring the mutex here is unnecessary, rather than investing in a separate mutex guarding just "mFlags" we accept returning "true" from isPlaying one too many times."

14 years agoMerge "fix typos in docs"
Joe Onorato [Tue, 16 Mar 2010 21:45:36 +0000 (14:45 -0700)]
Merge "fix typos in docs"

14 years agofix typos in docs
Joe Onorato [Tue, 16 Mar 2010 21:43:13 +0000 (14:43 -0700)]
fix typos in docs

Change-Id: I201ac8d310aab4b3cbd8e0eb2af805f1e6d929ea
http://code.google.com/p/android/issues/detail?id=7086

14 years agoMerge "Properly use a long long literal to avoid under/overflow during fps computation."
Andreas Huber [Tue, 16 Mar 2010 21:43:57 +0000 (14:43 -0700)]
Merge "Properly use a long long literal to avoid under/overflow during fps computation."

14 years agoProperly use a long long literal to avoid under/overflow during fps computation.
Andreas Huber [Tue, 16 Mar 2010 21:34:17 +0000 (14:34 -0700)]
Properly use a long long literal to avoid under/overflow during fps computation.

Change-Id: I04730c86d43d6192ded3e779631effda9dd06e63

14 years ago"isPlaying" should never block, acquiring the mutex here is unnecessary, rather than...
Andreas Huber [Tue, 16 Mar 2010 21:31:52 +0000 (14:31 -0700)]
"isPlaying" should never block, acquiring the mutex here is unnecessary, rather than investing in a separate mutex guarding just "mFlags" we accept returning "true" from isPlaying one too many times.

Change-Id: I597577cbb3ad1afd3cb3ca91979ef24cc1a44658
related-to-bug: 2518319

14 years agoUse float instead of cast to int when calculating
Grace Kloba [Sat, 13 Mar 2010 03:19:48 +0000 (19:19 -0800)]
Use float instead of cast to int when calculating
the new zoom center. This should avoid the rounding
difference which caused the video in nytimes.com
not fully fit in the current view.

Fix http://b/issue?id=2512510

14 years agoMerge "Plugin surfaces will be limited to 270% of the devices screen size."
Derek Sollenberger [Tue, 16 Mar 2010 20:53:34 +0000 (13:53 -0700)]
Merge "Plugin surfaces will be limited to 270% of the devices screen size."

14 years agoPlugin surfaces will be limited to 270% of the devices screen size.
Derek Sollenberger [Tue, 16 Mar 2010 20:20:15 +0000 (16:20 -0400)]
Plugin surfaces will be limited to 270% of the devices screen size.

Change-Id: I7e5ff1f5b8919b9e2e70a703009f9544f457a0e1

14 years agoMerge "Resize AutoCompleteTextView's dropdown when the list content changes. Bug...
Romain Guy [Tue, 16 Mar 2010 20:50:32 +0000 (13:50 -0700)]
Merge "Resize AutoCompleteTextView's dropdown when the list content changes. Bug #2517711"

14 years agoResize AutoCompleteTextView's dropdown when the list content changes.
Romain Guy [Tue, 16 Mar 2010 20:49:31 +0000 (13:49 -0700)]
Resize AutoCompleteTextView's dropdown when the list content changes.
Bug #2517711

Change-Id: Ibd4a9458d517063483712a60fb6d6b63311bbd0c

14 years agoMerge "close() database should close the db no matter what the ref count says"
Vasu Nori [Tue, 16 Mar 2010 20:33:29 +0000 (13:33 -0700)]
Merge "close() database should close the db no matter what the ref count says"

14 years agoMerge "Move MountService's Handler to a different thread."
Daniel Sandler [Tue, 16 Mar 2010 20:16:15 +0000 (13:16 -0700)]
Merge "Move MountService's Handler to a different thread."

14 years agoMerge "Implement eglInitialize / eglTerminate reference counting"
Jack Palevich [Tue, 16 Mar 2010 20:00:30 +0000 (13:00 -0700)]
Merge "Implement eglInitialize / eglTerminate reference counting"

14 years agoMerge "Properly handle errors during the codec configuration phase, attempt to revert...
Andreas Huber [Tue, 16 Mar 2010 19:59:42 +0000 (12:59 -0700)]
Merge "Properly handle errors during the codec configuration phase, attempt to revert to next available (likely software-) codec if configuration fails."

14 years agoMove MountService's Handler to a different thread.
Daniel Sandler [Tue, 16 Mar 2010 19:42:02 +0000 (15:42 -0400)]
Move MountService's Handler to a different thread.

This should help avoid blocking the system UI during storage
operations.

Change-Id: Ic53cb370baf47e8b00476706ac8df45645a2d814

14 years agoMerge "Remove flaky test MemoryFileTest:testPurge from large suite."
Brett Chabot [Tue, 16 Mar 2010 19:44:03 +0000 (12:44 -0700)]
Merge "Remove flaky test MemoryFileTest:testPurge from large suite."

14 years agoMerge "fix the way last insert rowid is returned"
Vasu Nori [Tue, 16 Mar 2010 19:29:19 +0000 (12:29 -0700)]
Merge "fix the way last insert rowid is returned"

14 years agoMerge "Restrict plugins to a fixed size surface after exceeding a pixel threshold."
Derek Sollenberger [Tue, 16 Mar 2010 19:01:08 +0000 (12:01 -0700)]
Merge "Restrict plugins to a fixed size surface after exceeding a pixel threshold."

14 years agoMerge "Set SOURCE to app package name when starting QSB (if not set)"
Bjorn Bringert [Tue, 16 Mar 2010 19:00:25 +0000 (12:00 -0700)]
Merge "Set SOURCE to app package name when starting QSB (if not set)"

14 years agoRemove flaky test MemoryFileTest:testPurge from large suite.
Brett Chabot [Tue, 16 Mar 2010 18:50:20 +0000 (11:50 -0700)]
Remove flaky test MemoryFileTest:testPurge from large suite.

Bug 2203775

Change-Id: I4709c0910384f1f2313dc67bfe6e163beaa990e6

14 years agoProperly handle errors during the codec configuration phase, attempt to revert to...
Andreas Huber [Tue, 16 Mar 2010 18:44:07 +0000 (11:44 -0700)]
Properly handle errors during the codec configuration phase, attempt to revert to next available (likely software-) codec if configuration fails.

Change-Id: Id1c699711e30139c9cc29df972254b5ba026e6fb
related-to-bug: 2517098

14 years agoMerge "Dismiss a dialog if dimissed right after calling show(). Bug #2508607"
Romain Guy [Tue, 16 Mar 2010 18:41:34 +0000 (11:41 -0700)]
Merge "Dismiss a dialog if dimissed right after calling show(). Bug #2508607"

14 years agoDismiss a dialog if dimissed right after calling show().
Romain Guy [Tue, 16 Mar 2010 18:40:40 +0000 (11:40 -0700)]
Dismiss a dialog if dimissed right after calling show().
Bug #2508607

Change-Id: Id1b3afcaabf700386f70a46bc2401154575149aa

14 years agoclose() database should close the db no matter what the ref count says
Vasu Nori [Tue, 16 Mar 2010 17:21:00 +0000 (10:21 -0700)]
close() database should close the db no matter what the ref count says

bug:2455416
Change-Id: Ia995c952c6941fbaa016c5b251e4980fa5328fbb

14 years agoRestrict plugins to a fixed size surface after exceeding a pixel threshold.
Derek Sollenberger [Tue, 16 Mar 2010 14:39:48 +0000 (10:39 -0400)]
Restrict plugins to a fixed size surface after exceeding a pixel threshold.

fixes bug: http://b/issue?id=2428737

Change-Id: I8d8f2c591ac8539a345e0167b05bec8539f34535

14 years agoMerge "Add ABORT support to Obex lib"
Jaikumar Ganesh [Tue, 16 Mar 2010 17:05:32 +0000 (10:05 -0700)]
Merge "Add ABORT support to Obex lib"

14 years agoMerge "- make the SyncManager add periodic syncs when it upgrades from a version...
Fred Quintana [Tue, 16 Mar 2010 17:02:51 +0000 (10:02 -0700)]
Merge "- make the SyncManager add periodic syncs when it upgrades from a   version of the accounts.xml file that pre-dated periodic syncs,   e.g. eclair or early froyo. b/2515823 - make the AccountManagerService dump() use a getAccounts call that   doesn't check the GET_ACCOUNTS permission to make it useful   in "adb bugreport" - add some logging to SyncManager to help track down a problem"

14 years ago- make the SyncManager add periodic syncs when it upgrades from a
Fred Quintana [Mon, 15 Mar 2010 23:10:44 +0000 (16:10 -0700)]
- make the SyncManager add periodic syncs when it upgrades from a
  version of the accounts.xml file that pre-dated periodic syncs,
  e.g. eclair or early froyo. http://b/2515823
- make the AccountManagerService dump() use a getAccounts call that
  doesn't check the GET_ACCOUNTS permission to make it useful
  in "adb bugreport"
- add some logging to SyncManager to help track down a problem

Change-Id: Icb646909074e2d327d71f6bb39cf06b6fac29e77

14 years agoAdd ABORT support to Obex lib
Lixin Yue [Tue, 2 Mar 2010 09:21:09 +0000 (17:21 +0800)]
Add ABORT support to Obex lib

14 years agofix the way last insert rowid is returned
Vasu Nori [Tue, 16 Mar 2010 16:55:13 +0000 (09:55 -0700)]
fix the way last insert rowid is returned

if insert statement doesn't succeed, last inserted rowid
shoudl return -1 - instead of returning rowid of the last
successful insert that may have occurred years before this most
recent insert statement failure.

Change-Id: Ia517292afd58fdb600da900e0ee01fe051d6e618

14 years agoMerge "Fixes bug 2502132, and masks bug 2518313."
Glenn Kasten [Tue, 16 Mar 2010 16:39:50 +0000 (09:39 -0700)]
Merge "Fixes bug 2502132, and masks bug 2518313."

14 years agoMerge "Fix regression in directory scanning"
Kenny Root [Tue, 16 Mar 2010 16:20:00 +0000 (09:20 -0700)]
Merge "Fix regression in directory scanning"

14 years agoFixes bug 2502132, and masks bug 2518313.
Glenn Kasten [Tue, 16 Mar 2010 15:41:24 +0000 (08:41 -0700)]
Fixes bug 2502132, and masks bug 2518313.

Change-Id: I5c5ecf1c10763f7b3f3d1e5c57dc5ce77cc344fd

14 years agoMerge "HTTPDataSource must be connected before it is usable. Fix this in the stagefri...
Andreas Huber [Tue, 16 Mar 2010 16:11:44 +0000 (09:11 -0700)]
Merge "HTTPDataSource must be connected before it is usable. Fix this in the stagefright tool."

14 years agoHTTPDataSource must be connected before it is usable. Fix this in the stagefright...
Andreas Huber [Tue, 16 Mar 2010 16:05:38 +0000 (09:05 -0700)]
HTTPDataSource must be connected before it is usable. Fix this in the stagefright tool.

Change-Id: I5313b2cb7839233d51b2d37a03b6598b0760c2e0

14 years agoMerge "Adjust expected text frame length in ID3"
Kenny Root [Tue, 16 Mar 2010 16:03:56 +0000 (09:03 -0700)]
Merge "Adjust expected text frame length in ID3"

14 years agohttp://b/issue?id=2501101
Leon Clarke [Mon, 15 Mar 2010 15:27:02 +0000 (15:27 +0000)]
http://b/issue?id=2501101
Create a concept of blocking messages on destruction similar to that in
WebViewCore.java. This is to prevent what I think is a race condition
caused by an orientation event occuring just before the frame is destroyed,
resulting in the orientation listener being called back just before it
is disabled, but posting its message after the messages have been removed.
This results in the orientation event being delivered to a NULL native frame.

14 years agoSet SOURCE to app package name when starting QSB (if not set)
Bjorn Bringert [Tue, 16 Mar 2010 12:54:41 +0000 (12:54 +0000)]
Set SOURCE to app package name when starting QSB (if not set)

If QSB is started by SearchManager.startSearch(globalSearch=true)
from some app that doesn't set SOURCE, it will be set to the
package name of that app.

Bug: http://b/issue?id=2315234
Change-Id: Ic07a143b27b658dea8b081b973ac24349a18b9f1

14 years agoAdjust expected text frame length in ID3
Kenny Root [Tue, 16 Mar 2010 05:45:02 +0000 (22:45 -0700)]
Adjust expected text frame length in ID3

When encountering a null character in an ID3 text frame, adjust the
expected size accordingly so it isn't misidentified as ASCII.

This fixes http://b/2517444

Change-Id: I19a3284d378e882c33b28ecee528a434716c7707

14 years agoMerge "fix [2515291] Native crash and runtime restart while trying to preview capture...
Mathias Agopian [Tue, 16 Mar 2010 04:36:10 +0000 (21:36 -0700)]
Merge "fix [2515291] Native crash and runtime restart while trying to preview captured picture on Sapphire"

14 years agoImplement eglInitialize / eglTerminate reference counting
Jack Palevich [Tue, 16 Mar 2010 03:45:21 +0000 (20:45 -0700)]
Implement eglInitialize / eglTerminate reference counting

Previously we imlpemented the standard semantics for
eglInitialize / eglTerminate, which are that
eglInitialize may be called any number of times,
but the first call to eglTerminate will terminate
the display.

Now we follow reference-countins semantics, which
means that eglTerminate will only terminate the
display when the reference count returns to zero.

This change allows EGL to be used by multiple
independently written modules in the same process.

(Otherwise there is no way for the independent
modules to coordinate their use of the display.)

14 years agoFix regression in directory scanning
Kenny Root [Tue, 16 Mar 2010 04:17:08 +0000 (21:17 -0700)]
Fix regression in directory scanning

Previous range-checking fix removed an inequality check. This change
restores it.

Offending change was I5eb310ced58c3c64a7af2d11b80326efe5adbcab

Change-Id: Ic952c3ba5a4f7e5ab2148ec623b6f083cb7495fb

14 years agoMerge "Fix monkey bug 2512055"
Adam Powell [Tue, 16 Mar 2010 01:27:38 +0000 (18:27 -0700)]
Merge "Fix monkey bug 2512055"

14 years agoFix monkey bug 2512055
Adam Powell [Tue, 16 Mar 2010 01:23:25 +0000 (18:23 -0700)]
Fix monkey bug 2512055

Don't blow up when there aren't any menu items to layout in IconMenuView.

Change-Id: Ief08f0f8ed89aec4959d4d80cfd066dbe92dc3aa

14 years agofix [2515291] Native crash and runtime restart while trying to preview captured pictu...
Mathias Agopian [Tue, 16 Mar 2010 01:15:20 +0000 (18:15 -0700)]
fix [2515291] Native crash and runtime restart while trying to preview captured picture on Sapphire

if a buffer couldn't be allocated because of an OOM, SF could, in some case dereference
a null pointer.

Change-Id: I5321248c38a21e56d5278b6aada2694e64451378

14 years agoMerge "Round up ImageView translations to avoid nasty surprises. Bug #2499812"
Romain Guy [Tue, 16 Mar 2010 00:55:07 +0000 (17:55 -0700)]
Merge "Round up ImageView translations to avoid nasty surprises. Bug #2499812"

14 years agoMake JNI function for setLocale() call register_localized_collators()
Daisuke Miyakawa [Mon, 15 Mar 2010 02:48:39 +0000 (11:48 +0900)]
Make JNI function for setLocale() call register_localized_collators()
with the current locale, not previous one, every time it is possible.

Add a unit test verifying this fix.

BUG: 2514026
Change-Id: I4dd1b047e1ab4bf399e2c3ebc0304c0cfa3a0928

14 years agoRound up ImageView translations to avoid nasty surprises.
Romain Guy [Tue, 16 Mar 2010 00:53:37 +0000 (17:53 -0700)]
Round up ImageView translations to avoid nasty surprises.
Bug #2499812

Change-Id: If90acb7e13aa30e5a0a4e73782d033a5bb4e3264

14 years agoMerge "Switch SelectionBuilder to accept Object[], fix NPE."
Jeff Sharkey [Tue, 16 Mar 2010 00:19:50 +0000 (17:19 -0700)]
Merge "Switch SelectionBuilder to accept Object[], fix NPE."

14 years agoMerge "Correctly handle disabled list items in AutoCompleteTextView. Bug #2516659"
Romain Guy [Tue, 16 Mar 2010 00:19:34 +0000 (17:19 -0700)]
Merge "Correctly handle disabled list items in AutoCompleteTextView. Bug #2516659"

14 years agoCorrectly handle disabled list items in AutoCompleteTextView.
Romain Guy [Tue, 16 Mar 2010 00:18:22 +0000 (17:18 -0700)]
Correctly handle disabled list items in AutoCompleteTextView.
Bug #2516659

Change-Id: If51dfbfff27777476e799030e2326e964ee74f42

14 years agoMerge "Update the tethering icons."
Robert Greenwalt [Tue, 16 Mar 2010 00:06:44 +0000 (17:06 -0700)]
Merge "Update the tethering icons."

14 years agoUpdate the tethering icons.
Robert Greenwalt [Tue, 16 Mar 2010 00:01:14 +0000 (17:01 -0700)]
Update the tethering icons.

Got new artwork from the art guys.

Change-Id: I1e1939a0cf201ac26183501609048b44791d8fe2

14 years agoSwitch SelectionBuilder to accept Object[], fix NPE.
Jeff Sharkey [Mon, 15 Mar 2010 22:08:12 +0000 (15:08 -0700)]
Switch SelectionBuilder to accept Object[], fix NPE.

Change-Id: I8d6ef1b47d89e4fc643402075f0549f4c4277a0f

14 years agoMerge "Fix bug 2516434"
Adam Powell [Mon, 15 Mar 2010 23:48:04 +0000 (16:48 -0700)]
Merge "Fix bug 2516434"

14 years agoMerge "Improve eglSwapBuffers error handling."
Jack Palevich [Mon, 15 Mar 2010 23:35:37 +0000 (16:35 -0700)]
Merge "Improve eglSwapBuffers error handling."

14 years agoImprove eglSwapBuffers error handling.
Jack Palevich [Mon, 15 Mar 2010 22:09:30 +0000 (15:09 -0700)]
Improve eglSwapBuffers error handling.

We now distinguish EGL_CONTEXT_LOST errors from
other kinds of errors. We return "true" if
the swap completes successfully, "false" if
the swap fails due to EGL_CONTEXT_LOST, and
throw a RuntimeException if the swap fails due
to any other cause.

If eglSwapBuffers succeeds, we now avoid calling
eglGetError at all, which means we avoid clearing
any EGL errors that might already have been
pending before eglSwapBuffers is called.

14 years agoMerge "Removed compatibility function (was left in before to not break the build...
Dmitri Plotnikov [Mon, 15 Mar 2010 23:21:32 +0000 (16:21 -0700)]
Merge "Removed compatibility function (was left in before to not break the build) Bug:2501468"

14 years agoFix bug 2516434
Adam Powell [Mon, 15 Mar 2010 23:03:10 +0000 (16:03 -0700)]
Fix bug 2516434

AbsListView shouldn't update mLastTouchMode in onTouchModeChanged;
it's only used in onWindowFocusChanged and since onTouchModeChanged
gets called first, the current and last modes will never be different
to trigger the right code path.

Change-Id: Ic9bc454c87826622df54417801fd8f13213c480e

14 years agoMerge "Revert TTS output filter tuning after reverting the Pico 1.1.0.2 energy distri...
Jean-Michel Trivi [Mon, 15 Mar 2010 22:42:57 +0000 (15:42 -0700)]
Merge "Revert TTS output filter tuning after reverting the Pico 1.1.0.2 energy distribution change in an attempt to fix bug 2449814."

14 years agoRevert TTS output filter tuning after reverting the Pico 1.1.0.2
Jean-Michel Trivi [Mon, 15 Mar 2010 22:37:51 +0000 (15:37 -0700)]
Revert TTS output filter tuning after reverting the Pico 1.1.0.2
energy distribution change in an attempt to fix bug 2449814.

Change-Id: I144649f599e066e7ec85c05f6b2a5fdda64ec7b5

14 years agoMerge "Add definitions for WiMAX and iDen network types."
jsh [Mon, 15 Mar 2010 22:35:27 +0000 (15:35 -0700)]
Merge "Add definitions for WiMAX and iDen network types."

14 years agoMerge "Fix 2428368: Fix most of the lockscreen orientation refresh bugs"
Jim Miller [Mon, 15 Mar 2010 22:33:37 +0000 (15:33 -0700)]
Merge "Fix 2428368: Fix most of the lockscreen orientation refresh bugs"

14 years agoAdd definitions for WiMAX and iDen network types.
jsh [Thu, 11 Mar 2010 23:04:43 +0000 (15:04 -0800)]
Add definitions for WiMAX and iDen network types.

b/2509185

Change-Id: Icf07ce857874e200712218713edbdbb47e646297

14 years agoMerge "Replace all uses of bzero with memset. Bzero and memset are both compiler...
Carl Shapiro [Mon, 15 Mar 2010 22:21:33 +0000 (15:21 -0700)]
Merge "Replace all uses of bzero with memset.  Bzero and memset are both compiler built-ins so this change should not negatively effect the generated code.  However, a forthcoming commit will remove the implicit include of strings.h from stdlib.h and bzero will no longer be visible in these translation units without additional includes."

14 years agoMerge "Fix bug 2203203 Route STREAM_VOICE_CALL to A2DP when not in call."
Jean-Michel Trivi [Mon, 15 Mar 2010 21:18:57 +0000 (14:18 -0700)]
Merge "Fix bug 2203203 Route STREAM_VOICE_CALL to A2DP when not in call."

14 years agoMerge "Fix bugs when transitioning out of touch mode"
Adam Powell [Mon, 15 Mar 2010 21:14:13 +0000 (14:14 -0700)]
Merge "Fix bugs when transitioning out of touch mode"

14 years agoFix bugs when transitioning out of touch mode
Adam Powell [Mon, 15 Mar 2010 21:07:28 +0000 (14:07 -0700)]
Fix bugs when transitioning out of touch mode

Change-Id: I56cbac17fba500871af839a87d746ea8e1fd5d0f

14 years agoMerge "Add a name to the previously-unnamed thread created by SoundPoolThread."
Steve Howard [Mon, 15 Mar 2010 20:40:53 +0000 (13:40 -0700)]
Merge "Add a name to the previously-unnamed thread created by SoundPoolThread."

14 years agoupdate comment on WebView loadData
Cary Clark [Mon, 15 Mar 2010 20:01:49 +0000 (16:01 -0400)]
update comment on WebView loadData

Change-Id: I20fbfabde7eafb8017036a7360ed83fa457cc42c
http://2400117

14 years agoMerge "Allocate SQLiteQueryBuilder's WHERE clause StringBuilder lazily."
Brad Fitzpatrick [Mon, 15 Mar 2010 20:02:44 +0000 (13:02 -0700)]
Merge "Allocate SQLiteQueryBuilder's WHERE clause StringBuilder lazily."

14 years agoWe no longer do sanity checks based on "hdlr" tags in .mp4 files. Pretty soon we...
Andreas Huber [Mon, 15 Mar 2010 18:34:12 +0000 (11:34 -0700)]
We no longer do sanity checks based on "hdlr" tags in .mp4 files. Pretty soon we'll play any bytestream that even vaguely resembles the spec...

Change-Id: I43e05404860d8856b8aa566cc9b256bb3fa57e6f
related-to-bug: 2483328

14 years agoFix #2509370 ThumbnailUtils.createThumbnailFromEXIF crashes media provider.
Ray Chen [Fri, 12 Mar 2010 19:38:04 +0000 (11:38 -0800)]
Fix #2509370 ThumbnailUtils.createThumbnailFromEXIF crashes media provider.

Change-Id: Ia2cd00fb0fbdb32e9fb89b4d33ad3c1410eb40d3

14 years agoMerge "Hack to "support" "enhanced" podcasts... slang for malformed .mp4 files."
Andreas Huber [Mon, 15 Mar 2010 17:38:16 +0000 (10:38 -0700)]
Merge "Hack to "support" "enhanced" podcasts... slang for malformed .mp4 files."

14 years agoMerge "Fix the media metadata retriever (tests). The native constants must match...
Andreas Huber [Mon, 15 Mar 2010 17:38:00 +0000 (10:38 -0700)]
Merge "Fix the media metadata retriever (tests). The native constants must match those published at the java layer."

14 years agoMerge "Tag the "testid3" commandline tool as "debug-only". It doesn't need to be...
Andreas Huber [Mon, 15 Mar 2010 17:37:34 +0000 (10:37 -0700)]
Merge "Tag the "testid3" commandline tool as "debug-only". It doesn't need to be included in release builds."

14 years agoTag the "testid3" commandline tool as "debug-only". It doesn't need to be included...
Andreas Huber [Mon, 15 Mar 2010 17:33:52 +0000 (10:33 -0700)]
Tag the "testid3" commandline tool as "debug-only". It doesn't need to be included in release builds.

Change-Id: I7e489af3d569015e2a93d340088e059e984f8153
related-to-bug: 2513148

14 years agoMerge "Allow plugin's surface to handle touch when in full-screen."
Derek Sollenberger [Mon, 15 Mar 2010 17:32:25 +0000 (10:32 -0700)]
Merge "Allow plugin's surface to handle touch when in full-screen."

14 years agoHack to "support" "enhanced" podcasts... slang for malformed .mp4 files.
Andreas Huber [Sat, 13 Mar 2010 00:15:53 +0000 (16:15 -0800)]
Hack to "support" "enhanced" podcasts... slang for malformed .mp4 files.

Change-Id: I690b9f336062a0ff1a667d6461d66b1386db866d
related-to-bug: 2511744

14 years agoMerge "Call close on Cursors in finally blocks."
Leon Scroggins [Mon, 15 Mar 2010 17:24:02 +0000 (10:24 -0700)]
Merge "Call close on Cursors in finally blocks."

14 years agoFixing the sim build.
Andreas Huber [Mon, 15 Mar 2010 16:21:46 +0000 (09:21 -0700)]
Fixing the sim build.

Change-Id: I307f6d59f473471adcf855e66b4e8275ab1b3b74

14 years agoCall close on Cursors in finally blocks.
Leon Scroggins [Fri, 12 Mar 2010 22:42:21 +0000 (17:42 -0500)]
Call close on Cursors in finally blocks.

Fix for http://b/issue?id=2511581

Also call delete instead of deleteHistoryWhere, since we are only
considering non bookmarks anyway.

Change-Id: I00c052db3d27d61592688e7a160e721d5f82b210

14 years agoAdd locking around AudioRecord release() function in JNI. Bug 2481952.
Dave Sparks [Sun, 14 Mar 2010 01:08:22 +0000 (17:08 -0800)]
Add locking around AudioRecord release() function in JNI. Bug 2481952.

There is a potential threading issue where an app could call release()
on two threads. This hack adds a static lock object that serializes
access to the Java fields that contain the pointer to the native
AudioRecord object and weak reference to the Java object. Also
modifies finalize() to call release() so that both use the locking
scheme.

Change-Id: I09dcb19b7f501dc582e40e8718142b493eba2518

14 years agoMerge "Fix issue 2512221: Car Dock Notification doesn't go away"
Dianne Hackborn [Mon, 15 Mar 2010 14:26:26 +0000 (07:26 -0700)]
Merge "Fix issue 2512221: Car Dock Notification doesn't go away"

14 years agoAllow plugin's surface to handle touch when in full-screen.
Derek Sollenberger [Tue, 9 Mar 2010 22:38:49 +0000 (17:38 -0500)]
Allow plugin's surface to handle touch when in full-screen.

There is a matching commit in external/webkit

Change-Id: I88d8c533eb821c564c453dfd7293616669b3bf37