OSDN Git Service

android-x86/frameworks-base.git
14 years agoam f8bb2a9a: (-s ours) am 5d72a8dd: cherry pick d60e29009c1049a9776e6630e9489e1ef3f83491
android-build SharedAccount [Thu, 18 Feb 2010 19:01:01 +0000 (11:01 -0800)]
am f8bb2a9a: (-s ours) am 5d72a8dd: cherry pick d60e29009c1049a9776e6630e9489e1ef3f83491

Merge commit 'f8bb2a9ad096071fb7d45c769d031b2e1853317e'

* commit 'f8bb2a9ad096071fb7d45c769d031b2e1853317e':
  cherry pick d60e29009c1049a9776e6630e9489e1ef3f83491

14 years agoMerge "Fixing bug 2451615 - Accessibility services are started upon system reboot...
Dianne Hackborn [Thu, 18 Feb 2010 18:49:00 +0000 (10:49 -0800)]
Merge "Fixing bug 2451615 - Accessibility services are started upon system reboot while accessibility is disabled"

14 years agoMerge "Fix enum reference"
Kenny Root [Thu, 18 Feb 2010 18:47:25 +0000 (10:47 -0800)]
Merge "Fix enum reference"

14 years agoMerge "Fix for bug 2448479"
Dianne Hackborn [Thu, 18 Feb 2010 18:46:45 +0000 (10:46 -0800)]
Merge "Fix for bug 2448479"

14 years agoAt the end of a zoom, only check if the textfield is onscreen.
Leon Scroggins [Wed, 17 Feb 2010 22:56:51 +0000 (17:56 -0500)]
At the end of a zoom, only check if the textfield is onscreen.

Previously, we checked to see if the IME was active on the WebTextView,
in an attempt to fix http://b/issue?id=2266066 .  If so, we move the
textfield on screen. However, that is resulting in
http://b/issue?id=2147168 , where a textfield far offscreen is being
scrolled on screen at the end of a zoom, and with this change, the
latter bug is fixed.  Further, I am no longer able to reproduce the
earlier bug with this change.

14 years agoMerge "List.GetCheckItemIds no longer includes unchecked items."
Gilles Debunne [Thu, 18 Feb 2010 18:26:34 +0000 (10:26 -0800)]
Merge "List.GetCheckItemIds no longer includes unchecked items."

14 years agoList.GetCheckItemIds no longer includes unchecked items.
Gilles Debunne [Thu, 18 Feb 2010 00:59:20 +0000 (16:59 -0800)]
List.GetCheckItemIds no longer includes unchecked items.

Unchecked items remain in the mCheckStates with an associated false value.
Now filtered out.

Added a unit test to ensure non regression.

Change-Id: If0b1a38aa06881055c87a97b3afb2c7fb48656f1
http://b/issue?id=2440815

14 years agoMerge "Adjust SQLiteDatabase/Program buffer sizes"
Kenny Root [Thu, 18 Feb 2010 18:21:36 +0000 (10:21 -0800)]
Merge "Adjust SQLiteDatabase/Program buffer sizes"

14 years agoMerge "remove check for obsolete property ro.config.sync"
Fred Quintana [Thu, 18 Feb 2010 18:16:18 +0000 (10:16 -0800)]
Merge "remove check for obsolete property ro.config.sync"

14 years agoAdjust SQLiteDatabase/Program buffer sizes
Kenny Root [Thu, 18 Feb 2010 18:13:11 +0000 (10:13 -0800)]
Adjust SQLiteDatabase/Program buffer sizes

Some error messages would have clobbered some memory adjacent to them,
so increase the buffer sizes to fit them.

Change-Id: I9c4a3f3444bf57b5d2bd1b7a2546e16137747ad0

14 years agoMerge "Add Java hookup to netd interface notifications."
Robert Greenwalt [Thu, 18 Feb 2010 18:11:27 +0000 (10:11 -0800)]
Merge "Add Java hookup to netd interface notifications."

14 years agoMerge "Fix formatting of ANRs."
Eric Rowe [Thu, 18 Feb 2010 17:58:07 +0000 (09:58 -0800)]
Merge "Fix formatting of ANRs."

14 years agoMerge "Range check in MediaScanner::processDirectory"
Kenny Root [Thu, 18 Feb 2010 17:36:08 +0000 (09:36 -0800)]
Merge "Range check in MediaScanner::processDirectory"

14 years agoRange check in MediaScanner::processDirectory
Kenny Root [Thu, 18 Feb 2010 17:25:49 +0000 (09:25 -0800)]
Range check in MediaScanner::processDirectory

Make sure we don't have an empty string before checking if it's a
directory since this string is tainted.

Change-Id: I5eb310ced58c3c64a7af2d11b80326efe5adbcab

14 years agoMerge "Store AudioTrack return value for error condition"
Kenny Root [Thu, 18 Feb 2010 17:24:42 +0000 (09:24 -0800)]
Merge "Store AudioTrack return value for error condition"

14 years agoAdd Java hookup to netd interface notifications.
Robert Greenwalt [Thu, 18 Feb 2010 17:23:25 +0000 (09:23 -0800)]
Add Java hookup to netd interface notifications.

14 years agoStore AudioTrack return value for error condition
Kenny Root [Thu, 18 Feb 2010 17:03:06 +0000 (09:03 -0800)]
Store AudioTrack return value for error condition

Store AudioTrack->initCheck()'s return value so we can return it after
the AudioTrack is deleted.

Change-Id: Ie042a7d6a54d7f9afd8a5767cfd167dbeb2e5c04

14 years agoFix enum reference
Kenny Root [Thu, 18 Feb 2010 16:54:47 +0000 (08:54 -0800)]
Fix enum reference

Was using argument that is set default to NULL as a shortcut to an
enum's value. Change it to reference to class directly to avoid a null
pointer dereference.

Change-Id: I16b8ee15af4f095f027113131d574b70768994b0

14 years agoMerge "Catch Java exceptions in the FileObserver JNI code"
Mike Lockwood [Thu, 18 Feb 2010 15:47:53 +0000 (07:47 -0800)]
Merge "Catch Java exceptions in the FileObserver JNI code"

14 years agoMerge "Don't return passive location provider unless app has fine permissions."
Mike Lockwood [Thu, 18 Feb 2010 14:38:12 +0000 (06:38 -0800)]
Merge "Don't return passive location provider unless app has fine permissions."

14 years agoMerge "add support for audio/3gpp"
Cary Clark [Thu, 18 Feb 2010 14:28:45 +0000 (06:28 -0800)]
Merge "add support for audio/3gpp"

14 years agoMerge "update dox"
Mike Reed [Thu, 18 Feb 2010 14:11:39 +0000 (06:11 -0800)]
Merge "update dox"

14 years agoadd support for audio/3gpp
Cary Clark [Thu, 18 Feb 2010 14:08:09 +0000 (09:08 -0500)]
add support for audio/3gpp

This parallels an entry in WebCore/platform/MIMETypeRegistry.cpp

http://b/2452889
http://code.google.com/p/android/issues/detail?id=3728

14 years agoDon't return passive location provider unless app has fine permissions.
Bryan Mawhinney [Thu, 18 Feb 2010 13:00:16 +0000 (13:00 +0000)]
Don't return passive location provider unless app has fine permissions.

14 years agoCatch Java exceptions in the FileObserver JNI code
Mike Lockwood [Thu, 18 Feb 2010 12:01:28 +0000 (07:01 -0500)]
Catch Java exceptions in the FileObserver JNI code

Change-Id: I8aed85baadef7a3ea80333b33df0743e0d349915
BUG: 2404428
Signed-off-by: Mike Lockwood <lockwood@android.com>
14 years agoMerge "Remove a dependency of Region (libui) on Parcel (libbinder)."
Mathias Agopian [Thu, 18 Feb 2010 04:27:45 +0000 (20:27 -0800)]
Merge "Remove a dependency of Region (libui) on Parcel (libbinder)."

14 years agoRemove a dependency of Region (libui) on Parcel (libbinder).
Mathias Agopian [Thu, 18 Feb 2010 04:22:26 +0000 (20:22 -0800)]
Remove a dependency of Region (libui) on Parcel (libbinder).

14 years agoFixing bug 2451615 - Accessibility services are started upon system reboot while...
Svetoslav Ganov [Thu, 18 Feb 2010 03:36:28 +0000 (19:36 -0800)]
Fixing bug 2451615 - Accessibility services are started upon system reboot while accessibility is disabled

14 years agoFix formatting of ANRs.
Eric Rowe [Thu, 18 Feb 2010 02:29:04 +0000 (18:29 -0800)]
Fix formatting of ANRs.

Fix for cases where an extra newline would be added and/or a newline at the end of a line would be ommited.

14 years agoFix for bug 2448479
Svetoslav Ganov [Thu, 18 Feb 2010 00:46:42 +0000 (16:46 -0800)]
Fix for bug 2448479

14 years agoMerge "We are cancelling this event during reset, but the event may have already...
Andreas Huber [Thu, 18 Feb 2010 00:10:29 +0000 (16:10 -0800)]
Merge "We are cancelling this event during reset, but the event may have already been dispatched at the time, blocking on the mutex. While it's blocking, reset() cancels the event, we're then unblocked and bad things(tm) happen."

14 years agoWe are cancelling this event during reset, but the event may have already been dispat...
Andreas Huber [Wed, 17 Feb 2010 23:58:57 +0000 (15:58 -0800)]
We are cancelling this event during reset, but the event may have already been dispatched at the time, blocking on the mutex. While it's blocking, reset() cancels the event, we're then unblocked and bad things(tm) happen.

related-to-bug: 2451174

14 years agoMerge "Add passive location provider."
Mike Lockwood [Wed, 17 Feb 2010 23:52:05 +0000 (15:52 -0800)]
Merge "Add passive location provider."

14 years agoMerge "Implement type collapsing for Elements and Types. Now if a user creates two...
Jason Sams [Wed, 17 Feb 2010 23:39:46 +0000 (15:39 -0800)]
Merge "Implement type collapsing for Elements and Types.  Now if a user creates two or more identical objects we simply reuse the existing object rather than create a new one."

14 years agoImplement type collapsing for Elements and Types. Now if a user creates two or more...
Jason Sams [Wed, 17 Feb 2010 23:38:10 +0000 (15:38 -0800)]
Implement type collapsing for Elements and Types.  Now if a user creates two or more identical objects we simply reuse the existing object rather than create a new one.

14 years agoMerge "Prevent possible NPE in android.gesture.Learner"
Kenny Root [Wed, 17 Feb 2010 23:37:24 +0000 (15:37 -0800)]
Merge "Prevent possible NPE in android.gesture.Learner"

14 years agoAdd passive location provider.
Mike Lockwood [Wed, 17 Feb 2010 11:42:23 +0000 (06:42 -0500)]
Add passive location provider.

The passive location provider allows receiving location updates without
actually triggering them.  This allows an application to receive location
updates that are being generated due to other clients of the location manager.

Change-Id: Ibf7a96b089c56875d4f62d3210252ae8d9f32768
Signed-off-by: Mike Lockwood <lockwood@android.com>
14 years agoMerge "Don't move the fast scroll thumb with a list on overscroll."
Adam Powell [Wed, 17 Feb 2010 23:16:08 +0000 (15:16 -0800)]
Merge "Don't move the fast scroll thumb with a list on overscroll."

14 years agoMerge "Disable the TI AMR hardware decoder for audio decoding until its issues are...
Andreas Huber [Wed, 17 Feb 2010 23:06:51 +0000 (15:06 -0800)]
Merge "Disable the TI AMR hardware decoder for audio decoding until its issues are resolved."

14 years agoMerge "Better diagnostics for the stagefright tool and codec performance."
Andreas Huber [Wed, 17 Feb 2010 23:06:44 +0000 (15:06 -0800)]
Merge "Better diagnostics for the stagefright tool and codec performance."

14 years agoDisable the TI AMR hardware decoder for audio decoding until its issues are resolved.
Andreas Huber [Wed, 17 Feb 2010 23:04:18 +0000 (15:04 -0800)]
Disable the TI AMR hardware decoder for audio decoding until its issues are resolved.

related-to-bug: 2450938

14 years agoAdded more @RemotableViewMethod methods, mutate ImageView.
Jeff Sharkey [Tue, 9 Feb 2010 01:40:30 +0000 (17:40 -0800)]
Added more @RemotableViewMethod methods, mutate ImageView.

Catch some View methods missed during the first pass of
marking with @RemotableViewMethod annotation.  Also adds new
ImageView.setColorFilter(int) to match the android:tint XML
attribute.

When ImageView touches ColorFilter or alpha, mutate the
underlying Drawable. Fix NPE in StateListDrawable.mutate().

14 years agoBetter diagnostics for the stagefright tool and codec performance.
Andreas Huber [Wed, 17 Feb 2010 22:57:28 +0000 (14:57 -0800)]
Better diagnostics for the stagefright tool and codec performance.

related-to-bug: 2450938

14 years agoDon't move the fast scroll thumb with a list on overscroll.
Adam Powell [Wed, 17 Feb 2010 22:34:21 +0000 (14:34 -0800)]
Don't move the fast scroll thumb with a list on overscroll.

14 years agoDon't overwrite ANR traces.txt if it can't be renamed (usually
Dan Egnor [Wed, 17 Feb 2010 22:16:32 +0000 (14:16 -0800)]
Don't overwrite ANR traces.txt if it can't be renamed (usually
due to lack of permissions, usually due to an old adb running
"dumpstate" directly rather than via bugreport).

14 years agoTone down a non-error log message about lack of ancestral dataset tracking
Christopher Tate [Wed, 17 Feb 2010 21:03:40 +0000 (13:03 -0800)]
Tone down a non-error log message about lack of ancestral dataset tracking

Change-Id: I2e5e48c9b695d6225016365907fe8edc73ab2c8e

14 years agoChange Javadocs to fix SDK build
Kenny Root [Wed, 17 Feb 2010 21:55:17 +0000 (13:55 -0800)]
Change Javadocs to fix SDK build

Remove some hidden reference and update links to other classes and
methods.

Change-Id: I4b6561f1bac07329d75da13f72496aa7d5b20a62

14 years agoMerge "Unhide new SoundPool API's. Bug 2415373."
Dave Sparks [Wed, 17 Feb 2010 21:37:55 +0000 (13:37 -0800)]
Merge "Unhide new SoundPool API's. Bug 2415373."

14 years agoremove check for obsolete property ro.config.sync
Fred Quintana [Wed, 17 Feb 2010 21:35:49 +0000 (13:35 -0800)]
remove check for obsolete property ro.config.sync

14 years agoUnhide new SoundPool API's. Bug 2415373.
Dave Sparks [Wed, 17 Feb 2010 18:06:41 +0000 (10:06 -0800)]
Unhide new SoundPool API's. Bug 2415373.

14 years agoMerge "Add a host based test for package manager installs."
Brett Chabot [Wed, 17 Feb 2010 21:26:33 +0000 (13:26 -0800)]
Merge "Add a host based test for package manager installs."

14 years agoAdd a host based test for package manager installs.
Brett Chabot [Wed, 17 Feb 2010 19:18:16 +0000 (11:18 -0800)]
Add a host based test for package manager installs.

Bug 2430400

14 years agoMerge "Correct use of logical AND"
Kenny Root [Wed, 17 Feb 2010 21:24:59 +0000 (13:24 -0800)]
Merge "Correct use of logical AND"

14 years agoMerge "Add better index checks for AndroidCharacter.mirror"
Kenny Root [Wed, 17 Feb 2010 21:24:37 +0000 (13:24 -0800)]
Merge "Add better index checks for AndroidCharacter.mirror"

14 years agoCleanup of global search references in SearchDialog and SearchManager.
Amith Yamasani [Thu, 4 Feb 2010 22:52:32 +0000 (14:52 -0800)]
Cleanup of global search references in SearchDialog and SearchManager.

14 years agoFix permission exception thrown on exit car mode.
Tobias Haamel [Tue, 16 Feb 2010 16:36:54 +0000 (08:36 -0800)]
Fix permission exception thrown on exit car mode.

Changing the status bar behavior requires special permission.
Since disableCarMode is called out of a context that might not have this
permission, the calling identity is cleared before changing the status
bar behavior.

14 years agoMerge "Fix cast to String[] in FullBackupAgent"
Kenny Root [Wed, 17 Feb 2010 21:00:25 +0000 (13:00 -0800)]
Merge "Fix cast to String[] in FullBackupAgent"

14 years agoFix cast to String[] in FullBackupAgent
Kenny Root [Wed, 17 Feb 2010 19:06:26 +0000 (11:06 -0800)]
Fix cast to String[] in FullBackupAgent

obj.toArray() can't return anything more specific than Object[], so use
obj.toArray(new String[obj.size()]) to do this instead.

Change-Id: I87a0a2bb10206a37b28a535652a8f81f94c1f06f

14 years agoMerge "Add hashCode() to BluetoothService$RemoteService"
Kenny Root [Wed, 17 Feb 2010 20:25:20 +0000 (12:25 -0800)]
Merge "Add hashCode() to BluetoothService$RemoteService"

14 years agoMerge "XML attribute for overscrolling behavior"
Adam Powell [Wed, 17 Feb 2010 20:06:35 +0000 (12:06 -0800)]
Merge "XML attribute for overscrolling behavior"

14 years agoMerge "Prevent sign extension in IccUtils.parseToRGB"
Kenny Root [Wed, 17 Feb 2010 20:02:35 +0000 (12:02 -0800)]
Merge "Prevent sign extension in IccUtils.parseToRGB"

14 years agoAdd hashCode() to BluetoothService$RemoteService
Kenny Root [Wed, 17 Feb 2010 20:00:37 +0000 (12:00 -0800)]
Add hashCode() to BluetoothService$RemoteService

RemoteService is used as a key in a HashMap, so it should have a
hashCode()

Change-Id: I69b72991474f4d5ec11c0620a6e66eb0c44d04b6

14 years agoMerge "Add the automatic handling of night/notnight UI modes."
Mike Cleron [Wed, 17 Feb 2010 20:00:45 +0000 (12:00 -0800)]
Merge "Add the automatic handling of night/notnight UI modes."

14 years agoXML attribute for overscrolling behavior
Adam Powell [Wed, 17 Feb 2010 01:16:19 +0000 (17:16 -0800)]
XML attribute for overscrolling behavior

14 years agoMerge "Changes to remove WebTextView at end of touch/press rather than during."
Leon Scroggins [Wed, 17 Feb 2010 19:36:31 +0000 (11:36 -0800)]
Merge "Changes to remove WebTextView at end of touch/press rather than during."

14 years agoMerge "Sorts the lists of tests in DumpRenderTree in preparation for cleaning up...
Steve Block [Wed, 17 Feb 2010 19:25:28 +0000 (11:25 -0800)]
Merge "Sorts the lists of tests in DumpRenderTree in preparation for cleaning up the lists."

14 years agoChanges to remove WebTextView at end of touch/press rather than during.
Leon Scroggins [Wed, 17 Feb 2010 18:17:32 +0000 (13:17 -0500)]
Changes to remove WebTextView at end of touch/press rather than during.

Add a parameter for clearTextEntry to disable the focus controller,
and call clearTextEntry when releasing the trackball.

Requires a change to external/webkit

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

14 years agoFix build.
Dianne Hackborn [Wed, 17 Feb 2010 19:15:28 +0000 (11:15 -0800)]
Fix build.

14 years agoMerge "Removes tests from DumpRenderTree skipped list where the corresponding bugs...
Steve Block [Wed, 17 Feb 2010 19:04:53 +0000 (11:04 -0800)]
Merge "Removes tests from DumpRenderTree skipped list where the corresponding bugs have been fixed."

14 years agoupdate dox
Mike Reed [Wed, 17 Feb 2010 19:03:59 +0000 (14:03 -0500)]
update dox

14 years agoMerge "Adding support for "contact counts grouped by the first letter of the sort...
Dmitri Plotnikov [Wed, 17 Feb 2010 18:58:10 +0000 (10:58 -0800)]
Merge "Adding support for "contact counts grouped by the first letter of the sort key"."

14 years agoAdding support for "contact counts grouped by the first letter
Dmitri Plotnikov [Wed, 17 Feb 2010 18:57:19 +0000 (10:57 -0800)]
Adding support for "contact counts grouped by the first letter
of the sort key".

This is needed for two purposes:
1. To fix the A-Z index, specifically non-English ones and
address the issue of messed up index when sort order does not match
display order.

2. Take the first step toward the introduction of a scrolling
cursor.  When we have a scrolling cursor, we will _have_ to
build the index independently of fetching all of the data.

Bug: 2407129
Change-Id: Ie2979ff8e67446329ea6d1c2f5c9f4f215e6ec89

14 years agoMerge "Fix issue #2420412: API review: DeviceAdmin API changes"
Dianne Hackborn [Wed, 17 Feb 2010 18:56:58 +0000 (10:56 -0800)]
Merge "Fix issue #2420412: API review: DeviceAdmin API changes"

14 years agoMerge "NativeDaemonConnector: Improve bad list IPC diagnostics"
San Mehat [Wed, 17 Feb 2010 18:55:44 +0000 (10:55 -0800)]
Merge "NativeDaemonConnector: Improve bad list IPC diagnostics"

14 years agoMerge "Enhance text docs, rename some variables for clarity, comment places in the...
Eric Fischer [Wed, 17 Feb 2010 18:37:29 +0000 (10:37 -0800)]
Merge "Enhance text docs, rename some variables for clarity, comment places in the code for further investigation."

14 years agoFix issue #2420412: API review: DeviceAdmin API changes
Dianne Hackborn [Wed, 17 Feb 2010 04:38:49 +0000 (20:38 -0800)]
Fix issue #2420412: API review: DeviceAdmin API changes

Note in docs that callbacks are on main thread.
Rename to DeviceAdminReceiver?
Document resetPassword is the device's password.

Also hide android.R.attr.neverEncrypt.

14 years agoMerge "Prevent sign extension in UsimPhoneBookManager"
Kenny Root [Wed, 17 Feb 2010 18:26:40 +0000 (10:26 -0800)]
Merge "Prevent sign extension in UsimPhoneBookManager"

14 years agoPrevent sign extension in UsimPhoneBookManager
Kenny Root [Wed, 17 Feb 2010 18:21:11 +0000 (10:21 -0800)]
Prevent sign extension in UsimPhoneBookManager

When performing a logical OR on a byte value, make sure to truncate its
value to prevent possible sign extension when it is converted to 32-bit.

Change-Id: I7bdfded32cec3e8a5f6b5c45316b2af5ab9471d1

14 years agoAdd UI considerations to layers
Cary Clark [Wed, 27 Jan 2010 22:03:05 +0000 (17:03 -0500)]
Add UI considerations to layers

companion fix is in external/webkit

- Add class to return view metrics.
- Draw cursor rings and find matches in proper order.

http://b/2369549

14 years agoPrevent sign extension in IccUtils.parseToRGB
Kenny Root [Wed, 17 Feb 2010 18:16:15 +0000 (10:16 -0800)]
Prevent sign extension in IccUtils.parseToRGB

When a signed byte value is taken from an array, make sure to truncate
it so it doesn't have a problem when it's sign extended to 32-bit.

Change-Id: Ic2b35c317e21c63dff960501145a4f3074b687ad

14 years agoMerge "framework: tests: Add some unit-tests for Asec"
San Mehat [Wed, 17 Feb 2010 18:07:49 +0000 (10:07 -0800)]
Merge "framework: tests: Add some unit-tests for Asec"

14 years agoPrevent possible NPE in android.gesture.Learner
Kenny Root [Wed, 17 Feb 2010 18:04:20 +0000 (10:04 -0800)]
Prevent possible NPE in android.gesture.Learner

Change-Id: If9b0ac9a05b6736719d84c6b58be73e3f7771f07

14 years agoCorrect use of logical AND
Kenny Root [Wed, 17 Feb 2010 17:55:53 +0000 (09:55 -0800)]
Correct use of logical AND

A bitwise AND was use when a logical AND was meant to be used.

Change-Id: I4e5529ff9fce1e6397d7cd9483268766fc92dcf5

14 years agoMerge "Fix logging in SoundPool."
Dave Sparks [Wed, 17 Feb 2010 17:16:43 +0000 (09:16 -0800)]
Merge "Fix logging in SoundPool."

14 years agoMerge "AVRCP volume controls for the docks."
Jaikumar Ganesh [Wed, 17 Feb 2010 17:16:19 +0000 (09:16 -0800)]
Merge "AVRCP volume controls for the docks."

14 years agoMerge "Fix issue 2440226: Car dock volume synchronization."
Jaikumar Ganesh [Wed, 17 Feb 2010 17:15:50 +0000 (09:15 -0800)]
Merge "Fix issue 2440226: Car dock volume synchronization."

14 years agoFix logging in SoundPool.
Dave Sparks [Wed, 17 Feb 2010 17:09:24 +0000 (09:09 -0800)]
Fix logging in SoundPool.

14 years agoNativeDaemonConnector: Improve bad list IPC diagnostics
San Mehat [Wed, 17 Feb 2010 17:03:29 +0000 (09:03 -0800)]
NativeDaemonConnector: Improve bad list IPC diagnostics

Signed-off-by: San Mehat <san@google.com>
14 years agoframework: tests: Add some unit-tests for Asec
San Mehat [Wed, 17 Feb 2010 17:02:17 +0000 (09:02 -0800)]
framework: tests: Add some unit-tests for Asec

Signed-off-by: San Mehat <san@google.com>
14 years agoAdd better index checks for AndroidCharacter.mirror
Kenny Root [Wed, 17 Feb 2010 16:25:47 +0000 (08:25 -0800)]
Add better index checks for AndroidCharacter.mirror

Fix potential invalid array access if start index is before the
beginning of the array or start + count is past the end of the array.
Update Javadoc for mirror to reflect the usage of "start" and "count".

Change-Id: I7e596de8eae5c518a2b4ff0d28604bd9c59f9d9d

14 years agoCreate a default style for WebTextView.
Leon Scroggins [Tue, 16 Feb 2010 21:09:59 +0000 (16:09 -0500)]
Create a default style for WebTextView.

As a result, all apps using WebView (and therefore WebTextView)
will get the same style, and display properly.

Fixes http://b/issue?id=2385422

14 years agoFix null pointer exception in connectivity service broadcast receiver.
Mike Lockwood [Wed, 17 Feb 2010 12:40:50 +0000 (07:40 -0500)]
Fix null pointer exception in connectivity service broadcast receiver.

Change-Id: I80c7175ffd1a323a02201395ff6092e2ab0fdd1c
Signed-off-by: Mike Lockwood <lockwood@android.com>
14 years agoMerge "Clean up after failed MemoryFileTest.testPurge()"
Bjorn Bringert [Wed, 17 Feb 2010 09:58:59 +0000 (01:58 -0800)]
Merge "Clean up after failed MemoryFileTest.testPurge()"

14 years agoMerge "Detect system-wide safe mode and configure the VM accordingly."
Ben Cheng [Wed, 17 Feb 2010 06:28:20 +0000 (22:28 -0800)]
Merge "Detect system-wide safe mode and configure the VM accordingly."

14 years agoRemoving org.w3c.dom subpackages.
Jesse Wilson [Wed, 17 Feb 2010 00:23:26 +0000 (16:23 -0800)]
Removing org.w3c.dom subpackages.

See dalvik change https://android-git.corp.google.com/g/40511

14 years agofix [2447659] fix improper usage of the YCbCr_420_SP format
Mathias Agopian [Wed, 17 Feb 2010 03:42:32 +0000 (19:42 -0800)]
fix [2447659] fix improper usage of the YCbCr_420_SP format

14 years agofix a bug I introduced recently where YUV formats would crash the system
Mathias Agopian [Wed, 17 Feb 2010 04:43:39 +0000 (20:43 -0800)]
fix a bug I introduced recently where YUV formats would crash the system

14 years agoRemove ACTION_VOICE_SEARCH_SETTINGS (added only for Froyo), because we've got
Mike LeBeau [Wed, 17 Feb 2010 02:19:05 +0000 (18:19 -0800)]
Remove ACTION_VOICE_SEARCH_SETTINGS (added only for Froyo), because we've got
a more robust solution instead.

14 years agoMerge "MountService: Add API call for getting a list of pids currently using the...
San Mehat [Wed, 17 Feb 2010 02:07:31 +0000 (18:07 -0800)]
Merge "MountService: Add API call for getting a list of pids currently using the specified mountpoint"

14 years agoMerge "get rid off the YUV formats at the libui layer"
Mathias Agopian [Wed, 17 Feb 2010 02:00:13 +0000 (18:00 -0800)]
Merge "get rid off the YUV formats at the libui layer"