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.
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.
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.
Merge commit '3219ab4de27cd40b2149b0dd13edd412efe40244' into eclair-plus-aosp
* commit '3219ab4de27cd40b2149b0dd13edd412efe40244':
Fix typo in Bluetooth docs.
Merge commit '82768db56b8f6a6d22adba36df9539550091d411' into eclair-plus-aosp
* commit '82768db56b8f6a6d22adba36df9539550091d411':
Add a method to destroy the RS object.
Merge commit 'd1cfd259bc0186259edb75ddf141cb8245842e46' into eclair-plus-aosp
* commit 'd1cfd259bc0186259edb75ddf141cb8245842e46':
implement browser history for tabbed search results...
Merge commit 'c1828d5a492a14a9b15e9106684079049317313e' into eclair
* commit 'c1828d5a492a14a9b15e9106684079049317313e':
implement browser history for tabbed search results...
Merge commit '96cfad5d673b49d8b3a724d7b1066493aacd74d5' into eclair-plus-aosp
* commit '96cfad5d673b49d8b3a724d7b1066493aacd74d5':
check for null before calling native webkit from java webview
* changes:
implement browser history for tabbed search results... this adds a parameter to the URL hash on all search queries. the main motive is to allow searches from the blog to automatically open the blog tab.