Merge commit 'be3abd73346206d7e3aeaae54a9bcace3b5f8ee8'
* commit 'be3abd73346206d7e3aeaae54a9bcace3b5f8ee8':
If WebCore doesn't response touch down in time, don't
Merge commit '0f5fd893bed202e90617a36bd4ca4211d667c320' into eclair-plus-aosp
* commit '0f5fd893bed202e90617a36bd4ca4211d667c320':
If WebCore doesn't response touch down in time, don't
* changes:
If WebCore doesn't response touch down in time, don't block the UI tap, pan and double tap. Added a time out (which is same as shortpress time out, 200ms) for how long we wait for WebCore's response for touch down.
NeighboringCellInfo works in GSM and UMTS network.
In GSM network, the locaiton value is the combination of LAC and CID.
In UMTS network, the locaiton value is PSC code.
NeighboringCellInfo should access and store those two values seperately.
It involves the change of Public API.
1. Add new API getRadioType(), getLac(), and getPsc() to get location info in GSM and UMTS.
2. Deprecate setCid() and NeighboringCellInfo(int cid) because cid is set by interpreting network type.
block the UI tap, pan and double tap. Added a time out
(which is same as shortpress time out, 200ms) for how
long we wait for WebCore's response for touch down.
This should fix the problem where pan/touch is not working
all the time when Flash plugin is installed.
Fix http://b/issue?id=2144761
The TelephonyRegistry service crashed badly in the generic build, because
there is no system property to tell if the phone is GSM or CDMA. Adding a
simple null check solves the issue and allows the system to boot properly.
Merge commit '067e0164cae268098a5305bbfca401d4e917b78b'
* commit '067e0164cae268098a5305bbfca401d4e917b78b':
Dismiss QSB dialog when doing an in-app global search.
Merge commit 'c6cfd0b0cc99d0f78230c7ba95b0e9aeb791c32c'
* commit 'c6cfd0b0cc99d0f78230c7ba95b0e9aeb791c32c':
Fix/improve issue #2142662: too easy to click a link/item instead of fling
Merge commit 'df9879bf1fb8c9785b20bc3fbe0b2ad6e4f09dfd'
* commit 'df9879bf1fb8c9785b20bc3fbe0b2ad6e4f09dfd':
Fix issue 2142613: ToneGenerator: short tones sometimes don't play on sholes or over A2DP.
Merge commit '384350e8043b02e332ad4bea0a0c1e9b26f2e1bb'
* commit '384350e8043b02e332ad4bea0a0c1e9b26f2e1bb':
Added the checking for the wma in the memory test.
Merge commit 'd503453ca093a1aac3781cdf6d86fd0700de6600'
* commit 'd503453ca093a1aac3781cdf6d86fd0700de6600':
Fix issue 2128896 The thumbnail generated after picture capture with max zoom is overlapped with previous thumbnail.
Merge commit 'a7e508eb55c8f63ff43aea2374a2773893e69321'
* commit 'a7e508eb55c8f63ff43aea2374a2773893e69321':
Bluetooth API: Do not allow apps to programmatically make BT discoverable.
Merge commit '578696753510b06d97e189f533f7115555795c0f'
* commit '578696753510b06d97e189f533f7115555795c0f':
Update layouts to show status (battery, alarm) info on pattern unlock screen. make buttons dark.
Merge commit '99c156cd9ff67119e20d4ebc851998d68492da05'
* commit '99c156cd9ff67119e20d4ebc851998d68492da05':
Suppress the testPing as we moved the release test target to the userdebug. This test rely on a mock_media_player.so which build under the eng build
Merge commit '2f24ab9fdc2c9d998a94e10a7ae0ce3087cffa7d'
* commit '2f24ab9fdc2c9d998a94e10a7ae0ce3087cffa7d':
Add "TYPE=" to type attribute when appropriate.
Merge commit 'cc8d56f8c3c55cd592a67c0589af57d6427c0c97'
* commit 'cc8d56f8c3c55cd592a67c0589af57d6427c0c97':
Minor cleanup of profile and compile logging.
Merge commit '0eb14060d01833a2a3d97fc7882e46a14aa39274'
* commit '0eb14060d01833a2a3d97fc7882e46a14aa39274':
Fix invokables to make sure script pointers are setup before invoking function calls. Reduce app startup time up to 1s.