Merge commit '9e1266da66a39c0a4994c7224236d103aa6536eb' into gingerbread-plus-aosp
* commit '9e1266da66a39c0a4994c7224236d103aa6536eb': (1565 commits)
(do not merge)hide videochat changes in gingerbread. bug:3001483
Fix a bug in DumpRenderTree2's run_apache2.py script
Fix DumpRenderTree2 to make AbstractResult serializable
Fix DumpRenderTree2 to handle SSL errors
Work on fragments in layouts.
Text selection anchors changed to use windows
Add support for circular gradients to the GL renderer.
cherry pick "Fix build" a227db53f0cd30214c393b400436d1e0863396ef into master
Test use of "f" suffix on float initializers.
Detect and throw exception for using
bring database code in master for 'adb bugreport' in sync with ginger
Make the reading level scale at least 0.5f apart from overview level.
Make the breadcrumbs touchable for navigation.
Added the behavior paramter to transition constructors
recovery just takes a filename as an argument now
Updated RSTest to test primitive type assignments.
STOPSHIP follow up to Change-Id: I392875b62ed270741633f5bffa519932e4a9f985
add new param to device config properties: db connection pool size
fix [3018216] UI shrinks / stretches while using apps with IME
Modifying PendingIntent APIs for collection widgets
...
Merge commit '32371695daf917701f78a86224b58bfda0381e27' into gingerbread-plus-aosp
* commit '32371695daf917701f78a86224b58bfda0381e27':
GpsLocationProvider: Fix race condition while bringing up APN for SUPL.
If handleUpdateNetworkState() is called before
ConnectivityManager.startUsingNetworkFeature() returns, then we will not
call native_agps_data_conn_open() to inform the GPS that the APN is up.
So we now set mAGpsDataConnectionState to AGPS_DATA_CONNECTION_OPENING
before calling ConnectivityManager.startUsingNetworkFeature() to avoid
this problem.
Change-Id: I5e1597d6494dc8ab68e608911c546a7a04f2ea07
Signed-off-by: Mike Lockwood <lockwood@android.com>
Should call SipSessionGroup.close() instead of closeNotToReceiveCalls() to stop
the SIP stack (which will stop the MessageProcessor thread and close its socket).
Might be related to ANR's reported by:
http://b/issue?id=3021924http://b/issue?id=3021927
Change-Id: I4ead1d81fc9abac983f5753b825d20bc1cc79866
commit 27a2fdfb8ad1606bdb686c35e30ae894dd037588 changed the
insert reverb behavior when it is attached to a track in that
the reverb tail is silenced immediately when the track is paused.
The tests have been modified to test the insert reverb on session 0.
Change-Id: I90c6fec40167966853acfeaa4dec2b96f9e7839f
Merge commit '27c65e26c9b395e5cc5db63ea7a1443bb91e8118'
* commit '27c65e26c9b395e5cc5db63ea7a1443bb91e8118':
Do not merge: clear text selection on rotate
Merge commit 'dd8f13faf1cb8ad7a5f2573f09fe8436ec8a4ac2' into gingerbread-plus-aosp
* commit 'dd8f13faf1cb8ad7a5f2573f09fe8436ec8a4ac2':
Do not merge: clear text selection on rotate
We use a printf style approach when setting the run command in the
command string to be executed. When doing so, the printf must be
applied to only the relevant part of the string. This avoids problems
in the case that other parts of the string contain special character
sequences, such as '%s' in a custom log directive.
Change-Id: I87df773a2872320386a34cb6a5041a9e0ba6f31e
Merge commit 'acb795424b1e0b73fbdb69c8a93892d05f5689da'
* commit 'acb795424b1e0b73fbdb69c8a93892d05f5689da':
Do not merge: cherry-pick a fix for a npe.
Merge commit 'b2044da3f9f9ad74f0dffd5ae024e558f8a9a89a' into gingerbread-plus-aosp
* commit 'b2044da3f9f9ad74f0dffd5ae024e558f8a9a89a':
Do not merge: cherry-pick a fix for a npe.
Fix a monkey crash when the new WebView is destroyed.
Grab the WebViewCore immediately so that if the Tab is destroyed, we have the
old WebViewCore object and can return the BrowserFrame.
Bug: 2733004
Change-Id: I8cddf9c9d635fc8b50983e4813eadda26cf23348
- Change semantics if IDs associated with these fragments, to
work correctly when placed in a container. If the container
has an ID or you have supplied a tag, the fragment's ID is
optional.
- To do this, there is a new LayoutInflater API that allows code
creating views to access the parent container that view will
be in.
- Fix issues with state management around these fragments. Now
correctly retains state when switching to a layout that doesn't
include the fragment.
Also:
- Add new simple list layouts for items that want to show an
activated state.
- Add new Activity.dump() that can be invoked with adb shell
dumpsys; the default implementation dumps fragment state.
Change-Id: I192f35e3ea8c53fbd26cf909095f2a994abfc1b6
Merge commit 'dd62a056b8d746c620218a68bb476382f02d8174' into gingerbread-plus-aosp
* commit 'dd62a056b8d746c620218a68bb476382f02d8174':
DO NOT MERGE. MOTOYA Japanese fonts
These fonts were contributed by MOTOYA.
Cherry pick from Change-Id: I97879b4e163f6b547305da732c8604d1ac759df4
Change-Id: I97879b4e163f6b547305da732c8604d1ac759df4
Merge commit '770a681b2f5b00e699920317bff04a24676ae143'
* commit '770a681b2f5b00e699920317bff04a24676ae143':
Text selection anchors changed to use windows
Merge commit '596b55d9c82a52049702931839f69a12cd7dc920'
* commit '596b55d9c82a52049702931839f69a12cd7dc920':
Adding new feature definitions for new sensors (barometer and gyroscope.)
Merge commit '9aed300279db6953356aed5ef24a42291f5829cb' into gingerbread-plus-aosp
* commit '9aed300279db6953356aed5ef24a42291f5829cb':
Text selection anchors changed to use windows