9766 Commits

Author SHA1 Message Date
Evan Millar
de9eef1c66 Add aggregated badge to ContactHeaderWidget
Change-Id: I0266828c7d560b9aefc3f58d27c217f710f1b0bb
2009-09-22 08:40:22 -07:00
Bjorn Bringert
442da48b24 Use FLAG_ACTIVITY_CLEAR_TOP when launching search suggestions.
Fixes http://b/issue?id=2118143
"Sometimes clicking a contact suggestion opens the
wrong activity in Contacts"

Change-Id: Ie4c150e91e455949e9f17245920850cfe7e6599e
2009-09-22 14:43:45 +01:00
Mike Reed
769d6039e4 am f145f5c3: am 585c67f7: Merge change 26300 into eclair
Merge commit 'f145f5c31028746e89a9a9f6f4cafe203043cc62'

* commit 'f145f5c31028746e89a9a9f6f4cafe203043cc62':
  experimental fix for compatibility mode. When we scale up by 1.5 (240 dpi), we put stretched ninepatches on
2009-09-22 05:07:00 -07:00
Mike Reed
f145f5c310 am 585c67f7: Merge change 26300 into eclair
Merge commit '585c67f70f18b8879ced854c5865141d6c650cd8' into eclair-plus-aosp

* commit '585c67f70f18b8879ced854c5865141d6c650cd8':
  experimental fix for compatibility mode. When we scale up by 1.5 (240 dpi), we put stretched ninepatches on
2009-09-22 05:01:25 -07:00
Android (Google) Code Review
585c67f70f Merge change 26300 into eclair
* changes:
  experimental fix for compatibility mode. When we scale up by 1.5 (240 dpi), we put stretched ninepatches on exact pixel boundaries when we walk the inverse matrix (e.g. 2/3, 1+1/3, 2, 2+2/3, 3+1/3, 4, ...).
2009-09-22 07:55:58 -04:00
Mike Reed
b5c17a64ed experimental fix for compatibility mode. When we scale up by 1.5 (240 dpi), we put stretched ninepatches on
exact pixel boundaries when we walk the inverse matrix (e.g. 2/3, 1+1/3, 2, 2+2/3, 3+1/3, 4, ...).

These are not stable, since any variance in the inverse matrix (even in the lowest bit) can cause some other
part of the ninepatch to start a hair to the left, resulting in misaligning every 3 pixels.

The fix changes the matrix' phase enough to keep all of the stretched ninepatches in phase.
2009-09-22 07:53:05 -04:00
Bjorn Bringert
3f08fbefa8 am 302b363c: am 976e363f: Merge change 26260 into eclair
Merge commit '302b363c5ed5672406f7a216929c42fddc68f053'

* commit '302b363c5ed5672406f7a216929c42fddc68f053':
  Add search_mode flag to intents launched by QSB suggestions
2009-09-22 03:08:02 -07:00
Bjorn Bringert
302b363c5e am 976e363f: Merge change 26260 into eclair
Merge commit '976e363fe8206fcac5f2342ed3a0c3e0df66d32d' into eclair-plus-aosp

* commit '976e363fe8206fcac5f2342ed3a0c3e0df66d32d':
  Add search_mode flag to intents launched by QSB suggestions
2009-09-22 03:02:48 -07:00
Android (Google) Code Review
976e363fe8 Merge change 26260 into eclair
* changes:
  Add search_mode flag to intents launched by QSB suggestions
2009-09-22 05:54:31 -04:00
Chung-yih Wang
3571adcdd3 am a945ebad: am 5f55d8c9: Fix the incorrect field name in EAP wifi network.
Merge commit 'a945ebadfcca0dbe3587d395e205470d7f23337d'

* commit 'a945ebadfcca0dbe3587d395e205470d7f23337d':
  Fix the incorrect field name in EAP wifi network.
2009-09-22 00:44:28 -07:00
Eric Laurent
f69a3f8dc5 Fix issue 2116700: Ringer screwy while connected over Bluetooth.
There was a regression introduced in AudioFlinger by change 24114 for suspended output:
The suspended output was not reading and mixing audio tracks.
When the phone is ringing, the A2DP output is suspended if the SCO headset and A2DP headset are the same. As the ringtone is played over the duplicated output, the fact that the A2DP output was not reading data was causing the hardware output to be stalled from time to time.
2009-09-22 00:35:48 -07:00
Chung-yih Wang
a945ebadfc am 5f55d8c9: Fix the incorrect field name in EAP wifi network.
Merge commit '5f55d8c9d447f492aed955ac29454e0c482a4956' into eclair-plus-aosp

* commit '5f55d8c9d447f492aed955ac29454e0c482a4956':
  Fix the incorrect field name in EAP wifi network.
2009-09-22 00:35:20 -07:00
Chung-yih Wang
5f55d8c9d4 Fix the incorrect field name in EAP wifi network.
The field identity should not be "anonymous_identity".
2009-09-22 14:54:19 +08:00
Chung-yih Wang
bdd2080c84 am 6f462b06: am 2e2f6b5e: Merge change 26328 into eclair
Merge commit '6f462b06fdbe7d6bdb19ee14a6db1427ed36fd0c'

* commit '6f462b06fdbe7d6bdb19ee14a6db1427ed36fd0c':
  Fix the issue of 'Wifi framework is not aware of state change'
2009-09-21 23:18:34 -07:00
Chung-yih Wang
6f462b06fd am 2e2f6b5e: Merge change 26328 into eclair
Merge commit '2e2f6b5e6866cdba632bdd599cadbf235b80546f' into eclair-plus-aosp

* commit '2e2f6b5e6866cdba632bdd599cadbf235b80546f':
  Fix the issue of 'Wifi framework is not aware of state change'
2009-09-21 23:09:48 -07:00
Android (Google) Code Review
2e2f6b5e68 Merge change 26328 into eclair
* changes:
  Fix the issue of 'Wifi framework is not aware of state change'
2009-09-22 02:02:04 -04:00
Android (Google) Code Review
024a518b1a Merge change 26289
* changes:
  Cleaning up the PipedStreamTest.
2009-09-22 00:58:16 -04:00
Jeff Sharkey
8151f0a61b am 33c9d249: am 9cea89c1: Basic API for third-party apps to define custom Data rows.
Merge commit '33c9d2492e9afd863841892d4a5ac2facbc716b8'

* commit '33c9d2492e9afd863841892d4a5ac2facbc716b8':
  Basic API for third-party apps to define custom Data rows.
2009-09-21 21:50:40 -07:00
Jeff Sharkey
33c9d2492e am 9cea89c1: Basic API for third-party apps to define custom Data rows.
Merge commit '9cea89c103bc876bb083a9ac1b845534dca6172b' into eclair-plus-aosp

* commit '9cea89c103bc876bb083a9ac1b845534dca6172b':
  Basic API for third-party apps to define custom Data rows.
2009-09-21 21:45:26 -07:00
Jeff Sharkey
5389a33134 am 8cda99f2: am a25c9b28: Remove unused type attribute.
Merge commit '8cda99f292050048fb7e1f8077f5f9c0022a9c1a'

* commit '8cda99f292050048fb7e1f8077f5f9c0022a9c1a':
  Remove unused type attribute.
2009-09-21 21:40:27 -07:00
Mike Lockwood
a0b5e3acb4 am 678fa189: am 94db928d: PowerManager: Require proximity sensor value be less than Sensor.getMaximumRange()
Merge commit '678fa1898f8928cd6b81d2fe60ed54af60be3695'

* commit '678fa1898f8928cd6b81d2fe60ed54af60be3695':
  PowerManager: Require proximity sensor value be less than Sensor.getMaximumRange()
2009-09-21 21:40:10 -07:00
Jeff Sharkey
9cea89c103 Basic API for third-party apps to define custom Data rows.
This change adds the attributes to current.xml
2009-09-21 21:39:19 -07:00
Jeff Sharkey
8cda99f292 am a25c9b28: Remove unused type attribute.
Merge commit 'a25c9b280e3d14e5c8b443b1592d2ab6069efdc3' into eclair-plus-aosp

* commit 'a25c9b280e3d14e5c8b443b1592d2ab6069efdc3':
  Remove unused type attribute.
2009-09-21 21:32:54 -07:00
Mike Lockwood
678fa1898f am 94db928d: PowerManager: Require proximity sensor value be less than Sensor.getMaximumRange()
Merge commit '94db928d8cf5a69e8c2907fc33a6d656045f263d' into eclair-plus-aosp

* commit '94db928d8cf5a69e8c2907fc33a6d656045f263d':
  PowerManager: Require proximity sensor value be less than Sensor.getMaximumRange()
2009-09-21 21:32:42 -07:00
Jeff Sharkey
a25c9b280e Remove unused type attribute. 2009-09-21 21:25:01 -07:00
Jeff Sharkey
3fabbc83de am 9ca231c5: am 3f0476a4: Basic API for third-party apps to define custom Data rows.
Merge commit '9ca231c5b616f7240021906b0decd1d412df00ab'

* commit '9ca231c5b616f7240021906b0decd1d412df00ab':
  Basic API for third-party apps to define custom Data rows.
2009-09-21 21:20:51 -07:00
Mike Lockwood
94db928d8c PowerManager: Require proximity sensor value be less than Sensor.getMaximumRange()
This allows us to support binary proximity sensors that only return 0.0 and 1.0

Change-Id: Ifaf3a4e6fc720cb246ac3558e3e733b4b612c95b
Signed-off-by: Mike Lockwood <lockwood@android.com>
2009-09-22 00:20:10 -04:00
Jeff Sharkey
9ca231c5b6 am 3f0476a4: Basic API for third-party apps to define custom Data rows.
Merge commit '3f0476a4e283ce4e55caac016293dafe9dca11fa' into eclair-plus-aosp

* commit '3f0476a4e283ce4e55caac016293dafe9dca11fa':
  Basic API for third-party apps to define custom Data rows.
2009-09-21 21:11:32 -07:00
Jeff Sharkey
3f0476a4e2 Basic API for third-party apps to define custom Data rows.
To display styled ContactsContract.Data rows in UI, this
change adds basic styling attributes that third-party apps
can use.  The Contacts app parses these structures before
displaying Data rows with unrecognized MIME-types.

Partially fixes http://b/2126691
2009-09-21 21:05:59 -07:00
Chung-yih Wang
7121ac5644 Fix the issue of 'Wifi framework is not aware of state change'
Problem:
Connect to AP with WEP security.
Change AP's WEP password.
Phone will quickly reassociated (less than in 5 sec) and will not restart full "reconnect".
Indication will show "connected" but it will be no network access.

Fix: (for non-static IP only)

With WEP mode, the association could be successful if we change the AP's WEP password. However,
the phone wont be able to send/recv any traffic with the old password. What we could quickly
fix here is to send the DHCP request if the network is not configured to use static IP. We
can do nothing but ping access point to see if it we are able to communicate with it.
2009-09-22 12:01:15 +08:00
Jason Sams
5be7393e3b am da2c7b79: am cd263b5c: Merge change 26322 into eclair
Merge commit 'da2c7b79808f755af148fdb9ee2be30b11e84085'

* commit 'da2c7b79808f755af148fdb9ee2be30b11e84085':
  Implement more type checks on Allocations.
2009-09-21 19:55:48 -07:00
Jason Sams
da2c7b7980 am cd263b5c: Merge change 26322 into eclair
Merge commit 'cd263b5c072703e80fe43e46baa831304441369b' into eclair-plus-aosp

* commit 'cd263b5c072703e80fe43e46baa831304441369b':
  Implement more type checks on Allocations.
2009-09-21 19:50:47 -07:00
Jack Veenstra
7d4200d03f Fix bug with ScrollView so that text entry fields are not hidden by virtual keyboard. 2009-09-21 19:45:14 -07:00
Android (Google) Code Review
cd263b5c07 Merge change 26322 into eclair
* changes:
  Implement more type checks on Allocations. Add tracking for allocations created using the "sized" helper. Add more param validation for data upload calls.
2009-09-21 22:42:28 -04:00
Dan Egnor
5529ddb956 am e5910775: am 9bbd5ee4: Merge change 26290 into eclair
Merge commit 'e5910775c892f37ddc05c63eeaf62b74228cfb30'

* commit 'e5910775c892f37ddc05c63eeaf62b74228cfb30':
  Make IBackupTransport.finishBackup() also return an int code, since it too can
2009-09-21 19:41:44 -07:00
Jack Palevich
ed08f7073a am e2317438: am 1167b43c: Merge change 26317 into eclair
Merge commit 'e2317438433d4f2f822fe0c3659e70c89f6a707f'

* commit 'e2317438433d4f2f822fe0c3659e70c89f6a707f':
  Allow GLSurfaceView clients to customize EGL Surfaces and Contexts.
2009-09-21 19:41:28 -07:00
Jason Sams
768bc02d81 Implement more type checks on Allocations.
Add tracking for allocations created using the "sized" helper.
Add more param validation for data upload calls.
2009-09-21 19:41:04 -07:00
Dan Egnor
e5910775c8 am 9bbd5ee4: Merge change 26290 into eclair
Merge commit '9bbd5ee49f4a26b87273c40a955557e63f10da3b' into eclair-plus-aosp

* commit '9bbd5ee49f4a26b87273c40a955557e63f10da3b':
  Make IBackupTransport.finishBackup() also return an int code, since it too can
2009-09-21 19:31:54 -07:00
Jack Palevich
e231743843 am 1167b43c: Merge change 26317 into eclair
Merge commit '1167b43c3d1ca232c9b4e0a75343b6b3cb90f0df' into eclair-plus-aosp

* commit '1167b43c3d1ca232c9b4e0a75343b6b3cb90f0df':
  Allow GLSurfaceView clients to customize EGL Surfaces and Contexts.
2009-09-21 19:31:42 -07:00
Android (Google) Code Review
9bbd5ee49f Merge change 26290 into eclair
* changes:
  Make IBackupTransport.finishBackup() also return an int code, since it too can return TRANSPORT_NOT_INITIALIZED (in fact that's typically how it comes).
2009-09-21 22:26:35 -04:00
Android (Google) Code Review
1167b43c3d Merge change 26317 into eclair
* changes:
  Allow GLSurfaceView clients to customize EGL Surfaces and Contexts.
2009-09-21 22:22:18 -04:00
Jack Palevich
15e1c6dc7a Allow GLSurfaceView clients to customize EGL Surfaces and Contexts.
This API is hidden for now, will expose once it's been tested more.
2009-09-21 19:19:25 -07:00
Chia-chi Yeh
6ee4e59c1d VpnService: use Credentials instead of CertTool. 2009-09-22 10:13:01 +08:00
Dmitri Plotnikov
21d7cfc16c am 4a1d8788: am 0fc0244e: [Issue 2097207] Adding filtering capability to aggregation suggestions
Merge commit '4a1d8788dec5630b7a1874f661c6cbd1fc863328'

* commit '4a1d8788dec5630b7a1874f661c6cbd1fc863328':
  [Issue 2097207] Adding filtering capability to aggregation suggestions
2009-09-21 18:58:23 -07:00
Dmitri Plotnikov
4a1d8788de am 0fc0244e: [Issue 2097207] Adding filtering capability to aggregation suggestions
Merge commit '0fc0244e808925e848ee9e350a3a213bd7574249' into eclair-plus-aosp

* commit '0fc0244e808925e848ee9e350a3a213bd7574249':
  [Issue 2097207] Adding filtering capability to aggregation suggestions
2009-09-21 18:53:37 -07:00
Dmitri Plotnikov
0fc0244e80 [Issue 2097207] Adding filtering capability to aggregation suggestions
Change-Id: Ifce36286d2f573e69f872432cc34a1fca0311e02
2009-09-21 18:47:33 -07:00
Dianne Hackborn
e8cc727c21 am 7ce7f633: am fe2bddfa: Don\'t wake up the screen as soon as the lid opens.
Merge commit '7ce7f6333421feed8468d69c920cfe9826e51704'

* commit '7ce7f6333421feed8468d69c920cfe9826e51704':
  Don't wake up the screen as soon as the lid opens.
2009-09-21 18:38:34 -07:00
Dianne Hackborn
7ce7f63334 am fe2bddfa: Don\'t wake up the screen as soon as the lid opens.
Merge commit 'fe2bddfae1b8c2375f58216871d923cbfe267dd3' into eclair-plus-aosp

* commit 'fe2bddfae1b8c2375f58216871d923cbfe267dd3':
  Don't wake up the screen as soon as the lid opens.
2009-09-21 18:29:39 -07:00
Dianne Hackborn
8f3da4a38b am 3ffe6b12: am 7f3fb7de: Merge change 26130 into eclair
Merge commit '3ffe6b12c78397abb8ab1a3064583d5e8b6ce51c'

* commit '3ffe6b12c78397abb8ab1a3064583d5e8b6ce51c':
  Turn animations on by default.
2009-09-21 17:49:39 -07:00
Dianne Hackborn
3ffe6b12c7 am 7f3fb7de: Merge change 26130 into eclair
Merge commit '7f3fb7dec2afdffa37e3067ca8a5b9d01809a9ce' into eclair-plus-aosp

* commit '7f3fb7dec2afdffa37e3067ca8a5b9d01809a9ce':
  Turn animations on by default.
2009-09-21 17:40:06 -07:00