Raphael Moll
f23d59c068
AI 144488: am: CL 144486 ADT: Call the Extract String Refactoring to create a new XML String
...
ID when selecting a string reference.
Original author: raphael
Merged from: //branches/cupcake/...
Automated import of CL 144488
2009-04-03 13:31:58 -07:00
Xavier Ducrohet
bb10b2afb6
AI 144382: am: CL 144366 Activity Launcher filters out unlauncheable activity (bug #1736754 )
...
Activities that do not have an action, or that are set to not be exported cannot be launched from 'am start...' so they should not be considered when finding an activity to launch.
Original author: xav
Merged from: //branches/cupcake/...
Automated import of CL 144382
2009-04-02 22:22:29 -07:00
Brett Chabot
6bc8491396
AI 144322: am: CL 144320 ADT: Fix debugger launch connection when debugging Android JUnit
...
Original author: brettchabot
Merged from: //branches/cupcake/...
Automated import of CL 144322
2009-04-02 15:37:39 -07:00
Raphael Moll
d63db799ea
AI 144284: am: CL 144283 ADT: Enhance Resource Chooser with ability to create new XML strings.
...
That's a first pass. There's a fair bit of refactoring
involved, so it's split in two CLs. Next CL will add more
functionality.
Original author: raphael
Merged from: //branches/cupcake/...
Automated import of CL 144284
2009-04-02 13:42:45 -07:00
Xavier Ducrohet
7e020ebebd
AI 144254: am: CL 144252 Reload AVDs when displaying the run/debug launch dialog (bug #1683892 )
...
Original author: xav
Merged from: //branches/cupcake/...
Automated import of CL 144254
2009-04-02 11:36:53 -07:00
Raphael Moll
9ae6340786
AI 144049: am: CL 144048 ADT #1743364 : Uncomment the system resource chooser code.
...
Rationale: we want to keep that code around, so we need to compile
it to make sure it doesn't use obsoleted APIs. That does it.
Original author: raphael
Merged from: //branches/cupcake/...
Automated import of CL 144049
2009-04-01 12:30:50 -07:00
Brett Chabot
47eccd8c05
AI 143918: am: CL 143917 ADT Android JUnit: Change logic to provide an explicit project or package to run to the device InstrumentationTestRunner, instead of providing the potentially huge list of test classes. Discontinue support for running all tests in a source folder.
...
Original author: brettchabot
Merged from: //branches/cupcake/...
Automated import of CL 143918
2009-03-31 19:15:42 -07:00
Raphael Moll
37747492ad
AI 143886: am: CL 143882 ADT #1743364 : Refactor misc UI widgets together in package adt.ui.
...
Original author: raphael
Merged from: //branches/cupcake/...
Automated import of CL 143886
2009-03-31 17:27:19 -07:00
Raphael Moll
1edcab4738
AI 143883: am: CL 143881 AVD #1703143 : delete AVDs not loaded correctly.
...
This covers the case where an AVD has an invalid target
or is missing its AVD folder or the config.ini in it.
Made some cosmetic cleanup too.
Original author: raphael
Merged from: //branches/cupcake/...
Automated import of CL 143883
2009-03-31 17:23:46 -07:00
Xavier Ducrohet
db258ddbc7
AI 143672: am: CL 143499 Fix the icon for the JUnit launch shortcut
...
Original author: xav
Merged from: //branches/cupcake/...
Automated import of CL 143672
2009-03-31 11:02:33 -07:00
Xavier Ducrohet
c33ae50cc3
AI 143408: am: CL 143407 Prevent reinstalling APKs during launch if they have not been recompiled since the previous launch.
...
Original author: xav
Merged from: //branches/cupcake/...
Automated import of CL 143408
2009-03-27 20:54:01 -07:00
Raphael Moll
1e3355dd7d
AI 143273: am: CL 143259 ADT #1743364 : Refactor all wizard classes & their actions together.
...
Original author: raphael
Merged from: //branches/cupcake/...
Automated import of CL 143273
2009-03-27 20:42:40 -07:00
Xavier Ducrohet
5303d5c523
AI 143270: am: CL 143149 Make ADT look for javadoc in docs/reference for the optional libraries (to match the base docs).
...
Original author: xav
Merged from: //branches/cupcake/...
Automated import of CL 143270
2009-03-27 20:37:00 -07:00
Xavier Ducrohet
1fd79529a9
AI 143269: am: CL 143143 Update ADT changes.txt with JUnit features, and properly restrict ADT package access.
...
Original author: xav
Merged from: //branches/cupcake/...
Automated import of CL 143269
2009-03-27 20:34:05 -07:00
Raphael Moll
6007018190
AI 143199: am: CL 142978 ADT #1738393 : fix typo in launch controller.
...
Also fixed some javadoc warnings.
Original author: raphael
Merged from: //branches/cupcake/...
Automated import of CL 143199
2009-03-27 17:36:09 -07:00
Raphael Moll
745fd90975
AI 143157: am: CL 142852 ADT fix #1682502 : New XML File Wizard root combo is sometimes empty.
...
Two issues in fact:
1- On some selections the resource type is determined before the
root values are computed.
2- Added an sdk target change listener to refresh the project's roots
if the SDK was still loading or if the project changed targets.
The New Project Wizard has been updated with a similar sdk change
listener to refresh the target selector. This is useful when the NPW
is used before the targets have finished loading, e.g. upon lauching
Eclipse.
Note: this requires CL 142690 to compile.
Original author: raphael
Merged from: //branches/cupcake/...
Automated import of CL 143157
2009-03-27 15:25:11 -07:00
Raphael Moll
b1c2adad16
AI 143156: am: CL 142851 ADT GLE fix #1731389 : widgets dropped in <merge> lack their default layout_widht/height.
...
Issue: <merge> did not have layout attributes. When new widgets are
dropped in a layout, GLE only adds layout width/height if the parent
supports them.
Fix: Make <merge> have layout attributes from FrameLayout. The ideal
choice would have been ViewGroup, but since ViewGroup is abstract we
don't have any ViewDescriptor for it. FrameLayout should provide a
sensible replacement.
Note: this requires CL 142780 to compile.
Original author: raphael
Merged from: //branches/cupcake/...
Automated import of CL 143156
2009-03-27 15:22:09 -07:00
Raphael Moll
0105db6763
Automated import from //branches/donutburger/...@142709,142709
2009-03-25 16:30:11 -07:00
Raphael Moll
562031f806
Automated import from //branches/donutburger/...@142708,142708
2009-03-25 16:26:44 -07:00
Raphael Moll
26aa2cdeb0
Automated import from //branches/donutburger/...@142707,142707
2009-03-25 16:23:00 -07:00
Raphael Moll
0bd19e8b8b
Automated import from //branches/donutburger/...@142276,142276
2009-03-24 22:21:57 -07:00
Raphael Moll
71194de290
Automated import from //branches/donutburger/...@142274,142274
2009-03-24 22:20:57 -07:00
Raphael Moll
b6007ebd5c
Automated import from //branches/donutburger/...@141823,141823
2009-03-24 20:57:57 -07:00
Xavier Ducrohet
c56fb4fdf2
Automated import from //branches/donutburger/...@141809,141809
2009-03-24 20:56:16 -07:00
Brett Chabot
6005aabd22
Automated import from //branches/donutburger/...@141781,141781
2009-03-24 20:53:14 -07:00
Xavier Ducrohet
7b82e66c0d
Automated import from //branches/donutburger/...@141557,141557
2009-03-24 20:32:36 -07:00
Ricky Ng-Adam
f791f113e1
Automated import from //branches/donutburger/...@141516,141516
2009-03-24 20:27:07 -07:00
Ricky Ng-Adam
4e2e0609bf
Automated import from //branches/donutburger/...@141508,141508
2009-03-24 20:25:59 -07:00
Raphael Moll
e818ff0de5
Automated import from //branches/donutburger/...@141482,141482
2009-03-24 20:23:44 -07:00
Brett Chabot
8ee14c4a38
Automated import from //branches/donutburger/...@141463,141463
2009-03-24 20:21:04 -07:00
Ricky Ng-Adam
bbf8acf406
Automated import from //branches/donutburger/...@141413,141413
2009-03-24 20:14:25 -07:00
Xavier Ducrohet
7798a83bdf
Automated import from //branches/donutburger/...@140722,140722
2009-03-24 18:20:02 -07:00
Xavier Ducrohet
9c03440f19
Automated import from //branches/donutburger/...@140697,140697
2009-03-24 18:15:02 -07:00
Xavier Ducrohet
02c11da47f
Automated import from //branches/donutburger/...@140696,140696
2009-03-24 18:14:09 -07:00
Brett Chabot
1d0652bf7b
Automated import from //branches/donutburger/...@140466,140466
2009-03-24 17:42:42 -07:00
Brett Chabot
114be91289
Automated import from //branches/donutburger/...@140465,140465
2009-03-24 17:42:09 -07:00
The Android Open Source Project
6ffae015b4
auto import from //branches/cupcake_rel/...@140373
2009-03-18 17:39:43 -07:00
The Android Open Source Project
59008ebc2c
auto import from //branches/cupcake_rel/...@138607
2009-03-13 13:04:19 -07:00
The Android Open Source Project
243d18eb22
auto import from //branches/cupcake/...@137873
2009-03-11 12:11:54 -07:00
The Android Open Source Project
692ab02175
auto import from //branches/cupcake/...@137197
2009-03-09 11:52:11 -07:00
The Android Open Source Project
2b83cbdb14
auto import from //depot/cupcake/@136654
2009-03-05 17:04:45 -08:00
The Android Open Source Project
edd86fdaa9
auto import from //depot/cupcake/@136594
2009-03-05 14:34:30 -08:00
The Android Open Source Project
52d4c30ca5
auto import from //depot/cupcake/@135843
2009-03-03 19:29:09 -08:00
The Android Open Source Project
d4aee0c0ca
auto import from //depot/cupcake/@135843
2009-03-03 18:28:16 -08:00
The Android Open Source Project
d2f2b1d7b7
auto import from //depot/cupcake/@132589
2009-03-03 14:03:58 -08:00
The Android Open Source Project
b8747bc7b1
auto import from //depot/cupcake/@137055
2009-03-02 22:54:20 -08:00
The Android Open Source Project
74a996a2c7
auto import from //branches/cupcake/...@132569
2009-02-20 07:38:28 -08:00
The Android Open Source Project
ff4b5f241f
auto import from //branches/cupcake/...@132276
2009-02-19 10:57:29 -08:00
The Android Open Source Project
87a88c4f03
auto import from //branches/cupcake/...@131421
2009-02-13 12:57:48 -08:00
The Android Open Source Project
e3c5766074
auto import from //branches/cupcake/...@130745
2009-02-10 15:43:58 -08:00