OSDN Git Service

android-x86/frameworks-base.git
14 years agoStore info in the bookmarks/history database on whether it was a manually entered...
Leon Scroggins [Wed, 25 Nov 2009 17:43:11 +0000 (12:43 -0500)]
Store info in the bookmarks/history database on whether it was a manually entered url.

Requires a change in packages/apps/Browser

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

14 years agoSet more camera parameters initial values.
Owen Lin [Tue, 24 Nov 2009 08:50:54 +0000 (16:50 +0800)]
Set more camera parameters initial values.

We will need those values for new camera framework. And change the canned jpeg
image to match the new width and height setting.

Change-Id: I49f8fb63d2b859b9e9f1c5d27657a10203315bb6

14 years agoMerge change I59214d5d into eclair-mr2
Android (Google) Code Review [Wed, 25 Nov 2009 23:36:55 +0000 (15:36 -0800)]
Merge change I59214d5d into eclair-mr2

* changes:
  Add a new priority for Auto Connection of A2DP.

14 years agoam bcab01f6: Merge change Ic9f6bf94 into eclair
Joe Onorato [Wed, 25 Nov 2009 21:58:28 +0000 (13:58 -0800)]
am bcab01f6: Merge change Ic9f6bf94 into eclair

Merge commit 'bcab01f6d0158c4d928f42b034949dc9608665a6' into eclair-mr2

* commit 'bcab01f6d0158c4d928f42b034949dc9608665a6':
  Add a test app that will drain the battery.  NOT IN BUILD.

14 years agoMerge change Ic9f6bf94 into eclair
Android (Google) Code Review [Wed, 25 Nov 2009 21:52:08 +0000 (13:52 -0800)]
Merge change Ic9f6bf94 into eclair

* changes:
  Add a test app that will drain the battery.  NOT IN BUILD.

14 years agoAdd a test app that will drain the battery. NOT IN BUILD.
Joe Onorato [Wed, 25 Nov 2009 21:47:17 +0000 (16:47 -0500)]
Add a test app that will drain the battery.  NOT IN BUILD.

14 years agoam ca00dee2: Merge change I5aa3adcf into eclair
Jack Palevich [Wed, 25 Nov 2009 21:48:54 +0000 (13:48 -0800)]
am ca00dee2: Merge change I5aa3adcf into eclair

Merge commit 'ca00dee21425882619aef4ecbe3e0d08de0544e5' into eclair-mr2

* commit 'ca00dee21425882619aef4ecbe3e0d08de0544e5':
  Improve the exception message text by including eglGetError().

14 years agoMerge change I5aa3adcf into eclair
Android (Google) Code Review [Wed, 25 Nov 2009 21:43:07 +0000 (13:43 -0800)]
Merge change I5aa3adcf into eclair

* changes:
  Improve the exception message text by including eglGetError().

14 years agoMerge change Id6ccc9bc into eclair-mr2
Android (Google) Code Review [Wed, 25 Nov 2009 21:41:34 +0000 (13:41 -0800)]
Merge change Id6ccc9bc into eclair-mr2

* changes:
  Update documentation: The width of the image for face detection must be even.

14 years agoMerge change I5ec249ab into eclair-mr2
Android (Google) Code Review [Wed, 25 Nov 2009 21:40:10 +0000 (13:40 -0800)]
Merge change I5ec249ab into eclair-mr2

* changes:
  More elimination of Formatter (I was tired of waiting several seconds for "dumpsys dropbox"...).

14 years agoMore elimination of Formatter (I was tired of waiting several
Dan Egnor [Wed, 25 Nov 2009 21:16:47 +0000 (13:16 -0800)]
More elimination of Formatter (I was tired of waiting several
seconds for "dumpsys dropbox"...).

14 years agoam 8e1985d4: Merge change Ie552036f into eclair
Dianne Hackborn [Wed, 25 Nov 2009 21:03:42 +0000 (13:03 -0800)]
am 8e1985d4: Merge change Ie552036f into eclair

Merge commit '8e1985d4f28bfa9bea7db05f324759991d4e59e9' into eclair-mr2

* commit '8e1985d4f28bfa9bea7db05f324759991d4e59e9':
  Fix issue #2286419: maxSdkVersion causes existing apps to disappear.

14 years agoam d782b4b6: Add keyguard permission to instrumented ImfTest package.
Brett Chabot [Wed, 25 Nov 2009 21:02:55 +0000 (13:02 -0800)]
am d782b4b6: Add keyguard permission to instrumented ImfTest package.

Merge commit 'd782b4b6f3411ece7299f414783baa3758756bbe' into eclair-mr2

* commit 'd782b4b6f3411ece7299f414783baa3758756bbe':
  Add keyguard permission to instrumented ImfTest package.

14 years agoMerge change Ieb7a7d57 into eclair-mr2
Android (Google) Code Review [Wed, 25 Nov 2009 20:59:48 +0000 (12:59 -0800)]
Merge change Ieb7a7d57 into eclair-mr2

* changes:
  Change the DropBoxManager API slightly (this is public, but not yet released) -- take a File instead of a ParcelFileDescriptor (gets opened internally) -- that way the caller doesn't have to worry about closing their PFD and so on. (Pretty much 100% of the time the caller will be uploading a file, anyway.)

14 years agoMerge change Ie552036f into eclair
Android (Google) Code Review [Wed, 25 Nov 2009 20:55:44 +0000 (12:55 -0800)]
Merge change Ie552036f into eclair

* changes:
  Fix issue #2286419: maxSdkVersion causes existing apps to disappear.

14 years agoFix issue #2286419: maxSdkVersion causes existing apps to disappear.
Dianne Hackborn [Wed, 25 Nov 2009 20:41:15 +0000 (12:41 -0800)]
Fix issue #2286419: maxSdkVersion causes existing apps to disappear.

Change-Id: Ie552036f4ea673e0ce9981ff1cbd1fbe08678510

14 years agoChange the DropBoxManager API slightly (this is public, but not yet released) --
Dan Egnor [Wed, 25 Nov 2009 20:38:00 +0000 (12:38 -0800)]
Change the DropBoxManager API slightly (this is public, but not yet released) --
take a File instead of a ParcelFileDescriptor (gets opened internally) --
that way the caller doesn't have to worry about closing their PFD and so on.
(Pretty much 100% of the time the caller will be uploading a file, anyway.)

14 years agoMerge change Id7b9903e into eclair-mr2
Android (Google) Code Review [Wed, 25 Nov 2009 20:34:28 +0000 (12:34 -0800)]
Merge change Id7b9903e into eclair-mr2

* changes:
  Add setAttentionLight() to IPowerManager for the Phone app.

14 years agoAdd setAttentionLight() to IPowerManager for the Phone app.
Mike Lockwood [Wed, 25 Nov 2009 20:25:55 +0000 (15:25 -0500)]
Add setAttentionLight() to IPowerManager for the Phone app.

Change-Id: Id7b9903e1efaf56a2336519a8653962b6ae2c13d
Signed-off-by: Mike Lockwood <lockwood@android.com>
14 years agoMerge change I4413e8bc into eclair-mr2
Android (Google) Code Review [Wed, 25 Nov 2009 19:54:17 +0000 (11:54 -0800)]
Merge change I4413e8bc into eclair-mr2

* changes:
  close file descriptors passed to drop box

14 years agoMerge change I086d681f into eclair-mr2
Android (Google) Code Review [Wed, 25 Nov 2009 19:49:32 +0000 (11:49 -0800)]
Merge change I086d681f into eclair-mr2

* changes:
  Remove HardwareService and move vibrator support to VibratorService.

14 years agoAdd keyguard permission to instrumented ImfTest package.
Brett Chabot [Wed, 25 Nov 2009 19:32:12 +0000 (11:32 -0800)]
Add keyguard permission to instrumented ImfTest package.

Workaround to fix bug 2284623

Change-Id: I80afc37ed5ffae0447e0aedba686c13d682c8076

14 years agoMerge change I4ad9ec48 into eclair-mr2
Android (Google) Code Review [Wed, 25 Nov 2009 19:01:17 +0000 (11:01 -0800)]
Merge change I4ad9ec48 into eclair-mr2

* changes:
  Fix A2dpAudioInterface getParameters.

14 years agoRemove HardwareService and move vibrator support to VibratorService.
Mike Lockwood [Tue, 24 Nov 2009 05:30:52 +0000 (00:30 -0500)]
Remove HardwareService and move vibrator support to VibratorService.

The lights support is only needed by PowerManagerService and NotificationManagerService, so we do not need a Binder API for it.
Move backlight and notification light support to new LightsService class.
The camera flash is now handled directly by the camera HAL, so the flash Hardware service flash support is obsolete.

Change-Id: I086d681f54668e7f7de3e8b90df3de19d59833c5
Signed-off-by: Mike Lockwood <lockwood@android.com>
14 years agoMerge change I3f4f5f05 into eclair-mr2
Android (Google) Code Review [Wed, 25 Nov 2009 17:39:29 +0000 (09:39 -0800)]
Merge change I3f4f5f05 into eclair-mr2

* changes:
  cdma tones: Fix Call Waiting Tone in the hash map

14 years agocdma tones: Fix Call Waiting Tone in the hash map
Naveen Kalla [Fri, 20 Nov 2009 18:35:43 +0000 (10:35 -0800)]
cdma tones: Fix Call Waiting Tone in the hash map

Change-Id: I3f4f5f050c50f328f95a1660dc61cce37059bddd

14 years agoclose file descriptors passed to drop box
Doug Zongker [Wed, 25 Nov 2009 17:16:48 +0000 (09:16 -0800)]
close file descriptors passed to drop box

The ParcelFileDescriptors passed to DropBoxManager.addFile() are
supposed to be closed after the call.

14 years agoWhen clicking on a WebTextView, always call nativeMotionUp.
Leon Scroggins [Tue, 24 Nov 2009 19:49:21 +0000 (14:49 -0500)]
When clicking on a WebTextView, always call nativeMotionUp.

We were previously calling nativeTextInputMotionUp, which was
intended to be faster than nativeMotionUp, which does more work.
However, as discussed in http://b/issue?id=2257787 , I think we
should simply call nativeMotionUp, which does everything the old
method did, while also correcting things if necessary.  This fixes
the second problem listed in http://b/issue?id=2266756 , since
nativeMotionUp will recognize that the <select> element should
take the click.

Since I have removed a native method, this requires a change to
external/webkit.

14 years agoFix A2dpAudioInterface getParameters.
Eric Laurent [Wed, 25 Nov 2009 14:08:44 +0000 (06:08 -0800)]
Fix A2dpAudioInterface getParameters.

A2dpAudioInterface::getParameters() was prepending a ';' to the key value pair returned from underlying AudioHardwareInterface.

14 years agoam 7f7c16de: (-s ours) Merge changes I0c77eca9,Ibd184157,I81947f67 into eclair
Ben Murdoch [Wed, 25 Nov 2009 10:43:51 +0000 (02:43 -0800)]
am 7f7c16de: (-s ours) Merge changes I0c77eca9,Ibd184157,I81947f67 into eclair

Merge commit '7f7c16dee2f825f37aec4d457bdf5ec9b8109a47' into eclair-mr2

* commit '7f7c16dee2f825f37aec4d457bdf5ec9b8109a47':
  Rename WebChromeClient.addMessageToConsole to WebChromeClient.onConsoleMessage. Do not merge.
  Update JavaDoc for CacheManger.CacheResult, WebChromeClient.getDefaultVideoPoster and WebChromeClient.getVideoLoadingProgressView. Do not merge.
  Improves documentation for GeolocationPermissions class. Do not merge.

14 years agoMerge changes I0c77eca9,Ibd184157,I81947f67 into eclair
Android (Google) Code Review [Wed, 25 Nov 2009 10:37:27 +0000 (02:37 -0800)]
Merge changes I0c77eca9,Ibd184157,I81947f67 into eclair

* changes:
  Rename WebChromeClient.addMessageToConsole to WebChromeClient.onConsoleMessage. Do not merge.
  Update JavaDoc for CacheManger.CacheResult, WebChromeClient.getDefaultVideoPoster and WebChromeClient.getVideoLoadingProgressView. Do not merge.
  Improves documentation for GeolocationPermissions class. Do not merge.

14 years agoImprove the exception message text by including eglGetError().
Jack Palevich [Wed, 25 Nov 2009 05:56:21 +0000 (13:56 +0800)]
Improve the exception message text by including eglGetError().

Should help us track down the cause of bug 2285187

14 years agoMerge change I2c5380a6 into eclair-mr2
Android (Google) Code Review [Wed, 25 Nov 2009 01:25:37 +0000 (17:25 -0800)]
Merge change I2c5380a6 into eclair-mr2

* changes:
  Fix a bug in the Settings contract class (introduced in an ... iffy ... fix to a race condition) that breaks the caching of non-existent Settings/Secure/ Gservices values (causing lots of unnecessary database queries).

14 years agoFix a bug in the Settings contract class (introduced in an ... iffy ... fix
Dan Egnor [Wed, 25 Nov 2009 00:24:44 +0000 (16:24 -0800)]
Fix a bug in the Settings contract class (introduced in an ... iffy ... fix
to a race condition) that breaks the caching of non-existent Settings/Secure/
Gservices values (causing lots of unnecessary database queries).

Fix a dumb thinko (reversed condition) in the SQLiteDatabase logging.

14 years agoUpdate documentation: The width of the image for face detection must be even.
Gloria Wang [Wed, 25 Nov 2009 00:00:20 +0000 (16:00 -0800)]
Update documentation: The width of the image for face detection must be even.

14 years agoam 55896f3c: Merge change Ib71193bf into eclair
Joe Onorato [Tue, 24 Nov 2009 23:46:24 +0000 (15:46 -0800)]
am 55896f3c: Merge change Ib71193bf into eclair

Merge commit '55896f3c5121e73e3f657ed14e7ee8937ad72449' into eclair-mr2

* commit '55896f3c5121e73e3f657ed14e7ee8937ad72449':
  Fix 2283089 - ERD47B: Force Close of Launcher2 process when hitting Search button to invoke QSB

14 years agoMerge change Ib71193bf into eclair
Android (Google) Code Review [Tue, 24 Nov 2009 23:41:32 +0000 (15:41 -0800)]
Merge change Ib71193bf into eclair

* changes:
  Fix 2283089 - ERD47B: Force Close of Launcher2 process when hitting Search button to invoke QSB

14 years agoFix 2283089 - ERD47B: Force Close of Launcher2 process when hitting Search button...
Joe Onorato [Tue, 24 Nov 2009 23:34:42 +0000 (18:34 -0500)]
Fix 2283089 - ERD47B: Force Close of Launcher2 process when hitting Search button to invoke QSB

In this case, as opposed to what was happening in 1977685, the focused view wasn't the one that was
directly removed, it was a child of the removed view.

14 years agoMerge change I22cf0509 into eclair-mr2
Android (Google) Code Review [Tue, 24 Nov 2009 23:19:28 +0000 (15:19 -0800)]
Merge change I22cf0509 into eclair-mr2

* changes:
  Add China data to MccTable.

14 years agoAdd a new priority for Auto Connection of A2DP.
Jaikumar Ganesh [Fri, 20 Nov 2009 23:21:47 +0000 (15:21 -0800)]
Add a new priority for Auto Connection of A2DP.

1. PRIORITY_OFF is when user unchecks A2DP connection profile box.
2. By default, when you bond, it will be PRIORITY_ON.
3. When the profile gets connected, the priority gets set to
   PRIORITY_AUTO_CONNECT. This means that we will connect
   automatically to this profile.
4. When the user disconnects, we downgrade the priority to PRIORITY_ON,
   which means we won't reconnect automatically.

a) We need to make a similar change to Handsfree profile.
b) We need to rework the profile management design and code which
  will fix the 6 second timer that we have for A2DP reconnection.

14 years agoam 118d92f7: Merge change I16925b91 into eclair
Dianne Hackborn [Tue, 24 Nov 2009 23:01:51 +0000 (15:01 -0800)]
am 118d92f7: Merge change I16925b91 into eclair

Merge commit '118d92f73fe9dd1cc9cb900205cd1ec0dac28a1b' into eclair-mr2

* commit '118d92f73fe9dd1cc9cb900205cd1ec0dac28a1b':
  Finish fixing issue #2228381: android.view.InflateException...

14 years agoMerge change I16925b91 into eclair
Android (Google) Code Review [Tue, 24 Nov 2009 22:43:53 +0000 (14:43 -0800)]
Merge change I16925b91 into eclair

* changes:
  Finish fixing issue #2228381: android.view.InflateException...

14 years agoam 63851404: Merge change Ibf0c320a into eclair
Mathias Agopian [Tue, 24 Nov 2009 22:43:39 +0000 (14:43 -0800)]
am 63851404: Merge change Ibf0c320a into eclair

Merge commit '638514048141bf9f28a4bede77b83c3238f5c194' into eclair-mr2

* commit '638514048141bf9f28a4bede77b83c3238f5c194':
  When using MDP, we needed to use a texture for diming.

14 years agoMerge change Ic4cf6caa into eclair-mr2
Android (Google) Code Review [Tue, 24 Nov 2009 22:29:46 +0000 (14:29 -0800)]
Merge change Ic4cf6caa into eclair-mr2

* changes:
  Copy SYSTEM_LAST_KMSG from /proc/last_kmsg instead of /data/dontpanic/last_kmsg. (In preparation for not copying to /data/dontpanic/last_kmsg at all.)

14 years agoMerge change Ibf0c320a into eclair
Android (Google) Code Review [Tue, 24 Nov 2009 22:26:28 +0000 (14:26 -0800)]
Merge change Ibf0c320a into eclair

* changes:
  When using MDP, we needed to use a texture for diming.

14 years agoAdd China data to MccTable.
Robert Greenwalt [Tue, 24 Nov 2009 22:13:04 +0000 (14:13 -0800)]
Add China data to MccTable.

We didn't have the wifi channel count data there, so we failed to
attempt connections on channel 13.

bug: 2282285

14 years agoam 35cdb484: Merge change I6c6c166b into eclair
Jim Miller [Tue, 24 Nov 2009 22:04:44 +0000 (14:04 -0800)]
am 35cdb484: Merge change I6c6c166b into eclair

Merge commit '35cdb484928b34fd517e49e200aa79aa64b4eeb4' into eclair-mr2

* commit '35cdb484928b34fd517e49e200aa79aa64b4eeb4':
  Fix 2268841: Updated portrait tab lockscreen to match latest PPL.

14 years agoMerge change I6c6c166b into eclair
Android (Google) Code Review [Tue, 24 Nov 2009 22:00:54 +0000 (14:00 -0800)]
Merge change I6c6c166b into eclair

* changes:
  Fix 2268841: Updated portrait tab lockscreen to match latest PPL.

14 years agoam 7f8e3409: Merge change I816428ae into eclair
Swarna Kumar [Tue, 24 Nov 2009 21:33:13 +0000 (13:33 -0800)]
am 7f8e3409: Merge change I816428ae into eclair

Merge commit '7f8e34091efdee1a383280b08585f8254472c1fd' into eclair-mr2

* commit '7f8e34091efdee1a383280b08585f8254472c1fd':
  Temporarily add explicit step to disable keyguard to imf tests to attempt solve test flakiness.

14 years agoMerge change I816428ae into eclair
Android (Google) Code Review [Tue, 24 Nov 2009 21:28:45 +0000 (13:28 -0800)]
Merge change I816428ae into eclair

* changes:
  Temporarily add explicit step to disable keyguard to imf tests to attempt solve test flakiness. Bug number : 2177113

14 years agoTemporarily add explicit step to disable keyguard to imf tests to attempt solve test...
Swarna Kumar [Tue, 24 Nov 2009 19:02:37 +0000 (11:02 -0800)]
Temporarily add explicit step to disable keyguard to imf tests to attempt solve test flakiness.
Bug number : 2177113

14 years agoam 9dab667e: Force a crash under conditions where white square bug in all apps is...
Jason Sams [Tue, 24 Nov 2009 20:49:36 +0000 (12:49 -0800)]
am 9dab667e: Force a crash under conditions where white square bug in all apps is likely to occur.

Merge commit '9dab667e03632181e487a04a8a170b3fa0bd5037' into eclair-mr2

* commit '9dab667e03632181e487a04a8a170b3fa0bd5037':
  Force a crash under conditions where white square bug in all apps is likely to occur.

14 years agoForce a crash under conditions where white square bug in all apps is likely to occur.
Jason Sams [Tue, 24 Nov 2009 20:26:35 +0000 (12:26 -0800)]
Force a crash under conditions where white square bug in all apps is likely to occur.

14 years agoFinish fixing issue #2228381: android.view.InflateException...
Dianne Hackborn [Tue, 24 Nov 2009 19:26:00 +0000 (11:26 -0800)]
Finish fixing issue #2228381: android.view.InflateException...

...Binary XML file line #37: Error inflating class <unknown> after adding a secondary account

The problem was that we weren't dealing well with the situation where we start a transition
from activity A to B, then transition back to A before B is shown (it finishes before being
shown), then transition from A to C.  At this point we had some state showing that we
were in the process of showing A from it being hidden (due to the middle transition from
B to A), which would cause the layout pass to ensure its window is hidden before the
transition starts.

The solution is to detect the case where we are showing a token and it is already actually
shown, and in this case not do all of the token setup for it to wait for its windows to
be displayed before it is shown.  This isn't needed, the windows are already displayed
or the token is already set up to wait for them to be displayed.

Change-Id: I16925b91e1e2449dd65ade162a5758173c6e2695

14 years agomoved the gdata library to vendor/google
Fred Quintana [Tue, 24 Nov 2009 17:47:01 +0000 (09:47 -0800)]
moved the gdata library to vendor/google

14 years agoam 99f7b56f: Merge change Iefdb6f97 into eclair
Trevor Johns [Tue, 24 Nov 2009 17:40:19 +0000 (09:40 -0800)]
am 99f7b56f: Merge change Iefdb6f97 into eclair

Merge commit '99f7b56fbea7e3e112fd0b570818b42a8ebd4ef5' into eclair-mr2

* commit '99f7b56fbea7e3e112fd0b570818b42a8ebd4ef5':
  Fixing minor doc typo in android.widget.SimpleCursorAdapter.

14 years agoMerge change Iefdb6f97 into eclair
Android (Google) Code Review [Tue, 24 Nov 2009 17:35:35 +0000 (09:35 -0800)]
Merge change Iefdb6f97 into eclair

* changes:
  Fixing minor doc typo in android.widget.SimpleCursorAdapter.

14 years agoFix soft keyboard dismissing itself when zooming into a textfield in browser.
Leon Scroggins [Thu, 19 Nov 2009 18:47:46 +0000 (13:47 -0500)]
Fix soft keyboard dismissing itself when zooming into a textfield in browser.

We remove the WebTextView while zooming.  If the WebTextView ended up
offscreen, we remove it completely, thus hiding the IME.  In some cases,
however, the WebTextView is only offscreen because the IME overlapped it.
Check to see if the IME is showing, and if so, adjust the WebTextView and
let it get scrolled into view.

Also perform the removal/change in text size inside the method, so it
happens in both places.

Lastly, do not call didUpdateTextViewBounds if there is no WebTextView.

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

14 years agoRename WebChromeClient.addMessageToConsole to WebChromeClient.onConsoleMessage. Do...
Ben Murdoch [Thu, 19 Nov 2009 18:14:53 +0000 (18:14 +0000)]
Rename WebChromeClient.addMessageToConsole to WebChromeClient.onConsoleMessage. Do not merge.

BUG=b/2271636

This has already been submitted to eclair-mr2.

Change-Id: I81947f671f58be006ee3e1b30d73c6cb6cf2ebee

14 years agoUpdate JavaDoc for CacheManger.CacheResult, WebChromeClient.getDefaultVideoPoster...
Ben Murdoch [Thu, 19 Nov 2009 16:43:58 +0000 (16:43 +0000)]
Update JavaDoc for CacheManger.CacheResult, WebChromeClient.getDefaultVideoPoster and WebChromeClient.getVideoLoadingProgressView. Do not merge.

This has already been submitted to eclair-mr2.

Change-Id: Ibd184157a90b0031141c91c3b3bbbf4ef86e44e4

14 years agoImproves documentation for GeolocationPermissions class. Do not merge.
Steve Block [Thu, 19 Nov 2009 12:29:47 +0000 (12:29 +0000)]
Improves documentation for GeolocationPermissions class. Do not merge.

Also sets an explicit type for GeolocationPermissions.getOrigins.

This is a partial fix for bug http://b/issue?id=2271636

This has already been submitted to eclair-mr2.

Change-Id: I0c77eca94eb56d16c2a9a29a72eb221e4a7a52a6

14 years agoWhen using MDP, we needed to use a texture for diming.
Mathias Agopian [Tue, 24 Nov 2009 06:40:42 +0000 (22:40 -0800)]
When using MDP, we needed to use a texture for diming.

14 years agoam 16cc72bd: Fix simulator build.
Dave Sparks [Tue, 24 Nov 2009 03:58:33 +0000 (19:58 -0800)]
am 16cc72bd: Fix simulator build.

Merge commit '16cc72bdef471ffeee3f61eba8262783de248b04' into eclair-mr2

* commit '16cc72bdef471ffeee3f61eba8262783de248b04':
  Fix simulator build.

14 years agoam 8424ec32: Merge change I0f9a53d4 into eclair
Dave Sparks [Tue, 24 Nov 2009 03:58:00 +0000 (19:58 -0800)]
am 8424ec32: Merge change I0f9a53d4 into eclair

Merge commit '8424ec323b2bc38887370c75e2c1fcd84bcdb013' into eclair-mr2

* commit '8424ec323b2bc38887370c75e2c1fcd84bcdb013':
  Set metadata retriever thread group to the caller's group.

14 years agoFix simulator build.
Dave Sparks [Tue, 24 Nov 2009 03:51:33 +0000 (19:51 -0800)]
Fix simulator build.

14 years agoCopy SYSTEM_LAST_KMSG from /proc/last_kmsg instead of /data/dontpanic/last_kmsg.
Dan Egnor [Tue, 24 Nov 2009 03:23:49 +0000 (19:23 -0800)]
Copy SYSTEM_LAST_KMSG from /proc/last_kmsg instead of /data/dontpanic/last_kmsg.
(In preparation for not copying to /data/dontpanic/last_kmsg at all.)

14 years agoMerge change I06fb08c4 into eclair-mr2
Android (Google) Code Review [Tue, 24 Nov 2009 03:10:17 +0000 (19:10 -0800)]
Merge change I06fb08c4 into eclair-mr2

* changes:
  Expand db_operation logging to prepare for widespread sample collection: - always enable the log, but subsample for queries faster than 100ms - add information about whether it's blocking a main thread - log the entire sql (have not yet added quoted-string-stripping)

14 years agoExpand db_operation logging to prepare for widespread sample collection:
Dan Egnor [Mon, 23 Nov 2009 22:47:45 +0000 (14:47 -0800)]
Expand db_operation logging to prepare for widespread sample collection:
- always enable the log, but subsample for queries faster than 100ms
- add information about whether it's blocking a main thread
- log the entire sql (have not yet added quoted-string-stripping)

14 years agoFix 2268841: Updated portrait tab lockscreen to match latest PPL.
Jim Miller [Tue, 24 Nov 2009 02:21:51 +0000 (18:21 -0800)]
Fix 2268841: Updated portrait tab lockscreen to match latest PPL.

14 years agoMerge change I0f9a53d4 into eclair
Android (Google) Code Review [Tue, 24 Nov 2009 01:58:24 +0000 (17:58 -0800)]
Merge change I0f9a53d4 into eclair

* changes:
  Set metadata retriever thread group to the caller's group.

14 years agoam 9a219519: Merge change I2d32301b into eclair
Dave Sparks [Tue, 24 Nov 2009 01:45:57 +0000 (17:45 -0800)]
am 9a219519: Merge change I2d32301b into eclair

Merge commit '9a219519786ce6702c57ec1f1bffe2260fc663a9' into eclair-mr2

* commit '9a219519786ce6702c57ec1f1bffe2260fc663a9':
  Add 4 new notification sounds.

14 years agoMerge change I2d32301b into eclair
Android (Google) Code Review [Tue, 24 Nov 2009 01:42:41 +0000 (17:42 -0800)]
Merge change I2d32301b into eclair

* changes:
  Add 4 new notification sounds.

14 years agoAdd 4 new notification sounds.
Dave Sparks [Tue, 24 Nov 2009 01:23:35 +0000 (17:23 -0800)]
Add 4 new notification sounds.

14 years agoSet metadata retriever thread group to the caller's group.
Dave Sparks [Tue, 24 Nov 2009 00:51:15 +0000 (16:51 -0800)]
Set metadata retriever thread group to the caller's group.

This patch modifies the native binder interface to the metadata
retriever to pass the caller's thread group across the binder
interface. On the server side, the thread scheduler group is
set to the caller's scheduler group temporarily and restored
after the request has completed. This patch also reverts a
previous patch where the priority of the thread was forced to
a low priority foreground thread.

This should give apps more control over the priority of their
metadata retrieval, particularly allow background process to
run without hogging the CPU.

14 years agoam 39dbb099: Merge change I36176536 into eclair
Jason Sams [Tue, 24 Nov 2009 00:19:37 +0000 (16:19 -0800)]
am 39dbb099: Merge change I36176536 into eclair

Merge commit '39dbb099974f2c8e1154f28123e53be14c47a76d' into eclair-mr2

* commit '39dbb099974f2c8e1154f28123e53be14c47a76d':
  Fix ref counting bug that could cause memory leak in allApps.

14 years agoMerge change I36176536 into eclair
Android (Google) Code Review [Tue, 24 Nov 2009 00:14:13 +0000 (16:14 -0800)]
Merge change I36176536 into eclair

* changes:
  Fix ref counting bug that could cause memory leak in allApps.

14 years agoam 05799981: Fix issue #2281046: Size and pressure don\'t change
Dianne Hackborn [Mon, 23 Nov 2009 23:58:18 +0000 (15:58 -0800)]
am 05799981: Fix issue #2281046: Size and pressure don\'t change

Merge commit '05799981d8d930e0b929cdb99f9407e3ee18c142' into eclair-mr2

* commit '05799981d8d930e0b929cdb99f9407e3ee18c142':
  Fix issue #2281046: Size and pressure don't change

14 years agoFix issue #2281046: Size and pressure don't change
Dianne Hackborn [Mon, 23 Nov 2009 21:08:14 +0000 (13:08 -0800)]
Fix issue #2281046: Size and pressure don't change

Change-Id: Iadc1d438a494bb1495ee6d93d0dd3b4a491a378f

14 years agoFix ref counting bug that could cause memory leak in allApps.
Jason Sams [Mon, 23 Nov 2009 23:27:33 +0000 (15:27 -0800)]
Fix ref counting bug that could cause memory leak in allApps.

14 years agoSome playable/decodable streams have been found in the wild that violate this asserti...
Andreas Huber [Mon, 23 Nov 2009 22:39:38 +0000 (14:39 -0800)]
Some playable/decodable streams have been found in the wild that violate this assertion, let's be lenient for now.

14 years agoMerge change I24b0a95d into eclair-mr2
Android (Google) Code Review [Mon, 23 Nov 2009 22:39:03 +0000 (14:39 -0800)]
Merge change I24b0a95d into eclair-mr2

* changes:
  The original delay after which we dropped a frame was too aggressive. 40ms lateness seems more appropriate (about 25fps).

14 years agoMerge change I1bceff91 into eclair-mr2
Android (Google) Code Review [Mon, 23 Nov 2009 22:26:46 +0000 (14:26 -0800)]
Merge change I1bceff91 into eclair-mr2

* changes:
  Make sure the decoder's input buffers are large enough to hold the largest input data. Verify that the setting actually sticks.

14 years agoMake sure the decoder's input buffers are large enough to hold the largest input...
Andreas Huber [Mon, 23 Nov 2009 22:03:32 +0000 (14:03 -0800)]
Make sure the decoder's input buffers are large enough to hold the largest input data. Verify that the setting actually sticks.

14 years agoThe original delay after which we dropped a frame was too aggressive. 40ms lateness...
Andreas Huber [Mon, 23 Nov 2009 22:02:00 +0000 (14:02 -0800)]
The original delay after which we dropped a frame was too aggressive. 40ms lateness seems more appropriate (about 25fps).

14 years agoam bca9f1bb: sdk doc change for esr: updates for android 1.6 r2, tools r4, api levels.
Dirk Dougherty [Mon, 23 Nov 2009 21:55:50 +0000 (13:55 -0800)]
am bca9f1bb: sdk doc change for esr: updates for android 1.6 r2, tools r4, api levels.

Merge commit 'bca9f1bbb31cf05ba17af049a5ea37f57981f00e' into eclair-mr2

* commit 'bca9f1bbb31cf05ba17af049a5ea37f57981f00e':
  sdk doc change for esr: updates for android 1.6 r2, tools r4, api levels.

14 years agoam 0d631b9b: Merge change Ie7096ebb into eclair
Eric Olsen [Mon, 23 Nov 2009 21:55:25 +0000 (13:55 -0800)]
am 0d631b9b: Merge change Ie7096ebb into eclair

Merge commit '0d631b9b58db54bee58da717b38b8020bc3d0437' into eclair-mr2

* commit '0d631b9b58db54bee58da717b38b8020bc3d0437':
  Add logging of headset events to help debug issue.

14 years agoMerge change I53e3a20e into eclair-mr2
Android (Google) Code Review [Mon, 23 Nov 2009 21:42:24 +0000 (13:42 -0800)]
Merge change I53e3a20e into eclair-mr2

* changes:
  move SubscribedFeeds to GSF

14 years agosdk doc change for esr: updates for android 1.6 r2, tools r4, api levels.
Dirk Dougherty [Thu, 19 Nov 2009 07:06:16 +0000 (23:06 -0800)]
sdk doc change for esr: updates for android 1.6 r2, tools r4, api levels.

Bug: 2160782
Change-Id: Ia576dc9b2312d89bbe194d94640c3cc79216067b

14 years agoMerge change Ie7096ebb into eclair
Android (Google) Code Review [Mon, 23 Nov 2009 21:20:46 +0000 (13:20 -0800)]
Merge change Ie7096ebb into eclair

* changes:
  Add logging of headset events to help debug issue.

14 years agomove SubscribedFeeds to GSF
Fred Quintana [Mon, 23 Nov 2009 19:35:24 +0000 (11:35 -0800)]
move SubscribedFeeds to GSF

14 years agoam 3fa1cb05: am 5e7f1fbe: Merge change Id2ee762d into eclair-sdk
Scott Main [Mon, 23 Nov 2009 21:09:17 +0000 (13:09 -0800)]
am 3fa1cb05: am 5e7f1fbe: Merge change Id2ee762d into eclair-sdk

Merge commit '3fa1cb059e76d8b83634a4117a7b2ceca438ae7e' into eclair-mr2

* commit '3fa1cb059e76d8b83634a4117a7b2ceca438ae7e':
  droiddoc change: add flag to offline docs build to signal

14 years agoAdd logging of headset events to help debug issue.
Eric Olsen [Mon, 23 Nov 2009 21:06:07 +0000 (13:06 -0800)]
Add logging of headset events to help debug issue.

Signed-off-by: Eric Olsen <eolsen@android.com>
14 years agoam 5e7f1fbe: Merge change Id2ee762d into eclair-sdk
Scott Main [Mon, 23 Nov 2009 21:04:27 +0000 (13:04 -0800)]
am 5e7f1fbe: Merge change Id2ee762d into eclair-sdk

Merge commit '5e7f1fbe161d7015dde6e893351238749f906c8a' into eclair

* commit '5e7f1fbe161d7015dde6e893351238749f906c8a':
  droiddoc change: add flag to offline docs build to signal

14 years agoMerge change Id2ee762d into eclair-sdk
Android (Google) Code Review [Mon, 23 Nov 2009 20:56:19 +0000 (12:56 -0800)]
Merge change Id2ee762d into eclair-sdk

* changes:
  droiddoc change: add flag to offline docs build to signal that we're building offline docs so that we do not generate all of the web pages for the sample apps source code.

14 years agoMerge change I60dfecdc into eclair-mr2
Android (Google) Code Review [Mon, 23 Nov 2009 20:20:04 +0000 (12:20 -0800)]
Merge change I60dfecdc into eclair-mr2

* changes:
  Add window manager support for overriding button and keyboard backlight values.

14 years agoAdd window manager support for overriding button and keyboard backlight values.
Mike Lockwood [Fri, 20 Nov 2009 16:31:18 +0000 (11:31 -0500)]
Add window manager support for overriding button and keyboard backlight values.

The new backlightBrightness field works similarly as the existing WindowManager.LayoutParams.screenBrightness field

Needed for bugs:
    b/2233655 (under low ambient light the touch keys remain illuminated during video playback and never timeout)
    b/2221079 (Backlight for home/search/back/etc buttons should turn off when in dock in night mode)

Change-Id: I60dfecdc7bb653b0db38094464de651220b3d438

14 years agoMerge change I8ae1b41a into eclair-mr2
Android (Google) Code Review [Mon, 23 Nov 2009 20:07:20 +0000 (12:07 -0800)]
Merge change I8ae1b41a into eclair-mr2

* changes:
  Expose some debugging tools of the WebView.

14 years agoam 9854deae: (-s ours) Merge change I1691f3d3 into eclair
Dan Egnor [Mon, 23 Nov 2009 20:03:47 +0000 (12:03 -0800)]
am 9854deae: (-s ours) Merge change I1691f3d3 into eclair

Merge commit '9854deae10aaf39999a95e440ee3dec939d47179' into eclair-mr2

* commit '9854deae10aaf39999a95e440ee3dec939d47179':
  Add CPUFREQ_STATS event tag

14 years agoMerge change I1691f3d3 into eclair
Android (Google) Code Review [Mon, 23 Nov 2009 19:57:08 +0000 (11:57 -0800)]
Merge change I1691f3d3 into eclair

* changes:
  Add CPUFREQ_STATS event tag DO NOT MERGE

14 years agoam a0f9a4f7: Merge change I2083b297 into eclair
Eric Laurent [Mon, 23 Nov 2009 19:16:27 +0000 (11:16 -0800)]
am a0f9a4f7: Merge change I2083b297 into eclair

Merge commit 'a0f9a4f73579c2afa4dd82499a69abce94a3f23f' into eclair-mr2

* commit 'a0f9a4f73579c2afa4dd82499a69abce94a3f23f':
  Fix issue 2265111: Loss of downlink audio while listening, and get a MT call.