OSDN Git Service

android-x86/frameworks-base.git
14 years agoam d1b3988a: Merge change I4039545e into eclair-mr2
Romain Guy [Sat, 5 Dec 2009 01:06:04 +0000 (17:06 -0800)]
am d1b3988a: Merge change I4039545e into eclair-mr2

Merge commit 'd1b3988adfe0b55291d0ebc8479e62ab1d2b9d21' into eclair-mr2-plus-aosp

* commit 'd1b3988adfe0b55291d0ebc8479e62ab1d2b9d21':
  Fire OnGroupClick events when collapsing a group in ExpandableListView.

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 agoam f6683bb5: Merge change I5f1d2d24 into eclair-mr2
Doug Zongker [Sat, 5 Dec 2009 00:50:50 +0000 (16:50 -0800)]
am f6683bb5: Merge change I5f1d2d24 into eclair-mr2

Merge commit 'f6683bb5592825a62e30760abb0734deaaf7bd93' into eclair-mr2-plus-aosp

* commit 'f6683bb5592825a62e30760abb0734deaaf7bd93':
  move event log tags used by ActivityManager into this package

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 agoam fc32a062: Merge change I88721afe into eclair-mr2
Kenny Root [Sat, 5 Dec 2009 00:03:44 +0000 (16:03 -0800)]
am fc32a062: Merge change I88721afe into eclair-mr2

Merge commit 'fc32a062f833df35ea153bbd857046052e2ce238' into eclair-mr2-plus-aosp

* commit 'fc32a062f833df35ea153bbd857046052e2ce238':
  Fix bitmask in aapt's StringPool length construction

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 agoam 30d90523: Merge changes Id682ab72,I9bb4dbae into eclair-mr2
Jack Palevich [Fri, 4 Dec 2009 23:59:10 +0000 (15:59 -0800)]
am 30d90523: Merge changes Id682ab72,I9bb4dbae into eclair-mr2

Merge commit '30d905235074f343ebac6002408ab5c2b360ea14' into eclair-mr2-plus-aosp

* commit '30d905235074f343ebac6002408ab5c2b360ea14':
  Improve error message thrown when eglCreateContext fails.
  Improve error reporting by always returning the public

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 agoam b6936607: Merge change If3c7d429 into eclair-mr2
Romain Guy [Fri, 4 Dec 2009 23:54:32 +0000 (15:54 -0800)]
am b6936607: Merge change If3c7d429 into eclair-mr2

Merge commit 'b6936607b61e3115b5924e41be29c0430dd05613' into eclair-mr2-plus-aosp

* commit 'b6936607b61e3115b5924e41be29c0430dd05613':
  Report SCROLL_STATE_IDLE after the user finishes a scroll (not a fling.)

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 agoam ebc910da: Merge change Iaad9c8d1 into eclair-mr2
Andy McFadden [Fri, 4 Dec 2009 23:42:43 +0000 (15:42 -0800)]
am ebc910da: Merge change Iaad9c8d1 into eclair-mr2

Merge commit 'ebc910da96f4dbb036e16971c1041f8287342aa4' into eclair-mr2-plus-aosp

* commit 'ebc910da96f4dbb036e16971c1041f8287342aa4':
  Restore 7.xml.

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 ccbf4c28: am ae952b3b: Merge change Ibe1c422a into eclair
Suchi Amalapurapu [Fri, 4 Dec 2009 23:04:35 +0000 (15:04 -0800)]
am ccbf4c28: am ae952b3b: Merge change Ibe1c422a into eclair

Merge commit 'ccbf4c282f6d27602896b812485b41b74eaf8c6d' into eclair-mr2-plus-aosp

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

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 agoam 52f410e2: Merge change Ifef6435a into eclair-mr2
Andreas Huber [Fri, 4 Dec 2009 21:41:15 +0000 (13:41 -0800)]
am 52f410e2: Merge change Ifef6435a into eclair-mr2

Merge commit '52f410e2ebba103220cffce05b895f0c38a56665' into eclair-mr2-plus-aosp

* commit '52f410e2ebba103220cffce05b895f0c38a56665':
  Enable proper cleanup of OMX nodes managed through stagefright.

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 ed6dd2e6: am d3bc1994: Merge change I397b6a93 into eclair
Christopher Tate [Fri, 4 Dec 2009 20:56:40 +0000 (12:56 -0800)]
am ed6dd2e6: am d3bc1994: Merge change I397b6a93 into eclair

Merge commit 'ed6dd2e6a5921044ba841f17627d7a8cd444171a' into eclair-mr2-plus-aosp

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

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 agoam 48476b0a: Merge change Iab5c49c7 into eclair-mr2
Doug Zongker [Fri, 4 Dec 2009 20:02:09 +0000 (12:02 -0800)]
am 48476b0a: Merge change Iab5c49c7 into eclair-mr2

Merge commit '48476b0ade7594a64612db2b867792737193b2ec' into eclair-mr2-plus-aosp

* commit '48476b0ade7594a64612db2b867792737193b2ec':
  move event log tags used by system server into this package

14 years agoam 8a576620: am 052d9c8b: Images.Media.DATE_TAKEN should be in milliseconds. http...
Ray Chen [Fri, 4 Dec 2009 20:02:04 +0000 (12:02 -0800)]
am 8a576620: am 052d9c8b: Images.Media.DATE_TAKEN should be in milliseconds. b/2297371

Merge commit '8a576620cdc7257fc026026c77f7c946bfb760d1' into eclair-mr2-plus-aosp

* commit '8a576620cdc7257fc026026c77f7c946bfb760d1':
  Images.Media.DATE_TAKEN should be in milliseconds.

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 agoam 6d72f725: Merge change If32b488b into eclair-mr2
Romain Guy [Fri, 4 Dec 2009 19:55:02 +0000 (11:55 -0800)]
am 6d72f725: Merge change If32b488b into eclair-mr2

Merge commit '6d72f725f18a63afd68f14cc1e2ff8f21d254c77' into eclair-mr2-plus-aosp

* commit '6d72f725f18a63afd68f14cc1e2ff8f21d254c77':
  Add new unit test for RadioGroup/RadioButton.

14 years agoam 5c9d6e5b: Merge change Ie46db339 into eclair-mr2
Andy McFadden [Fri, 4 Dec 2009 19:54:55 +0000 (11:54 -0800)]
am 5c9d6e5b: Merge change Ie46db339 into eclair-mr2

Merge commit '5c9d6e5b8abce6d524c863cffc27e3ecf1c28c01' into eclair-mr2-plus-aosp

* commit '5c9d6e5b8abce6d524c863cffc27e3ecf1c28c01':
  Remove "unused" opcodes from API.

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 agoam c593d607: Merge change I4261c58d into eclair-mr2
Patrick Scott [Fri, 4 Dec 2009 19:12:55 +0000 (11:12 -0800)]
am c593d607: Merge change I4261c58d into eclair-mr2

Merge commit 'c593d60787e9abd75c94f70bd929ae13414411e9' into eclair-mr2-plus-aosp

* commit 'c593d60787e9abd75c94f70bd929ae13414411e9':
  Check if another Activity wants to intercept an xml mime type.

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 f2feb0fa: am 48a65d99: Merge change I8c5f2fc3 into eclair
Romain Guy [Fri, 4 Dec 2009 18:42:21 +0000 (10:42 -0800)]
am f2feb0fa: am 48a65d99: Merge change I8c5f2fc3 into eclair

Merge commit 'f2feb0faa266e5e0844c20a8adb9cdb5f360322f' into eclair-mr2-plus-aosp

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

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 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 agoam 8280c2b1: Implement new MockContentProvider. Also make ContentProvider aware of...
Daisuke Miyakawa [Fri, 4 Dec 2009 08:53:53 +0000 (00:53 -0800)]
am 8280c2b1: Implement new MockContentProvider. Also make ContentProvider aware of the class.

Merge commit '8280c2b15f6875b2d387c05df23d264864eb9cd5' into eclair-mr2-plus-aosp

* commit '8280c2b15f6875b2d387c05df23d264864eb9cd5':
  Implement new MockContentProvider. Also make ContentProvider aware of the class.

14 years agoam 3077f7df: am 1296d562: Merge change I8b63ab66 into eclair
Jim Miller [Fri, 4 Dec 2009 08:53:48 +0000 (00:53 -0800)]
am 3077f7df: am 1296d562: Merge change I8b63ab66 into eclair

Merge commit '3077f7df2eaf4127438d4337a9a25766261b02ee' into eclair-mr2-plus-aosp

* commit '3077f7df2eaf4127438d4337a9a25766261b02ee':
  Better animation for sliding widget.

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 agoam 104d3f75: Merge change I6c84d731 into eclair-mr2
Naveen Kalla [Fri, 4 Dec 2009 04:11:07 +0000 (20:11 -0800)]
am 104d3f75: Merge change I6c84d731 into eclair-mr2

Merge commit '104d3f755e5ebc15d66154526c2c149beb33a7ee' into eclair-mr2-plus-aosp

* commit '104d3f755e5ebc15d66154526c2c149beb33a7ee':
  Media/ToneGenerator: Change tone format for TONE_CDMA_ANSWER

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 agoam 39b08235: Add API level 8, currently a copy of 7.
Dianne Hackborn [Fri, 4 Dec 2009 02:30:21 +0000 (18:30 -0800)]
am 39b08235: Add API level 8, currently a copy of 7.

Merge commit '39b082356851e29ba7a0af981eaa27d3b08a387b' into eclair-mr2-plus-aosp

* commit '39b082356851e29ba7a0af981eaa27d3b08a387b':
  Add API level 8, currently a copy of 7.

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

Merge commit '298de218c540eab6c4e6c3415ab8a5c985c57772' into eclair-mr2-plus-aosp

* commit '298de218c540eab6c4e6c3415ab8a5c985c57772':
  don't reschedule syncs that failed with a tooManyRetries error

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 agoam 2a428fd4: Merge change I85e5d39e into eclair-mr2
Andreas Huber [Fri, 4 Dec 2009 00:53:27 +0000 (16:53 -0800)]
am 2a428fd4: Merge change I85e5d39e into eclair-mr2

Merge commit '2a428fd463431e2b3d3680faf2e9640989ca7791' into eclair-mr2-plus-aosp

* commit '2a428fd463431e2b3d3680faf2e9640989ca7791':
  Two more uses of strlcpy that break the sim build. Now fixed.

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

Merge commit '9737dc4de2ce56c5fb3d6911e48cfbfd63a19325' into eclair-mr2-plus-aosp

* commit '9737dc4de2ce56c5fb3d6911e48cfbfd63a19325':
  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 agoam 9f0fa1f4: Merge branch \'eclair-mr2\' of ssh://android-git.corp.google.com:29418...
Scott Main [Fri, 4 Dec 2009 00:51:20 +0000 (16:51 -0800)]
am 9f0fa1f4: Merge branch \'eclair-mr2\' of ssh://android-git.corp.google.com:29418/platform/frameworks/base into eclair-mr2

Merge commit '9f0fa1f4c1ed8499bf53479cf51c440a8f665d5e' into eclair-mr2-plus-aosp

* commit '9f0fa1f4c1ed8499bf53479cf51c440a8f665d5e':
  Apparently strlcpy is not part of a standard linux distribution... Unbreaking the sim build.

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

Merge commit 'e08361d7fda2234f447f4ffb7f480d045f8c5f78' into eclair-mr2-plus-aosp

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

14 years agoam 8d670d34: Merge change I1f1c7bad into eclair-mr2
Andreas Huber [Fri, 4 Dec 2009 00:44:26 +0000 (16:44 -0800)]
am 8d670d34: Merge change I1f1c7bad into eclair-mr2

Merge commit '8d670d345893fb9b9566f6b8c20202b77d4d211a' into eclair-mr2-plus-aosp

* commit '8d670d345893fb9b9566f6b8c20202b77d4d211a':
  I accidentally broke this code while refactoring MediaScanner. This is the fix.

14 years agoam 9b565d5b: am cef8d031: Merge change I00d0b54a into eclair
Erik Gilling [Fri, 4 Dec 2009 00:43:05 +0000 (16:43 -0800)]
am 9b565d5b: am cef8d031: Merge change I00d0b54a into eclair

Merge commit '9b565d5bf38e77774956524f137d509471ae5fb2' into eclair-mr2-plus-aosp

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

14 years agoam eefe7b1b: am b2e49a23: Add API level 7.
Dianne Hackborn [Fri, 4 Dec 2009 00:41:47 +0000 (16:41 -0800)]
am eefe7b1b: am b2e49a23: Add API level 7.

Merge commit 'eefe7b1b3e24a84a62f1b711cc9fa4aaca4a62c6' into eclair-mr2-plus-aosp

* commit 'eefe7b1b3e24a84a62f1b711cc9fa4aaca4a62c6':
  Add API level 7.

14 years agoam 67d9aa15: Merge change I6173d7c7 into eclair-mr2
Daisuke Miyakawa [Fri, 4 Dec 2009 00:40:50 +0000 (16:40 -0800)]
am 67d9aa15: Merge change I6173d7c7 into eclair-mr2

Merge commit '67d9aa15b6c6217a7d3b7b017924af132d048e56' into eclair-mr2-plus-aosp

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

14 years agoam 2d6d609c: Merge change I74bf38a0 into eclair-mr2
Andreas Huber [Fri, 4 Dec 2009 00:40:04 +0000 (16:40 -0800)]
am 2d6d609c: Merge change I74bf38a0 into eclair-mr2

Merge commit '2d6d609c9ede7ed8924001df00af9c13effab8ad' into eclair-mr2-plus-aosp

* commit '2d6d609c9ede7ed8924001df00af9c13effab8ad':
  Squashed commit of the following:

14 years agoam bfb9fb14: Refactor MediaScanner. Some steps on the way towards being able to build...
Andreas Huber [Fri, 4 Dec 2009 00:39:27 +0000 (16:39 -0800)]
am bfb9fb14: Refactor MediaScanner. Some steps on the way towards being able to build the tree without OpenCore.

Merge commit 'bfb9fb143b67c2d0307af2bce9af3c08f362b29a' into eclair-mr2-plus-aosp

* commit 'bfb9fb143b67c2d0307af2bce9af3c08f362b29a':
  Refactor MediaScanner. Some steps on the way towards being able to build the tree without OpenCore.

14 years agoam d345c6ac: am 0a42b811: base: process: Abort setting the process group if one of...
San Mehat [Fri, 4 Dec 2009 00:38:47 +0000 (16:38 -0800)]
am d345c6ac: am 0a42b811: base: process: Abort setting the process group if one of the threads fails to switch

Merge commit 'd345c6acedb22c9408553ef9f38c196984177e6b' into eclair-mr2-plus-aosp

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

14 years agoam 4850b5cd: Merge change I20d77880 into eclair-mr2
Ken Shirriff [Fri, 4 Dec 2009 00:37:27 +0000 (16:37 -0800)]
am 4850b5cd: Merge change I20d77880 into eclair-mr2

Merge commit '4850b5cd743f4513d59ff41cd6cb548a3a9879d6' into eclair-mr2-plus-aosp

* commit '4850b5cd743f4513d59ff41cd6cb548a3a9879d6':
  Make Gservices setting constants public.

14 years agoam 11a2853e: am 8c411fb1: Merge change I79420b02 into eclair
Jaikumar Ganesh [Fri, 4 Dec 2009 00:36:29 +0000 (16:36 -0800)]
am 11a2853e: am 8c411fb1: Merge change I79420b02 into eclair

Merge commit '11a2853e0196905e25a2dc5c227320688e04e950' into eclair-mr2-plus-aosp

* commit '11a2853e0196905e25a2dc5c227320688e04e950':
  Add support for Car Dock.

14 years agoam 7f1ab539: am 90d311ff: Merge change I33e0f00e into eclair
Scott Main [Fri, 4 Dec 2009 00:35:39 +0000 (16:35 -0800)]
am 7f1ab539: am 90d311ff: Merge change I33e0f00e into eclair

Merge commit '7f1ab539ceb56182d36d8782171a2dd84f96ea3b' into eclair-mr2-plus-aosp

* commit '7f1ab539ceb56182d36d8782171a2dd84f96ea3b':
  docs: fix markup error in xml sample

14 years agoam 7c09a0ff: Merge change Ib904c2a4 into eclair-mr2
Dave Sparks [Fri, 4 Dec 2009 00:34:07 +0000 (16:34 -0800)]
am 7c09a0ff: Merge change Ib904c2a4 into eclair-mr2

Merge commit '7c09a0ff365d6df96e880422a7b389ddf63401da' into eclair-mr2-plus-aosp

* commit '7c09a0ff365d6df96e880422a7b389ddf63401da':
  Remove old hack A/V sync hack that is no longer needed.

14 years agoam 44000eb2: am 678c2e35: Merge change I9ef88863 into eclair
Mike Lockwood [Fri, 4 Dec 2009 00:33:14 +0000 (16:33 -0800)]
am 44000eb2: am 678c2e35: Merge change I9ef88863 into eclair

Merge commit '44000eb2a2340b1a47eaa587d4829810e04cbcdc' into eclair-mr2-plus-aosp

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

14 years agoam 1b794bbb: am e12de4d5: Merge change Id5fa58cf into eclair
Ray Chen [Fri, 4 Dec 2009 00:31:56 +0000 (16:31 -0800)]
am 1b794bbb: am e12de4d5: Merge change Id5fa58cf into eclair

Merge commit '1b794bbbdc961558a9f0ee956d9d3f684d1f0497' into eclair-mr2-plus-aosp

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

14 years agoam 6d1ec0d8: dealloc compiled-sql statements before deref\'ing them from SQLiteDataba...
Vasu Nori [Fri, 4 Dec 2009 00:31:03 +0000 (16:31 -0800)]
am 6d1ec0d8: dealloc compiled-sql statements before deref\'ing them from SQLiteDatabase obj.

Merge commit '6d1ec0d81cd8ecdd390b31e724bac554bb955a94' into eclair-mr2-plus-aosp

* commit '6d1ec0d81cd8ecdd390b31e724bac554bb955a94':
  dealloc compiled-sql statements before deref'ing them from SQLiteDatabase obj.

14 years agoam add86719: am 14bee131: Fix lock screen layouts with emergency call buttons.
Daniel Sandler [Fri, 4 Dec 2009 00:30:21 +0000 (16:30 -0800)]
am add86719: am 14bee131: Fix lock screen layouts with emergency call buttons.

Merge commit 'add867197c0ae81b8120d70e4ae936df4a9c29bb' into eclair-mr2-plus-aosp

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

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: