Merge commit '36d5aaec2ee1f11ea80639c8194e4aac2be3892d' into eclair
* commit '36d5aaec2ee1f11ea80639c8194e4aac2be3892d':
Add FLAG_ACTIVITY_NEW_TASK flag when adding a word to the dictionary.
this change fixes the lifetime mgt of EGLSurface, EGLContext and EGLImageKHR in the EGL wrapper.
EGLDisplay is still somewhat bogus and libagl's EGL is still incorrect.
The idea of the change is that EGL objects are put in a list when created and removed when destroyed.
Before each use, we first verify if the object is in the list and if so a reference is taken and kept
for the scope of the whole EGL API being called, if not, an error is returned.
Upon object destruction, the object is simply marked as "terminated" (this is not protected by a lock
because it doesn't really matter). This flag is only used to deny access to the object by other APIs
while it's still valid (for instance current or being used by another function in another thread).
A reference is also removed and the object can then actually be destroyed when going out of scope.
Merge commit 'd3d794530962e69df54b6421ed5e0d03d76165ab' into eclair-plus-aosp
* commit 'd3d794530962e69df54b6421ed5e0d03d76165ab':
add a "display_sent_time" column to the message table, to provide a hint that the UI should display time stamp for this message always. Add Gservices settings for gtalk stuff.
* changes:
add a "display_sent_time" column to the message table, to provide a hint that the UI should display time stamp for this message always. Add Gservices settings for gtalk stuff.
Merge commit 'f1b64f64ab088a3e8cd32ec31f61c958c61d19e5' into eclair-plus-aosp
* commit 'f1b64f64ab088a3e8cd32ec31f61c958c61d19e5':
do not merge. Remove voicesearch-specific functionality from framework.
Merge commit '4178b9bd8e8a9d62e8e4e759c419e0d2a4ab0df6' into eclair-plus-aosp
* commit '4178b9bd8e8a9d62e8e4e759c419e0d2a4ab0df6':
Cleaning up Presence API
Merge commit '6c6d822f7b7ec967aeff3e4d2afde0ff25732aa6' into eclair-plus-aosp
* commit '6c6d822f7b7ec967aeff3e4d2afde0ff25732aa6':
Framework changes to support HSDPA/HSUPA/HSPA
Merge commit '358e6e3c121f8ac5ac4a2c99b9d2211dfb2d3083' into eclair-plus-aosp
* commit '358e6e3c121f8ac5ac4a2c99b9d2211dfb2d3083':
Adding a "Photo" directory under Contacts.
Merge commit 'cc0a17cb08c6a6ee2f27c00b7f658e4734fdf0c9' into eclair-plus-aosp
* commit 'cc0a17cb08c6a6ee2f27c00b7f658e4734fdf0c9':
Fix typo: the x offset was assigned to the y coordinate.
Merge commit '51afbd308dff8bd7accf5510e60367107d4c40a1' into eclair-plus-aosp
* commit '51afbd308dff8bd7accf5510e60367107d4c40a1':
Replace fullHeight support by fullSize (height and width)
Merge commit 'dd03c6135f91df6d5d9e71de1487520dc3345742' into eclair-plus-aosp
* commit 'dd03c6135f91df6d5d9e71de1487520dc3345742':
Remove third party support for Quick Search Box (aka global search).
Merge commit 'bfcfb7eec61bd196cfd91f7b2c5715751308c048' into eclair-plus-aosp
* commit 'bfcfb7eec61bd196cfd91f7b2c5715751308c048':
Set BondState to Canceled when user cancels pairing.
Merge commit 'e97c2006bf7c391c933307e520a392e532aa5d6a' into eclair
* commit 'e97c2006bf7c391c933307e520a392e532aa5d6a':
Updated Browser and MCS to use shared default trust manager instead of initializing their own copies.
Merge commit 'b7aec9124a44c60509c00f1d306fd08860d6197c' into eclair
* commit 'b7aec9124a44c60509c00f1d306fd08860d6197c':
Import revised translations. DO NOT MERGE