aboutsummaryrefslogtreecommitdiffstats
path: root/eclipse
Commit message (Collapse)AuthorAgeFilesLines
* 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
|\ \ \ | |_|/ |/| |
| * | ADT: Do not run apkbuilder on libraries.Xavier Ducrohet2010-03-171-0/+4
| |/ | | | | | | Change-Id: Ic930074835621c8a2e942de6e0f642b7a8dae5c6
* | ADT GLE: Only use children which have a ViewKey of the correct type.Raphael2010-03-171-1/+6
| | | | | | | | | | | | | | We can't interact with those with have a null key or one of an incompatible type. Change-Id: Ida4af3753ec7f62c2061bfa765d660fddef2e087
* | Attempt to make ADT JUnit error messages more user friendly.Brett Chabot2010-03-173-9/+13
|/ | | | Change-Id: Idb3e03b7273872da0d615c83c0ecbe55b65a6ad1
* ADT: New project properties panel for libraries.Xavier Ducrohet2010-03-1715-277/+732
| | | | Change-Id: I21efbcfd4bfcb552e1ecceee7cc611efa6b737f3
* ADT fix: Manifest editor doesn't reload properly on SDK change.Raphael2010-03-161-40/+46
| | | | | | | | | Always refresh the pointer to the XML manifest node when descriptors have changed. SDK Bug 2517314 Change-Id: Icea694e10924ce2faf9dbd064f94933134a3640d
* ADT fix: Manifest editor doesn't reload properly on SDK change.Raphael2010-03-151-1/+1
| | | | | | | | Cause: typo due to autocompletion. SDK Bug 2517314 Change-Id: I81b285b5d5c7781ea0c4e18e500a5d72fb29d994
* ADT GLE: treat all unknown layout XML nodes as base View objects.Raphael2010-03-127-41/+231
| | | | | | | | | This adds an interface that UIElementNode queries when it needs to treat an unknown XML local name. The default is to create ElementDescriptors, but layout overrides this to deal with custom view and to create base View descriptors by default. Change-Id: I639fb169a6b1b53b28715c88f9a037426d7ca88f
* Fix potential NPE detected by Eclipse's static analysis.Raphael2010-03-121-22/+22
| | | | | | Also add some missing NON-NLS. Change-Id: I5712d9ebc2f971af54592011fa42fe9a901235b2
* Merge "Disable writting the apk settings."Xavier Ducrohet2010-03-122-4/+2
|\
| * Disable writting the apk settings.Xavier Ducrohet2010-03-122-4/+2
| | | | | | | | | | | | | | | | | | | | This is not fully supported. Its presence in default.properties can be confusing the devs in thinking this is supported. Also removed a useless helper class. Change-Id: Ia26b31e258f53964a437c7bbe202da857796df8e
* | Merge "Make ADT requires the exact same version of DDMS."Xavier Ducrohet2010-03-121-1/+1
|\ \ | |/ |/|
| * Make ADT requires the exact same version of DDMS.Xavier Ducrohet2010-03-111-1/+1
| | | | | | | | | | Bug: 2129570 Change-Id: Id351fa7f0459a66bf432976d5550d95d7ddc795a
* | Move ant.prop to sdk.prop and up a folder.Xavier Ducrohet2010-03-112-0/+20
|/ | | | | | | | | | | | | | | | this file is meant to have general sdk properties, not just Ant ones. Also separated the library support from the Ant build version. It's clearer whether or not libraries are supported, and it's not just tied to Ant anyway (ADT needs to know as well). Finally use that new property to do checks on library support in both the custom Ant tasks and ADT. Depends on a CL in development.git (sdk.atree change). Change-Id: I77d229ed3fd60f0468b1d3d31f7cf147b03a32fb
* Make sure to compare normalize path when comparing libraries.Xavier Ducrohet2010-03-101-4/+15
| | | | Change-Id: Idb8e7fcf316202c9b9a937e9b67bcce3db419fc0
* Merge "ADT: reload libraries when default.properties is edited."Xavier Ducrohet2010-03-1010-143/+342
|\
| * ADT: reload libraries when default.properties is edited.Xavier Ducrohet2010-03-0910-143/+342
| | | | | | | | | | | | Misc: add a folder decorator for library source folders. Change-Id: I8c9d8abba2341c0caca09ad1bd706613103cee05
* | Merge "Make "Main menu > Run As > Android application" appear in ADT ."Brett Chabot2010-03-091-2/+4
|\ \
| * | Make "Main menu > Run As > Android application" appear in ADT .Brett Chabot2010-03-091-2/+4
| | | | | | | | | | | | | | | | | | Bug 1841601 Change-Id: I7035584a18cf43eb488215c5ff6832ba499498e1
* | | ADT GLE: pass dragged FQCN to IViewRulesRaphael2010-03-0811-45/+189
| |/ |/| | | | | Change-Id: Iee6868e65ebdb98a8b62dd07d8490e5363e6f3af
* | ADT NPW: fixes in "create project from existing" mode.Raphael2010-03-081-49/+23
| | | | | | | | | | | | | | | | | | | | | | When an activity is found in the imported manifest: - do not check that there's a .java matching the activity name found - do not check the Create Activity checkbox - do not fill the activity name in the info panel. - disable app name in info panel and don't fill - disable minSdkVersion Change-Id: Ifc15b6e019e45a561c3a6ce781bfc48f3f097962
* | Merge "ADT GLE2: Fix drop coordinates, add FrameLayout.groovy"Raphael2010-03-087-47/+129
|\ \
| * | ADT GLE2: Fix drop coordinates, add FrameLayout.groovyRaphael2010-03-057-47/+129
| |/ | | | | | | | | | | | | | | | | | | | | | | | | | | 1- Fix computation of scrolled drop coordinates: margin constant should not be used directly and is now private to the Scaling helper class. The Drop class now defers to the Canvas to convert display coordinates into canvas image coordinates. 2- Fixed a small bug when LinearLayout was computing the insertion point when there were no children. 3- Added a basic FrameLayout for drop support. Change-Id: Iaf1305bd3df16b62fe29568eb811d36704f86482
* | Merge "NPE in ADT when opening/closing projects if there's a layout open."Raphael2010-03-081-1/+1
|\ \
| * | NPE in ADT when opening/closing projects if there's a layout open.Raphael2010-03-061-1/+1
| |/ | | | | | | Change-Id: Ic9a63c9db8eee095a1a13c5905241ae2e21a29a6
* | ADT NPW: fill the samples combo when only one platform is installed.Raphael2010-03-061-22/+12
|/ | | | | | SDK Bug 2475303 Change-Id: I339ba75b0b8c4639522e394dc34807fb04563756