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.
It was clearing the interfacename when it was needed later in the process - the prevented us
from clearing the route to private dns servers and clearing the flag that this was set.
Consequently future uses would not set the private dns servers (since it thought they were already
set) and our lookups would fail.
bug: 2146929
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.
Merge commit '8de57d8fa346522404c2064a78e8f24a5aa3bf23' into eclair-plus-aosp
* commit '8de57d8fa346522404c2064a78e8f24a5aa3bf23':
Add camera parameter key constants and documentation.
Merge commit 'bd5219f5c3b3b692f7544ea5164b18a839f20155' into eclair-plus-aosp
* commit 'bd5219f5c3b3b692f7544ea5164b18a839f20155':
Use reflection to figure out a readable string from install error code.