OSDN Git Service

android-x86/frameworks-native.git
14 years agoFix issue 2305382: Pick up original call makes a noisy beep when wired headset connected.
Eric Laurent [Tue, 23 Feb 2010 17:48:31 +0000 (09:48 -0800)]
Fix issue 2305382: Pick up original call makes a noisy beep when wired headset connected.

The noise is the residual ring tone that is still playing while the call is answered and the
audio route changed to headset or earpiece.

The fix consists in muting the ringing tone when changing mode from ringtone to in call
and delaying the route change until the audio buffers are emptied.

14 years agoMerge "Replace system property retrieval calls with DecoderCapabilities Java API...
James Dong [Tue, 23 Feb 2010 18:16:57 +0000 (10:16 -0800)]
Merge "Replace system property retrieval calls with DecoderCapabilities Java API calls."

14 years agoMerge "Clean up global search and web search activity finding"
Bjorn Bringert [Tue, 23 Feb 2010 14:28:31 +0000 (06:28 -0800)]
Merge "Clean up global search and web search activity finding"

14 years agoMerge "Move LocationTracker test app from vendor/google to frameworks/base/tests"
Mike Lockwood [Tue, 23 Feb 2010 04:58:43 +0000 (20:58 -0800)]
Merge "Move LocationTracker test app from vendor/google to frameworks/base/tests"

14 years agoMerge "Fix some random bugs."
Dianne Hackborn [Tue, 23 Feb 2010 04:48:01 +0000 (20:48 -0800)]
Merge "Fix some random bugs."

14 years agoMerge "Don't start location providers until the system is ready."
Mike Lockwood [Tue, 23 Feb 2010 04:39:24 +0000 (20:39 -0800)]
Merge "Don't start location providers until the system is ready."

14 years agoMerge "Fix bug when adding SET_INSTALL_LOCATION to SettingsProvider database, upgrade...
Oscar Montemayor [Tue, 23 Feb 2010 02:16:32 +0000 (18:16 -0800)]
Merge "Fix bug when adding SET_INSTALL_LOCATION to SettingsProvider database, upgrade path."

14 years agoMerge "Quick fix layout test path problems"
Guang Zhu [Tue, 23 Feb 2010 01:50:31 +0000 (17:50 -0800)]
Merge "Quick fix layout test path problems"

14 years agoMerge "beging np2 extension check work."
Jason Sams [Tue, 23 Feb 2010 01:06:21 +0000 (17:06 -0800)]
Merge "beging np2 extension check work."

14 years agoMerge "Calling super.finalize() in finalize() methods. Also cleanup code, mostly...
Romain Guy [Tue, 23 Feb 2010 01:01:41 +0000 (17:01 -0800)]
Merge "Calling super.finalize() in finalize() methods. Also cleanup code, mostly removing unused handlers and casts."

14 years agoMerge "Prevent crash in AbsSpinner when the selection is out of sync. Bug #196253"
Romain Guy [Tue, 23 Feb 2010 01:01:26 +0000 (17:01 -0800)]
Merge "Prevent crash in AbsSpinner when the selection is out of sync. Bug #196253"

14 years agoMerge "Show the USB mass storage UI as soon as USB is connected."
Daniel Sandler [Tue, 23 Feb 2010 00:46:08 +0000 (16:46 -0800)]
Merge "Show the USB mass storage UI as soon as USB is connected."

14 years agoMerge "Standard alert dialogs overscroll only when content scrolls"
Adam Powell [Tue, 23 Feb 2010 00:36:38 +0000 (16:36 -0800)]
Merge "Standard alert dialogs overscroll only when content scrolls"

14 years agoMerge "Properly unload the renderer shared library after the renderer goes away."
Andreas Huber [Tue, 23 Feb 2010 00:34:32 +0000 (16:34 -0800)]
Merge "Properly unload the renderer shared library after the renderer goes away."

14 years agoMerge "Reduce SQLiteDatabase and ContentResolver EventLog logging thresholds."
Brad Fitzpatrick [Tue, 23 Feb 2010 00:32:25 +0000 (16:32 -0800)]
Merge "Reduce SQLiteDatabase and ContentResolver EventLog logging thresholds."

14 years agoMerge "Fix for the safty check. It checks that nFir21 + jNpoints <= BUF_SIZE, but...
Gloria Wang [Tue, 23 Feb 2010 00:08:28 +0000 (16:08 -0800)]
Merge "Fix for the safty check. It checks that nFir21 + jNpoints <= BUF_SIZE,  but when it calls GetByteArrayRegion, it multiplies it by 2 which  defeats the "// safety first" check at the beginning."

14 years agoMerge "This hardware video decoder lies about its required input buffer sizes allocat...
Andreas Huber [Mon, 22 Feb 2010 23:32:14 +0000 (15:32 -0800)]
Merge "This hardware video decoder lies about its required input buffer sizes allocating 2.7 MB of memory instead of the required 176 KB... Added another quirk."

14 years agoMerge "remove a dependency of GraphicBuffer (libui) on Parcel (libbinder)."
Mathias Agopian [Mon, 22 Feb 2010 22:39:55 +0000 (14:39 -0800)]
Merge "remove a dependency of GraphicBuffer (libui) on Parcel (libbinder)."

14 years agoMerge "Fix bug where calling getButton(int) returns null."
Romain Guy [Mon, 22 Feb 2010 22:17:52 +0000 (14:17 -0800)]
Merge "Fix bug where calling getButton(int) returns null."

14 years agoMerge "Better file permissions enforcement on system keystore."
Oscar Montemayor [Mon, 22 Feb 2010 22:15:00 +0000 (14:15 -0800)]
Merge "Better file permissions enforcement on system keystore."

14 years agoMerge "Don't switch layout modes in AbsListView#onTouchModeChanged() Don't stomp...
Adam Powell [Mon, 22 Feb 2010 22:14:46 +0000 (14:14 -0800)]
Merge "Don't switch layout modes in AbsListView#onTouchModeChanged() Don't stomp mResurrectToPosition for LAYOUT_SPECIFIC in AbsListView#hideSelector()"

14 years agoMerge "MountService: Force unmount when enabling ums"
San Mehat [Mon, 22 Feb 2010 21:21:58 +0000 (13:21 -0800)]
Merge "MountService: Force unmount when enabling ums"

14 years agoMerge "fix race condition introduced by CL https://android-git.corp.google.com/g...
Vasu Nori [Mon, 22 Feb 2010 20:58:44 +0000 (12:58 -0800)]
Merge "fix race condition introduced by CL https://android-git.corp.google.com/g/40395"

14 years agoMerge "Fix missing UI_MODE_SERVICE rename."
Dianne Hackborn [Mon, 22 Feb 2010 20:57:41 +0000 (12:57 -0800)]
Merge "Fix missing UI_MODE_SERVICE rename."

14 years agoMerge "Don't start global search from system dialogs"
Bjorn Bringert [Mon, 22 Feb 2010 20:57:13 +0000 (12:57 -0800)]
Merge "Don't start global search from system dialogs"

14 years agoMerge "Fix issue #2438980: Implement package watcher for voice recognizer service...
Dianne Hackborn [Mon, 22 Feb 2010 20:18:01 +0000 (12:18 -0800)]
Merge "Fix issue #2438980: Implement package watcher for voice recognizer service setting"

14 years agoam 8978547f: am f5fe3949: Fix issue 2459650.
Eric Laurent [Mon, 22 Feb 2010 19:19:51 +0000 (11:19 -0800)]
am 8978547f: am f5fe3949: Fix issue 2459650.

Merge commit '8978547f254b6b6ba2e322794aa044803f3edc2a'

* commit '8978547f254b6b6ba2e322794aa044803f3edc2a':
  Fix issue 2459650.

14 years agoam f5fe3949: Fix issue 2459650.
Eric Laurent [Mon, 22 Feb 2010 19:13:08 +0000 (11:13 -0800)]
am f5fe3949: Fix issue 2459650.

Merge commit 'f5fe3949f5db69b19ce3fac7abce2088106f2e2b' into eclair-plus-aosp

* commit 'f5fe3949f5db69b19ce3fac7abce2088106f2e2b':
  Fix issue 2459650.

14 years agoMerge "Ignore touch down events near the edge of the screen for the purposes of pulli...
Joe Onorato [Mon, 22 Feb 2010 18:56:18 +0000 (10:56 -0800)]
Merge "Ignore touch down events near the edge of the screen for the purposes of pulling down the windowshade."

14 years agoMerge "Don't let email addresses in database names get into the EventLog."
Brad Fitzpatrick [Mon, 22 Feb 2010 17:10:19 +0000 (09:10 -0800)]
Merge "Don't let email addresses in database names get into the EventLog."

14 years agoMerge "In DumpRenderTree, skip tests for which we have the wrong results"
Steve Block [Mon, 22 Feb 2010 16:18:20 +0000 (08:18 -0800)]
Merge "In DumpRenderTree, skip tests for which we have the wrong results"

14 years agoMerge "Add new action for launching the user's music player app."
Daniel Sandler [Mon, 22 Feb 2010 14:32:25 +0000 (06:32 -0800)]
Merge "Add new action for launching the user's music player app."

14 years agoremove a dependency of GraphicBuffer (libui) on Parcel (libbinder).
Mathias Agopian [Fri, 12 Feb 2010 01:30:52 +0000 (17:30 -0800)]
remove a dependency of GraphicBuffer (libui) on Parcel (libbinder).

Add a Flattenable interface to libutils which can be used to flatten
an object into bytestream + filedescriptor stream.
Parcel is modified to handle Flattenable. And GraphicBuffer implements
Flattenable.

Except for the overlay classes libui is now independent of libbinder.

14 years agoMerge "Increase the sleep time to fix testTakePicture."
Wu-cheng Li [Mon, 22 Feb 2010 07:18:45 +0000 (23:18 -0800)]
Merge "Increase the sleep time to fix testTakePicture."

14 years agoMerge "Automatically restore app data at install time"
Chris Tate [Sat, 20 Feb 2010 02:23:45 +0000 (18:23 -0800)]
Merge "Automatically restore app data at install time"

14 years agoMerge "Fix 2448345: Fix tactile feedback bug in password/PIN and pattern unlock."
Jim Miller [Sat, 20 Feb 2010 02:18:04 +0000 (18:18 -0800)]
Merge "Fix 2448345: Fix tactile feedback bug in password/PIN and pattern unlock."

14 years agoMerge "Update the "Android Performance" documentation."
Elliott Hughes [Sat, 20 Feb 2010 01:55:26 +0000 (17:55 -0800)]
Merge "Update the "Android Performance" documentation."

14 years agoMerge "Initialize layer position"
Mathias Agopian [Sat, 20 Feb 2010 01:52:54 +0000 (17:52 -0800)]
Merge "Initialize layer position"

14 years agoInitialize layer position
Mathias Agopian [Sat, 20 Feb 2010 01:51:58 +0000 (17:51 -0800)]
Initialize layer position

14 years agoMerge "Make sure that the event callback thread is Java capable in the simulator."
Marco Nelissen [Sat, 20 Feb 2010 00:00:26 +0000 (16:00 -0800)]
Merge "Make sure that the event callback thread is Java capable in the simulator."

14 years agoMerge "Move package from internal to external and vice versa."
Suchi Amalapurapu [Fri, 19 Feb 2010 22:27:29 +0000 (14:27 -0800)]
Merge "Move package from internal to external and vice versa."

14 years agoMerge "improve logging of errors when trying to resolve backrefs http://b/2371475"
Fred Quintana [Fri, 19 Feb 2010 22:22:25 +0000 (14:22 -0800)]
Merge "improve logging of errors when trying to resolve backrefs b/2371475"

14 years agoMerge "Spinner now allows disabled adapter items"
Adam Powell [Fri, 19 Feb 2010 22:15:57 +0000 (14:15 -0800)]
Merge "Spinner now allows disabled adapter items"

14 years agoMerge "Recycle MotionEvents properly in GestureDetector"
Adam Powell [Fri, 19 Feb 2010 22:15:19 +0000 (14:15 -0800)]
Merge "Recycle MotionEvents properly in GestureDetector"

14 years agoMerge "Add test pattern icon to Fountain."
Jason Sams [Fri, 19 Feb 2010 21:27:24 +0000 (13:27 -0800)]
Merge "Add test pattern icon to Fountain."

14 years agoMerge "Use direct reference to enum in AaptAssets"
Kenny Root [Fri, 19 Feb 2010 21:12:07 +0000 (13:12 -0800)]
Merge "Use direct reference to enum in AaptAssets"

14 years agoMerge "Add some useful methods to OperationScheduler to inquire into the history...
Dan Egnor [Fri, 19 Feb 2010 19:14:35 +0000 (11:14 -0800)]
Merge "Add some useful methods to OperationScheduler to inquire into the history, in case you want to second-guess its scheduling."

14 years agoMerge "Ignore TEMPLATE.html in LayoutTest directories"
Steve Block [Fri, 19 Feb 2010 19:12:03 +0000 (11:12 -0800)]
Merge "Ignore TEMPLATE.html in LayoutTest directories"

14 years agoMerge "Enable bluetooth voice dialing in BluetoothHeadset.java."
Martin Hibdon [Fri, 19 Feb 2010 18:56:47 +0000 (10:56 -0800)]
Merge "Enable bluetooth voice dialing in BluetoothHeadset.java."

14 years agoMerge "- fix the AccountManager documentation. http://b/2401790 - only pass the autht...
Fred Quintana [Fri, 19 Feb 2010 18:46:36 +0000 (10:46 -0800)]
Merge "- fix the AccountManager documentation. b/2401790 - only pass the authtoken through from the authenticator to the client   for getAuthToken() and strip it out from the other calls, like   addAccount(). http://b/2332762 - beef up the documentation to indicate what calls are allowed to be made   from the main thread and which are not allowed. http://b/2384961 - wait a bit before retrying syncs that failed because one was already   in progress. http://b/2414235"

14 years agoMerge "Remove tests that no longer exist from the DumpRenderTree skipped list"
Steve Block [Fri, 19 Feb 2010 18:45:28 +0000 (10:45 -0800)]
Merge "Remove tests that no longer exist from the DumpRenderTree skipped list"

14 years agoMerge "Merges unused bug list with ignored result list in DumpRenderTree"
Steve Block [Fri, 19 Feb 2010 18:45:00 +0000 (10:45 -0800)]
Merge "Merges unused bug list with ignored result list in DumpRenderTree"

14 years agoMerge "The MediaScanner is way too obsessed with restricting the files to be scanned."
Andreas Huber [Fri, 19 Feb 2010 18:33:14 +0000 (10:33 -0800)]
Merge "The MediaScanner is way too obsessed with restricting the files to be scanned."

14 years agoMerge "Move framework test-runner unit tests to be closer to their source. Move the...
Brett Chabot [Fri, 19 Feb 2010 18:02:10 +0000 (10:02 -0800)]
Merge "Move framework test-runner unit tests to be closer to their source. Move the test-runner source into a separate src folder to accommodate the test move."

14 years agoMerge "MountService: Move boot-time mount to a thread - avoids ANR at boot"
San Mehat [Fri, 19 Feb 2010 17:57:29 +0000 (09:57 -0800)]
Merge "MountService: Move boot-time mount to a thread - avoids ANR at boot"

14 years agoMerge "Makes sure GeolocationPermissions is fully robust to calls being made before...
Steve Block [Fri, 19 Feb 2010 16:38:56 +0000 (08:38 -0800)]
Merge "Makes sure GeolocationPermissions is fully robust to calls being made before the message handler is initialized"

14 years agoMerge "Change to 5 days ago group to 7 days ago."
Leon Scroggins [Fri, 19 Feb 2010 16:26:54 +0000 (08:26 -0800)]
Merge "Change to 5 days ago group to 7 days ago."

14 years agoMerge "Adds synchronization around message handler in GeolocationPermissions and...
Steve Block [Fri, 19 Feb 2010 16:22:37 +0000 (08:22 -0800)]
Merge "Adds synchronization around message handler in GeolocationPermissions and WebStorage"

14 years agoMerge "Implement legacy behaviour for MediaPlayer's behaviour of starting from the...
Andreas Huber [Fri, 19 Feb 2010 16:02:57 +0000 (08:02 -0800)]
Merge "Implement legacy behaviour for MediaPlayer's behaviour of starting from the start of the media on a start() call instead of resuming at the current position, if previously reached the end of the stream. Also properly report number of frames played to audio flinger. Finally, delay spawing the queue thread until actually used."

14 years agoMerge "Fix a race condition in the prefetcher, the source may be shutdown while we...
Andreas Huber [Fri, 19 Feb 2010 16:02:48 +0000 (08:02 -0800)]
Merge "Fix a race condition in the prefetcher, the source may be shutdown while we're reading data from it."

14 years agoMerge "Elaborate a little on the documentation for PackageManager's resolveActivity."
Mike LeBeau [Fri, 19 Feb 2010 04:11:51 +0000 (20:11 -0800)]
Merge "Elaborate a little on the documentation for PackageManager's resolveActivity."

14 years agoMerge "Two big additions to the voice recognition APIs:"
Mike LeBeau [Fri, 19 Feb 2010 04:10:23 +0000 (20:10 -0800)]
Merge "Two big additions to the voice recognition APIs:"

14 years agoMerge "Fix 2455162: Fix mdpi password entry keyboard to show 'OK' instead of return...
Jim Miller [Fri, 19 Feb 2010 03:08:21 +0000 (19:08 -0800)]
Merge "Fix 2455162: Fix mdpi password entry keyboard to show 'OK' instead of return icon."

14 years agoMerge "Do setThreadPriority() later so we can notify the waiting thread and release...
Chih-Chung Chang [Fri, 19 Feb 2010 01:36:00 +0000 (17:36 -0800)]
Merge "Do setThreadPriority() later so we can notify the waiting thread and release the lock as soon as possible even if we run the loop in background priority."

14 years agoMerge "Add USB RNDIS enable/disable control"
Robert Greenwalt [Fri, 19 Feb 2010 01:34:16 +0000 (17:34 -0800)]
Merge "Add USB RNDIS enable/disable control"

14 years agoMerge "framework: tests: Clean up asec unit tests and add rename tests"
San Mehat [Fri, 19 Feb 2010 00:49:18 +0000 (16:49 -0800)]
Merge "framework: tests: Clean up asec unit tests and add rename tests"

14 years agoMerge "add diagnostic info to help debug bug:2427686"
Vasu Nori [Fri, 19 Feb 2010 00:43:14 +0000 (16:43 -0800)]
Merge "add diagnostic info to help debug bug:2427686"

14 years agoMerge "Don't cache mFirstPosition before a layoutChildren in ListView.onFocusChanged"
Adam Powell [Thu, 18 Feb 2010 23:54:40 +0000 (15:54 -0800)]
Merge "Don't cache mFirstPosition before a layoutChildren in ListView.onFocusChanged"

14 years agoMerge "Fixing bug 2453467 - In case of a dead process while disabling Accessibility...
Dianne Hackborn [Thu, 18 Feb 2010 23:49:25 +0000 (15:49 -0800)]
Merge "Fixing bug 2453467 - In case of a dead process while disabling Accessibility some processes keep sending AccessibilityEvents"

14 years agoMerge "Fix 2363699 - Make notification shade animate closed when disabled"
Joe Onorato [Thu, 18 Feb 2010 23:19:43 +0000 (15:19 -0800)]
Merge "Fix 2363699 - Make notification shade animate closed when disabled"

14 years agoMerge "Fix the rgb to yuv422sp conversion. The order of uv is different from the...
Chih-Chung Chang [Thu, 18 Feb 2010 22:43:05 +0000 (14:43 -0800)]
Merge "Fix the rgb to yuv422sp conversion. The order of uv is different from the original version, but it should be ok as the original Y,Cb,Cr are all incorrect."

14 years agoMerge "Add SearchManager.getWebSearchActivity()"
Bjorn Bringert [Thu, 18 Feb 2010 22:25:33 +0000 (14:25 -0800)]
Merge "Add SearchManager.getWebSearchActivity()"

14 years agoFix the rgb to yuv422sp conversion. The order of uv is different from the
Chih-Chung Chang [Thu, 18 Feb 2010 21:58:24 +0000 (13:58 -0800)]
Fix the rgb to yuv422sp conversion. The order of uv is different from the
original version, but it should be ok as the original Y,Cb,Cr are all incorrect.

14 years agoMerge "Set error condition correctly when device is already created."
Jaikumar Ganesh [Thu, 18 Feb 2010 21:46:33 +0000 (13:46 -0800)]
Merge "Set error condition correctly when device is already created."

14 years agoMerge "Change buf size holding integer in ResourceTable"
Kenny Root [Thu, 18 Feb 2010 20:39:15 +0000 (12:39 -0800)]
Merge "Change buf size holding integer in ResourceTable"

14 years agoMerge "Fix bug #2331761 (Instances of a recurring event are missing)"
Fabrice Di Meglio [Thu, 18 Feb 2010 19:18:34 +0000 (11:18 -0800)]
Merge "Fix bug #2331761 (Instances of a recurring event are missing)"

14 years agoMerge "Make the simulator boot again."
Marco Nelissen [Thu, 18 Feb 2010 19:11:29 +0000 (11:11 -0800)]
Merge "Make the simulator boot again."

14 years agoam 6371a2d3: am ee3bbefd: Merge "Don\'t crash the system process when apps give us...
Joe Onorato [Thu, 18 Feb 2010 19:02:48 +0000 (11:02 -0800)]
am 6371a2d3: am ee3bbefd: Merge "Don\'t crash the system process when apps give us a bad foreground service notification." into eclair

Merge commit '6371a2d31f30b473e91be9cced64a2527c086af1'

* commit '6371a2d31f30b473e91be9cced64a2527c086af1':
  Don't crash the system process when apps give us a bad foreground service notification.

14 years agoam ab4835ee: (-s ours) am 00b17659: Manual merge of 40245 (ed5c973fc23a6733fd473ad13b...
Romain Guy [Thu, 18 Feb 2010 19:02:32 +0000 (11:02 -0800)]
am ab4835ee: (-s ours) am 00b17659: Manual merge of 40245 (ed5c973fc23a6733fd473ad13b4eb317e74e9bb5) DO NOT MERGE.

Merge commit 'ab4835ee0df866a4f7982644742e2b758c50fdd7'

* commit 'ab4835ee0df866a4f7982644742e2b758c50fdd7':
  Manual merge of 40245 (ed5c973fc23a6733fd473ad13b4eb317e74e9bb5) DO NOT MERGE.

14 years agoam 6f4a52a3: (-s ours) am 67e9e9df: Manual merge of 40170 (b4a107d8269d1a75b8f270e051...
Romain Guy [Thu, 18 Feb 2010 19:02:21 +0000 (11:02 -0800)]
am 6f4a52a3: (-s ours) am 67e9e9df: Manual merge of 40170 (b4a107d8269d1a75b8f270e0516c1fa3b517f8f9) DO NOT MERGE

Merge commit '6f4a52a3f7c6bd87e7109d741441bff332a445a4'

* commit '6f4a52a3f7c6bd87e7109d741441bff332a445a4':
  Manual merge of 40170 (b4a107d8269d1a75b8f270e0516c1fa3b517f8f9) DO NOT MERGE

14 years agoam 6c71d476: (-s ours) am 8368ef0b: Manual merge of 40080 DO NOT MERGE Properly notif...
Romain Guy [Thu, 18 Feb 2010 19:02:11 +0000 (11:02 -0800)]
am 6c71d476: (-s ours) am 8368ef0b: Manual merge of 40080 DO NOT MERGE Properly notifies listener when an animation is cancelled. Bug: #2428005.

Merge commit '6c71d476f32adb5308a2a9e32660b66b2b7e6c1a'

* commit '6c71d476f32adb5308a2a9e32660b66b2b7e6c1a':
  Manual merge of 40080 DO NOT MERGE

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 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 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 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 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 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 agoam ee3bbefd: Merge "Don\'t crash the system process when apps give us a bad foregroun...
Joe Onorato [Thu, 18 Feb 2010 12:52:46 +0000 (04:52 -0800)]
am ee3bbefd: Merge "Don\'t crash the system process when apps give us a bad foreground service notification." into eclair

Merge commit 'ee3bbefd34fd5330ebbc59175a328197ab7526af' into eclair-plus-aosp

* commit 'ee3bbefd34fd5330ebbc59175a328197ab7526af':
  Don't crash the system process when apps give us a bad foreground service notification.

14 years agoMerge "Don't crash the system process when apps give us a bad foreground service...
Joe Onorato [Thu, 18 Feb 2010 12:46:32 +0000 (04:46 -0800)]
Merge "Don't crash the system process when apps give us a bad foreground service notification." into eclair

14 years agoam 00b17659: Manual merge of 40245 (ed5c973fc23a6733fd473ad13b4eb317e74e9bb5) DO...
Romain Guy [Thu, 18 Feb 2010 05:22:52 +0000 (21:22 -0800)]
am 00b17659: Manual merge of 40245 (ed5c973fc23a6733fd473ad13b4eb317e74e9bb5) DO NOT MERGE.

Merge commit '00b17659bb4b2774580eea523c5f23b588105ab6' into eclair-plus-aosp

* commit '00b17659bb4b2774580eea523c5f23b588105ab6':
  Manual merge of 40245 (ed5c973fc23a6733fd473ad13b4eb317e74e9bb5) DO NOT MERGE.

14 years agoam 67e9e9df: Manual merge of 40170 (b4a107d8269d1a75b8f270e0516c1fa3b517f8f9) DO...
Romain Guy [Thu, 18 Feb 2010 05:17:48 +0000 (21:17 -0800)]
am 67e9e9df: Manual merge of 40170 (b4a107d8269d1a75b8f270e0516c1fa3b517f8f9) DO NOT MERGE

Merge commit '67e9e9df929aad9139f1dc776b15f6c5d64f424e' into eclair-plus-aosp

* commit '67e9e9df929aad9139f1dc776b15f6c5d64f424e':
  Manual merge of 40170 (b4a107d8269d1a75b8f270e0516c1fa3b517f8f9) DO NOT MERGE