application-package to application.package
sdk-location to sdk.dir
android-jar to android.jar
android-aidl to android.aidl
in order to make their names compliant with the ant standards and rest
of the property names.
Properties names in alias rules deliberately ommited in this CL.
Some minor style changes introduced.
Merge commit '945b2362908e9f08e252d63f564d17c044527632'
* commit '945b2362908e9f08e252d63f564d17c044527632':
Update sample code for new service semantics.
Add new web pages for sample apps included in the SDK.
Revise the existing sample app web pages.
Delete screenshots for notepad and lunar lander (these have
moved into frameworks/base/docs/html/guide/samples/image/.
This is a new CL because of merge conflict in the old one.
Naming changed to 'property.name' style for property names.
Property 'value' attributes changed to 'location' for props containing location.
Suffix '.dir' added to properties' names indicating directories.
'-description' prefix added to intermediate/internal targets.
'*.location' properties removed, as 'location' attribute should take care of
full paths, adding $basedir implicitly, so hopefully there is no need to
define them explicitly.
External property names (taken from other files or hardcoded somewhere)
stayed untouched in this CL.
Some minor improvements to comments in order to make them more consistent.
Merge commit 'e95a86cfec18836ddbff149690a13766bfc9ada3' into eclair
* commit 'e95a86cfec18836ddbff149690a13766bfc9ada3':
Fix target for ApiDemos (API is now 4)
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.