aboutsummaryrefslogtreecommitdiffstats
Commit message (Collapse)AuthorAgeFilesLines
...
* | | Merge "Put back the old Ant rules and put the new ones under new names."Xavier Ducrohet2010-03-185-0/+551
|\ \ \ | |/ /
| * | Put back the old Ant rules and put the new ones under new names.Xavier Ducrohet2010-03-185-0/+551
| | | | | | | | | | | | Change-Id: Ie6c99be890ac78ba578234be0c145147fc6afa5e
* | | 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-172-1/+12
|\ \
| * | Update changes.txt for tools r6 and adt 0.9.7Xavier Ducrohet2010-03-172-1/+12
| | | | | | | | | | | | 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
* Merge "ADT: New project properties panel for libraries."Xavier Ducrohet2010-03-1716-277/+742
|\
| * ADT: New project properties panel for libraries.Xavier Ducrohet2010-03-1716-277/+742
| | | | | | | | Change-Id: I21efbcfd4bfcb552e1ecceee7cc611efa6b737f3
* | Merge "Handle invalid syntax response in DDMS testrunner parser."Brett Chabot2010-03-162-7/+45
|\ \ | |/ |/|
| * Handle invalid syntax response in DDMS testrunner parser.Brett Chabot2010-03-162-7/+45
| | | | | | | | | | | | Bug 1713395 Change-Id: Id614ddd6c74fa02b5fba6a6fb9e994bae4809bf4
* | 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
* | Fix HierarchyViewer's loupe mode. It was displaying black with 2.0+ devices.Romain Guy2010-03-162-25/+111
|/ | | | Change-Id: I645520ec8063efd522a5fecf3b0e204e8b94056e
* 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
* Merge "Handle new sdcard mount point in DDMS."Xavier Ducrohet2010-03-155-2/+55
|\
| * Handle new sdcard mount point in DDMS.Xavier Ducrohet2010-03-125-2/+55
| | | | | | | | | | Bug: 2482010 Change-Id: I68e7f3361bc44251b3767ffe6bcba21e649c4407
* | Fix symbol resolution for libc.Xavier Ducrohet2010-03-121-1/+1
|/ | | | | | | There's no libc_debug anymore. This prevented the resolution from working for all libc addresses. Change-Id: Id909719cd38170192b14d05f9ce5e47b640ea469
* 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-126-56/+24
|\
| * Disable writting the apk settings.Xavier Ducrohet2010-03-126-56/+24
| | | | | | | | | | | | | | | | | | | | 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
* | | Remove aidl step from library ant rulesXavier Ducrohet2010-03-111-14/+1
| |/ |/| | | | | | | | | aidl is not supported by libraries. Change-Id: Id37d71ac2f1f48776bf9bff72e2a3099a1511c64
* | Move ant.prop to sdk.prop and up a folder.Xavier Ducrohet2010-03-1113-64/+110
|/ | | | | | | | | | | | | | | | 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
* Merge "Make some errors warnings instead when parsing the SDK."Xavier Ducrohet2010-03-111-16/+16
|\
| * Make some errors warnings instead when parsing the SDK.Xavier Ducrohet2010-03-101-16/+16
| | | | | | | | | | | | | | | | Errors are always displayed, warning only in verbose mode. Bug: 2502224 Change-Id: I8380e63d7a9c936187fa4c557849d9a2bacc13a2
* | Merge "Make sure to compare normalize path when comparing libraries."Xavier Ducrohet2010-03-111-4/+15
|\ \
| * | Make sure to compare normalize path when comparing libraries.Xavier Ducrohet2010-03-101-4/+15
| |/ | | | | | | Change-Id: Idb8e7fcf316202c9b9a937e9b67bcce3db419fc0
* | Handle incomplete instrumentation test as a failure.Brett Chabot2010-03-102-6/+26
|/ | | | | | | Change instrumentation result parser to record a instrumentation test that was started, but not completed due to a run failure, as a test failure. Change-Id: I1296a9064a13ee0ba10e8352cd2cc8b54930043e
* Merge "Add support for multiple instrumentation test result listeners."Brett Chabot2010-03-103-33/+87
|\
| * Add support for multiple instrumentation test result listeners.Brett Chabot2010-03-103-33/+87
| | | | | | | | Change-Id: I12b273582880fadefcd233df45960811b8f16d49
* | 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
* | | Add an empty CleanSpec.mkJean-Baptiste Queru2010-03-081-0/+49
| | | | | | | | | | | | Change-Id: Id24b3d91d79b0dac9402c9eaab49c8742a089aaa
* | | Merge "ADT GLE: pass dragged FQCN to IViewRules"Raphael2010-03-0811-45/+189
|\ \ \
| * | | ADT GLE: pass dragged FQCN to IViewRulesRaphael2010-03-0811-45/+189
| | |/ | |/| | | | | | | Change-Id: Iee6868e65ebdb98a8b62dd07d8490e5363e6f3af
* | | Merge "SDK Manager: fix displayed dependencies at installation."Raphael2010-03-082-5/+6
|\ \ \ | |/ / |/| |
| * | SDK Manager: fix displayed dependencies at installation.Raphael2010-03-062-5/+6
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | 2 changes: - No longer display packages already locally installed as dependencies. - Changed the wording at install time to clearly indicate that "installing package X also requires installing Y and Z". That's just wording but I think it should clear the confusion and really says what the code is actually going to do, e.g.: - if X depends on tools r5 and you don't have r5, it will correctly state "requires installing missing tools r5" - if X depends on tools r5 and you have r6 in the repo, it will correctly state "requires installing tools r6". SDK Bug 2418140 Change-Id: I84f8d145d896102410349241ad39eadd09215de8
* | | Merge "SDK Manager: Fix typo in addon dir selection."Raphael2010-03-081-1/+1
|\ \ \
| * | | SDK Manager: Fix typo in addon dir selection.Raphael2010-03-081-1/+1
| | | | | | | | | | | | | | | | | | | | | | | | | | | | Follow up for change I1d7412de SDK Bug 2277394 Change-Id: I553e8db093661f9abfd45791f194929e52775212
* | | | 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 "SDK Manager recomputes addon install folder name."Raphael2010-03-081-11/+7
|\ \ \
| * | | SDK Manager recomputes addon install folder name.Raphael2010-03-081-11/+7
| |/ / | | | | | | | | | | | | | | | SDK Bug 2277349 Change-Id: I1d7412deeda45c8a85072a7ee8d371b5bee6a9a0