OSDN Git Service

android-x86/frameworks-base.git
14 years agoam 0019215f: Revert "When using MDP, we needed to use a texture for diming."
Dima Zavin [Mon, 7 Dec 2009 09:36:26 +0000 (01:36 -0800)]
am 0019215f: Revert "When using MDP, we needed to use a texture for diming."

Merge commit '0019215fc395ef12c191049b1903eeabf70859cf' into eclair-mr2

* commit '0019215fc395ef12c191049b1903eeabf70859cf':
  Revert "When using MDP, we needed to use a texture for diming."

14 years agoRevert "When using MDP, we needed to use a texture for diming."
Dima Zavin [Mon, 7 Dec 2009 08:17:06 +0000 (00:17 -0800)]
Revert "When using MDP, we needed to use a texture for diming."

This reverts commit bf0c320afbf6bf2441916755ecb443b64afbe73f.

14 years agoRename SearchableInfo in preloaded-classes
Bjorn Bringert [Sat, 5 Dec 2009 21:40:46 +0000 (21:40 +0000)]
Rename SearchableInfo in preloaded-classes

Without this, boot fails with:

12-05 21:06:56.984: ERROR/Zygote(435):
java.lang.IllegalStateException: Missing class(es) for preloading,
update preloaded-classes [android.server.search.SearchableInfo]

This was caused by https://android-git.corp.google.com/g/34797

Change-Id: I195b7e72a411401e2de8c1d6c2e7db0fe1badec6

14 years agoMerge change I9589f9c2 into eclair-mr2
Android (Google) Code Review [Sat, 5 Dec 2009 18:21:01 +0000 (10:21 -0800)]
Merge change I9589f9c2 into eclair-mr2

* changes:
  Move android.server.search.SearchableInfo to android.app

14 years agoMerge change I4039545e into eclair-mr2
Android (Google) Code Review [Sat, 5 Dec 2009 01:01:54 +0000 (17:01 -0800)]
Merge change I4039545e into eclair-mr2

* changes:
  Fire OnGroupClick events when collapsing a group in ExpandableListView.

14 years agoFire OnGroupClick events when collapsing a group in ExpandableListView.
Romain Guy [Sat, 5 Dec 2009 00:51:52 +0000 (16:51 -0800)]
Fire OnGroupClick events when collapsing a group in ExpandableListView.

14 years agoMerge change I5f1d2d24 into eclair-mr2
Android (Google) Code Review [Sat, 5 Dec 2009 00:46:28 +0000 (16:46 -0800)]
Merge change I5f1d2d24 into eclair-mr2

* changes:
  move event log tags used by ActivityManager into this package

14 years agomove event log tags used by ActivityManager into this package
Doug Zongker [Fri, 4 Dec 2009 20:52:44 +0000 (12:52 -0800)]
move event log tags used by ActivityManager into this package

We can now locate event log tag definitions in individual packages
(and java constants for the tag numbers get auto-generated), so move
all the tags used by the system server into the package.

14 years agoMerge change I88721afe into eclair-mr2
Android (Google) Code Review [Fri, 4 Dec 2009 23:59:59 +0000 (15:59 -0800)]
Merge change I88721afe into eclair-mr2

* changes:
  Fix bitmask in aapt's StringPool length construction

14 years agoMerge changes Id682ab72,I9bb4dbae into eclair-mr2
Android (Google) Code Review [Fri, 4 Dec 2009 23:55:47 +0000 (15:55 -0800)]
Merge changes Id682ab72,I9bb4dbae into eclair-mr2

* changes:
  Improve error message thrown when eglCreateContext fails.
  Improve error reporting by always returning the public EGL10.EGL_NO_XXX objects for displays, surfaces, and contexts.

14 years agoMerge change If3c7d429 into eclair-mr2
Android (Google) Code Review [Fri, 4 Dec 2009 23:50:43 +0000 (15:50 -0800)]
Merge change If3c7d429 into eclair-mr2

* changes:
  Report SCROLL_STATE_IDLE after the user finishes a scroll (not a fling.)

14 years agoMerge change Iaad9c8d1 into eclair-mr2
Android (Google) Code Review [Fri, 4 Dec 2009 23:39:59 +0000 (15:39 -0800)]
Merge change Iaad9c8d1 into eclair-mr2

* changes:
  Restore 7.xml.

14 years agoReport SCROLL_STATE_IDLE after the user finishes a scroll (not a fling.)
Romain Guy [Fri, 4 Dec 2009 23:38:22 +0000 (15:38 -0800)]
Report SCROLL_STATE_IDLE after the user finishes a scroll (not a fling.)

When the user lifts her finger up, AbsListView computes the fling velocity
and report a SCROLL_STATE_FLING if the velocity is high enough. However,
when the fling is not initiated because the velocity is too low (case of
a normal scroll), the idle state was not set nor reported.

14 years agoam ae952b3b: Merge change Ibe1c422a into eclair
Suchi Amalapurapu [Fri, 4 Dec 2009 23:01:49 +0000 (15:01 -0800)]
am ae952b3b: Merge change Ibe1c422a into eclair

Merge commit 'ae952b3bcc3eb744cceb5cd0ae65b2c7a83f9de7' into eclair-mr2

* commit 'ae952b3bcc3eb744cceb5cd0ae65b2c7a83f9de7':
  If the usage stats file doesn't exist in the first place there is no need to

14 years agoMerge change Ibe1c422a into eclair
Android (Google) Code Review [Fri, 4 Dec 2009 22:59:43 +0000 (14:59 -0800)]
Merge change Ibe1c422a into eclair

* changes:
  If the usage stats file doesn't exist in the first place there is no need to backup and short return.

14 years agoIf the usage stats file doesn't exist in the first place there is no need to
Suchi Amalapurapu [Fri, 4 Dec 2009 20:31:13 +0000 (12:31 -0800)]
If the usage stats file doesn't exist in the first place there is no need to
backup and short return.

14 years agoFix bitmask in aapt's StringPool length construction
Kenny Root [Fri, 21 Aug 2009 20:23:45 +0000 (15:23 -0500)]
Fix bitmask in aapt's StringPool length construction

The StringPool indicates the length of a string with a 16-bit
integer. If the length of the string is greater than 0x7FFF,
it splits it into two 16-bit integers with the first one
having the high bit set.

The length calculation has a small bug that masks off the
19 bits instead of the first 15 bits as intended.

14 years agoMerge change Ifef6435a into eclair-mr2
Android (Google) Code Review [Fri, 4 Dec 2009 21:36:57 +0000 (13:36 -0800)]
Merge change Ifef6435a into eclair-mr2

* changes:
  Enable proper cleanup of OMX nodes managed through stagefright.

14 years agoam d3bc1994: Merge change I397b6a93 into eclair
Christopher Tate [Fri, 4 Dec 2009 20:54:36 +0000 (12:54 -0800)]
am d3bc1994: Merge change I397b6a93 into eclair

Merge commit 'd3bc1994b0c2c5e9c60fa748de47eebbe1984fda' into eclair-mr2

* commit 'd3bc1994b0c2c5e9c60fa748de47eebbe1984fda':
  Don't accidentally signal multiple exceptions in setThreadPriority()

14 years agoEnable proper cleanup of OMX nodes managed through stagefright.
Andreas Huber [Fri, 4 Dec 2009 20:52:40 +0000 (12:52 -0800)]
Enable proper cleanup of OMX nodes managed through stagefright.

14 years agoMerge change I397b6a93 into eclair
Android (Google) Code Review [Fri, 4 Dec 2009 20:51:44 +0000 (12:51 -0800)]
Merge change I397b6a93 into eclair

* changes:
  Don't accidentally signal multiple exceptions in setThreadPriority()

14 years agoRestore 7.xml.
Andy McFadden [Fri, 4 Dec 2009 20:35:50 +0000 (12:35 -0800)]
Restore 7.xml.

Deletion of "unused" opcode constants should only have happened in
8.xml.

14 years agoMerge change Iab5c49c7 into eclair-mr2
Android (Google) Code Review [Fri, 4 Dec 2009 20:00:13 +0000 (12:00 -0800)]
Merge change Iab5c49c7 into eclair-mr2

* changes:
  move event log tags used by system server into this package

14 years agoam 052d9c8b: Images.Media.DATE_TAKEN should be in milliseconds. http://b/2297371
Ray Chen [Fri, 4 Dec 2009 19:57:10 +0000 (11:57 -0800)]
am 052d9c8b: Images.Media.DATE_TAKEN should be in milliseconds. b/2297371

Merge commit '052d9c8b414dc9eb1c70d849660592d9bc3b2644' into eclair-mr2

* commit '052d9c8b414dc9eb1c70d849660592d9bc3b2644':
  Images.Media.DATE_TAKEN should be in milliseconds.

14 years agoImages.Media.DATE_TAKEN should be in milliseconds.
Ray Chen [Fri, 4 Dec 2009 09:47:07 +0000 (01:47 -0800)]
Images.Media.DATE_TAKEN should be in milliseconds.
http://b/2297371

14 years agoMerge change If32b488b into eclair-mr2
Android (Google) Code Review [Fri, 4 Dec 2009 19:51:05 +0000 (11:51 -0800)]
Merge change If32b488b into eclair-mr2

* changes:
  Add new unit test for RadioGroup/RadioButton.

14 years agoAdd new unit test for RadioGroup/RadioButton.
Romain Guy [Fri, 4 Dec 2009 19:50:22 +0000 (11:50 -0800)]
Add new unit test for RadioGroup/RadioButton.

Also fix the AutoCompleteTextViewCallbacks test.

14 years agoMerge change Ie46db339 into eclair-mr2
Android (Google) Code Review [Fri, 4 Dec 2009 19:20:54 +0000 (11:20 -0800)]
Merge change Ie46db339 into eclair-mr2

* changes:
  Remove "unused" opcodes from API.

14 years agoMerge change I4261c58d into eclair-mr2
Android (Google) Code Review [Fri, 4 Dec 2009 19:08:28 +0000 (11:08 -0800)]
Merge change I4261c58d into eclair-mr2

* changes:
  Check if another Activity wants to intercept an xml mime type.

14 years agoDon't accidentally signal multiple exceptions in setThreadPriority()
Christopher Tate [Fri, 4 Dec 2009 19:05:12 +0000 (11:05 -0800)]
Don't accidentally signal multiple exceptions in setThreadPriority()

After signalling an exception due to set_sched_policy() failing (probably
because the thread in question had exited before this function was called), we
proceeded to call setpriority() anyway, and raised *another* exception when it
also failed.  We don't do this any more; we just bail after signalling the first
exception.

Change-Id: I397b6a93c73d3f0870176e26759f2bec33e56205

14 years agoam 48a65d99: Merge change I8c5f2fc3 into eclair
Romain Guy [Fri, 4 Dec 2009 18:37:59 +0000 (10:37 -0800)]
am 48a65d99: Merge change I8c5f2fc3 into eclair

Merge commit '48a65d99cba33db3af2e05982a6825b883be2030' into eclair-mr2

* commit '48a65d99cba33db3af2e05982a6825b883be2030':
  Fix invalidate code path (#2273209).

14 years agomove event log tags used by system server into this package
Doug Zongker [Fri, 4 Dec 2009 18:31:43 +0000 (10:31 -0800)]
move event log tags used by system server into this package

We can now locate event log tag definitions in individual packages
(and java constants for the tag numbers get auto-generated), so move
all the tags used by the system server into the package.

14 years agoMerge change I8c5f2fc3 into eclair
Android (Google) Code Review [Fri, 4 Dec 2009 18:22:47 +0000 (10:22 -0800)]
Merge change I8c5f2fc3 into eclair

* changes:
  Fix invalidate code path (#2273209).

14 years agoFix invalidate code path (#2273209).
Romain Guy [Fri, 4 Dec 2009 01:13:02 +0000 (17:13 -0800)]
Fix invalidate code path (#2273209).

Cached views would, in some situations, not update if they contained an
animating child. This was caused by clearing the dirty cache flag too
early in View.buildDrawingCache().

Approved by Dr. No mcleron.

Change-Id: I8c5f2fc3e6605657e0da625d60d50b55bb133666

14 years agoCheck if another Activity wants to intercept an xml mime type.
Patrick Scott [Mon, 30 Nov 2009 18:34:40 +0000 (13:34 -0500)]
Check if another Activity wants to intercept an xml mime type.

WebCore treats */*+xml as content that it can render. This prevents Activities
from intercepting those mime types. Check the same regular expression as
DOMImplementation and then use the PackageManager to look for a matching
Activity.

Requires a change to webcore.

Bug: 2256744

14 years agoRemove "unused" opcodes from API.
Andy McFadden [Fri, 4 Dec 2009 16:56:54 +0000 (08:56 -0800)]
Remove "unused" opcodes from API.

There's no need to have constants like OP_UNUSED_FF in the API.  They
serve no purpose, and it makes life confusing when an opcode is defined
(does the "unused" one go away, breaking the API?  do we have the real
definition and the "unused" definition simultaneously?).

Discussed / approved by API council.

14 years agoMove android.server.search.SearchableInfo to android.app
Bjorn Bringert [Thu, 3 Dec 2009 15:48:19 +0000 (15:48 +0000)]
Move android.server.search.SearchableInfo to android.app

We need to expose SearchableInfo in the SDK in order to unbundle
Quick Search Box. Since the android.server.search package is
hidden, I'm moving SearchableInfo to android.app, where
SearchManager lives.

This change doesn't actually expose SearchableInfo. I'll do
that in a separate change to keep the change that
api-council needs to review small.

This is part of the fix for: http://b/issue?id=2270838

Change-Id: I9589f9c2c11d36c958beedff8245fe0c3319c6ba

14 years agoImprove error message thrown when eglCreateContext fails.
Jack Palevich [Fri, 4 Dec 2009 09:15:07 +0000 (17:15 +0800)]
Improve error message thrown when eglCreateContext fails.

14 years agoImprove error reporting by always returning the public
Jack Palevich [Fri, 4 Dec 2009 09:07:31 +0000 (17:07 +0800)]
Improve error reporting by always returning the public
EGL10.EGL_NO_XXX objects for displays, surfaces, and contexts.

This allows clients to compare the returned object against
the public EGL10.EGL_NO_XXX object using a simple == operation.

This fixes bug 2303947 "Java layer EGL API makes it difficult
to tell when certain methods have failed"

14 years agoImplement new MockContentProvider. Also make ContentProvider aware of the class.
Daisuke Miyakawa [Wed, 21 Oct 2009 23:36:42 +0000 (08:36 +0900)]
Implement new MockContentProvider. Also make ContentProvider aware of the class.

Rename the old MockContentProvider to MockIContentProvider since it is
more appropriate name.

Detail:
Current developers inevitably depend on the backend used by ContentProvider,
which is useful but not ideal nor "testable" from the view of them.

Current MockContentResolver only accepts exact "ContentProvider" class, not
IContentProvider interface, since we want to hide "IContentProvider" while
the old MockContentProvider implements IContentProvider and as a result some
methods we want to hide may be exposed to the public SDK now and probably
for the future.

On the other hand, ContentProvider is not interface but an exact class
heavily depends on the internal logic and not suitable for external
developers to use for tests.

The new MockContentProvider introduces the mock implementation
for ContentProvider.
It extends ContentProvider, so "is" ContentProvider, but tries to avoid
depending on any backend System like IPC in Android, etc.
This should be useful from the view of application developers who do not
want to be confused with ContentProvider/ContentResolver backend
implementation "at all" and want to use MockContentResolver without
any other ContentProvider implementations tightly connected to the
external worlds.

14 years agoam 1296d562: Merge change I8b63ab66 into eclair
Jim Miller [Fri, 4 Dec 2009 06:18:24 +0000 (22:18 -0800)]
am 1296d562: Merge change I8b63ab66 into eclair

Merge commit '1296d562cf9b80e439724e15b4fdaf6626d2b4df' into eclair-mr2

* commit '1296d562cf9b80e439724e15b4fdaf6626d2b4df':
  Better animation for sliding widget.

14 years agoMerge change I8b63ab66 into eclair
Android (Google) Code Review [Fri, 4 Dec 2009 06:14:19 +0000 (22:14 -0800)]
Merge change I8b63ab66 into eclair

* changes:
  Better animation for sliding widget.

14 years agoMerge change I6c84d731 into eclair-mr2
Android (Google) Code Review [Fri, 4 Dec 2009 04:03:59 +0000 (20:03 -0800)]
Merge change I6c84d731 into eclair-mr2

* changes:
  Media/ToneGenerator: Change tone format for TONE_CDMA_ANSWER

14 years agoAdd API level 8, currently a copy of 7.
Dianne Hackborn [Fri, 4 Dec 2009 00:41:59 +0000 (16:41 -0800)]
Add API level 8, currently a copy of 7.

14 years agoam 0ce8431c: Merge change Iaa7edda4 into eclair
Fred Quintana [Fri, 4 Dec 2009 01:17:00 +0000 (17:17 -0800)]
am 0ce8431c: Merge change Iaa7edda4 into eclair

Merge commit '0ce8431c15078e095a22a123dbabcd91049a9652' into eclair-mr2

* commit '0ce8431c15078e095a22a123dbabcd91049a9652':
  don't reschedule syncs that failed with a tooManyRetries error

14 years agoMerge change Iaa7edda4 into eclair
Android (Google) Code Review [Fri, 4 Dec 2009 01:10:59 +0000 (17:10 -0800)]
Merge change Iaa7edda4 into eclair

* changes:
  don't reschedule syncs that failed with a tooManyRetries error

14 years agoMerge change I85e5d39e into eclair-mr2
Android (Google) Code Review [Fri, 4 Dec 2009 00:27:16 +0000 (16:27 -0800)]
Merge change I85e5d39e into eclair-mr2

* changes:
  Two more uses of strlcpy that break the sim build. Now fixed.

14 years agoam 5c49a908: (-s ours) Merge change Ic73ec39b into eclair
Jason Sams [Fri, 4 Dec 2009 00:23:23 +0000 (16:23 -0800)]
am 5c49a908: (-s ours) Merge change Ic73ec39b into eclair

Merge commit '5c49a9080df9e46193efa8326318c86bc8976eea' into eclair-mr2

* commit '5c49a9080df9e46193efa8326318c86bc8976eea':
  DO NOT MERGE. Implement WAR which should prevent the white square bug from appearing on user devices.  If we see a 0 texture id during bind for rendering, attempt to re-upload.  If this fails log debug info and restart the app.

14 years agoTwo more uses of strlcpy that break the sim build. Now fixed.
Andreas Huber [Fri, 4 Dec 2009 00:22:52 +0000 (16:22 -0800)]
Two more uses of strlcpy that break the sim build. Now fixed.

14 years agoMerge change Ic73ec39b into eclair
Android (Google) Code Review [Fri, 4 Dec 2009 00:15:46 +0000 (16:15 -0800)]
Merge change Ic73ec39b into eclair

* changes:
  DO NOT MERGE. Implement WAR which should prevent the white square bug from appearing on user devices.  If we see a 0 texture id during bind for rendering, attempt to re-upload.  If this fails log debug info and restart the app.

14 years agoMerge branch 'eclair-mr2' of ssh://android-git.corp.google.com:29418/platform/framewo...
Scott Main [Fri, 4 Dec 2009 00:14:13 +0000 (16:14 -0800)]
Merge branch 'eclair-mr2' of ssh://android-git.corp.google.com:29418/platform/frameworks/base into eclair-mr2

14 years agoam 5d0806c9: Merge change Ia70bd8c4 into eclair
Scott Main [Fri, 4 Dec 2009 00:13:19 +0000 (16:13 -0800)]
am 5d0806c9: Merge change Ia70bd8c4 into eclair

Merge commit '5d0806c9c3e0e6c8673ac4238f8ec2e0f82ad7e6' into eclair-mr2

* commit '5d0806c9c3e0e6c8673ac4238f8ec2e0f82ad7e6':
  add BluetoothChat sample app to the dev guide

14 years agoApparently strlcpy is not part of a standard linux distribution... Unbreaking the...
Andreas Huber [Fri, 4 Dec 2009 00:07:05 +0000 (16:07 -0800)]
Apparently strlcpy is not part of a standard linux distribution... Unbreaking the sim build.

14 years agoMerge change Ia70bd8c4 into eclair
Android (Google) Code Review [Fri, 4 Dec 2009 00:06:52 +0000 (16:06 -0800)]
Merge change Ia70bd8c4 into eclair

* changes:
  add BluetoothChat sample app to the dev guide

14 years agoMerge change I1f1c7bad into eclair-mr2
Android (Google) Code Review [Thu, 3 Dec 2009 23:51:09 +0000 (15:51 -0800)]
Merge change I1f1c7bad into eclair-mr2

* changes:
  I accidentally broke this code while refactoring MediaScanner. This is the fix.

14 years agoI accidentally broke this code while refactoring MediaScanner. This is the fix.
Andreas Huber [Thu, 3 Dec 2009 23:45:53 +0000 (15:45 -0800)]
I accidentally broke this code while refactoring MediaScanner. This is the fix.

14 years agoDO NOT MERGE. Implement WAR which should prevent the white square bug from appearing...
Jason Sams [Thu, 3 Dec 2009 23:43:18 +0000 (15:43 -0800)]
DO NOT MERGE. Implement WAR which should prevent the white square bug from appearing on user devices.  If we see a 0 texture id during bind for rendering, attempt to re-upload.  If this fails log debug info and restart the app.

14 years agoadd BluetoothChat sample app to the dev guide
Scott Main [Wed, 2 Dec 2009 23:42:30 +0000 (15:42 -0800)]
add BluetoothChat sample app to the dev guide

14 years agoam cef8d031: Merge change I00d0b54a into eclair
Erik Gilling [Thu, 3 Dec 2009 23:35:55 +0000 (15:35 -0800)]
am cef8d031: Merge change I00d0b54a into eclair

Merge commit 'cef8d031e842b773bbd6481b517996a185391e92' into eclair-mr2

* commit 'cef8d031e842b773bbd6481b517996a185391e92':
  surfaceflinger: remove un-cached buffer hack for SGX

14 years agoMerge change I00d0b54a into eclair
Android (Google) Code Review [Thu, 3 Dec 2009 23:30:23 +0000 (15:30 -0800)]
Merge change I00d0b54a into eclair

* changes:
  surfaceflinger: remove un-cached buffer hack for SGX

14 years agoam b2e49a23: Add API level 7.
Dianne Hackborn [Thu, 3 Dec 2009 22:52:46 +0000 (14:52 -0800)]
am b2e49a23: Add API level 7.

Merge commit 'b2e49a2319a40976a60d51d9a7c55d20f0b2d0e9' into eclair-mr2

* commit 'b2e49a2319a40976a60d51d9a7c55d20f0b2d0e9':
  Add API level 7.

14 years agodon't reschedule syncs that failed with a tooManyRetries error
Fred Quintana [Thu, 3 Dec 2009 22:18:58 +0000 (14:18 -0800)]
don't reschedule syncs that failed with a tooManyRetries error

14 years agoAdd API level 7.
Dianne Hackborn [Thu, 3 Dec 2009 22:13:53 +0000 (14:13 -0800)]
Add API level 7.

Change-Id: Id87dc724f0758ce0faee9c00621d4af6cb9f5bd9

14 years agosurfaceflinger: remove un-cached buffer hack for SGX
Erik Gilling [Thu, 3 Dec 2009 22:08:19 +0000 (14:08 -0800)]
surfaceflinger: remove un-cached buffer hack for SGX

Signed-off-by: Erik Gilling <konkers@android.com>
14 years agoMerge change I6173d7c7 into eclair-mr2
Android (Google) Code Review [Thu, 3 Dec 2009 21:55:07 +0000 (13:55 -0800)]
Merge change I6173d7c7 into eclair-mr2

* changes:
  Add isPrintableAscii() and isPrintableAsciiOnly() to TextUtils.java as hidden methods, and make vCard code use them.

14 years agoMerge change I74bf38a0 into eclair-mr2
Android (Google) Code Review [Thu, 3 Dec 2009 21:27:08 +0000 (13:27 -0800)]
Merge change I74bf38a0 into eclair-mr2

* changes:
  Squashed commit of the following:

14 years agoRefactor MediaScanner. Some steps on the way towards being able to build the tree...
Andreas Huber [Thu, 3 Dec 2009 19:31:19 +0000 (11:31 -0800)]
Refactor MediaScanner. Some steps on the way towards being able to build the tree without OpenCore.

14 years agoSquashed commit of the following:
Andreas Huber [Thu, 3 Dec 2009 19:39:54 +0000 (11:39 -0800)]
Squashed commit of the following:

commit 543e192bf2ae13f573dc4c4e53b239ed4ea00e81
Author: Andreas Huber <andih@google.com>
Date:   Thu Dec 3 11:33:57 2009 -0800

    stagefright now acts as the OMX Master, vendors supply their own plugins through libstagefrighthw. In OpenCore-enabled builds we now sit on top of PVMaster...

commit 3cbfdbd9cecadbb77b63125c62883bf1065884fe
Author: Andreas Huber <andih@google.com>
Date:   Wed Dec 2 12:39:07 2009 -0800

    More OMX infrastructure, stagefright is now taking over the OMX Master, multiplexing all contributing OMX implementations under a common interface.

14 years agoam 0a42b811: base: process: Abort setting the process group if one of the threads...
San Mehat [Thu, 3 Dec 2009 20:45:59 +0000 (12:45 -0800)]
am 0a42b811: base: process: Abort setting the process group if one of the threads fails to switch

Merge commit '0a42b811aea490a9a605b75f0320101f6eafd283' into eclair-mr2

* commit '0a42b811aea490a9a605b75f0320101f6eafd283':
  base: process: Abort setting the process group if one of the threads fails to switch

14 years agobase: process: Abort setting the process group if one of the threads fails to switch
San Mehat [Thu, 3 Dec 2009 20:21:28 +0000 (12:21 -0800)]
base: process: Abort setting the process group if one of the threads fails to switch

Signed-off-by: San Mehat <san@google.com>
14 years agoMedia/ToneGenerator: Change tone format for TONE_CDMA_ANSWER
Naveen Kalla [Tue, 13 Oct 2009 22:29:47 +0000 (15:29 -0700)]
Media/ToneGenerator: Change tone format for TONE_CDMA_ANSWER

Tone format for TONE_CDMA_ANSWER should be 660Hz + 1000Hz, with a 500ms ON
duration.

14 years agoMerge change I20d77880 into eclair-mr2
Android (Google) Code Review [Thu, 3 Dec 2009 20:10:12 +0000 (12:10 -0800)]
Merge change I20d77880 into eclair-mr2

* changes:
  Make Gservices setting constants public.

14 years agoam 8c411fb1: Merge change I79420b02 into eclair
Jaikumar Ganesh [Thu, 3 Dec 2009 20:01:38 +0000 (12:01 -0800)]
am 8c411fb1: Merge change I79420b02 into eclair

Merge commit '8c411fb13923d1fa28fcd98452bf3d17b8b1a338' into eclair-mr2

* commit '8c411fb13923d1fa28fcd98452bf3d17b8b1a338':
  Add support for Car Dock.

14 years agoam 90d311ff: Merge change I33e0f00e into eclair
Scott Main [Thu, 3 Dec 2009 19:54:43 +0000 (11:54 -0800)]
am 90d311ff: Merge change I33e0f00e into eclair

Merge commit '90d311ff33f33024f642ef03a02fb62566c9f46b' into eclair-mr2

* commit '90d311ff33f33024f642ef03a02fb62566c9f46b':
  docs: fix markup error in xml sample

14 years agoMerge change I79420b02 into eclair
Android (Google) Code Review [Thu, 3 Dec 2009 19:49:38 +0000 (11:49 -0800)]
Merge change I79420b02 into eclair

* changes:
  Add support for Car Dock.

14 years agoMerge change I33e0f00e into eclair
Android (Google) Code Review [Thu, 3 Dec 2009 19:40:22 +0000 (11:40 -0800)]
Merge change I33e0f00e into eclair

* changes:
  docs: fix markup error in xml sample

14 years agoAdd support for Car Dock.
Jaikumar Ganesh [Thu, 3 Dec 2009 01:28:38 +0000 (17:28 -0800)]
Add support for Car Dock.

Dr No: Eastham
Bug: 2133530

14 years agodocs: fix markup error in xml sample
Scott Main [Thu, 3 Dec 2009 19:33:25 +0000 (11:33 -0800)]
docs: fix markup error in xml sample

14 years agoMerge change Ib904c2a4 into eclair-mr2
Android (Google) Code Review [Thu, 3 Dec 2009 19:25:54 +0000 (11:25 -0800)]
Merge change Ib904c2a4 into eclair-mr2

* changes:
  Remove old hack A/V sync hack that is no longer needed.

14 years agoam 678c2e35: Merge change I9ef88863 into eclair
Mike Lockwood [Thu, 3 Dec 2009 19:18:48 +0000 (11:18 -0800)]
am 678c2e35: Merge change I9ef88863 into eclair

Merge commit '678c2e35768a5426b4ad8f67c836008e7751a353' into eclair-mr2

* commit '678c2e35768a5426b4ad8f67c836008e7751a353':
  Add WindowManagerPolicy.OFF_BECAUSE_OF_PROX_SENSOR to indicate screen was turned off by the proximity sensor.

14 years agoMerge change I9ef88863 into eclair
Android (Google) Code Review [Thu, 3 Dec 2009 18:59:25 +0000 (10:59 -0800)]
Merge change I9ef88863 into eclair

* changes:
  Add WindowManagerPolicy.OFF_BECAUSE_OF_PROX_SENSOR to indicate screen was turned off by the proximity sensor.

14 years agoam e12de4d5: Merge change Id5fa58cf into eclair
Ray Chen [Thu, 3 Dec 2009 18:35:45 +0000 (10:35 -0800)]
am e12de4d5: Merge change Id5fa58cf into eclair

Merge commit 'e12de4d5041e05f77cc4376a6bfc953a48e2c3c1' into eclair-mr2

* commit 'e12de4d5041e05f77cc4376a6bfc953a48e2c3c1':
  Fix timezone issue to comply with EXIF standard.

14 years agoMerge change Id5fa58cf into eclair
Android (Google) Code Review [Thu, 3 Dec 2009 18:24:18 +0000 (10:24 -0800)]
Merge change Id5fa58cf into eclair

* changes:
  Fix timezone issue to comply with EXIF standard.

14 years agoRemove old hack A/V sync hack that is no longer needed.
Dave Sparks [Thu, 3 Dec 2009 18:13:32 +0000 (10:13 -0800)]
Remove old hack A/V sync hack that is no longer needed.

14 years agodealloc compiled-sql statements before deref'ing them from SQLiteDatabase obj.
Vasu Nori [Wed, 2 Dec 2009 21:21:12 +0000 (13:21 -0800)]
dealloc compiled-sql statements before deref'ing them from SQLiteDatabase obj.

dealloc compiled-sql statements before removing references of SQLiteClosable objects from SQLiteDatabase obj. otherwise, code will attempt to close database before deallocing the compiled-sql statements and that causes sqlite exceptions.

14 years agoam 14bee131: Fix lock screen layouts with emergency call buttons.
Daniel Sandler [Thu, 3 Dec 2009 16:42:34 +0000 (08:42 -0800)]
am 14bee131: Fix lock screen layouts with emergency call buttons.

Merge commit '14bee131da68404b33655a241de83c2eeb417559' into eclair-mr2

* commit '14bee131da68404b33655a241de83c2eeb417559':
  Fix lock screen layouts with emergency call buttons.

14 years agoFix lock screen layouts with emergency call buttons.
Daniel Sandler [Wed, 2 Dec 2009 21:15:37 +0000 (16:15 -0500)]
Fix lock screen layouts with emergency call buttons.

Fixes http://b/2259529
Partially fixes http://b/2260798

Change-Id: Iabb3f74dc2a331810ae8ff44ebb319fe25d217ef

14 years agoAdd WindowManagerPolicy.OFF_BECAUSE_OF_PROX_SENSOR to indicate screen was turned...
Mike Lockwood [Thu, 3 Dec 2009 13:40:18 +0000 (08:40 -0500)]
Add WindowManagerPolicy.OFF_BECAUSE_OF_PROX_SENSOR to indicate screen was turned off by the proximity sensor.

Part of a fix for bug b/2300622 (Proximity sensor always blows up the lock screen while in call)

Change-Id: I9ef888638b19540a78a34507d52ff522f505102f
Signed-off-by: Mike Lockwood <lockwood@android.com>
14 years agoam 40057ce7: Document that stopPreview is not needed before takePicture.
Wu-cheng Li [Thu, 3 Dec 2009 08:16:35 +0000 (00:16 -0800)]
am 40057ce7: Document that stopPreview is not needed before takePicture.

Merge commit '40057ce749c8c4d274db0352a2af4344bda92dba' into eclair-mr2

* commit '40057ce749c8c4d274db0352a2af4344bda92dba':
  Document that stopPreview is not needed before takePicture.

14 years agoDocument that stopPreview is not needed before takePicture.
Wu-cheng Li [Wed, 2 Dec 2009 10:57:29 +0000 (18:57 +0800)]
Document that stopPreview is not needed before takePicture.

Also, applications can call startPreview after jpeg callback is received.

http://b/2292461

14 years agoam 19a4157c: Make the notification panel send the position as well.
Joe Onorato [Thu, 3 Dec 2009 07:33:56 +0000 (23:33 -0800)]
am 19a4157c: Make the notification panel send the position as well.

Merge commit '19a4157ce40f4ab77b60445b8e73069c5877bb8a' into eclair-mr2

* commit '19a4157ce40f4ab77b60445b8e73069c5877bb8a':
  Make the notification panel send the position as well.

14 years agoMake the notification panel send the position as well.
Joe Onorato [Thu, 3 Dec 2009 07:26:27 +0000 (23:26 -0800)]
Make the notification panel send the position as well.

14 years agoam 7597065d: Make RemoteViews also set the sourceBounds in the PendingIntent.
Joe Onorato [Thu, 3 Dec 2009 07:16:11 +0000 (23:16 -0800)]
am 7597065d: Make RemoteViews also set the sourceBounds in the PendingIntent.

Merge commit '7597065d6b0877ffc460b443fdb1595965ccd7b2' into eclair-mr2

* commit '7597065d6b0877ffc460b443fdb1595965ccd7b2':
  Make RemoteViews also set the sourceBounds in the PendingIntent.

14 years agoMake RemoteViews also set the sourceBounds in the PendingIntent.
Joe Onorato [Thu, 3 Dec 2009 07:04:55 +0000 (23:04 -0800)]
Make RemoteViews also set the sourceBounds in the PendingIntent.

14 years agoAdd isPrintableAscii() and isPrintableAsciiOnly() to TextUtils.java as hidden methods...
Daisuke Miyakawa [Thu, 3 Dec 2009 01:43:45 +0000 (10:43 +0900)]
Add isPrintableAscii() and isPrintableAsciiOnly() to TextUtils.java as hidden methods, and make vCard code use them.

In the future, ContactsProvider will use those methods.
See also the change 34604

Internal issue number: 22757642195990

14 years agoam c7a63eea: Add a new field to Intent that allows you to give a hint about what...
Joe Onorato [Thu, 3 Dec 2009 06:40:57 +0000 (22:40 -0800)]
am c7a63eea: Add a new field to Intent that allows you to give a hint about what on screen caused the intent to be sent.

Merge commit 'c7a63eea8d3d346addaaf892b5bbe0aa80651640' into eclair-mr2

* commit 'c7a63eea8d3d346addaaf892b5bbe0aa80651640':
  Add a new field to Intent that allows you to give a hint about what on screen caused the intent to

14 years agoAdd a new field to Intent that allows you to give a hint about what on screen caused...
Joe Onorato [Thu, 3 Dec 2009 05:13:17 +0000 (21:13 -0800)]
Add a new field to Intent that allows you to give a hint about what on screen caused the intent to
be sent.

14 years agoFixing broken build
Dmitri Plotnikov [Thu, 3 Dec 2009 06:00:32 +0000 (22:00 -0800)]
Fixing broken build

Change-Id: Iead6eb44261c2415731bc8cfec53fc48c4c13fa8

14 years agoMerge change I51438c18 into eclair-mr2
Android (Google) Code Review [Thu, 3 Dec 2009 05:17:57 +0000 (21:17 -0800)]
Merge change I51438c18 into eclair-mr2

* changes:
  the vertex index should be "first + i".

14 years agothe vertex index should be "first + i".
Li Wenhao [Wed, 29 Jul 2009 06:45:08 +0000 (14:45 +0800)]
the vertex index should be "first + i".