Merge commit 'd35db5ec8bd5ef07840fa84318284df04a69411c' into eclair-plus-aosp
* commit 'd35db5ec8bd5ef07840fa84318284df04a69411c':
Fix bug#2144742: guard against 0 length encoded string when attaching a 'from' address for MMS.
Merge commit '0d3999f788eb01baa8ba671878387761cbbbf861' into eclair-plus-aosp
* commit '0d3999f788eb01baa8ba671878387761cbbbf861':
Minor cleanup of profile and compile logging.
Merge commit 'a6a4113d50d43930099d26b5f420f293c475e484' into eclair-plus-aosp
* commit 'a6a4113d50d43930099d26b5f420f293c475e484':
Fix invokables to make sure script pointers are setup before invoking function calls. Reduce app startup time up to 1s.
Merge commit '117f574e105c682ebff19ece7230fab86fea3d17' into eclair-plus-aosp
* commit '117f574e105c682ebff19ece7230fab86fea3d17':
OpenGL ES doesn't allow glColorPointer with a size parameter other than 4
Merge commit 'dfb7bc8c87d8fe694164038cf292c9913fae9bdb' into eclair-plus-aosp
* commit 'dfb7bc8c87d8fe694164038cf292c9913fae9bdb':
Make removeOnAccountsUpdateListener cope with null handlers.
Merge commit '531e580ab160864e4152f431eaeb965676c58d19' into eclair-plus-aosp
* commit '531e580ab160864e4152f431eaeb965676c58d19':
remove the incorrectly located nickname
Merge commit 'f4a36e86bb4d1e15652dfd28236150c7f917866e' into eclair-plus-aosp
* commit 'f4a36e86bb4d1e15652dfd28236150c7f917866e':
Not all WebView's host have permission to read the history.
Merge commit 'b87f24a6a88a994256ca97b69904af28824bc9ce' into eclair-plus-aosp
* commit 'b87f24a6a88a994256ca97b69904af28824bc9ce':
Fix broken Javadoc link for GLSurfaceView.EGLWindowSurfaceFactory.
Merge commit 'f18c539344655c8d39e3412a0985f7e42193eb52' into eclair-plus-aosp
* commit 'f18c539344655c8d39e3412a0985f7e42193eb52':
set the selection after sending a click
Merge commit 'f2bed60bd4921bf71a9cf05b46f000f1cdb20af8' into eclair-plus-aosp
* commit 'f2bed60bd4921bf71a9cf05b46f000f1cdb20af8':
Add final to appropriate variables.
Merge commit '43f9920271848c0ec84a958bfa06542c8fb7e4fa' into eclair-plus-aosp
* commit '43f9920271848c0ec84a958bfa06542c8fb7e4fa':
ResultTransport needs a default value. If the thread is
Merge commit 'a183cb5ebd974096afe2335cd4254de68d55021e' into eclair-plus-aosp
* commit 'a183cb5ebd974096afe2335cd4254de68d55021e':
Removed last bits of predefined element types from native code. Predefined types are now constructed at the java layer from standard building blocks.
* changes:
ResultTransport needs a default value. If the thread is ununlocked by something else other than CallbackProxy's notify(), it can have a null value.
* changes:
Removed last bits of predefined element types from native code. Predefined types are now constructed at the java layer from standard building blocks.
Merge commit 'd0b584148bdcc219136d92e2034e316ae50c8151' into eclair-plus-aosp
* commit 'd0b584148bdcc219136d92e2034e316ae50c8151':
Make tritex test run with latest OpenGL driver.
Merge commit 'bfe1297b12b1a81203dbd42ebbca7ff1916f1db7' into eclair-plus-aosp
* commit 'bfe1297b12b1a81203dbd42ebbca7ff1916f1db7':
Add call log support to pim.vcard.VCardComposer
Use EGLUtils::selectConfigForNativeWindow to select a legitimate
configuration. (Before now we had been selecting an incorrect
configuration, but the older drivers let us get away with it.)
Converted the source to C++ so we can call selectConfigForNativeWindow.
Merge commit '1267b0e1844ac802de92b203007513573e4886fd' into eclair-plus-aosp
* commit '1267b0e1844ac802de92b203007513573e4886fd':
Publish minor additions to GLSurfaceView API.
Merge commit 'bb6aba1984bfdceaec43054ef0b2a8e5dcd26215' into eclair-plus-aosp
* commit 'bb6aba1984bfdceaec43054ef0b2a8e5dcd26215':
Restrict touch to the view height with the title. This
* changes:
Restrict touch to the view height with the title. This should fix the links in the bottom of the screen are not touchable when title bar presents.
Merge commit '4cc86e1ae80eb1938500fe5fa06bbdf8b4b7b50d' into eclair-plus-aosp
* commit '4cc86e1ae80eb1938500fe5fa06bbdf8b4b7b50d':
Clear the device's data from the transport when backup is disabled