Raphael
0b62151cda
ADT #1715616 : "New Android Test Project" wizard.
...
Also updates eclipse/changes.txt
2009-05-08 14:06:44 -07:00
Android (Google) Code Review
a123cea7c8
Merge change 1002 into donut
...
* changes:
runtest.py bug fixes.
2009-05-06 10:31:01 -07:00
Raphael
1bb52f2587
Fix ADT junit test for AndroidManifestParser following API change.
2009-05-05 13:41:59 -07:00
Brett Chabot
8a101cb057
runtest.py bug fixes.
...
Improved error handling, and added support for "size" and "package" arguments.
Removed deprecated runtest shell script.
2009-05-05 13:06:00 -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
Xavier Ducrohet
1003a3b691
Make sure we request the Client allocation status even if we fail to open a debugger port for it.
2009-04-29 18:18:36 -07:00
Raphael
1a93c942f0
ADT 1603194: Android Package browser for Instrumentation nodes.
2009-04-29 17:36:39 -07:00
Xavier Ducrohet
70fc6e96af
Make sure that any exception during the final packaging properly put an error marker on the project (since build failed.
2009-04-29 14:38:30 -07:00
Raphael
b7327498cb
ADT #1820114 : Provide a quick UI to edit AVD.
...
This is temporary and will be replaced once we get the standalone AVD UI.
2009-04-29 11:29:55 -07:00
Raphael
5a3361ddb5
Fix ADT#1807821: -f option ignored when avd dir already existed.
...
Also fixed an NPE when parsing some invalid AVDs.
2009-04-28 12:54:47 -07:00
Android (Google) Code Review
594999277e
Merge change 627 into donut
...
* changes:
Fix a bunch of issues related to packaging the content of libs (NPE with files with no extension, not ignoring ignorable folders). Also fixed an issue when parsing Manifest with <uses-sdk />
2009-04-28 11:02:14 -07:00
Xavier Ducrohet
1ec5e2f4bb
Move ADT to 0.9.1
2009-04-27 19:02:03 -07:00
Xavier Ducrohet
d1e88a3fcb
Fix a bunch of issues related to packaging the content of libs (NPE with files with no extension, not ignoring ignorable folders). Also fixed an issue when parsing Manifest with <uses-sdk />
2009-04-27 18:52:49 -07:00
Xavier Ducrohet
b1be9fb509
Make traceview compile with the new API from SdkStats.
2009-04-27 17:38:40 -07:00
Xavier Ducrohet
fe3af81580
Fix the opt-in window for usage stat so that it works when running from ADT.
2009-04-27 15:05:06 -07:00
Raphael
aa8c266ed0
Split development/.gitignore into separate gitignore files per project.
...
Added missing gitignore for layoutlib_utils.
Changed mkstubs build path to use prebuilt/asm-3.1 instead of asm-3.1 project.
2009-04-26 18:12:36 -07:00
Android (Google) Code Review
782884aef3
Merge change 556 into donut
...
* changes:
Fixed a bug in XML parser handler where some words were being split in two. Fixes #1812655 .
2009-04-24 16:08:21 -07:00
Amith Yamasani
6fdf92fb26
Fixed a bug in XML parser handler where some words were being split in two. Fixes #1812655 .
...
Properly concatenate characters to create a full word before adding the word to the tree.
2009-04-24 15:51:15 -07:00
Iliyan Malchev
7abfb48551
yuv420sp2rgb: a tool to convert from YUV 4:2:0 semiplanar to various RGB formats
...
Signed-off-by: Iliyan Malchev <malchev@google.com >
2009-04-23 13:14:30 -07:00
Raphael Moll
faffd247ee
AI 147264: am: CL 147262 ADT #1761055 : Pre-select node types when adding node in manifest & resource based on context
...
Original author: raphael
Merged from: //branches/cupcake/...
Automated import of CL 147264
2009-04-21 15:49:49 -07:00
Raphael Moll
ee8f65c4f7
AI 147193: am: CL 147190 Javadoc for MkStubs.
...
Original author: raphael
Merged from: //branches/cupcake/...
Automated import of CL 147193
2009-04-21 13:22:51 -07:00
Raphael Moll
01c1ad4af5
AI 147177: am: CL 147175 ADT #1801951 : "adb.exe" misses the dot in android_rules.xml
...
Original author: raphael
Merged from: //branches/cupcake/...
Automated import of CL 147177
2009-04-21 13:07:50 -07:00
Raphael Moll
c23e021f02
AI 147176: am: CL 147174 ADT #1801919 : Make default options output a bit more friendly.
...
Original author: raphael
Merged from: //branches/cupcake/...
Automated import of CL 147176
2009-04-21 13:04:49 -07:00
Raphael Moll
a2c6807bd6
AI 147027: am: CL 147025 ADT #1795718 : disable --mode in "android create project".
...
The alias build rules do not work and the flag wasn't even used
by ProjectCreator anyway. Will reintroduce later.
Original author: raphael
Merged from: //branches/cupcake/...
Automated import of CL 147027
2009-04-20 16:15:15 -07:00
Raphael Moll
6aa2c4996b
AI 147013: am: CL 147012 A readme describing the usage and limitations of MkStubs.
...
Original author: raphael
Merged from: //branches/cupcake/...
Automated import of CL 147013
2009-04-20 15:41:59 -07:00
Xavier Ducrohet
1d2e8e7de7
AI 146983: am: CL 146980 Fix the display of the target hash string when displaying unresolved target errors.
...
Original author: xav
Merged from: //branches/cupcake/...
Automated import of CL 146983
2009-04-20 14:11:22 -07:00
Raphael Moll
32557b47c5
AI 146870: am: CL 146865 Final pass on stubber: properly filter fields and methods.
...
Original author: raphael
Merged from: //branches/cupcake/...
Automated import of CL 146870
2009-04-19 09:47:11 -07:00
Xavier Ducrohet
a4bdb32554
AI 146847: am: CL 146845 Fix detecting "home" activities when parsing the Android Manifest
...
Original author: xav
Merged from: //branches/cupcake/...
Automated import of CL 146847
2009-04-18 12:23:40 -07:00
Xavier Ducrohet
922b7f3289
AI 146808: am: CL 146806 Make sure we check buffer length when removing escaped chars (like unicode) when parsing Value XML files.
...
Original author: xav
Merged from: //branches/cupcake/...
Automated import of CL 146808
2009-04-18 12:15:12 -07:00
Xavier Ducrohet
2013a91fad
AI 146784: am: CL 146783 Update New project wizard with the less confusing "Build Target" label.
...
Original author: xav
Merged from: //branches/cupcake/...
Automated import of CL 146784
2009-04-18 12:05:57 -07:00
Xavier Ducrohet
2eeb203c31
AI 146778: am: CL 146776 fix NPE in AvdManager
...
Original author: xav
Merged from: //branches/cupcake/...
Automated import of CL 146778
2009-04-18 12:02:53 -07:00
Raphael Moll
08bb0ab656
AI 146771: am: CL 146770 ADT #1797369 fix error "ant windows: com.android.ant.SetupTask cannot be found"
...
The path in local.properties should be double-backslashed.
Original author: raphael
Merged from: //branches/cupcake/...
Automated import of CL 146771
2009-04-18 11:56:49 -07:00
Raphael Moll
323557aaf9
AI 146744: am: CL 146720 ADT Jar Stubber: generate stubbed jar.
...
This also reorganizes some source so it's 90% refactoring.
There will be more filtering to do in another CL.
Original author: raphael
Merged from: //branches/cupcake/...
Automated import of CL 146744
2009-04-17 11:33:07 -07:00
Xavier Ducrohet
08ceafea54
AI 146740: am: CL 146692 Clean up the output of "android list targets" and fix the image.sysdir.# to only be present if the image folders really contain *.img files.
...
Original author: xav
Merged from: //branches/cupcake/...
Automated import of CL 146740
2009-04-17 11:21:13 -07:00
Xavier Ducrohet
62ca2ce538
AI 146739: am: CL 146689 Broken AVDs are now loaded by default, and we provide a way to fix one (new) type of error (wrong paths to the system image)
...
Original author: xav
Merged from: //branches/cupcake/...
Automated import of CL 146739
2009-04-17 11:18:24 -07:00
Xavier Ducrohet
268c824eb1
AI 146736: am: CL 146674 "Target" nomenclature fixes
...
Original author: xav
Merged from: //branches/cupcake/...
Automated import of CL 146736
2009-04-17 11:08:12 -07:00
Raphael Moll
06803ce63d
AI 146634: am: CL 146631 ADT #1793333 : fix Widget disposed in SdkTargetSelector.
...
This happens when you open the Windows > Prefs > Android panel
while an SDK is initially loading or when you change the
SDK in the pref panel. The target change listener was not
properly removed since the field was not properly disposed.
This also removed the multiple selection handling in the
SdkTargetSelector, which we never use. In the unlikely event
we want to use it later, it would be trivial to add it back.
Original author: raphael
Merged from: //branches/cupcake/...
Automated import of CL 146634
2009-04-16 16:02:29 -07:00
Raphael Moll
568b71576e
AI 146597: am: CL 146595 ADT #1794560 : prevent from loading more than one SDK at once.
...
Original author: raphael
Merged from: //branches/cupcake/...
Automated import of CL 146597
2009-04-16 12:59:01 -07:00
Xavier Ducrohet
5df2a49717
AI 146352: am: CL 146351 Fix aidl 2 issues: aidl file change for parcelable didnt trigger a recompilation. Folder creation failed if parent folder didn't exist.
...
Original author: xav
Merged from: //branches/cupcake/...
Automated import of CL 146352
2009-04-15 11:43:56 -07:00
Raphael Moll
6ba21b98a1
AI 146336: am: CL 146335 ADT: Rework the Manifest class browser.
...
For ADT #1603194 , it is desirable to select the Instrumentation
Runner class from the android.jar. The class browser was filtering
it out. The class browser has been changed like this:
- include all source & jar package roots
- a checkbox let the user toggle between searching only sources
(of the project) or anything in the classpath (thus include jars.)
The default is to include everything for the instrumentation and only
the source for other browsers.
Also improved a bit the filter by not iterating over the hierarchy
and filtering out abstract classes (which was not needed before.)
Original author: raphael
Merged from: //branches/cupcake/...
Automated import of CL 146336
2009-04-15 11:15:19 -07:00
Raphael Moll
e8d5ba4bd5
AI 146250: am: CL 146238 ADT #1761064 : Properly refresh UiTreeBlock when SDK is reloaded.
...
The fix I did last week was just refreshing the UiRootNode
but it turns out we need to refresh the DescriptorFilters too
(since they are null when there's no SDK.) So the old fix was
wrong, what we need is to generate a new tree model when the
SDK is reloaded.
Original author: raphael
Merged from: //branches/cupcake/...
Automated import of CL 146250
2009-04-14 16:57:57 -07:00
Raphael Moll
9afdd15ac6
AI 146249: am: CL 146237 ADT #1789339 : Manifest editor now displays all extra sub-elements.
...
Bug description is to add support for <uses-configuration>.
Currently the Manifest editor already supports <uses-sdk> (which is an
element node, not an attribute) by exposing it as a manifest attribute.
That doesn't scale. So instead just provide a tree for all <manifest>
child elements that are not handled in other pages. Currently that
contains uses-sdk and uses-configuration but the nice part of it is that
it will pick up automatically any new manfiest sub elements in the future.
Original author: raphael
Merged from: //branches/cupcake/...
Automated import of CL 146249
2009-04-14 16:55:07 -07:00
Xavier Ducrohet
3ff0768af1
AI 146248: am: CL 146233 Update Eclipse feature licenses to mention embedded jar files licences.
...
Original author: xav
Merged from: //branches/cupcake/...
Automated import of CL 146248
2009-04-14 16:52:16 -07:00
Xavier Ducrohet
666cfd70e0
AI 146247: am: CL 146229 Fix aidl error parsing (BUG #1789273 )
...
Original author: xav
Merged from: //branches/cupcake/...
Automated import of CL 146247
2009-04-14 16:48:35 -07:00
Raphael Moll
6e00361920
AI 146035: am: CL 146034 ADT #1786173 : NPW should not overwritte user-customized path
...
Original author: raphael
Merged from: //branches/cupcake/...
Automated import of CL 146035
2009-04-13 18:48:47 -07:00
Xavier Ducrohet
56565ee9f0
AI 146024: am: CL 146023 Make the add-on implement getPath for IAndroidTarget.SAMPLES (only if the add-on actually has samples) (BUG #1781751 )
...
Original author: xav
Merged from: //branches/cupcake/...
Automated import of CL 146024
2009-04-13 18:40:32 -07:00