aboutsummaryrefslogtreecommitdiffstats
path: root/eclipse
Commit message (Collapse)AuthorAgeFilesLines
* Resolves Issue 6219: simplify/automate "application" package name refactoringKarl Ostmo2010-05-033-2/+680
| | | | Change-Id: Ide90aa1649ef36568400e98b470edffa4eaed64e
* Fix NPE in the DDMS plugin device view.Raphael Moll2010-04-271-3/+4
| | | | Change-Id: I771cc215e21f4deb93c85eabce649b275fab3ef4
* Fix auto launch config to respect minSdkVersionRaphael Moll2010-04-221-2/+45
| | | | | | | | | | | 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
* merge from tools-r6The Android Open Source Project2010-04-0814-68/+186
|\ | | | | | | Change-Id: If11d893ba56c1189620e00f86b7f51bf4d698e49
| * Fix gen folder sometimes not found during build.Raphael2010-04-022-6/+10
| | | | | | | | | | | | | | | | | | | | Fix NPE in GLE config composite. SDK Bug 2567451 Merged from master Change Iae315a57 Change-Id: I75017e7eb2edf377e3bf00a47b809300324babac
| * 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. Merged from master Change I634e6dbe Change-Id: I43731248acec22cff628afc940bea69431bb93dd
| * Merge "ADT: Add native support to library projects." into tools-r6Xavier Ducrohet2010-04-012-12/+36
| |\
| | * ADT: Add native support to library projects.Xavier Ducrohet2010-04-012-12/+36
| | | | | | | | | | | | | | | | | | Bug: 2565909 Change-Id: I4342c58d9306c13f963c6c52fc202bd28ad25626
| * | ADT: Customize project selection message.Xavier Ducrohet2010-04-017-8/+19
| |/ | | | | | | | | Bug: 2565629 Change-Id: I10a1aceaa5f0d0e157a9eccf7bffb312c7fc3bcc
| * Project lib NPE when closing a lib project.Raphael2010-04-011-1/+2
| | | | | | | | | | | | (merge Change Ia77122bc from master) Change-Id: Iad27a002d387f9537e487ddd669831ef65e9e7b0
| * 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: If19eb0a5b931eeb1d160c980f950eb0a974246e8
| * 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
| * 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
* | 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-023-17/+27
|\ \ \ | |/ / |/| |
| * | Change ddms testrunner to raise IOException to callers.Brett Chabot2010-03-263-17/+27
| | | | | | | | | | | | | | | | | | | | | 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-018-11/+11
|\ \ \
| * | | move to Tools r7 and ADT 0.9.8Xavier Ducrohet2010-04-018-11/+11
| | | | | | | | | | | | | | | | 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: 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 "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-254-26/+60
|/ | | | | | | | | | 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
* | ADT: New Project Wizard can now scroll if the window is too smallXavier Ducrohet2010-03-182-9/+43
| | | | | | | | Change-Id: I5fca534ef714a22d54d1a2e6ed028c7f22ddb07e
* | Merge "ADT: Fix minor NPE in UI Node/descriptors when no SDK is loaded yet."Raphael2010-03-171-6/+8
|\ \ | |/ |/|
| * ADT: Fix minor NPE in UI Node/descriptors when no SDK is loaded yet.Raphael2010-03-171-6/+8
| | | | | | | | Change-Id: I075cc7cce0b9814c2f71a1b61cff117b80d7457b
* | Merge "Update changes.txt for tools r6 and adt 0.9.7"Xavier Ducrohet2010-03-171-0/+4
|\ \
| * | Update changes.txt for tools r6 and adt 0.9.7Xavier Ducrohet2010-03-171-0/+4
| | | | | | | | | | | | Change-Id: If2eb8ef197953c616f98b32764d01d7a1eb4d47f
* | | Merge "ADT: Do not run apkbuilder on libraries."Xavier Ducrohet2010-03-171-0/+4
|\ \ \ | |_|/ |/| |