Merge commit 'f051ea0d38c70a4469df26e41bf77013246d8479'
* commit 'f051ea0d38c70a4469df26e41bf77013246d8479':
Add basic support for full height rendering.
Merge commit '978ec5abe1fe33418205d96edb8003cb4fc9a163'
* commit '978ec5abe1fe33418205d96edb8003cb4fc9a163':
Remove SearchableDictionary sample app as it is a demo of third party inclusion in quick search box.
Merge commit '3e83e8bc8b969a993b026dab9d13b99b315d9af0' into eclair
* commit '3e83e8bc8b969a993b026dab9d13b99b315d9af0':
Remove SearchableDictionary sample app as it is a demo of third party inclusion in quick search box.
At one time during the development of GLSurfaceView, the
GLSurfaceView.Renderer interface had a getConfigSpec method that was used to
select the frame buffer format. This method was removed from the
Renderer interface before GLSurfaceView became a public API, but
the sample code still defined these now-unused methods.
To reduce the chance of confusing a developer who uses the sample code,
this change removes the dead, no-longer-called getConfigSpec
implementations from the three samples.
See GLSurfaceView.setEGLConfigChooser for the replacement
technique.
Merge commit 'eec015ad1465431b0942214c730f6bd6344c8c76'
* commit 'eec015ad1465431b0942214c730f6bd6344c8c76':
mgwz.dll must be packaged next to tools/zipalign.exe in the Windows SDK.
Merge commit '8fccf9eb7c099a42729d0ff4a8a250f73a68c3f9' into eclair
* commit '8fccf9eb7c099a42729d0ff4a8a250f73a68c3f9':
mgwz.dll must be packaged next to tools/zipalign.exe in the Windows SDK.
Merge commit 'da48bed5d70832013f76e3d3fa79cd744fe2327d'
* commit 'da48bed5d70832013f76e3d3fa79cd744fe2327d':
Tweaks to make pointer location a little easier to see.
Merge commit 'fab096cbcf98cb98eef25e7541121ae8e3898a10' into eclair
* commit 'fab096cbcf98cb98eef25e7541121ae8e3898a10':
new transparent icon for searchable dictionary
Merge commit 'c7d0cec7e83d5194c35e88b17d3acc937fa87511' into eclair
* commit 'c7d0cec7e83d5194c35e88b17d3acc937fa87511':
Fix broken XML generated during "Extract string"
Merge commit '144049270b26ce1628c6a7e3afe7624588816ba9'
* commit '144049270b26ce1628c6a7e3afe7624588816ba9':
Add OS version to ping service (win/mac only)
Merge commit 'a457ef41e82b67a31a06f6ffb602cd39c43a1018' into eclair
* commit 'a457ef41e82b67a31a06f6ffb602cd39c43a1018':
Add OS version to ping service (win/mac only)
Merge commit 'a4876df288c02ca6e176877ab6b1b0065b069a49'
* commit 'a4876df288c02ca6e176877ab6b1b0065b069a49':
Update some version number for Eclair SDK.
Merge commit '2b0aea21084fe303df36bcc96ed3f454c689f5aa'
* commit '2b0aea21084fe303df36bcc96ed3f454c689f5aa':
Enable adb forwarding and starting up of monkey server
Merge commit 'd271d9a503b181b240250ce2664ff22fbf4e763b' into eclair
* commit 'd271d9a503b181b240250ce2664ff22fbf4e763b':
Enable adb forwarding and starting up of monkey server
Merge commit '9a7b2700fd015252f59a25524f8f6231f9bb1fc4' into eclair
* commit '9a7b2700fd015252f59a25524f8f6231f9bb1fc4':
Make SSL error a bit more human readable.
Merge commit '7379a2f3c642ffa471dcc1e8bae5cf2ecdc7f6e2'
* commit '7379a2f3c642ffa471dcc1e8bae5cf2ecdc7f6e2':
Add getvar and listvar commands to monkey to allow inspection of properties on the device.
Merge commit '68b4bfa8d3217b6598689acde25b5dc4672c53a0'
* commit '68b4bfa8d3217b6598689acde25b5dc4672c53a0':
1. Add .c extension to native_test.py so that native test in C can also be picked up by testrunner.
Merge commit 'b74479296bbdba52c75e83c9509fd232e563babb'
* commit 'b74479296bbdba52c75e83c9509fd232e563babb':
Add OSGi.jar to the SDK (required by org.eclipse.jface)