Merge commit '5648dbb1dabc0231fe953ad45916c067c79986c8' into eclair-plus-aosp
* commit '5648dbb1dabc0231fe953ad45916c067c79986c8':
DO NOT MERGE: Cleaning up the PipedStreamTest
Merge commit '2d6c325e780143a7725aaa32af11f8a4658f7cd3' into eclair-plus-aosp
* commit '2d6c325e780143a7725aaa32af11f8a4658f7cd3':
API XML changes to accompany dalvik.system deprecation.
Merge commit '057018399c7ce6d3893ee5fc622f1592f51773b9' into eclair-plus-aosp
* commit '057018399c7ce6d3893ee5fc622f1592f51773b9':
Remove query parameters for delaying group updates.
Merge commit 'ed5ecdba36648973be3033a045e2ece8bf039e4a' into eclair-plus-aosp
* commit 'ed5ecdba36648973be3033a045e2ece8bf039e4a':
egl: temporarily also include eglTerminate->eglInitialize hack for 8k
Merge commit '07e0dce441ea056710efd76d7df18b8833de772a' into eclair-plus-aosp
* commit '07e0dce441ea056710efd76d7df18b8833de772a':
Check for failure to create EGL surfaces and contexts.
Merge commit '0c103af370f7f0ec59a51f43ec0f6bd51972d3cb' into eclair-plus-aosp
* commit '0c103af370f7f0ec59a51f43ec0f6bd51972d3cb':
Fix remaining object leaks. Change FountainView to tear down the rsContext and recreate on rotation to test teardown.
Merge commit '7756cbeef475127ed56bfeabecb3c291366a952f' into eclair-plus-aosp
* commit '7756cbeef475127ed56bfeabecb3c291366a952f':
Removed the device type checking
Merge commit '2a5eea308fffed23ab96bedcddaf5e4cc91cec9e' into eclair-plus-aosp
* commit '2a5eea308fffed23ab96bedcddaf5e4cc91cec9e':
Use EGLUtils to simplify choosing a configuration.
Merge commit '6ecacd40dd56d80d6b7b8454d8f4c04124c8d899' into eclair-plus-aosp
* commit '6ecacd40dd56d80d6b7b8454d8f4c04124c8d899':
Center name when no status.
Merge commit '3546825421cab5330583633ed854134c35d1c08d' into eclair-plus-aosp
* commit '3546825421cab5330583633ed854134c35d1c08d':
Allow us to set the contact uri without setting the fast track's uri
Merge commit '6ecaff15836581336b1e8fad6ac42f3ff4a13544' into eclair-plus-aosp
* commit '6ecaff15836581336b1e8fad6ac42f3ff4a13544':
add a optional String to the key of notifications to allow users
Merge commit 'f37b258c88e339b482696183def08f5c9437a0ff' into eclair-plus-aosp
* commit 'f37b258c88e339b482696183def08f5c9437a0ff':
Reduce debugging spew and add props to selectivly re-enable it.
Merge commit '2896f7d67aebfc1c4f251155649e82e8490339fc' into eclair-plus-aosp
* commit '2896f7d67aebfc1c4f251155649e82e8490339fc':
Improve renderscript context teardown. Track object in the system and then force their cleanup by releasing all user references once destroy context is called. Java layer will no longer send destroy notifications for objects garbage collected once a context is destroyed.
* changes:
Improve renderscript context teardown. Track object in the system and then force their cleanup by releasing all user references once destroy context is called. Java layer will no longer send destroy notifications for objects garbage collected once a context is destroyed.
Merge commit '0cb901c4be24dc1a7bba729afca0bd12ed04ef6c' into eclair-plus-aosp
* commit '0cb901c4be24dc1a7bba729afca0bd12ed04ef6c':
Optimize rotary selector widget by using bitmaps instead of drawables.