aboutsummaryrefslogtreecommitdiffstats
Commit message (Collapse)AuthorAgeFilesLines
...
| * | ADT NPW: logging for missing templates.Raphael2010-03-312-10/+42
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | 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
| * | ADT NPW: NPE when trying to expand project templates.Raphael2010-03-311-4/+36
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | 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
| * | Change visibility of constructor to let tests run.Xavier Ducrohet2010-03-301-1/+1
| | | | | | | | | | | | | | | | | | Bug: 2461413 Change-Id: Ib014b7a5ff032bd925f3eac17a066d81654edff8
| * | ADT: fix library support: force save on del/up/down.Xavier Ducrohet2010-03-301-0/+3
| | | | | | | | | | | | | | | Bug: 2558499 Change-Id: Ic632822000ebd4e86d02a6f0517cf6ca89ee3cbc
| * | Merge "Disable export for library projects." into tools-r6Xavier Ducrohet2010-03-303-45/+111
| |\ \
| | * | Disable export for library projects.Xavier Ducrohet2010-03-303-45/+111
| | | | | | | | | | | | | | | | Change-Id: I050e5b39027b960e28e6e463dc6048c02848d091
| * | | Disable launch for library projects.Xavier Ducrohet2010-03-291-2/+16
| |/ / | | | | | | | | | Change-Id: Ieee0bb7db7e854a2c71600baaf050b8dd0d6582a
| * | Merge "ADT: Fix NPE when opening a project-library." into tools-r6Raphael2010-03-291-1/+2
| |\ \
| | * | ADT: Fix NPE when opening a project-library.Raphael2010-03-291-1/+2
| | |/ | | | | | | | | | | | | | | | | | | | | | | | | Use case: - start IDE with main project open and project library closed. - open libray. - NPE when main project refreshes. Change-Id: I1ebfdc8848b2fe250c56ed90a61bd09c10cd3b4c
| * | ADT: repo schema change tell users to update ADT, not tools.Raphael2010-03-291-2/+22
| |/ | | | | | | | | | | SDK Bug 2438713 Change-Id: Ia01ceb415a7b384ff683ab63c2e9a00355fa58c9
* | Merge "Add setTestSize to ddms test runner."Brett Chabot2010-04-063-4/+65
|\ \
| * | Add setTestSize to ddms test runner.Brett Chabot2010-04-063-4/+65
| | | | | | | | | | | | | | | | | | Also cleanup some log messages. Change-Id: Iea292c620c65e63642ef57d3082a54a1613b15bd
* | | Merge "SDK Manager: Rename "add site" to "add addon-site"."Raphael2010-04-061-19/+29
|\ \ \
| * | | SDK Manager: Rename "add site" to "add addon-site".Raphael2010-04-061-19/+29
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | And add explicit information in the dialog. SDK Bug 2283498 Change-Id: I1f7ae92663b899df33751af38050d5b071f0647c
* | | | SDK Manager: add tooltips to "Create new AVD" dialog.Raphael2010-04-061-6/+23
|/ / / | | | | | | | | | | | | | | | | | | | | | | | | | | | 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
* | | SDK Manager: fix error message when missing XML validator.Raphael2010-04-051-5/+22
|/ / | | | | | | | | | | SDK Bug 2306644 Change-Id: I2e698ea0ec9225a26ff94d9973c4e0b8f297c89b
* | New GPS HAL for qemuMike Lockwood2010-04-052-0/+971
| | | | | | | | | | | | | | This will replace equivalent code in libhardware_legacy Change-Id: I611e34a187ed8460490f793538446c11c7c83cab Signed-off-by: Mike Lockwood <lockwood@android.com>
* | Merge "GLE1: stop showing outline/properties when opening GLE."Raphael2010-04-022-5/+46
|\ \
| * | GLE1: stop showing outline/properties when opening GLE.Raphael2010-04-022-5/+46
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | 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
* | | Merge "Fix gen folder sometimes not found during build. Fix NPE in GLE ↵Raphael2010-04-022-6/+10
|\ \ \ | | | | | | | | | | | | config composite."
| * | | Fix gen folder sometimes not found during build.Raphael2010-04-022-6/+10
| |/ / | | | | | | | | | | | | | | | | | | | | | Fix NPE in GLE config composite. SDK Bug 2567451 Change-Id: Iae315a57285bf11ea151b6b35581367c3ce37145
* | | Merge "Change ddms testrunner to raise IOException to callers."Brett Chabot2010-04-026-34/+40
|\ \ \ | |/ / |/| |
| * | Change ddms testrunner to raise IOException to callers.Brett Chabot2010-03-266-34/+40
| | | | | | | | | | | | | | | | | | | | | 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
* | | Merge "move to Tools r7 and ADT 0.9.8"Xavier Ducrohet2010-04-019-12/+12
|\ \ \
| * | | move to Tools r7 and ADT 0.9.8Xavier Ducrohet2010-04-019-12/+12
| | | | | | | | | | | | | | | | Change-Id: Ia7690ff2787aa68bb668af05bbaf13a7cf16bc8b
* | | | Project lib NPE when closing a lib project.Raphael2010-04-011-1/+2
| | | | | | | | | | | | | | | | Change-Id: Ia77122bc9a7c6e8f5f94e094eb70e05abb6d0793
* | | | ADT NPW and GLE: fix AdtPlugin.getEmbeddedFileUrlRaphael2010-03-311-2/+7
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | 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
* | | | ADT NPW: logging for missing templates.Raphael2010-03-312-10/+42
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | 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
* | | | ADT NPW: NPE when trying to expand project templates.Raphael2010-03-311-4/+36
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | 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
* | | | ADT: repo schema change tell users to update ADT, not tools.Raphael2010-03-291-2/+22
|/ / / | | | | | | | | | | | | | | | SDK Bug 2438713 Change-Id: Ie6dfad20a606cea27e9ba5ef8a0a1b2afa479fa7
* | | ADT: Fix NPE when opening a project-library.Raphael2010-03-291-1/+2
| |/ |/| | | | | | | | | | | | | | | Use case: - start IDE with main project open and project library closed. - open libray. - NPE when main project refreshes. Change-Id: I12a86587be6dc9c613897b6611322f7b1a3395df
* | ADT: Don't add duplicate source folder.Xavier Ducrohet2010-03-261-3/+13
| | | | | | | | | | | | | | | | | | 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
* | Merge "ADT: Fix a potential NPE and detect change in gdbserver."Xavier Ducrohet2010-03-262-2/+3
|\ \
| * | ADT: Fix a potential NPE and detect change in gdbserver.Xavier Ducrohet2010-03-262-2/+3
| | | | | | | | | | | | Change-Id: Ic6f6760854a3fecccdf19117e534170e426dfc03
* | | Merge "ADT project-lib: handle \\ dir separator for windows path."Raphael2010-03-261-1/+2
|\ \ \ | |/ / |/| |
| * | ADT project-lib: handle \\ dir separator for windows path.Raphael2010-03-261-1/+2
| | | | | | | | | | | | | | | | | | SDK Bug 2546969 Change-Id: I594bb83321e19af0968c2b4fedc08712547e5583
* | | ADT: Fix possible NPE in final builder.Xavier Ducrohet2010-03-261-1/+1
|/ / | | | | | | | | Bug: 2546973 Change-Id: I920f67277486c17e6d2790e6921c98864a8c24b0
* | Merge "Prevent overflow in the AVD creation dialog"Xavier Ducrohet2010-03-261-13/+24
|\ \
| * | Prevent overflow in the AVD creation dialogXavier Ducrohet2010-03-261-13/+24
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | 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
* | | SDK Manager: edit errors displayed when ANDROID_SDK_HOME is missing.Raphael2010-03-263-6/+5
|/ / | | | | | | Change-Id: I5748ced7efbcabf77a72670f577269f89da99925
* | SDK Manager: Make AVD names case-insensitive under Windows.Raphael2010-03-261-2/+9
| | | | | | | | | | | | SDK Bug 2545530 Change-Id: I015b62ad21aea8fdf741b733d2c5f2a2b08d9e73
* | SDK Manager: correctly handle lack of AvdManagerRaphael2010-03-266-13/+88
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | 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
* | Merge "Clean create_symlink for windows."Raphael2010-03-261-9/+0
|\ \
| * | Clean create_symlink for windows.Raphael2010-03-251-9/+0
| |/ | | | | | | Change-Id: Iac03183e10a49d60f42d69c33e97f3e62ec0c5b9
* | SDK Manager: fix crash when creating new AVD with no home.Raphael2010-03-2511-135/+298
|/ | | | | | | | | | 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
* Merge "Externalize ADT JUnit launch strings."Brett Chabot2010-03-227-23/+126
|\
| * Externalize ADT JUnit launch strings.Brett Chabot2010-03-197-23/+126
| | | | | | | | | | | | Bug 1722668 Change-Id: I260525aaccbd6e243b43d4229ef943978f9c1cf1
* | Save/restore layout configuration.Xavier Ducrohet2010-03-193-189/+283
| | | | | | | | | | | | | | | | | | | | | | 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
* | Merge "Add support for the new Ant rules files."Xavier Ducrohet2010-03-184-15/+52
|\ \
| * | Add support for the new Ant rules files.Xavier Ducrohet2010-03-184-15/+52
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | 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