Raphael
138a9a4f6e
ADT Extract String ID: try to find a method or a field that will
...
give the Context for using resource strings.
2009-07-14 11:29:18 -04:00
Raphael
b550cce443
ADT XML extract string ID: fix inverted test.
2009-07-14 08:28:54 -04:00
Raphael
7feb9a82a3
ADT XML extract string ID: generate Context.getResources() calls
...
depending on the Java context of the replacement.
In the input page also display the string ID values.
2009-07-14 08:11:57 -04:00
Raphael
ac50c3aedf
ADT XML extract string IDs: display existing IDs of the
...
selected file.
2009-07-12 16:05:40 -04:00
Raphael
47acc05bcf
ADT XML extract string: allow selection to be the attribute name.
2009-07-12 14:40:41 -04:00
Raphael
b3ba0afc57
ADT: Extract String IDs from Layout XML strings.
...
This would have been part of CL #7041 if I had not forgotten
a last git commit -a --amend.
2009-07-12 10:41:46 -04:00
Raphael
32ad938b85
ADT: Extract String IDs from Layout XML strings.
2009-07-11 15:22:37 -04:00
Raphael
3684b06a4f
AVD Selector: Add a "Start" button to launch the selected AVD in a
...
new emulator. Doesn't detect if the AVD is already running; instead
prints the emulator error.
2009-07-09 15:37:09 -04:00
Xavier Ducrohet
f5af7ce213
Make ADT use new sdklib API
...
This fixes the build.
2009-07-01 05:48:03 -07:00
Xavier Ducrohet
c916aec2b2
Remove the obsolete AVD wizard.
2009-06-30 06:54:16 -07:00
Xavier Ducrohet
e78015c12d
Plug the Android SDK window as the AVD manager.
...
- the "manager" button on the AVD selector (when not in manager
will open the Android SDK window
- the AVD manager in the eclipse toolsbar open the Android SDK
window as well.
Still left to do:
- remove the now obsolete AVD wizard
- figure out what to do with the other pages.
2009-06-30 06:38:30 -07:00
Raphael
b156e94ff3
ADT #1843641 : fix 'Extract string from layout creates blank string'
...
Issue was that the 2 input fields where only update when the page
was correctly validate.
2009-06-29 14:21:26 -07:00
Xavier Ducrohet
ef2f55d0b7
Add support to delete AVD in the new AvdSelector.
...
Also: change button order in the update chooser dialog.
2009-06-18 16:01:05 -07:00
Xavier Ducrohet
ecf30d99a1
Force the id of TabWidget to be android:id/tabs
2009-06-18 12:27:51 -07:00
Android (Google) Code Review
2ea1594b1a
Merge change 4111 into donut
...
* changes:
Move package installation logic from ADT to ddmlib.
2009-06-17 15:03:50 -07:00
Xavier Ducrohet
2f06069269
First step of a more standalone AvdSelector.
...
- New/Delete/Info/Refresh/Manager buttons.
- Ability to set any kind of AVD filter
- Self-refresh: Selector knows the AvdManager and can refresh itself.
- Manager mode or simple (selection or checkboxes)
- Manager mode displays broken AVDs.
Updated the SdkUpdate AVD page and the various use of the Selector in ADT.
2009-06-17 11:40:19 -07:00
Brett Chabot
377c706e0c
Move package installation logic from ADT to ddmlib.
2009-06-15 19:25:48 -07:00
Xavier Ducrohet
98198685fd
Use the same lock for Sdk class than the one used for loading the SDK.
...
This will prevent deadlocks when launching Eclipse.
2009-06-09 15:38:45 -07:00
Xavier Ducrohet
0d33d5a5cc
Move the custom widgets for avd/targets/apk-config into internal.widgets
2009-06-09 13:49:51 -07:00
Raphael
0104d05f40
ADT: make sure to log exceptions that might happen when
...
loading the SDK.
2009-06-04 15:13:28 -07:00
Android (Google) Code Review
3c502eb060
Merge changes 2853,2885 into donut
...
* changes:
Misc updates on the Sdklib.
Export all ADT packages.
2009-06-02 11:56:59 -07:00
Xavier Ducrohet
8a0c221a20
Export all ADT packages.
2009-06-01 14:38:29 -07:00
Android (Google) Code Review
595a016713
Merge change 2771 into donut
...
* changes:
SDK Updater: parse local packages, download and install remote packages.
2009-06-01 12:04:59 -07:00
Raphael
2382dd7514
SDK Updater: parse local packages, download and install remote packages.
...
The install phase is still work in progress.
The local part needs to display descriptions.
Buttons callback are generally not implemented yet.
2009-06-01 11:38:51 -07:00
Xavier Ducrohet
3106768f31
Make CompiledResourcesMonitor#getRClassName more error proof.
2009-05-29 15:18:24 -07:00
Android (Google) Code Review
e0fbae303c
Merge change 2472 into donut
...
* changes:
ADT #1877529 : Fixes a couple potential NPEs in content assists.
2009-05-26 15:26:00 -07:00
Xavier Ducrohet
ce803ae7b9
Update some class names in plugin.xml that were not updated by the refactoring.
2009-05-26 15:09:02 -07:00
Raphael
6235bff51d
ADT #1877529 : Fixes a couple potential NPEs in content assists.
...
Can't reproduce the NPE in ContentAssist listed in the
bug. However if things go really wrong there are a couple
objects that can be null so let's be defensive about them.
2009-05-26 15:08:33 -07:00
Xavier Ducrohet
ca2281d885
Fix wrong path to externalized string file.
...
This is from the big refactoring that moved everything into internal.
2009-05-26 13:44:02 -07:00
Xavier Ducrohet
114b9b7b31
Make the ddmlib API use IDevice instead of Device
...
Device is now private. All the API is using IDevice.
Updated ddms, ADT, hierarchyviewer and other tools that relied on ddmlib.
2009-05-15 14:01:12 -07:00
Android (Google) Code Review
71f5d130f5
Merge change 1739 into donut
...
* changes:
Fix an NPE in the New Project Wizard when no test project is specified on the second NPW page.
2009-05-14 19:36:03 -07:00
Raphael
9c19555d2d
Fix an NPE in the New Project Wizard when no test project is specified
...
on the second NPW page.
2009-05-14 19:17:39 -07:00
Android (Google) Code Review
83674be98d
Merge change 1699 into donut
...
* changes:
Make IDevice#getSyncService() throws an IOException.
2009-05-14 16:00:17 -07:00
Xavier Ducrohet
2d83a425c2
Make IDevice#getSyncService() throws an IOException.
...
This lets callers differentiate between errors when connecting to adb and
errors because adb couldn't talk to the device.
2009-05-14 15:18:56 -07:00
Xavier Ducrohet
e9b9596bd6
Remove duplicate initialization in AdtPlugin.
...
The is a remnant of the old #start() method of the Editors Plugin class.
2009-05-14 13:31:11 -07:00
Xavier Ducrohet
c15ed2d771
Fix a double issue regarding interrupted builds due to pre-existing errors.
...
First, the ApkBuilder didn't cancel its run if the project had markers from JDT.
Second, the try/catch on ApkBuilder#build didn't properly test the
CoreException status severity (used getCode instead of getSeverity), so it did
not detect cancels being thrown by #abortOnBadSetup and displayed the error
in the console instead.
2009-05-13 18:03:14 -07:00
Xavier Ducrohet
20d4ecf2d7
ADT: remove an obsolete import from the manifest.
2009-05-13 17:41:07 -07:00
Xavier Ducrohet
770dfc5ed4
ADT: Refactoring classes dealing with android resources out of the editor.
...
Basically:
editors.resources.manager -> resources.manager
editors.resources.configurations -> resources.configurations
This is to make it less confusing between the "Resources editors" and the
class parsing/handling Android resources (either in a project or in the
framework).
Also moved the ResourceExplorerView out of the resources editors, and clean
up a few other misc classes.
2009-05-13 17:36:25 -07:00
Xavier Ducrohet
5bb7e1e0cd
ADT: Move more packages into internal:
...
editors -> adt.internal.editors.
This also marks the final refactoring of combining previous editors/common
plugin under the adt package.
2009-05-13 17:23:00 -07:00
Xavier Ducrohet
9ed226af6a
ADT: Move more packages into internal.
...
common.project -> adt.internal.project
adt.resources -> adt.internal.resources
adt.wizards.* -> adt.internal.wizards
adt.ui -> adt.internal.ui
2009-05-13 17:13:15 -07:00
Xavier Ducrohet
4cc22e5ebf
ADT: Move more packages into internal
...
project.*
refactorings.*
Also: moved the export wizard from project.export to wizards.export, moved some
actions out of project into the new internal package actions.
2009-05-13 17:03:26 -07:00
Xavier Ducrohet
f127736264
ADT: Remove StreamHelper and integrate it in AdtPlugin.
...
StreamHelper was used before by AdtPlugin, DdmsPlugin and EditorsPlugin. It's now
only used by AdtPlugin, so the only 2 methods in it can go in AdtPlugin.
I merged the externalized string in the messages.properties file used by AdtPlugin.
2009-05-13 16:46:31 -07:00
Xavier Ducrohet
9eedccd52c
Moved more ADT packages into internal.
...
adt.build
adt.launch.*
adt.preferences
Also started combining adt and common.
2009-05-13 16:37:55 -07:00
Xavier Ducrohet
2c83a9f10c
Update ADT to use the refactored sdklib from previous patch.
2009-05-13 15:10:20 -07:00
Raphael
0b62151cda
ADT #1715616 : "New Android Test Project" wizard.
...
Also updates eclipse/changes.txt
2009-05-08 14:06:44 -07:00
Raphael
816ba073c6
ADT #1825491 : Provide default choices for <uses-library>
...
We currently hardcode a list in the PlatformTarget and propagate
it to the UI via the AndroidTargetParser. This way we can later
decide to actually get the info from some kind of manifest.
2009-05-04 15:37:40 -07:00
Raphael
beb3214b46
ADT #1823896 : Ability to add an "extra" action to the AVD Selector.
...
Used to display the AVD Manager from the Device Chooser/Launch config.
Used to delete AVDs from the AVD Manager.
In AVD Manager, also hide the Cancel button since actions are
immediate and not cancelable.
2009-05-01 13:58:31 -07:00
Raphael
e940a1cad7
ADT #1823896 : AVD Manager button in the AVD Selector.
...
Device chooser: avd manager callback + avd list refresh.
Device chooser: dialog title.
Device launcher tab: avd manager callaback + avd list refresh.
2009-04-30 17:14:58 -07:00
Xavier Ducrohet
7bfac3d8c7
Display the AVD manager wizard during launches where no compatible AVDs exist.
2009-04-30 14:20:33 -07:00
Android (Google) Code Review
9e2993ed2e
Merge change 770 into donut
...
* changes:
ADT 1603194: Android Package browser for Instrumentation nodes.
2009-04-30 11:59:01 -07:00