Merge commit '3a683661975908a9bfe2ef4ae5097a8d4ad75b53' into eclair-plus-aosp
* commit '3a683661975908a9bfe2ef4ae5097a8d4ad75b53':
XML Schema for layout configurations.
The only changes to the original XML sample:
- the root element is called "layout-configs" (plural for container).
- the <default> and <config> elements must be defined in that order:
- 0..1 of <default>
folowed by
- 1..n of <config>
It's invalid for the <device> node to be empty.
default/config are defined by a <xsd:sequence>, which imposes the
strict ordering. At first I used an <xsd:choice> which does not
impose any ordering but then it becomes possible to define an
empty <device> element. I'd rather live with the strict ordering
(which also makes sense anyway) and enforce non-empty <device>
elements in the schema.
BUG 2138329
Change-Id: I581afb1d72825ae79df00d81c74c80a2a18680ad
Merge commit 'c69e451084b96d94a368f9cba0a5f7104b7272ec'
* commit 'c69e451084b96d94a368f9cba0a5f7104b7272ec':
Sync DDMS/Traceview/Android version on the repository source.
Merge commit 'bcf2eea5bac62c8a43c1126fcca839ee31d9dee7'
* commit 'bcf2eea5bac62c8a43c1126fcca839ee31d9dee7':
Add info about location of the coverage report
Merge commit '31727ecbd99cd174fc713ca89c373adc117d7d73' into eclair-plus-aosp
* commit '31727ecbd99cd174fc713ca89c373adc117d7d73':
Added a target to run the Contacts tests using runtest.
Merge commit '0f61aa6470c2ac6c8cae6c356bb7ce658b71b5ac' into eclair-plus-aosp
* commit '0f61aa6470c2ac6c8cae6c356bb7ce658b71b5ac':
Sync DDMS/Traceview/Android version on the repository source.
All apps now read source.properties located in SDK/tools
to know which version they. This is used in about box display
and in ping usage.
Change-Id: I6620c3eb703c32bfcdfd96e6a27bffc7a123b974
Merge commit '4af6620aa05b8d2b34bdecf9e264f98dbfea8d1b' into eclair-plus-aosp
* commit '4af6620aa05b8d2b34bdecf9e264f98dbfea8d1b':
Add info about location of the coverage report
Merge commit '007aece2843d42eb04aba591f35dd106af40e04c'
* commit '007aece2843d42eb04aba591f35dd106af40e04c':
Fix colSpan for screenshot display from 3 to 4 in DDMS.
Merge commit '6f7e4180833abd1a20fd6f39b32312aa2001075b'
* commit '6f7e4180833abd1a20fd6f39b32312aa2001075b':
Add tested.project.dir to classpath for install and debug
Merge commit 'f0581300ba2ae450bb03452d09b1fedfb4c9b7b2'
* commit 'f0581300ba2ae450bb03452d09b1fedfb4c9b7b2':
Fixed screenshot command line tool to deal with new RawImage
Merge commit '3d2fbef573fca6ae45937ae68fdcffdce5b92e59'
* commit '3d2fbef573fca6ae45937ae68fdcffdce5b92e59':
Make archquery use the same VM as DDMS/Traceview
Merge commit 'f519910b5624f7d7d7a16db482bc205c1b548837' into eclair-plus-aosp
* commit 'f519910b5624f7d7d7a16db482bc205c1b548837':
Fix colSpan for screenshot display from 3 to 4 in DDMS.
Merge commit 'e223b7b371b4d75d2ad5d78713084bde0fe66563'
* commit 'e223b7b371b4d75d2ad5d78713084bde0fe66563':
Make the Density enum use the int value from the api Density enum.
Merge commit '1d448a8f83f78cf48449bb806861224160ff85f9'
* commit '1d448a8f83f78cf48449bb806861224160ff85f9':
Fix the simulator. libhardware now needs a property named "default" to be set to the value "default", otherwise it won't fall back to the default implementation for a module.
Merge commit '68c32ee43e88e19b42caaeddb620a7f2cbf482dd'
* commit '68c32ee43e88e19b42caaeddb620a7f2cbf482dd':
Disable menu items based on device/app selection.
Merge commit '7856a59e6896f0f96f9c01a6a7aaa09579a108f6'
* commit '7856a59e6896f0f96f9c01a6a7aaa09579a108f6':
Create Density based resource values when needed.
Merge commit '09f517d43e73a8a6bc7c7cee96ba1892b58daa0e' into eclair-plus-aosp
* commit '09f517d43e73a8a6bc7c7cee96ba1892b58daa0e':
Add tested.project.dir to classpath for install and debug
Now buildfile recognizes whether targets 'debug' or 'install' are being run for
an ordinary or test project and for the test projects classpath is extended
to enclose the tested project. Tested project is being compiled if necessary.
Merge commit '14ecfe10515807d57ba110671b760024cc5d1af8' into eclair-plus-aosp
* commit '14ecfe10515807d57ba110671b760024cc5d1af8':
Fixed screenshot command line tool to deal with new RawImage