OSDN Git Service

android-x86/frameworks-base.git
14 years agoam 7d7ab5ae: am 24f32b32: Merge change I89c40f50 into eclair
Fred Quintana [Mon, 5 Oct 2009 21:35:27 +0000 (14:35 -0700)]
am 7d7ab5ae: am 24f32b32: Merge change I89c40f50 into eclair

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

* commit '7d7ab5ae21dcabc5d0a3a5798d1d0e8c1b057d23':
  fix a javadoc build breakage

14 years agoam 24f32b32: Merge change I89c40f50 into eclair
Fred Quintana [Mon, 5 Oct 2009 21:29:43 +0000 (14:29 -0700)]
am 24f32b32: Merge change I89c40f50 into eclair

Merge commit '24f32b32f96eab8645a3ccf429c3d5694d2134ad' into eclair-mr2

* commit '24f32b32f96eab8645a3ccf429c3d5694d2134ad':
  fix a javadoc build breakage

14 years agoMerge change I89c40f50 into eclair
Android (Google) Code Review [Mon, 5 Oct 2009 21:23:13 +0000 (17:23 -0400)]
Merge change I89c40f50 into eclair

* changes:
  fix a javadoc build breakage

14 years agofix a javadoc build breakage
Fred Quintana [Mon, 5 Oct 2009 21:21:53 +0000 (14:21 -0700)]
fix a javadoc build breakage

14 years agoam 07086eb9: Merge change Ifb63d236 into eclair-mr2
Daisuke Miyakawa [Mon, 5 Oct 2009 21:03:01 +0000 (14:03 -0700)]
am 07086eb9: Merge change Ifb63d236 into eclair-mr2

Merge commit '07086eb9dd351f716843ddc4ff7afbd15d25d49c' into eclair-mr2-plus-aosp

* commit '07086eb9dd351f716843ddc4ff7afbd15d25d49c':
  Add cancel() VCardDataBuilder, which is intended to remove

14 years agoMerge change Ifb63d236 into eclair-mr2
Android (Google) Code Review [Mon, 5 Oct 2009 20:56:37 +0000 (16:56 -0400)]
Merge change Ifb63d236 into eclair-mr2

* changes:
  Add cancel() VCardDataBuilder, which is intended to remove a false alerm "Nested VCard code is not supported now." when importing vCard 3.0 file.

14 years agoAdd cancel() VCardDataBuilder, which is intended to remove
Daisuke Miyakawa [Mon, 5 Oct 2009 19:27:48 +0000 (12:27 -0700)]
Add cancel() VCardDataBuilder, which is intended to remove
a false alerm "Nested VCard code is not supported now." when
importing vCard 3.0 file.

Internal Issue number: 2158261

14 years agoam 3448b676: am 9e4c8561: Merge change I8d48149c into eclair
Bjorn Bringert [Mon, 5 Oct 2009 20:25:54 +0000 (13:25 -0700)]
am 3448b676: am 9e4c8561: Merge change I8d48149c into eclair

Merge commit '3448b676e9e7562a9b2de54951ac19eae43a6864' into eclair-mr2-plus-aosp

* commit '3448b676e9e7562a9b2de54951ac19eae43a6864':
  Don't reinflate search bar when dialog is already showing

14 years agoam 9e4c8561: Merge change I8d48149c into eclair
Bjorn Bringert [Mon, 5 Oct 2009 20:20:31 +0000 (13:20 -0700)]
am 9e4c8561: Merge change I8d48149c into eclair

Merge commit '9e4c85614c861f095131ffa76e65cbba55d03d0a' into eclair-mr2

* commit '9e4c85614c861f095131ffa76e65cbba55d03d0a':
  Don't reinflate search bar when dialog is already showing

14 years agoMerge change I8d48149c into eclair
Android (Google) Code Review [Mon, 5 Oct 2009 20:15:14 +0000 (16:15 -0400)]
Merge change I8d48149c into eclair

* changes:
  Don't reinflate search bar when dialog is already showing

14 years agoam a4a8a88b: am 9830a4ac: Fix issue #2161169: onStop not being called.
Dianne Hackborn [Mon, 5 Oct 2009 20:03:39 +0000 (13:03 -0700)]
am a4a8a88b: am 9830a4ac: Fix issue #2161169: onStop not being called.

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

* commit 'a4a8a88bf7aeec3413eda09c8a61c1df01c474ac':
  Fix issue #2161169: onStop not being called.

14 years agoam 7fd7534b: Merge change I5101c2b1 into eclair-mr2
Grace Kloba [Mon, 5 Oct 2009 20:03:34 +0000 (13:03 -0700)]
am 7fd7534b: Merge change I5101c2b1 into eclair-mr2

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

* commit '7fd7534b58b523851e932f8b1bde61532b738e8a':
  Extend the date time to handle the case where the

14 years agoDon't reinflate search bar when dialog is already showing
Bjorn Bringert [Mon, 5 Oct 2009 20:00:53 +0000 (21:00 +0100)]
Don't reinflate search bar when dialog is already showing

Change https://android-git.corp.google.com/g/27729 started reinflating
the entire search bar every time the search source was changed, to get
around problems with bad state in AutoCompleteTextView
(http://b/issue?id=2132686). This had some side-effects if the
search dialog was already visible, as it is when selecting a
source in "More results" or when presing the search key to go to
QSB from in-app search.

This change changes the reinflation to only happen if the dialog is
not already showing.

Fixes:

http://b/issue?id=2166640
"After selecting More results from suggestions, the search box is no longer visible."

http://b/issue?id=2166675
"Calling QSB with the hardware key does not place focus in the search tab."

http://b/issue?id=2166712
"back key has unexpected behaviour in QSB after selecting "More results" from suggestions."

Change-Id: I8d48149c3e9ad97ec11c49ec7efb356f27dfe4f6

14 years agoam 9830a4ac: Fix issue #2161169: onStop not being called.
Dianne Hackborn [Mon, 5 Oct 2009 19:58:24 +0000 (12:58 -0700)]
am 9830a4ac: Fix issue #2161169: onStop not being called.

Merge commit '9830a4ac42c9e16db91d1de6120cc2eb613fc946' into eclair-mr2

* commit '9830a4ac42c9e16db91d1de6120cc2eb613fc946':
  Fix issue #2161169: onStop not being called.

14 years agoFix issue #2161169: onStop not being called.
Dianne Hackborn [Mon, 5 Oct 2009 19:44:13 +0000 (12:44 -0700)]
Fix issue #2161169: onStop not being called.

There was a bug with the starting window where it could be added to
the app window list twice, so the buddy list would end up with one
left over after all was done.  This would result in visibility
changes not being delivered to it correctly, delaying the dispatch
of onStop.

Change-Id: If1993eaf9cfbba1f523ce5aaa478be0239d0c7db

14 years agoMerge change I5101c2b1 into eclair-mr2
Android (Google) Code Review [Mon, 5 Oct 2009 18:49:38 +0000 (14:49 -0400)]
Merge change I5101c2b1 into eclair-mr2

* changes:
  Extend the date time to handle the case where the month is in the full name.

14 years agoam bf13850b: am f7ae77cd: account manager api review changes
Fred Quintana [Mon, 5 Oct 2009 18:46:07 +0000 (11:46 -0700)]
am bf13850b: am f7ae77cd: account manager api review changes

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

* commit 'bf13850bed17d994077d1e6226b6330dd960bf26':
  account manager api review changes

14 years agoam f7ae77cd: account manager api review changes
Fred Quintana [Mon, 5 Oct 2009 18:34:43 +0000 (11:34 -0700)]
am f7ae77cd: account manager api review changes

Merge commit 'f7ae77cd67f1a3993b8e56c1af4720a7adf4e69d' into eclair-mr2

* commit 'f7ae77cd67f1a3993b8e56c1af4720a7adf4e69d':
  account manager api review changes

14 years agoaccount manager api review changes
Fred Quintana [Sat, 3 Oct 2009 00:19:31 +0000 (17:19 -0700)]
account manager api review changes

14 years agoExtend the date time to handle the case where the
Grace Kloba [Mon, 5 Oct 2009 17:56:39 +0000 (10:56 -0700)]
Extend the date time to handle the case where the
month is in the full name.

Fix http://b/issue?id=2164680

14 years agoam adff6542: Make the text bit transparent to allow the correct color to show through
Leon Clarke [Mon, 5 Oct 2009 17:13:53 +0000 (10:13 -0700)]
am adff6542: Make the text bit transparent to allow the correct color to show through

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

* commit 'adff654271246c700006e7f8079795d70319f032':
  Make the text bit transparent to allow the correct color to show through

14 years agoMerge branch 'eclair-plus-aosp' of ssh://android-git.corp.google.com:29418/platform...
Patrick Scott [Mon, 5 Oct 2009 17:13:51 +0000 (10:13 -0700)]
Merge branch 'eclair-plus-aosp' of ssh://android-git.corp.google.com:29418/platform/frameworks/base into eclair-mr2-plus-aosp

14 years agoMake the text bit transparent to allow the correct color to show through
Leon Clarke [Mon, 5 Oct 2009 14:17:34 +0000 (15:17 +0100)]
Make the text bit transparent to allow the correct color to show through

14 years agoam 48e6725c: Merge change Iaca22686 into eclair
Dianne Hackborn [Sun, 4 Oct 2009 22:41:35 +0000 (15:41 -0700)]
am 48e6725c: Merge change Iaca22686 into eclair

Merge commit '48e6725c828a8d420d43925b0c9a9a915a8c4e2f' into eclair-mr2

* commit '48e6725c828a8d420d43925b0c9a9a915a8c4e2f':
  Work on issue #2163789: Way too much logging

14 years agoMerge change Iaca22686 into eclair
Android (Google) Code Review [Sun, 4 Oct 2009 22:35:24 +0000 (18:35 -0400)]
Merge change Iaca22686 into eclair

* changes:
  Work on issue #2163789: Way too much logging

14 years agoam cbc52b7b: Merge change Iee638412 into eclair
Dianne Hackborn [Sun, 4 Oct 2009 22:27:09 +0000 (15:27 -0700)]
am cbc52b7b: Merge change Iee638412 into eclair

Merge commit 'cbc52b7bcbea7dc6ae3b7cfc84fd44ae86711910' into eclair-mr2

* commit 'cbc52b7bcbea7dc6ae3b7cfc84fd44ae86711910':
  Fix issue #2161726: Car dock app bypasses setup wizard

14 years agoam 87d5004d: am e9e1cdd5: decode the search string before putting it into the search...
Scott Main [Sun, 4 Oct 2009 22:27:00 +0000 (15:27 -0700)]
am 87d5004d: am e9e1cdd5: decode the search string before putting it into the search control. this fixes a safari-only bug in which encoded chars were inserted into the search string.

Merge commit '87d5004d3b62441a55b2aba870e4276af6c771eb' into eclair-mr2

* commit '87d5004d3b62441a55b2aba870e4276af6c771eb':
  decode the search string before putting it into the search control.

14 years agoam 2ecf3f5e: dumpstate: Add backlight information to bugreport output.
Mike Lockwood [Sun, 4 Oct 2009 22:22:08 +0000 (15:22 -0700)]
am 2ecf3f5e: dumpstate: Add backlight information to bugreport output.

Merge commit '2ecf3f5e00ea2ac630ffb405baba33113596cf38' into eclair-mr2

* commit '2ecf3f5e00ea2ac630ffb405baba33113596cf38':
  dumpstate: Add backlight information to bugreport output.

14 years agoam f8e4bc9f: Merge change I0c4cec7e into eclair
Mathias Agopian [Sun, 4 Oct 2009 22:21:34 +0000 (15:21 -0700)]
am f8e4bc9f: Merge change I0c4cec7e into eclair

Merge commit 'f8e4bc9f7789b98b54fe04df56555ca8c630df70' into eclair-mr2

* commit 'f8e4bc9f7789b98b54fe04df56555ca8c630df70':
  Attempt to fix [2152536] ANR in browser

14 years agoam 8df16d63: Merge change I7f047786 into eclair
Jason Sams [Sun, 4 Oct 2009 22:21:04 +0000 (15:21 -0700)]
am 8df16d63: Merge change I7f047786 into eclair

Merge commit '8df16d63d4e1c70cf75a9acc4f24e4e1abca5abc' into eclair-mr2

* commit '8df16d63d4e1c70cf75a9acc4f24e4e1abca5abc':
  Update the SimpleMesh API to support new attribute types.  Also spilt add/set commands to avoid permutation explosion.

14 years agoam 82e863d8: Merge change Ic0d82ef1 into eclair
Dmitri Plotnikov [Sun, 4 Oct 2009 22:20:26 +0000 (15:20 -0700)]
am 82e863d8: Merge change Ic0d82ef1 into eclair

Merge commit '82e863d8ab5166fec3dce96ae865d1e2d3bbc021' into eclair-mr2

* commit '82e863d8ab5166fec3dce96ae865d1e2d3bbc021':
  [Issue 2161366] Changing capitalization of string "Via" to "via"

14 years agoMerge change Iee638412 into eclair
Android (Google) Code Review [Sun, 4 Oct 2009 22:19:29 +0000 (18:19 -0400)]
Merge change Iee638412 into eclair

* changes:
  Fix issue #2161726: Car dock app bypasses setup wizard

14 years agoam 7b16834a: Merge change Iaf686344 into eclair
San Mehat [Sun, 4 Oct 2009 22:19:27 +0000 (15:19 -0700)]
am 7b16834a: Merge change Iaf686344 into eclair

Merge commit '7b16834adc1003f492cd2be4b1bcc3fb73a78c23' into eclair-mr2

* commit '7b16834adc1003f492cd2be4b1bcc3fb73a78c23':
  dumpstate: Display mtime instead of ctime

14 years agoam 6b370745: bug 2161715: add the .jpg extension to the temp sdcard image file name...
Wei Huang [Sun, 4 Oct 2009 22:19:08 +0000 (15:19 -0700)]
am 6b370745: bug 2161715: add the .jpg extension to the temp sdcard image file name so MMS can read the JPEG data using a file uri.

Merge commit '6b3707452c5921c89258371eec140b0fb76766f8' into eclair-mr2

* commit '6b3707452c5921c89258371eec140b0fb76766f8':
  bug 2161715: add the .jpg extension to the temp sdcard image file name so MMS can read the JPEG data using a file uri.

14 years agoam df64cb41: Merge change I80ce8833 into eclair
Mike Cleron [Sun, 4 Oct 2009 22:17:27 +0000 (15:17 -0700)]
am df64cb41: Merge change I80ce8833 into eclair

Merge commit 'df64cb41fb44d56957cba8e375788d98af7bd8b4' into eclair-mr2

* commit 'df64cb41fb44d56957cba8e375788d98af7bd8b4':
  Icons again

14 years agoam 88e03757: RotarySelector widget: add callback for "grabbed" state changes.
David Brown [Sun, 4 Oct 2009 22:17:18 +0000 (15:17 -0700)]
am 88e03757: RotarySelector widget: add callback for "grabbed" state changes.

Merge commit '88e037577f7db140e4ef88b77eefaa910e06e5f5' into eclair-mr2

* commit '88e037577f7db140e4ef88b77eefaa910e06e5f5':
  RotarySelector widget: add callback for "grabbed" state changes.

14 years agoam 3d7bb3a5: (-s ours) Merge change I3ca8fb69 into eclair
Eric Fischer [Sun, 4 Oct 2009 22:16:07 +0000 (15:16 -0700)]
am 3d7bb3a5: (-s ours) Merge change I3ca8fb69 into eclair

Merge commit '3d7bb3a5e49b559725bba84390b1021d9c527347' into eclair-mr2

* commit '3d7bb3a5e49b559725bba84390b1021d9c527347':
  Import revised translations.  DO NOT MERGE

14 years agoam d453fe67: Merge change I5dbd1994 into eclair
Jaikumar Ganesh [Sun, 4 Oct 2009 22:14:55 +0000 (15:14 -0700)]
am d453fe67: Merge change I5dbd1994 into eclair

Merge commit 'd453fe6709c4d28350e34fa39b4fe73d98a36a0c' into eclair-mr2

* commit 'd453fe6709c4d28350e34fa39b4fe73d98a36a0c':
  Fix rfcomm socket connect return code.

14 years agoam 4ac45597: Merge change I15b0ebb9 into eclair
Mathias Agopian [Sun, 4 Oct 2009 22:14:32 +0000 (15:14 -0700)]
am 4ac45597: Merge change I15b0ebb9 into eclair

Merge commit '4ac45597fb70ca4f268cb1920fcb2de61aff4a3d' into eclair-mr2

* commit '4ac45597fb70ca4f268cb1920fcb2de61aff4a3d':
  a simple test app for gralloc

14 years agoam d14cfc27: Merge change I9e384ddd into eclair
Joe Onorato [Sun, 4 Oct 2009 22:14:08 +0000 (15:14 -0700)]
am d14cfc27: Merge change I9e384ddd into eclair

Merge commit 'd14cfc27627107c2973eeacc3bcbb2830a3fd620' into eclair-mr2

* commit 'd14cfc27627107c2973eeacc3bcbb2830a3fd620':
  Add a test pattern as rollo's icon

14 years agoam 99510681: Unhide constant DATA_ACTIVITY_DORMANT.
John Wang [Sun, 4 Oct 2009 22:13:58 +0000 (15:13 -0700)]
am 99510681: Unhide constant DATA_ACTIVITY_DORMANT.

Merge commit '99510681e9f1c76f82719e724990f744cfdbcefd' into eclair-mr2

* commit '99510681e9f1c76f82719e724990f744cfdbcefd':
  Unhide constant DATA_ACTIVITY_DORMANT.

14 years agoam e9e1cdd5: decode the search string before putting it into the search control....
Scott Main [Sun, 4 Oct 2009 22:05:43 +0000 (15:05 -0700)]
am e9e1cdd5: decode the search string before putting it into the search control. this fixes a safari-only bug in which encoded chars were inserted into the search string.

Merge commit 'e9e1cdd556b40a04637b7de3d839b2a596df47e3' into eclair

* commit 'e9e1cdd556b40a04637b7de3d839b2a596df47e3':
  decode the search string before putting it into the search control.

14 years agoWork on issue #2163789: Way too much logging
Dianne Hackborn [Sun, 4 Oct 2009 20:30:50 +0000 (13:30 -0700)]
Work on issue #2163789: Way too much logging

Dr.No from mcleron.

Change-Id: Iaca2268684f83fe8757e64db0b0e047a19755311

14 years agodumpstate: Add backlight information to bugreport output.
Mike Lockwood [Sun, 4 Oct 2009 21:21:05 +0000 (17:21 -0400)]
dumpstate: Add backlight information to bugreport output.

To help diagnose bugs b/2164183 and b/2164647

Change-Id: Ie80c3b205c231c485d8a24e68b0a9c5e025da479
Signed-off-by: Mike Lockwood <lockwood@android.com>
14 years agoMerge change I0c4cec7e into eclair
Android (Google) Code Review [Sat, 3 Oct 2009 03:35:12 +0000 (23:35 -0400)]
Merge change I0c4cec7e into eclair

* changes:
  Attempt to fix [2152536] ANR in browser

14 years agoMerge change I7f047786 into eclair
Android (Google) Code Review [Sat, 3 Oct 2009 01:40:07 +0000 (21:40 -0400)]
Merge change I7f047786 into eclair

* changes:
  Update the SimpleMesh API to support new attribute types.  Also spilt add/set commands to avoid permutation explosion.

14 years agoUpdate the SimpleMesh API to support new attribute types. Also spilt add/set command...
Jason Sams [Sat, 3 Oct 2009 01:18:35 +0000 (18:18 -0700)]
Update the SimpleMesh API to support new attribute types.  Also spilt add/set commands to avoid permutation explosion.

14 years agoAttempt to fix [2152536] ANR in browser
Mathias Agopian [Sat, 3 Oct 2009 01:12:30 +0000 (18:12 -0700)]
Attempt to fix [2152536] ANR in browser

The ANR is caused by SurfaceFlinger waiting for buffers of a removed surface to become availlable.
When it is removed from the current list, a Surface is marked as NO_INIT, which causes SF to return
immediately in the above case. For some reason, the surface here wasn't marked as NO_INIT.

This change makes the code more robust by always (irregadless or errors) setting the NO_INIT status
in all code paths where a surface is removed from the list.

Additionaly added more information in the logs, should this happen again.

14 years agoMerge change Ic0d82ef1 into eclair
Android (Google) Code Review [Fri, 2 Oct 2009 23:17:30 +0000 (19:17 -0400)]
Merge change Ic0d82ef1 into eclair

* changes:
  [Issue 2161366] Changing capitalization of string "Via" to "via"

14 years ago[Issue 2161366] Changing capitalization of string "Via" to "via"
Dmitri Plotnikov [Fri, 2 Oct 2009 23:06:06 +0000 (16:06 -0700)]
[Issue 2161366] Changing capitalization of string "Via" to "via"

Approved by Tim.

Change-Id: Ic0d82ef1c687ecce91edc90a16aeefa17292d565

14 years agoMerge change Ib4285d22 into eclair-mr2
Android (Google) Code Review [Fri, 2 Oct 2009 21:49:59 +0000 (17:49 -0400)]
Merge change Ib4285d22 into eclair-mr2

* changes:
  Change way we choose EGL surfaces to be compatible with the native window surface.

14 years agoChange way we choose EGL surfaces to be compatible with the native
Jack Palevich [Fri, 2 Oct 2009 21:43:51 +0000 (14:43 -0700)]
Change way we choose EGL surfaces to be compatible with the native
window surface.

14 years agoMerge change Ic66f68a7 into eclair-mr2
Android (Google) Code Review [Fri, 2 Oct 2009 20:35:51 +0000 (16:35 -0400)]
Merge change Ic66f68a7 into eclair-mr2

* changes:
  Fix a null pointer exception caught by the monkey.

14 years agoMerge change Iaf686344 into eclair
Android (Google) Code Review [Fri, 2 Oct 2009 20:34:02 +0000 (16:34 -0400)]
Merge change Iaf686344 into eclair

* changes:
  dumpstate: Display mtime instead of ctime

14 years agoMerge change I499a9541 into eclair-mr2
Android (Google) Code Review [Fri, 2 Oct 2009 20:28:11 +0000 (16:28 -0400)]
Merge change I499a9541 into eclair-mr2

* changes:
  setupRedirect() can throw. Catch it and signal the error.

14 years agodumpstate: Display mtime instead of ctime
San Mehat [Fri, 2 Oct 2009 20:15:53 +0000 (13:15 -0700)]
dumpstate: Display mtime instead of ctime

Signed-off-by: San Mehat <san@google.com>
14 years agoFix issue #2161726: Car dock app bypasses setup wizard
Dianne Hackborn [Fri, 2 Oct 2009 17:44:41 +0000 (10:44 -0700)]
Fix issue #2161726: Car dock app bypasses setup wizard

We now just don't send out dock broadcasts/launches when the
device is not provisioned.  Good enough for our purposes.

Change-Id: Iee6384121675e0e9854745ec1168245e8a23a241

14 years agoFix a null pointer exception caught by the monkey.
Leon Scroggins [Fri, 2 Oct 2009 19:12:30 +0000 (15:12 -0400)]
Fix a null pointer exception caught by the monkey.

Fix http://b/issue?id=2162334

14 years agosetupRedirect() can throw. Catch it and signal the error.
Grace Kloba [Fri, 2 Oct 2009 19:07:21 +0000 (12:07 -0700)]
setupRedirect() can throw. Catch it and signal the error.

Fix http://b/issue?id=2163139

14 years agobug 2161715: add the .jpg extension to the temp sdcard image file name so MMS can...
Wei Huang [Fri, 2 Oct 2009 17:58:49 +0000 (10:58 -0700)]
bug 2161715: add the .jpg extension to the temp sdcard image file name so MMS can read the JPEG data using a file uri.

Change-Id: I1453950e406f1991e78530795ed28e6b4a7cf8c6

14 years agoProcess synchronous requests in the same RequestQueue.
Patrick Scott [Thu, 1 Oct 2009 19:54:46 +0000 (15:54 -0400)]
Process synchronous requests in the same RequestQueue.

Use a dedicated Connection to process a synchronous request using the main
RequestQueue and on the WebCore thread.

HttpConnection, HttpsConnection, Connection:
    No need for ConnectionManager, just pass the proxy host to
    HttpsConnection. In Connection.clearPipe, empty should be set to true if the
    RequestFeeder does _not_ have a request for the host. I don't think that
    broke anything but it is incorrect.
ConnectionThread:
    Refactor the proxy selection into ConnectionManager.getConnection
RequestHandle:
    Add a new constructor that takes a Connection argument. Add processRequest
    to process a single request on that Connection.
RequestQueue:
    Add determine host to select between the request's host and the proxy. Add
    queueSynchronousRequest to make a new request that operates on a private
    connection. Add SyncFeeder to handle RequestFeeder.requeueRequest if the
    request fails.
Network: Use the new RequestQueue api to handle a synchronous request.

Bug: 1315832

14 years agoMerge change I80ce8833 into eclair
Android (Google) Code Review [Fri, 2 Oct 2009 07:51:19 +0000 (03:51 -0400)]
Merge change I80ce8833 into eclair

* changes:
  Icons again

14 years agoRotarySelector widget: add callback for "grabbed" state changes.
David Brown [Fri, 2 Oct 2009 02:25:54 +0000 (19:25 -0700)]
RotarySelector widget: add callback for "grabbed" state changes.

This is the frameworks/base part of the fix for Bug 2158434: add a new
callback to the OnDialTriggerListener interface, so the RotarySelector can
tell the app about state changes between NOTHING_GRABBED and
LEFT_HANDLE_GRABBED and RIGHT_HANDLE_GRABBED.

BUG=2158434
DRNO=timsullivan

TESTED=regular incoming calls, call waiting calls, answering a call,
       rejecting a call.  Also verified I didn't affect the
       lock screen at all.

14 years agoIcons again
Mike Cleron [Fri, 2 Oct 2009 07:27:31 +0000 (00:27 -0700)]
Icons again

14 years agoMerge change I3ca8fb69 into eclair
Android (Google) Code Review [Fri, 2 Oct 2009 04:47:08 +0000 (00:47 -0400)]
Merge change I3ca8fb69 into eclair

* changes:
  Import revised translations.  DO NOT MERGE

14 years agoMerge change I5dbd1994 into eclair
Android (Google) Code Review [Fri, 2 Oct 2009 02:46:23 +0000 (22:46 -0400)]
Merge change I5dbd1994 into eclair

* changes:
  Fix rfcomm socket connect return code.

14 years agoFix rfcomm socket connect return code.
Jaikumar Ganesh [Fri, 2 Oct 2009 02:10:43 +0000 (19:10 -0700)]
Fix rfcomm socket connect return code.

The phone would say connected even when powered off.
Bug id: 2161890
DrNo: Hiroshi

Change-Id: I5dbd19941a80e86c7462670fb844a29cf4eb0908

14 years agoMerge change I15b0ebb9 into eclair
Android (Google) Code Review [Fri, 2 Oct 2009 00:25:45 +0000 (20:25 -0400)]
Merge change I15b0ebb9 into eclair

* changes:
  a simple test app for gralloc

14 years agoa simple test app for gralloc
Mathias Agopian [Thu, 1 Oct 2009 22:45:37 +0000 (15:45 -0700)]
a simple test app for gralloc

14 years agoImport revised translations. DO NOT MERGE
Eric Fischer [Thu, 1 Oct 2009 23:55:20 +0000 (16:55 -0700)]
Import revised translations.  DO NOT MERGE

Approver: jerryw

14 years agoMerge change I9e384ddd into eclair
Android (Google) Code Review [Thu, 1 Oct 2009 23:49:27 +0000 (19:49 -0400)]
Merge change I9e384ddd into eclair

* changes:
  Add a test pattern as rollo's icon

14 years agoAdd a test pattern as rollo's icon
Joe Onorato [Thu, 1 Oct 2009 23:48:44 +0000 (16:48 -0700)]
Add a test pattern as rollo's icon

14 years agoPrevents memory leaks by correctly detaching views in AbsListView.
Romain Guy [Thu, 1 Oct 2009 22:39:42 +0000 (15:39 -0700)]
Prevents memory leaks by correctly detaching views in AbsListView.

AbsListView can reject views from the recycler's scrap heap but when that
happens the rejected view is not detached from the parent. This can be pretty
bad in the case of TextView since it prevents them from unregistering their
OnPreDrawListeners.

14 years agodecode the search string before putting it into the search control.
Scott Main [Thu, 1 Oct 2009 21:59:24 +0000 (14:59 -0700)]
decode the search string before putting it into the search control.
this fixes a safari-only bug in which encoded chars were inserted
into the search string.

http://b/issue?id=2031559

Change-Id: Ie60902bafcbb327d488b921f8d3925aaf9ff0566

14 years agoUnhide constant DATA_ACTIVITY_DORMANT.
John Wang [Wed, 30 Sep 2009 22:11:02 +0000 (15:11 -0700)]
Unhide constant DATA_ACTIVITY_DORMANT.

14 years agoMerge commit 'goog/eclair' into eclair-release
android-build SharedAccount [Thu, 1 Oct 2009 15:43:40 +0000 (08:43 -0700)]
Merge commit 'goog/eclair' into eclair-release

14 years agoam 9b150b74: Close the cursor before assigning a new one to the same variable.
Marco Nelissen [Thu, 1 Oct 2009 15:36:00 +0000 (08:36 -0700)]
am 9b150b74: Close the cursor before assigning a new one to the same variable.

Merge commit '9b150b74573ce506abd00c692fb42f46980441a3' into eclair-plus-aosp

* commit '9b150b74573ce506abd00c692fb42f46980441a3':
  Close the cursor before assigning a new one to the same variable.

14 years agoClose the cursor before assigning a new one to the same variable.
Marco Nelissen [Wed, 30 Sep 2009 23:39:15 +0000 (16:39 -0700)]
Close the cursor before assigning a new one to the same variable.

14 years agoam 87b94b13: Merge change I6e01fa52 into eclair
Daniel Sandler [Thu, 1 Oct 2009 15:10:01 +0000 (08:10 -0700)]
am 87b94b13: Merge change I6e01fa52 into eclair

Merge commit '87b94b13ea8ad708d079ddfafe4801c12c38e57a' into eclair-plus-aosp

* commit '87b94b13ea8ad708d079ddfafe4801c12c38e57a':
  Remove unneeded icon.

14 years agoMerge change I6e01fa52 into eclair
Android (Google) Code Review [Thu, 1 Oct 2009 15:01:34 +0000 (11:01 -0400)]
Merge change I6e01fa52 into eclair

* changes:
  Remove unneeded icon.

14 years agoRemove unneeded icon.
Daniel Sandler [Thu, 1 Oct 2009 15:00:24 +0000 (11:00 -0400)]
Remove unneeded icon.

(Obviated by commit a408791148e816215f65ad81a187051c5fb47c68.)

Change-Id: I6e01fa52f2bbeb28c969e6a033ab0b1032cbc848

14 years agoam 5a463a69: Merge change Ic2a16d4f into eclair
Michael Chan [Thu, 1 Oct 2009 15:00:16 +0000 (08:00 -0700)]
am 5a463a69: Merge change Ic2a16d4f into eclair

Merge commit '5a463a693cae501f3e65936ea96e1ca1bae5fc3f' into eclair-plus-aosp

* commit '5a463a693cae501f3e65936ea96e1ca1bae5fc3f':
  b/2148252 Fix emulator

14 years agoMerge change Ic2a16d4f into eclair
Android (Google) Code Review [Thu, 1 Oct 2009 14:52:01 +0000 (10:52 -0400)]
Merge change Ic2a16d4f into eclair

* changes:
  b/2148252 Fix emulator

14 years agoam bbed0d68: hide setGammaForText, which is only used for calibrating new devices
Mike Reed [Thu, 1 Oct 2009 13:42:33 +0000 (06:42 -0700)]
am bbed0d68: hide setGammaForText, which is only used for calibrating new devices

Merge commit 'bbed0d68c815446400193bdc8b16fbf73e1ee664' into eclair-plus-aosp

* commit 'bbed0d68c815446400193bdc8b16fbf73e1ee664':
  hide setGammaForText, which is only used for calibrating new devices

14 years agohide setGammaForText, which is only used for calibrating new devices
Mike Reed [Thu, 1 Oct 2009 13:17:47 +0000 (09:17 -0400)]
hide setGammaForText, which is only used for calibrating new devices

14 years agoam c00099ef: Change intent flags for launching FastTrack.
Jeff Sharkey [Thu, 1 Oct 2009 12:44:33 +0000 (05:44 -0700)]
am c00099ef: Change intent flags for launching FastTrack.

Merge commit 'c00099ef62fc496429d0a06e580b600f61304f9c' into eclair-plus-aosp

* commit 'c00099ef62fc496429d0a06e580b600f61304f9c':
  Change intent flags for launching FastTrack.

14 years agoChange intent flags for launching FastTrack.
Jeff Sharkey [Thu, 1 Oct 2009 05:27:15 +0000 (22:27 -0700)]
Change intent flags for launching FastTrack.

14 years agoam 271cfe85: Merge change Ia8826d67 into eclair
Mathias Agopian [Thu, 1 Oct 2009 10:22:36 +0000 (03:22 -0700)]
am 271cfe85: Merge change Ia8826d67 into eclair

Merge commit '271cfe85ccfa6d94008dcebb3b97108ca325fe59' into eclair-plus-aosp

* commit '271cfe85ccfa6d94008dcebb3b97108ca325fe59':
  improve boot animation a bit

14 years agoMerge change Ia8826d67 into eclair
Android (Google) Code Review [Thu, 1 Oct 2009 10:16:25 +0000 (06:16 -0400)]
Merge change Ia8826d67 into eclair

* changes:
  improve boot animation a bit

14 years agoimprove boot animation a bit
Mathias Agopian [Thu, 1 Oct 2009 10:10:14 +0000 (03:10 -0700)]
improve boot animation a bit

14 years agoam a6309c30: On BACK in search, hide just IME if IME is fullscreen
Bjorn Bringert [Thu, 1 Oct 2009 10:02:48 +0000 (03:02 -0700)]
am a6309c30: On BACK in search, hide just IME if IME is fullscreen

Merge commit 'a6309c30722ad3aee88ddc2394cea2a499168d99' into eclair-plus-aosp

* commit 'a6309c30722ad3aee88ddc2394cea2a499168d99':
  On BACK in search, hide just IME if IME is fullscreen

14 years agoOn BACK in search, hide just IME if IME is fullscreen
Bjorn Bringert [Thu, 1 Oct 2009 09:30:25 +0000 (10:30 +0100)]
On BACK in search, hide just IME if IME is fullscreen

Since a fullscreen IME covers the entire search dialog, there was
no discoverable way to get back to the search dialog.
Now, on BACK presses when the IME is fullscreen (e.g. in landscape
mode without hard keyboard), we dismiss only the IME.
A second BACK press will dismiss the search dialog.

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

Change-Id: I8e5736d83d7c35936a718929017ea04c6214700b

14 years agoam 95c98dd5: Merge change Ie69a9c0a into eclair
Bjorn Bringert [Thu, 1 Oct 2009 09:20:02 +0000 (02:20 -0700)]
am 95c98dd5: Merge change Ie69a9c0a into eclair

Merge commit '95c98dd5fd5920933231c424ff53f91adeee9503' into eclair-plus-aosp

* commit '95c98dd5fd5920933231c424ff53f91adeee9503':
  Remove globalSearch argument from triggerSearch()

14 years agoMerge change Ie69a9c0a into eclair
Android (Google) Code Review [Thu, 1 Oct 2009 09:10:15 +0000 (05:10 -0400)]
Merge change Ie69a9c0a into eclair

* changes:
  Remove globalSearch argument from triggerSearch()

14 years agoRemove globalSearch argument from triggerSearch()
Bjorn Bringert [Thu, 1 Oct 2009 08:57:33 +0000 (09:57 +0100)]
Remove globalSearch argument from triggerSearch()

API council says:

"In reviewing the new triggerSearch API, we are concerned that
applications could use the option to perform a global search to spam
the user with frequent searches.  We would like the global search
option to be removed for now (not just hidden, but removed from the
internal IPC API so that nobody can find this and abuse it).  The rest
of the API should be fine as long as it is restricted to local
searches."

Fixes http://b/editIssue?id=2158785

Change-Id: Ie69a9c0ab6373cc4427aab50606885bdede40585

14 years agoam f0e5ca7e: Merge change I55c9c7b7 into eclair
Mike Cleron [Thu, 1 Oct 2009 08:54:51 +0000 (01:54 -0700)]
am f0e5ca7e: Merge change I55c9c7b7 into eclair

Merge commit 'f0e5ca7e09a8651b85c652e040a037e39e224128' into eclair-plus-aosp

* commit 'f0e5ca7e09a8651b85c652e040a037e39e224128':
  New 1x status bar icons

14 years agoMerge change I55c9c7b7 into eclair
Android (Google) Code Review [Thu, 1 Oct 2009 08:48:32 +0000 (04:48 -0400)]
Merge change I55c9c7b7 into eclair

* changes:
  New 1x status bar icons

14 years agoam 62de7421: Merge change I4fe2a47a into eclair
Hung-ying Tyan [Thu, 1 Oct 2009 08:47:05 +0000 (01:47 -0700)]
am 62de7421: Merge change I4fe2a47a into eclair

Merge commit '62de742125d8f5fd1d236f720b2de3bf5cf76174' into eclair-plus-aosp

* commit '62de742125d8f5fd1d236f720b2de3bf5cf76174':
  Fix stopping all vpn daemons before connect and more.

14 years agoNew 1x status bar icons
Mike Cleron [Thu, 1 Oct 2009 08:46:00 +0000 (01:46 -0700)]
New 1x status bar icons

14 years agoMerge change I4fe2a47a into eclair
Android (Google) Code Review [Thu, 1 Oct 2009 08:39:38 +0000 (04:39 -0400)]
Merge change I4fe2a47a into eclair

* changes:
  Fix stopping all vpn daemons before connect and more.