John Reck
1da3d65635
Merge "Undeprecate LayoutAlgorithm" into ics-mr1
2011-11-17 08:47:29 -08:00
Robert Ly
4f36174118
Merge "docs: adt 15.0.1 rel notes" into ics-mr0
2011-11-17 07:17:04 -08:00
The Android Automerger
91318e584b
merge in ics-mr0-release history after reset to ics-mr0
2011-11-17 06:28:25 -08:00
Ben Murdoch
01802fadd0
am fead0e14: Merge changes I59323dc5,I31a01aa3 into ics-mr1
...
* commit 'fead0e14b437e80b1c2b0578ec33fc5cbf910ddf':
WebViewDatabase v11 for ICS.
Fix a bug in the database upgrade process, and refactor slightly.
2011-11-17 02:15:34 -08:00
Ben Murdoch
fead0e14b4
Merge changes I59323dc5,I31a01aa3 into ics-mr1
...
* changes:
WebViewDatabase v11 for ICS.
Fix a bug in the database upgrade process, and refactor slightly.
2011-11-17 02:13:19 -08:00
Jeff Sharkey
44a08da47d
am b9df01d3: Merge "Update NTP outside locks, log large trim events." into ics-mr1
...
* commit 'b9df01d39692c45b182c429015cc2086ef27db97':
Update NTP outside locks, log large trim events.
2011-11-16 23:01:10 -08:00
Jeff Sharkey
b9df01d396
Merge "Update NTP outside locks, log large trim events." into ics-mr1
2011-11-16 22:59:13 -08:00
Daniel Sandler
44a0c2968f
am 293f861a: Merge "Activate Dreams (screen saver) when desk-docked." into ics-mr1
...
* commit '293f861aab64a0dbae00bb33c90e6e565a7fabfc':
Activate Dreams (screen saver) when desk-docked.
2011-11-16 22:35:30 -08:00
Daniel Sandler
6a6d1b9444
am d5decdcc: Merge "Disable desk dock apps." into ics-mr1
...
* commit 'd5decdccc64c59ad62de86c70dbe9ead12150cdc':
Disable desk dock apps.
2011-11-16 22:35:29 -08:00
Daniel Sandler
293f861aab
Merge "Activate Dreams (screen saver) when desk-docked." into ics-mr1
2011-11-16 22:33:55 -08:00
Daniel Sandler
d5decdccc6
Merge "Disable desk dock apps." into ics-mr1
2011-11-16 22:33:44 -08:00
David Brown
277b13e091
SIP addresses containing "911" shouldn't be considered emergency calls
...
This change updates isEmergencyNumberInternal() to always return false if
you pass in a SIP address, since the concept of "emergency numbers" is
only meaningful for calls placed over the cell network.
Previously we *did* try to compare SIP addresses against the list of known
emergency numbers, which caused bad behavior with SIP addresses that even
contained "911"/"112"/etc as a substring (since we were filtering out
non-dialable characters before doing the comparison!)
TESTED:
- Before this change, calls to "abc911def@example.com" or
"911abcdef@example.com" were incorrectly detected as emergency
numbers, and fail.
- After this change, SIP addresses like "abc911def@example.com" and
"911abcdef@example.com" work fine.
- Also, confirmed that this change doesn't break the restriction that
3rd party apps shouldn't be able to make emergency calls.
Specifically, I fired off ACTION_CALL intents (using the CallDialTest
activity) for a bunch of numbers *similar* to emergency numbers, and
confirmed that none of them actually resulted in an emergency call
being placed.
The specific ACTION_CALL intents I tested were:
"911" ==> Didn't place the call; brought up dialer instead
"tel:911" ==> Didn't place the call; brought up dialer instead
"911@foo" ==> Tried to start a SIP call (which failed)
"911%40foo" ==> Tried to start a SIP call (which failed)
"tel:911@foo" ==> Tried to start a SIP call (which failed)
"tel:911%40foo" ==> Tried to start a SIP call (which failed)
"911@example.com" ==> Tried to start a SIP call (which failed)
"sip:911" ==> Didn't place the call; brought up dialer instead
"sip:911@foo" ==> Tried to start a SIP call (which failed)
"sip:911%40foo" ==> Tried to start a SIP call (which failed)
Bug: 5515452
Change-Id: I6f9f8690b08564c53c7a76f480654477b475d94d
2011-11-16 21:14:11 -08:00
Mathias Agopian
9a4d14bdf0
am 8fc3540f: Merge "be a bit more defensive when parsing extension strings" into ics-mr1
...
* commit '8fc3540fdf759ff3bb03b00e81d94d6c4102d530':
be a bit more defensive when parsing extension strings
2011-11-16 21:02:20 -08:00
Mathias Agopian
8fc3540fdf
Merge "be a bit more defensive when parsing extension strings" into ics-mr1
2011-11-16 20:59:30 -08:00
Nicolas Roard
c6c6cf643e
am e88ca718: Merge "Hack to workaround the fact that the EGL context can be removed from under us by framework in low memory condition." into ics-mr1
...
* commit 'e88ca718ed9af788f2dc46b5f2db494906bbf41d':
Hack to workaround the fact that the EGL context can be removed from under us by framework in low memory condition.
2011-11-16 19:42:27 -08:00
Nicolas Roard
e88ca718ed
Merge "Hack to workaround the fact that the EGL context can be removed from under us by framework in low memory condition." into ics-mr1
2011-11-16 19:40:04 -08:00
Nicolas Roard
2bc0b01ffe
Hack to workaround the fact that the EGL context can be
...
removed from under us by framework in low memory condition.
bug:5627977
Change-Id: I3c138985e3e6c16f7c15497a1a11ffed93cd8e78
2011-11-16 19:31:00 -08:00
Matthew Xie
31063444a0
am 302afb93: Merge "Call notifyIncomingA2dpConnection with correct rejected status" into ics-mr1
...
* commit '302afb93d4fd908949ac796eda8343f9683e616a':
Call notifyIncomingA2dpConnection with correct rejected status
2011-11-16 18:25:06 -08:00
Mathias Agopian
68dab32768
am 1125f89e: Merge "remove hack that hardcoded the refresh rate" into ics-mr1
...
* commit '1125f89e47b06b12a0e047d64f1ef953d0c48489':
remove hack that hardcoded the refresh rate
2011-11-16 18:22:28 -08:00
Matthew Xie
302afb93d4
Merge "Call notifyIncomingA2dpConnection with correct rejected status" into ics-mr1
2011-11-16 18:20:50 -08:00
Mathias Agopian
1125f89e47
Merge "remove hack that hardcoded the refresh rate" into ics-mr1
2011-11-16 18:19:33 -08:00
Amith Yamasani
5cd1500cc4
Don't upgrade some settings from GB to ICS.
...
Copy the value of AUTO_TIME to AUTO_TIME_ZONE.
Don't upgrade screen timeout and auto brightness.
Bug: 5607851, 5217460
Also fix the default for vibrate mode. Bug: 5553900
Change-Id: I1b8d5215d55953f2b686e77bf55fd07110a08b8d
2011-11-16 18:09:15 -08:00
Mangesh Ghiware
5d4c2b0f84
am 4fdfdeed: Merge "Revert change to setInitialScale() to take display density into account." into ics-mr1
...
* commit '4fdfdeedc64eef2efe3811198e8fad40aa1b8fc3':
Revert change to setInitialScale() to take display density into account.
2011-11-16 18:03:53 -08:00
Mangesh Ghiware
4fdfdeedc6
Merge "Revert change to setInitialScale() to take display density into account." into ics-mr1
2011-11-16 18:01:35 -08:00
Jeff Sharkey
684c54a2eb
Update NTP outside locks, log large trim events.
...
Move NTP updates outside locks to avoid blocking ShutdownThread. Add
logging around trim events that remove substantial history. Include
history start in sample events.
Bug: 5627247, 5584564
Change-Id: If9bbd93842c710efcdec94e68da87e9e42a5f961
2011-11-16 17:58:47 -08:00
satok
0427550509
am e5febfd5: Merge "Clean up the spell checker framework" into ics-mr1
...
* commit 'e5febfd5bd9b19a01383760b523476ba7f013a5c':
Clean up the spell checker framework
2011-11-16 17:37:47 -08:00
satok
e5febfd5bd
Merge "Clean up the spell checker framework" into ics-mr1
2011-11-16 17:35:54 -08:00
Daniel Sandler
83ae021c5d
am f52a4482: Merge "Add a default Dreams component." into ics-mr1
...
* commit 'f52a4482dd3ca336f84fc6c533ea4a99a72b23dd':
Add a default Dreams component.
2011-11-16 17:16:57 -08:00
Matthew Xie
0901e601b5
Call notifyIncomingA2dpConnection with correct rejected status
...
notifyIncomingA2dpConnection was called with wrong rejected status.
Fix this.
bug 5626476
Change-Id: Ie8e4a8bdc6f6357a62172c86c21ee547376952a4
2011-11-16 17:14:36 -08:00
Daniel Sandler
70cfd3afe9
am 5311917d: Merge "Remove day of week from phone notification panel." into ics-mr1
...
* commit '5311917df5fe9804105ff6070346b8fac4b102df':
Remove day of week from phone notification panel.
2011-11-16 17:14:36 -08:00
Daniel Sandler
f52a4482dd
Merge "Add a default Dreams component." into ics-mr1
2011-11-16 17:13:35 -08:00
Daniel Sandler
5311917df5
Merge "Remove day of week from phone notification panel." into ics-mr1
2011-11-16 17:13:16 -08:00
John Reck
f9a6c91f75
Fix add single character check
...
Bug: 5618801
Change-Id: I42a19855b188c9175b8f7a293faa96027685052c
2011-11-16 16:58:56 -08:00
Mathias Agopian
47ab60e93f
be a bit more defensive when parsing extension strings
...
hopefully this will fix a crash in the emulator.
Bug: 5624674
Change-Id: I96586e29ea20efd73c4ad50870df5b7368bf3c3b
2011-11-16 16:49:25 -08:00
Nick Pelly
a5193b24c1
Fix NPE on devices that don't have NFC.
...
We should return null instead of NPE.
Bug: 5622939
Change-Id: I802f4a99ea9f5e73453d5ea30da4e1d9fa279b9c
2011-11-16 16:49:01 -08:00
satok
060677f468
Clean up the spell checker framework
...
Change-Id: I64c0d813e53a4ebf8d7e63463e36f6900f1aa7d3
2011-11-17 09:40:56 +09:00
Mathias Agopian
908d56171f
am 69c17a11: Merge "Revert "enable ALLOW_DEQUEUE_CURRENT_BUFFER for tegra devices"" into ics-mr1
...
* commit '69c17a11a2ce5badc238e66ce9f8ca4a3a1028b3':
Revert "enable ALLOW_DEQUEUE_CURRENT_BUFFER for tegra devices"
2011-11-16 16:16:17 -08:00
Mathias Agopian
69c17a11a2
Merge "Revert "enable ALLOW_DEQUEUE_CURRENT_BUFFER for tegra devices"" into ics-mr1
2011-11-16 16:13:38 -08:00
Mathias Agopian
db5494c406
Revert "enable ALLOW_DEQUEUE_CURRENT_BUFFER for tegra devices"
...
This reverts commit e7758be6da85728df6b4215f413660c67c5a9740.
Seemed to cause failures un SurfaceTexture.
Bug: 5627450
2011-11-16 15:59:13 -08:00
Matthew Xie
6da97a24e3
Merge "Check the bluetooth state for getUuid call" into ics-mr0
2011-11-16 15:31:03 -08:00
Fred Chung
6cf8f73586
Adding missed Android.mk file to the original Bluetooth HDP sample Change-Id: I7035cb13da6f6cd64e63df8a5ccf2391fe41f18e.
...
Change-Id: I23f7d4ece831ea449ecfc848dbb5733021107350
2011-11-16 15:28:35 -08:00
Fred Chung
2d410df1c7
DO NOT MERGE: Bluetooth HDP sample.
...
Cherry pick from ics-mr1 Change ID I7035cb13da6f6cd64e63df8a5ccf2391fe41f18e
Change-Id: I6f9bd5fec6e841395b9fc85d419510c81bfb620c
2011-11-16 15:24:08 -08:00
Marco Nelissen
0da3dfde0f
am e937da83: Merge "Change MediaController look b/5584613" into ics-mr1
...
* commit 'e937da83143d67fbd709d37bd7418f9807e72baa':
Change MediaController look b/5584613
2011-11-16 14:57:24 -08:00
Marco Nelissen
e937da8314
Merge "Change MediaController look b/5584613" into ics-mr1
2011-11-16 14:54:20 -08:00
Jason Simmons
2a2c8b72c8
Merge "Unlink the Binder DeathRecipient when removing a Bluetooth service record" into ics-aah
2011-11-16 14:51:17 -08:00
Dianne Hackborn
56caf7751b
am 717a25dc: Add new ManagedEGLContext class to help apps participate in memory trimming.
...
* commit '717a25dc2a411edb548859cd6870363346c71b01':
Add new ManagedEGLContext class to help apps participate in memory trimming.
2011-11-16 14:37:51 -08:00
Dianne Hackborn
61ecac1a37
am 4c6a65bc: Merge "Maybe fix issue #5627399 : java.lang.RuntimeException - While sign in..." into ics-mr1
...
* commit '4c6a65bc319feab120d40553d93b160908db2f6d':
Maybe fix issue #5627399 : java.lang.RuntimeException - While sign in...
2011-11-16 14:06:06 -08:00
Dianne Hackborn
717a25dc2a
Add new ManagedEGLContext class to help apps participate in memory trimming.
...
This class provides an API for an application to know when it is time to
destroy its EGL context when memory is being trimmed. By having this in
the framework, we can still detect whether it will be useful to destroy
any EGL contexts (because we know if doing so will destroy all of them).
Change-Id: I1eac8d640052778052926b875c7928008f752182
2011-11-16 14:04:53 -08:00
Dianne Hackborn
4c6a65bc31
Merge "Maybe fix issue #5627399 : java.lang.RuntimeException - While sign in..." into ics-mr1
2011-11-16 14:03:09 -08:00
Marco Nelissen
cbd4bcaa71
Change MediaController look
...
b/5584613
Change-Id: I6799753ffff3202e354039b85fdca72e48e6be5d
2011-11-16 13:43:11 -08:00