Commit Graph

1008 Commits

Author SHA1 Message Date
Raphael
4c49f4e36c am bf95b308: Merge change 26996 into eclair
Merge commit 'bf95b3085438418b876ec5fb0ba0349c5fc133c0' into eclair-plus-aosp

* commit 'bf95b3085438418b876ec5fb0ba0349c5fc133c0':
  JarUtils: Ignore visual source safe files in resources
2009-09-24 20:43:12 -07:00
Android (Google) Code Review
bf95b30854 Merge change 26996 into eclair
* changes:
  JarUtils: Ignore visual source safe files in resources
2009-09-24 23:33:56 -04:00
Raphael
fbdd134b92 JarUtils: Ignore visual source safe files in resources
BUG 1895888

Change-Id: I75af6ef9ba22701fae9e4c2b08f11b8a8c2aaaa6
2009-09-24 19:56:39 -07:00
Piotr Gurgul
6f7e418083 am 09f517d4: Merge change 26976 into eclair
Merge commit '09f517d43e73a8a6bc7c7cee96ba1892b58daa0e' into eclair-plus-aosp

* commit '09f517d43e73a8a6bc7c7cee96ba1892b58daa0e':
  Add tested.project.dir to classpath for install and debug
2009-09-24 18:45:47 -07:00
Android (Google) Code Review
09f517d43e Merge change 26976 into eclair
* changes:
  Add tested.project.dir to classpath for install and debug
2009-09-24 21:35:55 -04:00
Piotr Gurgul
bca3ef5c25 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.
2009-09-24 18:17:22 -07:00
Xavier Ducrohet
f0581300ba am 14ecfe10: Merge change 26915 into eclair
Merge commit '14ecfe10515807d57ba110671b760024cc5d1af8' into eclair-plus-aosp

* commit '14ecfe10515807d57ba110671b760024cc5d1af8':
  Fixed screenshot command line tool to deal with new RawImage
2009-09-24 16:49:31 -07:00
Xavier Ducrohet
eef2447cfd Fixed screenshot command line tool to deal with new RawImage
Also added a rotate method to DDMS.

Change-Id: I9ec2774ff0679b8b4f044341470b3dfa527f9680
2009-09-24 14:49:49 -07:00
Xavier Ducrohet
07c5b18f76 am f9e2be14: Merge change 26901 into eclair
Merge commit 'f9e2be14764832f81a90f1f03ca9460be05191b3' into eclair-plus-aosp

* commit 'f9e2be14764832f81a90f1f03ca9460be05191b3':
  Move the screenshot button above the image
2009-09-24 14:16:37 -07:00
Xavier Ducrohet
3d2fbef573 am 5eff9966: Merge change 26893 into eclair
Merge commit '5eff99663c35031975b33e25ab74e2a710231c0a' into eclair-plus-aosp

* commit '5eff99663c35031975b33e25ab74e2a710231c0a':
  Make archquery use the same VM as DDMS/Traceview
2009-09-24 14:16:32 -07:00
Android (Google) Code Review
f9e2be1476 Merge change 26901 into eclair
* changes:
  Move the screenshot button above the image
2009-09-24 17:09:28 -04:00
Android (Google) Code Review
5eff99663c Merge change 26893 into eclair
* changes:
  Make archquery use the same VM as DDMS/Traceview
2009-09-24 17:09:23 -04:00
Xavier Ducrohet
5ec5c213a9 Move the screenshot button above the image
This will help when taking screenshots of large screen devices
on laptop screens.

Change-Id: Ief7b03d2f1711970e76f4dfe6086e3ea0d606c99
2009-09-24 13:20:42 -07:00
Xavier Ducrohet
f92c16e287 Make archquery use the same VM as DDMS/Traceview
archquery is used to figure out whether the VM is 32 or 64 bit, but on
MacOS X, it used the normal "java" command while the application was
forced to use java 1.5

This could lead to cases where archquery ran in 1.6 64bit but the app
in 1.5 32 bit, creating a mismatch and make the app using the wrong
SWT version.
2009-09-24 12:27:37 -07:00
Xavier Ducrohet
07324ef191 am b936faf6: Merge change 26773 into eclair
Merge commit 'b936faf6e6a3e10408f257f948241cf984d7652a' into eclair-plus-aosp

* commit 'b936faf6e6a3e10408f257f948241cf984d7652a':
  Disable clipping toggle when not supported.
2009-09-23 23:42:31 -07:00
Xavier Ducrohet
df254a6a3a am b9b29878: Merge change 26740 into eclair
Merge commit 'b9b298782a9d33085e6df5d1d7c588178b4fb07a' into eclair-plus-aosp

* commit 'b9b298782a9d33085e6df5d1d7c588178b4fb07a':
  Add warning on mismatch minSdkVersion.
2009-09-23 23:42:26 -07:00
Android (Google) Code Review
b936faf6e6 Merge change 26773 into eclair
* changes:
  Disable clipping toggle when not supported.
2009-09-24 02:35:11 -04:00
Android (Google) Code Review
b9b298782a Merge change 26740 into eclair
* changes:
  Add warning on mismatch minSdkVersion.
2009-09-24 02:34:55 -04:00
Xavier Ducrohet
e223b7b371 am 61676a40: Merge change 26540 into eclair
Merge commit '61676a4061ef0400baa0c75c44a06bf740a55dc6' into eclair-plus-aosp

* commit '61676a4061ef0400baa0c75c44a06bf740a55dc6':
  Make the Density enum use the int value from the api Density enum.
2009-09-23 20:42:28 -07:00
Xavier Ducrohet
0d3e110b36 Disable clipping toggle when not supported.
This is only supported in Eclair+, so the toggle button
is disable if the edited file is donut or before.

Change-Id: I8bf1f8a8aa3604f269cb226d788c5e1438a5ae0b
2009-09-23 20:40:36 -07:00
Xavier Ducrohet
d0306ecd58 Add warning on mismatch minSdkVersion.
This is for both Ant and ADT.
For Ant, also added a check for non-integer values when the platform
is not a preview.

BUG:2118374

Change-Id: Ic8ec533d66a31d9e4b51c9c38b5eaab97bca7414
2009-09-23 20:38:33 -07:00
Android (Google) Code Review
61676a4061 Merge change 26540 into eclair
* changes:
  Make the Density enum use the int value from the api Density enum.
2009-09-23 23:34:38 -04:00
Xavier Ducrohet
9dac83d610 am 00652320: Merge change 26751 into eclair
Merge commit '006523204335a8c18ab57dbcd34a81a95a11d31f' into eclair-plus-aosp

* commit '006523204335a8c18ab57dbcd34a81a95a11d31f':
  Hide APK split UI (not ready yet)
2009-09-23 19:57:43 -07:00
Android (Google) Code Review
0065232043 Merge change 26751 into eclair
* changes:
  Hide APK split UI (not ready yet)
2009-09-23 22:49:47 -04:00
Piotr Gurgul
c01095003c am 5b6f3cbe: Add --no-locals to dx when dexing instrumented classes
Merge commit '5b6f3cbe4b88a98262a8b30b546543b8394e1f67' into eclair-plus-aosp

* commit '5b6f3cbe4b88a98262a8b30b546543b8394e1f67':
  Add --no-locals to dx when dexing instrumented classes
2009-09-23 18:34:29 -07:00
Xavier Ducrohet
019685753e Hide APK split UI (not ready yet)
Change-Id: I2ace823139710e836c72cc323427024b54384e38
2009-09-23 18:22:49 -07:00
Piotr Gurgul
5b6f3cbe4b Add --no-locals to dx when dexing instrumented classes
Emma instrumentation modifies .class files in that way they cannot be processed
by dx without --no-locals option.
2009-09-23 18:20:25 -07:00
Xavier Ducrohet
252ad3146a Make the Density enum use the int value from the api Density enum.
Change-Id: I13cace9a3fd7d17171ebe1e8b98c31adfa8509dc
2009-09-23 15:11:32 -07:00
Xavier Ducrohet
6ef34c54db am 68cc2b00: Merge change 26490 into eclair
Merge commit '68cc2b0084e81cdf4156a57ebd43f06da4918ccc' into eclair-plus-aosp

* commit '68cc2b0084e81cdf4156a57ebd43f06da4918ccc':
  Fix possible NPE in DDMS plugin init.
2009-09-23 10:44:19 -07:00
Android (Google) Code Review
68cc2b0084 Merge change 26490 into eclair
* changes:
  Fix possible NPE in DDMS plugin init.
2009-09-23 13:33:35 -04:00
Xavier Ducrohet
c29e58952e Fix possible NPE in DDMS plugin init.
Change-Id: Ie1649b319948514473e11c27b4ad126ffe2d40ef
2009-09-22 20:37:24 -07:00
Xavier Ducrohet
68c32ee43e am d582592e: Merge change 26495 into eclair
Merge commit 'd582592ea58188ad3b43523326dda5f9ae2669c7' into eclair-plus-aosp

* commit 'd582592ea58188ad3b43523326dda5f9ae2669c7':
  Disable menu items based on device/app selection.
2009-09-22 20:35:07 -07:00
Xavier Ducrohet
7b26a0e066 am c733a529: Merge change 26521 into eclair
Merge commit 'c733a52949c8f98e57ca360cb421f480487ff774' into eclair-plus-aosp

* commit 'c733a52949c8f98e57ca360cb421f480487ff774':
  Force update to the next plugin.
2009-09-22 20:35:03 -07:00
Android (Google) Code Review
d582592ea5 Merge change 26495 into eclair
* changes:
  Disable menu items based on device/app selection.
2009-09-22 23:24:32 -04:00
Android (Google) Code Review
c733a52949 Merge change 26521 into eclair
* changes:
  Force update to the next plugin.
2009-09-22 23:06:48 -04:00
Xavier Ducrohet
7856a59e68 am 350187ab: Create Density based resource values when needed.
Merge commit '350187ab93e12031ddcd57e5faa2312e6099ebba' into eclair-plus-aosp

* commit '350187ab93e12031ddcd57e5faa2312e6099ebba':
  Create Density based resource values when needed.
2009-09-22 20:01:24 -07:00
Xavier Ducrohet
350187ab93 Create Density based resource values when needed.
This will let the layoutlib know when to scale bitmaps
that are not in the native density of the rendering.

Change-Id: I08c99666460b5b5a3ed8d0aac7fa1b7c0136fd6b
2009-09-22 19:51:52 -07:00
Xavier Ducrohet
154bc29a03 am 038300d9: Merge change 26471 into eclair
Merge commit '038300d95f69ab2ddf56526bcfc5f1028c40e6f2' into eclair-plus-aosp

* commit '038300d95f69ab2ddf56526bcfc5f1028c40e6f2':
  Fix the qualifier match algorithm.
2009-09-22 19:51:44 -07:00
Android (Google) Code Review
038300d95f Merge change 26471 into eclair
* changes:
  Fix the qualifier match algorithm.
2009-09-22 22:40:48 -04:00
Xavier Ducrohet
a96c9885d7 Force update to the next plugin.
Change-Id: I2f1042a087ca6227396a41d23eed26525fbbbbf6
2009-09-22 18:45:44 -07:00
Piotr Gurgul
d3868d3803 am fa0062da: Add legacy support for application.package property
Merge commit 'fa0062da90e158b18a4250a003304bf40832423a' into eclair-plus-aosp

* commit 'fa0062da90e158b18a4250a003304bf40832423a':
  Add legacy support for application.package property
2009-09-22 17:53:54 -07:00
Xavier Ducrohet
9f6551b303 Disable menu items based on device/app selection.
Change-Id: I78572430c68f2c1952a118814d4b467182004e23
2009-09-22 17:38:24 -07:00
Piotr Gurgul
fa0062da90 Add legacy support for application.package property
application.package in android_rules.xml and android_test_rules.xml has been
replaced by manifest.package which value is taken from AndroidManifest.xml.
This is because old versions of build.properties contain already
application.package property which has precedence over the extracted one
and overrides it.

Change-Id: I909e145926169922ec6ec0e179ad88c413aa85b2
2009-09-22 17:31:14 -07:00
Xavier Ducrohet
cf51575c5e Fix the qualifier match algorithm.
Add proper support for density and keyboard state match.

Change-Id: I410aba52ee0f0d9df31fa2abdc9485054595263f
2009-09-22 16:46:19 -07:00
Xavier Ducrohet
d88e95f92c am dd9683a8: Merge change 26441 into eclair
Merge commit 'dd9683a8247c8e14619d068f81d10dea10e4decb' into eclair-plus-aosp

* commit 'dd9683a8247c8e14619d068f81d10dea10e4decb':
  Add support for Keyboard state "Soft"
2009-09-22 15:04:55 -07:00
Android (Google) Code Review
dd9683a824 Merge change 26441 into eclair
* changes:
  Add support for Keyboard state "Soft"
2009-09-22 17:57:40 -04:00
Piotr Gurgul
dccc44df44 am 07fc39ed: Merge change 26440 into eclair
Merge commit '07fc39edda5e53bb3ddd980a05ab2c6573685feb' into eclair-plus-aosp

* commit '07fc39edda5e53bb3ddd980a05ab2c6573685feb':
  Add auto-generated tested.project.dir property
2009-09-22 14:28:51 -07:00
Android (Google) Code Review
07fc39edda Merge change 26440 into eclair
* changes:
  Add auto-generated tested.project.dir property
2009-09-22 17:21:05 -04:00
Xavier Ducrohet
14fff84f14 Add support for Keyboard state "Soft"
Change-Id: Ief65b3988973fb3b3d9edbbb99df9354ffe85663
2009-09-22 14:16:26 -07:00
Piotr Gurgul
28265ed42f Add auto-generated tested.project.dir property
Adds tested.project.dir=".." to ProjectDir/tests/build.properties in order
to indicate automatically that this is a test project and point the
tested project directory.
2009-09-22 13:58:28 -07:00