OSDN Git Service

android-x86/sdk.git
14 years agomerge from tools_r6
The Android Open Source Project [Tue, 27 Apr 2010 17:37:06 +0000 (10:37 -0700)]
merge from tools_r6

Change-Id: I6db896a231718a1e7ab879676af4c0d4e26c5950

14 years agoAdd missing windres to build SDK Setup.exe using MinGW/Linux
Raphael [Fri, 16 Apr 2010 02:41:05 +0000 (19:41 -0700)]
Add missing windres to build SDK Setup.exe using MinGW/Linux

(This mirrors what we did with the emulator in Change Ib4ce944b )

(Merge master Change I09f2e154)

14 years agoMerge "Reorder packages in SDK Updater"
Raphael Moll [Fri, 23 Apr 2010 18:06:37 +0000 (11:06 -0700)]
Merge "Reorder packages in SDK Updater"

14 years agoMerge "Fix auto launch config to respect minSdkVersion"
Raphael Moll [Fri, 23 Apr 2010 18:06:20 +0000 (11:06 -0700)]
Merge "Fix auto launch config to respect minSdkVersion"

14 years agoReorder packages in SDK Updater
Raphael Moll [Thu, 22 Apr 2010 18:34:36 +0000 (11:34 -0700)]
Reorder packages in SDK Updater

SDK Bug http://b.android.com/7920

Change-Id: I94946beda47067ff93ce288b36d525f8fb1840f2

14 years agoFix auto launch config to respect minSdkVersion
Raphael Moll [Wed, 21 Apr 2010 22:32:40 +0000 (15:32 -0700)]
Fix auto launch config to respect minSdkVersion

When launch config is in automatic mode with no
preferred AVD and minSdkVersion is smaller than the
project targert's API level, try to find an AVD
that's as close to the minSdkVersion as possible.

SDK Bug http://b.android.com/7897

Change-Id: Ied1f2db8f61c27430b466b2b7afbb5494fd0ffed

14 years agoFix RemoteAndroidTestRunnerTest.
Brett Chabot [Thu, 22 Apr 2010 19:26:19 +0000 (12:26 -0700)]
Fix RemoteAndroidTestRunnerTest.

Change the test device mock to return a String for getSerialNumber.

Change-Id: I83647927160c666330ddfb5394afe837577422d7

14 years agoMerge "Supporting configurable ADB port in ddms and ddmlib."
Xavier Ducrohet [Wed, 21 Apr 2010 21:29:47 +0000 (14:29 -0700)]
Merge "Supporting configurable ADB port in ddms and ddmlib."

14 years agoSupporting configurable ADB port in ddms and ddmlib.
Stefan Hilzinger [Tue, 20 Apr 2010 10:31:44 +0000 (11:31 +0100)]
Supporting configurable ADB port in ddms and ddmlib.

- Moving instantiation of sSocketAddr out of static initializer block
  into init().

Change-Id: Ibf3b81492802859673a0e77b4701be9d004509fa

14 years agoMerge "Make test runner parser detect runs with no tests."
Brett Chabot [Tue, 20 Apr 2010 01:52:52 +0000 (18:52 -0700)]
Merge "Make test runner parser detect runs with no tests."

14 years agoMake test runner parser detect runs with no tests.
Brett Chabot [Mon, 19 Apr 2010 20:32:08 +0000 (13:32 -0700)]
Make test runner parser detect runs with no tests.

Add logic to differeniate between an incomplete test run, and a test run which
completed successfully but has no tests.

Fixes bug http://b.android.com/7830

Change-Id: I54068de73e068faae6e34779b91665f6d1dc1a47

14 years agoMerge "Filter out new leak_memalign method in native heap UI"
Xavier Ducrohet [Mon, 19 Apr 2010 22:34:15 +0000 (15:34 -0700)]
Merge "Filter out new leak_memalign method in native heap UI"

14 years agoFilter out new leak_memalign method in native heap UI
Xavier Ducrohet [Mon, 19 Apr 2010 17:59:04 +0000 (10:59 -0700)]
Filter out new leak_memalign method in native heap UI

Change-Id: I39f1b7d726a0b5d26e736b404693183003ea391e

14 years agoAdd missing windres to build SDK Setup.exe using MinGW/Linux
Raphael [Fri, 16 Apr 2010 02:41:05 +0000 (19:41 -0700)]
Add missing windres to build SDK Setup.exe using MinGW/Linux

(This mirrors what we did with the emulator in Change Ib4ce944b )

Change-Id: I09f2e154ff89af4a0ed6629fd20846f20dbd2f5b

14 years agoMerge "Moved log formatting string into separate function so it can be resued by...
Neal Nguyen [Fri, 16 Apr 2010 17:41:54 +0000 (10:41 -0700)]
Merge "Moved log formatting string into separate function so it can be resued by others."

14 years agoAdd some missing gitignore files
Xavier Ducrohet [Mon, 12 Apr 2010 19:21:30 +0000 (12:21 -0700)]
Add some missing gitignore files

Change-Id: Iba3faab3be5a78849c6e0f85cd21f532be5a5147

14 years agomerge from tools-r6
The Android Open Source Project [Thu, 8 Apr 2010 23:20:08 +0000 (16:20 -0700)]
merge from tools-r6

Change-Id: If11d893ba56c1189620e00f86b7f51bf4d698e49

14 years agoMerge "Add setTestSize to ddms test runner."
Brett Chabot [Tue, 6 Apr 2010 20:07:41 +0000 (13:07 -0700)]
Merge "Add setTestSize to ddms test runner."

14 years agoSDK Manager: Rename "add site" to "add addon-site".
Raphael [Tue, 6 Apr 2010 19:39:23 +0000 (12:39 -0700)]
SDK Manager: Rename "add site" to "add addon-site".

And add explicit information in the dialog.

SDK Bug 2283498

(merge from master Change I1f7ae926)

Change-Id: Ib5bbd02f54785c0eb473b01a055f6196933112ad

14 years agoMerge "SDK Manager: Rename "add site" to "add addon-site"."
Raphael [Tue, 6 Apr 2010 19:57:08 +0000 (12:57 -0700)]
Merge "SDK Manager: Rename "add site" to "add addon-site"."

14 years agoAdd setTestSize to ddms test runner.
Brett Chabot [Sat, 3 Apr 2010 01:58:57 +0000 (18:58 -0700)]
Add setTestSize to ddms test runner.

Also cleanup some log messages.

Change-Id: Iea292c620c65e63642ef57d3082a54a1613b15bd

14 years agoSDK Manager: add tooltips to "Create new AVD" dialog.
Raphael [Tue, 6 Apr 2010 19:03:13 +0000 (12:03 -0700)]
SDK Manager: add tooltips to "Create new AVD" dialog.

Also rewrods the "Force create" checkbox to be more
explicit -- its tooltip is not visible till the box
is enabled.

(merge from master Change Ifcb014a1)

SDK Bug 2572299

Change-Id: I06608d7f9041cd54385c4db2d24b3e604a965a8e

14 years agoSDK Manager: Rename "add site" to "add addon-site".
Raphael [Tue, 6 Apr 2010 19:39:23 +0000 (12:39 -0700)]
SDK Manager: Rename "add site" to "add addon-site".

And add explicit information in the dialog.

SDK Bug 2283498

Change-Id: I1f7ae92663b899df33751af38050d5b071f0647c

14 years agoSDK Manager: add tooltips to "Create new AVD" dialog.
Raphael [Tue, 6 Apr 2010 19:03:13 +0000 (12:03 -0700)]
SDK Manager: add tooltips to "Create new AVD" dialog.

Also rewrods the "Force create" checkbox to be more
explicit -- its tooltip is not visible till the box
is enabled.

SDK Bug 2572299

Change-Id: Ifcb014a1e93e4380406132cd59c3cbf0020c3fc1

14 years agoSDK Manager: fix error message when missing XML validator.
Raphael [Mon, 5 Apr 2010 23:44:31 +0000 (16:44 -0700)]
SDK Manager: fix error message when missing XML validator.

SDK Bug 2306644

(merge Change I2e698ea0 from master)

Change-Id: Ia4be1d58c11ebccb811005ac21cf19b8d734e0c1

14 years agoSDK Manager: fix error message when missing XML validator.
Raphael [Mon, 5 Apr 2010 23:44:31 +0000 (16:44 -0700)]
SDK Manager: fix error message when missing XML validator.

SDK Bug 2306644

Change-Id: I2e698ea0ec9225a26ff94d9973c4e0b8f297c89b

14 years agoMoved log formatting string into separate function so it can be resued by others.
Neal Nguyen [Fri, 2 Apr 2010 23:42:26 +0000 (16:42 -0700)]
Moved log formatting string into separate function so it can be resued by others.

Change-Id: I4e97d950587822c3a3e24c1c3d1a89ab19419f14

14 years agoNew GPS HAL for qemu
Mike Lockwood [Tue, 23 Feb 2010 23:49:32 +0000 (18:49 -0500)]
New GPS HAL for qemu

This will replace equivalent code in libhardware_legacy

Change-Id: I611e34a187ed8460490f793538446c11c7c83cab
Signed-off-by: Mike Lockwood <lockwood@android.com>
14 years agoFix Ant test rules.
Xavier Ducrohet [Fri, 2 Apr 2010 22:57:50 +0000 (15:57 -0700)]
Fix Ant test rules.

- Fix import of the main rules since we changed the name!
- Added main project libraries to the classpath of the test project.

Bug: 2568115
Change-Id: I8803b84a179c6301736d7e2558e06a1734eef650

14 years agoFix gen folder sometimes not found during build.
Raphael [Fri, 2 Apr 2010 19:06:33 +0000 (12:06 -0700)]
Fix gen folder sometimes not found during build.
Fix NPE in GLE config composite.

SDK Bug 2567451

Merged from master Change Iae315a57

Change-Id: I75017e7eb2edf377e3bf00a47b809300324babac

14 years agoGLE1: stop showing outline/properties when opening GLE.
Raphael [Fri, 2 Apr 2010 17:25:33 +0000 (10:25 -0700)]
GLE1: stop showing outline/properties when opening GLE.

This CL reverts two annoying behaviors when using GLE:
- it stops opening the outline/properties (either for GLE1 or GLE2...
  in GLE2 will need to use different views and have a better
  behavior anyway.)
- it selects the XML text editor by default for GLE1 since
  the graphical one is mostly useless.

Merged from master Change I634e6dbe

Change-Id: I43731248acec22cff628afc940bea69431bb93dd

14 years agoMerge "GLE1: stop showing outline/properties when opening GLE."
Raphael [Fri, 2 Apr 2010 21:19:00 +0000 (14:19 -0700)]
Merge "GLE1: stop showing outline/properties when opening GLE."

14 years agoMerge "Fix gen folder sometimes not found during build. Fix NPE in GLE config composite."
Raphael [Fri, 2 Apr 2010 21:18:44 +0000 (14:18 -0700)]
Merge "Fix gen folder sometimes not found during build. Fix NPE in GLE config composite."

14 years agoFix gen folder sometimes not found during build.
Raphael [Fri, 2 Apr 2010 19:06:33 +0000 (12:06 -0700)]
Fix gen folder sometimes not found during build.
Fix NPE in GLE config composite.

SDK Bug 2567451

Change-Id: Iae315a57285bf11ea151b6b35581367c3ce37145

14 years agoMerge "Change ddms testrunner to raise IOException to callers."
Brett Chabot [Fri, 2 Apr 2010 18:30:04 +0000 (11:30 -0700)]
Merge "Change ddms testrunner to raise IOException to callers."

14 years agoGLE1: stop showing outline/properties when opening GLE.
Raphael [Fri, 2 Apr 2010 17:25:33 +0000 (10:25 -0700)]
GLE1: stop showing outline/properties when opening GLE.

This CL reverts two annoying behaviors when using GLE:
- it stops opening the outline/properties (either for GLE1 or GLE2...
  in GLE2 will need to use different views and have a better
  behavior anyway.)
- it selects the XML text editor by default for GLE1 since
  the graphical one is mostly useless.

Change-Id: I634e6dbe3575fbcacdb61a487e8828043325b752

14 years agoMerge "move to Tools r7 and ADT 0.9.8"
Xavier Ducrohet [Fri, 2 Apr 2010 04:18:26 +0000 (21:18 -0700)]
Merge "move to Tools r7 and ADT 0.9.8"

14 years agoMerge "ADT: Add native support to library projects." into tools-r6
Xavier Ducrohet [Fri, 2 Apr 2010 04:18:14 +0000 (21:18 -0700)]
Merge "ADT: Add native support to library projects." into tools-r6

14 years agomove to Tools r7 and ADT 0.9.8
Xavier Ducrohet [Fri, 2 Apr 2010 02:50:30 +0000 (19:50 -0700)]
move to Tools r7 and ADT 0.9.8

Change-Id: Ia7690ff2787aa68bb668af05bbaf13a7cf16bc8b

14 years agoADT: Add native support to library projects.
Xavier Ducrohet [Fri, 2 Apr 2010 01:22:00 +0000 (18:22 -0700)]
ADT: Add native support to library projects.

Bug: 2565909

Change-Id: I4342c58d9306c13f963c6c52fc202bd28ad25626

14 years agoADT: Customize project selection message.
Xavier Ducrohet [Fri, 2 Apr 2010 00:28:05 +0000 (17:28 -0700)]
ADT: Customize project selection message.

Bug: 2565629
Change-Id: I10a1aceaa5f0d0e157a9eccf7bffb312c7fc3bcc

14 years agoProject lib NPE when closing a lib project.
Raphael [Thu, 1 Apr 2010 22:41:38 +0000 (15:41 -0700)]
Project lib NPE when closing a lib project.

(merge Change Ia77122bc from master)

Change-Id: Iad27a002d387f9537e487ddd669831ef65e9e7b0

14 years agoProject lib NPE when closing a lib project.
Raphael [Thu, 1 Apr 2010 22:41:38 +0000 (15:41 -0700)]
Project lib NPE when closing a lib project.

Change-Id: Ia77122bc9a7c6e8f5f94e094eb70e05abb6d0793

14 years agoAdd missing licensing files.
David 'Digit' Turner [Thu, 1 Apr 2010 19:47:21 +0000 (12:47 -0700)]
Add missing licensing files.

Change-Id: I1e3159ac3d322ca70c2d9d7faf3a0ecac4313468

14 years agoADT NPW and GLE: fix AdtPlugin.getEmbeddedFileUrl
Raphael [Wed, 31 Mar 2010 23:25:10 +0000 (16:25 -0700)]
ADT NPW and GLE: fix AdtPlugin.getEmbeddedFileUrl

The method was always adding an initial slash to the path.
This is only needed if the requested path doesn't have one.

This fixes the NPW templates and the GLE scripts usage.

SDK Bug: 2546962

Change-Id: If19eb0a5b931eeb1d160c980f950eb0a974246e8

14 years agoADT NPW: logging for missing templates.
Raphael [Wed, 31 Mar 2010 23:18:37 +0000 (16:18 -0700)]
ADT NPW: logging for missing templates.

This does not solve the NPE, it adds even more logging
which will warn users when something goes horribly wrong.
Basically these logs should never happen.

SDK Bug: 2546962

Change-Id: Ibcd4f6fc9efc478d84236003cabde5ccf520a378

14 years agoADT NPW: NPE when trying to expand project templates.
Raphael [Wed, 31 Mar 2010 21:27:38 +0000 (14:27 -0700)]
ADT NPW: NPE when trying to expand project templates.

This does not solve the NPE, it adds logging so that we
can identify the issue since it doesn't happend in debug mode.
Probably some template is not loaded correctly.

SDK Bug: 2546962

Change-Id: I4dbd6f2e7f88d4e6eae660cb1b5bffb768a59131

14 years agoADT NPW and GLE: fix AdtPlugin.getEmbeddedFileUrl
Raphael [Wed, 31 Mar 2010 23:25:10 +0000 (16:25 -0700)]
ADT NPW and GLE: fix AdtPlugin.getEmbeddedFileUrl

The method was always adding an initial slash to the path.
This is only needed if the requested path doesn't have one.

This fixes the NPW templates and the GLE scripts usage.

SDK Bug: 2546962

Change-Id: I27c51fa23d968dacccd3d810d522f80504f899cc

14 years agoADT NPW: logging for missing templates.
Raphael [Wed, 31 Mar 2010 23:18:37 +0000 (16:18 -0700)]
ADT NPW: logging for missing templates.

This does not solve the NPE, it adds even more logging
which will warn users when something goes horribly wrong.
Basically these logs should never happen.

SDK Bug: 2546962

Change-Id: Id7da9a976535d297dfddb60d9a53899351f9561f

14 years agoADT NPW: NPE when trying to expand project templates.
Raphael [Wed, 31 Mar 2010 21:27:38 +0000 (14:27 -0700)]
ADT NPW: NPE when trying to expand project templates.

This does not solve the NPE, it adds logging so that we
can identify the issue since it doesn't happend in debug mode.
Probably some template is not loaded correctly.

SDK Bug: 2546962

Change-Id: Idf0df2bd4e4b7a632fc7777b296df830c2f642da

14 years agoChange visibility of constructor to let tests run.
Xavier Ducrohet [Wed, 31 Mar 2010 00:50:57 +0000 (17:50 -0700)]
Change visibility of constructor to let tests run.

Bug: 2461413

Change-Id: Ib014b7a5ff032bd925f3eac17a066d81654edff8

14 years agoADT: fix library support: force save on del/up/down.
Xavier Ducrohet [Tue, 30 Mar 2010 23:44:11 +0000 (16:44 -0700)]
ADT: fix library support: force save on del/up/down.

Bug: 2558499
Change-Id: Ic632822000ebd4e86d02a6f0517cf6ca89ee3cbc

14 years agoMerge "Disable export for library projects." into tools-r6
Xavier Ducrohet [Tue, 30 Mar 2010 18:18:18 +0000 (11:18 -0700)]
Merge "Disable export for library projects." into tools-r6

14 years agoDisable export for library projects.
Xavier Ducrohet [Tue, 30 Mar 2010 01:03:17 +0000 (18:03 -0700)]
Disable export for library projects.

Change-Id: I050e5b39027b960e28e6e463dc6048c02848d091

14 years agoDisable launch for library projects.
Xavier Ducrohet [Tue, 30 Mar 2010 01:20:00 +0000 (18:20 -0700)]
Disable launch for library projects.

Change-Id: Ieee0bb7db7e854a2c71600baaf050b8dd0d6582a

14 years agoMerge "ADT: Fix NPE when opening a project-library." into tools-r6
Raphael [Mon, 29 Mar 2010 23:35:19 +0000 (16:35 -0700)]
Merge "ADT: Fix NPE when opening a project-library." into tools-r6

14 years agoADT: Fix NPE when opening a project-library.
Raphael [Mon, 29 Mar 2010 21:20:11 +0000 (14:20 -0700)]
ADT: Fix NPE when opening a project-library.

Use case:
- start IDE with main project open and project library closed.
- open libray.
- NPE when main project refreshes.

Change-Id: I1ebfdc8848b2fe250c56ed90a61bd09c10cd3b4c

14 years agoADT: repo schema change tell users to update ADT, not tools.
Raphael [Mon, 29 Mar 2010 22:38:04 +0000 (15:38 -0700)]
ADT: repo schema change tell users to update ADT, not tools.

SDK Bug 2438713

Change-Id: Ia01ceb415a7b384ff683ab63c2e9a00355fa58c9

14 years agoADT: repo schema change tell users to update ADT, not tools.
Raphael [Mon, 29 Mar 2010 22:38:04 +0000 (15:38 -0700)]
ADT: repo schema change tell users to update ADT, not tools.

SDK Bug 2438713

Change-Id: Ie6dfad20a606cea27e9ba5ef8a0a1b2afa479fa7

14 years agoADT: Fix NPE when opening a project-library.
Raphael [Mon, 29 Mar 2010 21:20:11 +0000 (14:20 -0700)]
ADT: Fix NPE when opening a project-library.

Use case:
- start IDE with main project open and project library closed.
- open libray.
- NPE when main project refreshes.

Change-Id: I12a86587be6dc9c613897b6611322f7b1a3395df

14 years agoChange ddms testrunner to raise IOException to callers.
Brett Chabot [Sat, 27 Mar 2010 00:54:31 +0000 (17:54 -0700)]
Change ddms testrunner to raise IOException to callers.

This is to fit with design decision to make ddms a relatively dumb pipe, and
have callers handle any reliability/retry scenarios.

Change-Id: I454e0f37a7d50ba194f59aeba6a4ab9d9ed3ded8

14 years agoADT: Don't add duplicate source folder.
Xavier Ducrohet [Sat, 27 Mar 2010 00:38:40 +0000 (17:38 -0700)]
ADT: Don't add duplicate source folder.

When a project is opened, and libraries are resolved, make
sure that linked source folder are not already in the
classpath entries before adding theme.

Bug: 2549864
Change-Id: Ibb946b7e37ff3a9f3bae2c713e31b482c365cec3

14 years agoMerge "ADT: Fix a potential NPE and detect change in gdbserver."
Xavier Ducrohet [Fri, 26 Mar 2010 23:52:18 +0000 (16:52 -0700)]
Merge "ADT: Fix a potential NPE and detect change in gdbserver."

14 years agoADT: Fix a potential NPE and detect change in gdbserver.
Xavier Ducrohet [Fri, 26 Mar 2010 22:52:40 +0000 (15:52 -0700)]
ADT: Fix a potential NPE and detect change in gdbserver.

Change-Id: Ic6f6760854a3fecccdf19117e534170e426dfc03

14 years agoMerge "ADT project-lib: handle \\ dir separator for windows path."
Raphael [Fri, 26 Mar 2010 22:57:53 +0000 (15:57 -0700)]
Merge "ADT project-lib: handle \\ dir separator for windows path."

14 years agoADT: Fix possible NPE in final builder.
Xavier Ducrohet [Fri, 26 Mar 2010 22:31:54 +0000 (15:31 -0700)]
ADT: Fix possible NPE in final builder.

Bug: 2546973
Change-Id: I920f67277486c17e6d2790e6921c98864a8c24b0

14 years agoADT project-lib: handle \\ dir separator for windows path.
Raphael [Fri, 26 Mar 2010 22:17:27 +0000 (15:17 -0700)]
ADT project-lib: handle \\ dir separator for windows path.

SDK Bug 2546969

Change-Id: I594bb83321e19af0968c2b4fedc08712547e5583

14 years agoMerge "Prevent overflow in the AVD creation dialog"
Xavier Ducrohet [Fri, 26 Mar 2010 21:13:35 +0000 (14:13 -0700)]
Merge "Prevent overflow in the AVD creation dialog"

14 years agoPrevent overflow in the AVD creation dialog
Xavier Ducrohet [Sat, 20 Mar 2010 00:48:39 +0000 (17:48 -0700)]
Prevent overflow in the AVD creation dialog

Entering a sd card size too big would overflow
the int variable and revert to the message about
the SD Card being <9MB.

Fixed the overflow for normal values and added a check
on values too big (1TB+)

Bug: 2528357

Change-Id: I052e6ca20c4919ab621138250f21d8eaa7e1d01d

14 years agoSDK Manager: edit errors displayed when ANDROID_SDK_HOME is missing.
Raphael [Fri, 26 Mar 2010 20:57:21 +0000 (13:57 -0700)]
SDK Manager: edit errors displayed when ANDROID_SDK_HOME is missing.

Change-Id: I5748ced7efbcabf77a72670f577269f89da99925

14 years agoSDK Manager: Make AVD names case-insensitive under Windows.
Raphael [Thu, 25 Mar 2010 22:54:26 +0000 (15:54 -0700)]
SDK Manager: Make AVD names case-insensitive under Windows.

SDK Bug 2545530

Change-Id: I015b62ad21aea8fdf741b733d2c5f2a2b08d9e73

14 years agoSDK Manager: correctly handle lack of AvdManager
Raphael [Thu, 25 Mar 2010 22:15:53 +0000 (15:15 -0700)]
SDK Manager: correctly handle lack of AvdManager

Digit's issue in SDK Bug 2535112 was that AndroidLocation failed
to get the SDK home dir; consequently the SdkManager failed to
create an AvdManager and was using a null ptr everywhere.

This CL addresses the core issue here:
- The New AVD button should be grayed if there is AvdManager.

- UpdaterData.initSdk was catching the error and printing an
  error log that is not shown in the UI. There's now an explicit
  dialog box that explains the error and how to solve it.

- UpdaterWindow now aborts if the above dialog is shown. There's
  no need to keep the SDK Manager window around -- OK maybe that's
  a bit harsh since the SDK download/install part can stil lbe used
  by do we really want to deal with an half-functional window?
  No we don't really want that use-case. Let's force the user to
  fix it.

- Fixed the AndroidLocation error message to something more usable.
  Most people can set an environment variable, however few know
  how to "set up the user.home property" (I don't even know how
  to do that.)

- Display the AVD base folder in the AVD page.

Change-Id: I2b9dbc7180e4bb3ff696de257bb260e808301d2d

14 years agoMerge "Clean create_symlink for windows."
Raphael [Fri, 26 Mar 2010 21:02:14 +0000 (14:02 -0700)]
Merge "Clean create_symlink for windows."

14 years agoClean create_symlink for windows.
Raphael [Thu, 25 Mar 2010 20:34:04 +0000 (13:34 -0700)]
Clean create_symlink for windows.

Change-Id: Iac03183e10a49d60f42d69c33e97f3e62ec0c5b9

14 years agoSDK Manager: fix crash when creating new AVD with no home.
Raphael [Thu, 25 Mar 2010 20:31:37 +0000 (13:31 -0700)]
SDK Manager: fix crash when creating new AVD with no home.

This also fixes the logging:
- properly propagate the ISdkLog to the AvdCreateDialog.
- properly use the ADT console for logging when invoked from Eclipse.

SDK Bug 2535112

Change-Id: I9e059fe30fe02c4f5d3e70054b4454f5703df515

14 years agoMerge "Externalize ADT JUnit launch strings."
Brett Chabot [Mon, 22 Mar 2010 19:52:09 +0000 (12:52 -0700)]
Merge "Externalize ADT JUnit launch strings."

14 years agoSave/restore layout configuration.
Xavier Ducrohet [Fri, 19 Mar 2010 02:37:22 +0000 (19:37 -0700)]
Save/restore layout configuration.

When opening layout files in the editor, we know attempt
to return the last state the display was in the last time
the file was used (device/config, locale, theme).

Also simplified somewhat the different UI-initializing
method of the ConfigurationComposite.

Change-Id: Ice6b39775eaf9af46707e4156cd14751be90dcbc

14 years agoExternalize ADT JUnit launch strings.
Brett Chabot [Thu, 18 Mar 2010 04:27:15 +0000 (21:27 -0700)]
Externalize ADT JUnit launch strings.

Bug 1722668

Change-Id: I260525aaccbd6e243b43d4229ef943978f9c1cf1

14 years agoMerge "Add support for the new Ant rules files."
Xavier Ducrohet [Thu, 18 Mar 2010 22:54:36 +0000 (15:54 -0700)]
Merge "Add support for the new Ant rules files."

14 years agoMerge "Put back the old Ant rules and put the new ones under new names."
Xavier Ducrohet [Thu, 18 Mar 2010 22:54:29 +0000 (15:54 -0700)]
Merge "Put back the old Ant rules and put the new ones under new names."

14 years agoADT: New Project Wizard can now scroll if the window is too small
Xavier Ducrohet [Thu, 18 Mar 2010 22:19:10 +0000 (15:19 -0700)]
ADT: New Project Wizard can now scroll if the window is too small

Change-Id: I5fca534ef714a22d54d1a2e6ed028c7f22ddb07e

14 years agoAdd support for the new Ant rules files.
Xavier Ducrohet [Thu, 18 Mar 2010 20:37:06 +0000 (13:37 -0700)]
Add support for the new Ant rules files.

The new Ant rules files are located in <platform>/ant
instead of <platform>/templates

Also, the name of the file now include the revision
number to make it easier to update them, so the custom
task must deal with this.

Change-Id: I8fff9656b17c5afad8f22b23052dfca4c598d712

14 years agoPut back the old Ant rules and put the new ones under new names.
Xavier Ducrohet [Wed, 17 Mar 2010 23:45:26 +0000 (16:45 -0700)]
Put back the old Ant rules and put the new ones under new names.

Change-Id: Ie6c99be890ac78ba578234be0c145147fc6afa5e

14 years agoMerge "ADT: Fix minor NPE in UI Node/descriptors when no SDK is loaded yet."
Raphael [Wed, 17 Mar 2010 23:35:49 +0000 (16:35 -0700)]
Merge "ADT: Fix minor NPE in UI Node/descriptors when no SDK is loaded yet."

14 years agoADT: Fix minor NPE in UI Node/descriptors when no SDK is loaded yet.
Raphael [Wed, 17 Mar 2010 22:41:07 +0000 (15:41 -0700)]
ADT: Fix minor NPE in UI Node/descriptors when no SDK is loaded yet.

Change-Id: I075cc7cce0b9814c2f71a1b61cff117b80d7457b

14 years agoMerge "Update changes.txt for tools r6 and adt 0.9.7"
Xavier Ducrohet [Wed, 17 Mar 2010 22:32:53 +0000 (15:32 -0700)]
Merge "Update changes.txt for tools r6 and adt 0.9.7"

14 years agoMerge "ADT: Do not run apkbuilder on libraries."
Xavier Ducrohet [Wed, 17 Mar 2010 22:32:43 +0000 (15:32 -0700)]
Merge "ADT: Do not run apkbuilder on libraries."

14 years agoADT GLE: Only use children which have a ViewKey of the correct type.
Raphael [Wed, 17 Mar 2010 18:48:07 +0000 (11:48 -0700)]
ADT GLE: Only use children which have a ViewKey of the correct type.

We can't interact with those with have a null key or one of
an incompatible type.

Change-Id: Ida4af3753ec7f62c2061bfa765d660fddef2e087

14 years agoUpdate changes.txt for tools r6 and adt 0.9.7
Xavier Ducrohet [Wed, 17 Mar 2010 18:47:43 +0000 (11:47 -0700)]
Update changes.txt for tools r6 and adt 0.9.7

Change-Id: If2eb8ef197953c616f98b32764d01d7a1eb4d47f

14 years agoADT: Do not run apkbuilder on libraries.
Xavier Ducrohet [Wed, 17 Mar 2010 18:35:59 +0000 (11:35 -0700)]
ADT: Do not run apkbuilder on libraries.

Change-Id: Ic930074835621c8a2e942de6e0f642b7a8dae5c6

14 years agoAttempt to make ADT JUnit error messages more user friendly.
Brett Chabot [Wed, 17 Mar 2010 00:22:25 +0000 (17:22 -0700)]
Attempt to make ADT JUnit error messages more user friendly.

Change-Id: Idb3e03b7273872da0d615c83c0ecbe55b65a6ad1

14 years agoMerge "ADT: New project properties panel for libraries."
Xavier Ducrohet [Wed, 17 Mar 2010 17:41:35 +0000 (10:41 -0700)]
Merge "ADT: New project properties panel for libraries."

14 years agoADT: New project properties panel for libraries.
Xavier Ducrohet [Tue, 16 Mar 2010 17:14:01 +0000 (10:14 -0700)]
ADT: New project properties panel for libraries.

Change-Id: I21efbcfd4bfcb552e1ecceee7cc611efa6b737f3

14 years agoMerge "Handle invalid syntax response in DDMS testrunner parser."
Brett Chabot [Tue, 16 Mar 2010 23:25:53 +0000 (16:25 -0700)]
Merge "Handle invalid syntax response in DDMS testrunner parser."

14 years agoHandle invalid syntax response in DDMS testrunner parser.
Brett Chabot [Tue, 16 Mar 2010 23:15:48 +0000 (16:15 -0700)]
Handle invalid syntax response in DDMS testrunner parser.

Bug 1713395

Change-Id: Id614ddd6c74fa02b5fba6a6fb9e994bae4809bf4

14 years agoADT fix: Manifest editor doesn't reload properly on SDK change.
Raphael [Tue, 16 Mar 2010 22:09:30 +0000 (15:09 -0700)]
ADT fix: Manifest editor doesn't reload properly on SDK change.

Always refresh the pointer to the XML manifest node when descriptors
have changed.

SDK Bug 2517314

Change-Id: Icea694e10924ce2faf9dbd064f94933134a3640d

14 years agoFix HierarchyViewer's loupe mode. It was displaying black with 2.0+ devices.
Romain Guy [Tue, 16 Mar 2010 20:44:30 +0000 (13:44 -0700)]
Fix HierarchyViewer's loupe mode. It was displaying black with 2.0+ devices.

Change-Id: I645520ec8063efd522a5fecf3b0e204e8b94056e

14 years agoADT fix: Manifest editor doesn't reload properly on SDK change.
Raphael [Tue, 16 Mar 2010 04:31:45 +0000 (21:31 -0700)]
ADT fix: Manifest editor doesn't reload properly on SDK change.

Cause: typo due to autocompletion.

SDK Bug 2517314

Change-Id: I81b285b5d5c7781ea0c4e18e500a5d72fb29d994

14 years agoMerge "Handle new sdcard mount point in DDMS."
Xavier Ducrohet [Mon, 15 Mar 2010 22:05:25 +0000 (15:05 -0700)]
Merge "Handle new sdcard mount point in DDMS."

14 years agoFix symbol resolution for libc.
Xavier Ducrohet [Sat, 13 Mar 2010 02:41:08 +0000 (18:41 -0800)]
Fix symbol resolution for libc.

There's no libc_debug anymore. This prevented the
resolution from working for all libc addresses.

Change-Id: Id909719cd38170192b14d05f9ce5e47b640ea469