OSDN Git Service

android-x86/sdk.git
13 years agomerge from open-source master
The Android Open Source Project [Tue, 7 Sep 2010 20:20:53 +0000 (13:20 -0700)]
merge from open-source master

Change-Id: I0eb4eb60c095693a26e76cc3051d77df2aefccb1

13 years agoMerge "GLE2: Extract the dynamic context menu handling."
Raphael Moll [Tue, 7 Sep 2010 20:12:58 +0000 (13:12 -0700)]
Merge "GLE2: Extract the dynamic context menu handling."

13 years agomerge from open-source master
The Android Open Source Project [Tue, 7 Sep 2010 19:58:27 +0000 (12:58 -0700)]
merge from open-source master

Change-Id: I4456cbab0228986b0c8d3396ebf8ee59dff65229

13 years agoMerge "First version of the PDT."
Xavier Ducrohet [Tue, 7 Sep 2010 19:57:43 +0000 (12:57 -0700)]
Merge "First version of the PDT."

13 years agoMerge "DDMS now receives the adb location through an extension point."
Xavier Ducrohet [Tue, 7 Sep 2010 19:57:35 +0000 (12:57 -0700)]
Merge "DDMS now receives the adb location through an extension point."

13 years agoGLE2: Extract the dynamic context menu handling.
Raphael Moll [Fri, 3 Sep 2010 19:44:10 +0000 (12:44 -0700)]
GLE2: Extract the dynamic context menu handling.

This is a pure refactoring that extracts the dynamic context
menu handling in a class outside of LayoutCanvas. The original
is long enough like this. It's used by the ouline view too.

Change-Id: I3a9e59bde2e9ceb69479490ca9179aab29cc13a6

13 years agoFirst version of the PDT.
Xavier Ducrohet [Sat, 4 Sep 2010 02:22:26 +0000 (19:22 -0700)]
First version of the PDT.

PDT stands for (Android) Platform Development Tools.

The first version is pretty basic. A single pref page
to give the location of the dev tree. From this it
finds the location of adb and provides it to ddms through
its extension point.

Change-Id: Ibed895852bc46b83ac6bf749d0ea37f0a54fad08

13 years agoMerge "GLE2: Let scripts display message dialog & input dialog."
Raphael Moll [Tue, 7 Sep 2010 19:49:04 +0000 (12:49 -0700)]
Merge "GLE2: Let scripts display message dialog & input dialog."

13 years agomerge from open-source master
The Android Open Source Project [Sun, 5 Sep 2010 22:32:31 +0000 (15:32 -0700)]
merge from open-source master

Change-Id: I05ef47a783f84d9ca1673b65f69ed51c1b8dec35

13 years agoMerge "Handle instrumentation time output that contains a bracket."
Brett Chabot [Sun, 5 Sep 2010 22:25:55 +0000 (15:25 -0700)]
Merge "Handle instrumentation time output that contains a bracket."

13 years agomerge from open-source master
The Android Open Source Project [Sat, 4 Sep 2010 01:11:32 +0000 (18:11 -0700)]
merge from open-source master

Change-Id: I34a0f4d1cf0a4bc95955cb5628faabf6f29b1ee2

13 years agoMerge "Doc Change: Updated usage doc for android tool"
Xavier Ducrohet [Sat, 4 Sep 2010 01:06:15 +0000 (18:06 -0700)]
Merge "Doc Change: Updated usage doc for android tool"

13 years agoMerge "Doc Change: Updated usage help for Android tool"
Xavier Ducrohet [Sat, 4 Sep 2010 01:05:52 +0000 (18:05 -0700)]
Merge "Doc Change: Updated usage help for Android tool"

13 years agoDDMS now receives the adb location through an extension point.
Xavier Ducrohet [Sat, 4 Sep 2010 00:14:29 +0000 (17:14 -0700)]
DDMS now receives the adb location through an extension point.

Previously DDMS received the adb location through a normal Java API
which requires the other plug-in to be actually running (This
was done in the the start method of ADT).

The new change allows DDMS to start a plug-in (by loading
an extension provided by the plug-in) to query for the location
of adb.

This allows us to have plug-ins with no UI able to provide
the location of ADB (ie a "platform" plug-in that has no UI
besides a pref page, that is started by DDMS indirectly).

Also cleaned up how HierarchyViewer use the AndroidDebugBridge.

Change-Id: I8e842a294eea94c06417149144a2ce435e719cfd

13 years agomerge from open-source master
The Android Open Source Project [Sat, 4 Sep 2010 00:12:30 +0000 (17:12 -0700)]
merge from open-source master

Change-Id: I9d7eca2a536b4646767a7aa1afba2d86b865fb57

13 years agoMerge "Move plug-ins version to 8.0.0 to match r8"
Xavier Ducrohet [Fri, 3 Sep 2010 23:57:48 +0000 (16:57 -0700)]
Merge "Move plug-ins version to 8.0.0 to match r8"

13 years agoMove plug-ins version to 8.0.0 to match r8
Xavier Ducrohet [Fri, 3 Sep 2010 22:09:19 +0000 (15:09 -0700)]
Move plug-ins version to 8.0.0 to match r8

Change-Id: Ia186695240e5f641c517a31ae93100143fc42694

13 years agoHandle instrumentation time output that contains a bracket.
Brett Chabot [Fri, 3 Sep 2010 19:56:14 +0000 (12:56 -0700)]
Handle instrumentation time output that contains a bracket.

Bug 2975380

Change-Id: I51bcb5b3aaaf320b25619b0b8b4679691c4bff7e

13 years agoGLE2: Let scripts display message dialog & input dialog.
Raphael Moll [Fri, 3 Sep 2010 02:49:29 +0000 (19:49 -0700)]
GLE2: Let scripts display message dialog & input dialog.

Change-Id: I0d07d5f7e672d3ef6b077c5cf24ba5f20fe1dabb

13 years agomerge from open-source master
The Android Open Source Project [Fri, 3 Sep 2010 00:24:39 +0000 (17:24 -0700)]
merge from open-source master

Change-Id: I1e90c9bc8e467f89b313db0732579612ff152241

13 years agoSimplify icons in test apps.
Xavier Ducrohet [Fri, 3 Sep 2010 00:14:57 +0000 (17:14 -0700)]
Simplify icons in test apps.

Change-Id: I9dad8dc30e0fa2499c9b003abbe08d91dc4041ab

13 years agomerge from open-source master
The Android Open Source Project [Fri, 3 Sep 2010 00:12:05 +0000 (17:12 -0700)]
merge from open-source master

Change-Id: I75d0a0bb0dc46dc1823d5fc2ca609d3a26a5f91b

13 years agoMerge "New test projects."
Xavier Ducrohet [Fri, 3 Sep 2010 00:08:38 +0000 (17:08 -0700)]
Merge "New test projects."

13 years agoMerge "Support for debug build in Ant."
Xavier Ducrohet [Fri, 3 Sep 2010 00:08:25 +0000 (17:08 -0700)]
Merge "Support for debug build in Ant."

13 years agoMerge "Fix possible NPE in layout configuration UI."
Xavier Ducrohet [Fri, 3 Sep 2010 00:08:12 +0000 (17:08 -0700)]
Merge "Fix possible NPE in layout configuration UI."

13 years agoSupport for debug build in Ant.
Xavier Ducrohet [Thu, 2 Sep 2010 21:59:38 +0000 (14:59 -0700)]
Support for debug build in Ant.

"ant debug" now automatically insert debuggable=true in the manifest.

Also cleaned up a lot of the Ant stuff (versioned Ant rules, support
for importing different rules files based on compatibility computation).

This is rendered moot with our new single aapt executable. The ant
rules will now evolve alongside aapt, and there will not be mismatch
between the two.

Change-Id: Iaf309f40e6ab4a0204dfbdb428cfb569bf5ca3b3

13 years agoFix possible NPE in layout configuration UI.
Xavier Ducrohet [Wed, 1 Sep 2010 22:06:31 +0000 (15:06 -0700)]
Fix possible NPE in layout configuration UI.

Change-Id: Ib5974aea2a7e5e67133e1d195f569335bd224fed

13 years agomerge from open-source master
The Android Open Source Project [Thu, 2 Sep 2010 22:29:04 +0000 (15:29 -0700)]
merge from open-source master

Change-Id: I9b87f366bdd1289cc104c7484bf13bd52b78302b

13 years agoNew test projects.
Xavier Ducrohet [Thu, 2 Sep 2010 22:18:38 +0000 (15:18 -0700)]
New test projects.

Also fixed some trailing space in templates
and automatically generated files.

Change-Id: I2ed5f0067dff4c62b53857b7e0a2dea5dd9a101c

13 years agoGLE2: Context menu in Outline view.
Raphael Moll [Thu, 2 Sep 2010 21:35:46 +0000 (14:35 -0700)]
GLE2: Context menu in Outline view.

Change-Id: I9e149310cd0b0ada5bb16262a2d6d833a54b3c93

13 years agoGLE2: Fix comments, refactor context menu code.
Raphael Moll [Thu, 2 Sep 2010 21:06:10 +0000 (14:06 -0700)]
GLE2: Fix comments, refactor context menu code.

Simple refactor of the main method populating the dynamic context menu.
It was started to grow a bit too much.
Also added some comments to explain what's going on.

Change-Id: Id58779da5082bb454c1bcae914582e4471364a12

13 years agomerge from open-source master
The Android Open Source Project [Thu, 2 Sep 2010 18:03:34 +0000 (11:03 -0700)]
merge from open-source master

Change-Id: I071e8573b3949afe0ab1c5cd66759891666f68ac

13 years agoMerge "ADT refactor the builders into their own package."
Xavier Ducrohet [Thu, 2 Sep 2010 17:59:17 +0000 (10:59 -0700)]
Merge "ADT refactor the builders into their own package."

13 years agoMerge "ADT: Make release and debug builds really different."
Xavier Ducrohet [Thu, 2 Sep 2010 17:52:41 +0000 (10:52 -0700)]
Merge "ADT: Make release and debug builds really different."

13 years agoADT refactor the builders into their own package.
Xavier Ducrohet [Thu, 2 Sep 2010 02:38:02 +0000 (19:38 -0700)]
ADT refactor the builders into their own package.

Put the growing list of generic build classes
into the main build package.

Change-Id: I65d7067bb2547d7cc9b71674f4df8a6778dd8ac8

13 years agoADT: Make release and debug builds really different.
Xavier Ducrohet [Tue, 31 Aug 2010 17:21:29 +0000 (10:21 -0700)]
ADT: Make release and debug builds really different.

Release export should not be debug builds that are
stripped of their signature and (optionnaly) resigned.
Instead they should actually build the apk in "release"
mode.

Refactor PostCompilerHelper to be easier to use for
export feature (moved all error handling into the
actual IncrementalBuilder since we don't want the
helper to put error/warning marker during release
export).

Update the API of ApkBuilder and PostCompilerHelper
to deal better with signing key:
- option to package with a "sign with debug" flag.
- new option to package/sign with given keys.

Debug build (through incremental builder) use the new
aapt option --debug-mode that automatically insert
debuggable=true in the manifest. This allows for the
same source code to generate debug and release builds.

Currently, only the "export unsigned release apk"
action use the new "release" build. Need to update
the export wizard. Also need to add support for this
in Ant.

New folder in sdk.git/testapps for test projects
to be used in upcoming automated build tests.
Simple "basicProject" to start with.

Change-Id: I3041312bc817153603656de2aa355f8fcaf00b5b

13 years agomerge from open-source master
The Android Open Source Project [Thu, 2 Sep 2010 01:16:10 +0000 (18:16 -0700)]
merge from open-source master

Change-Id: I3a1a6421773f9c95192f31ea5b55275004d2c1ee

13 years agoMerge "Fix Hierarchy viewer plug-in again."
Xavier Ducrohet [Thu, 2 Sep 2010 01:12:52 +0000 (18:12 -0700)]
Merge "Fix Hierarchy viewer plug-in again."

13 years agomerge from open-source master
The Android Open Source Project [Wed, 1 Sep 2010 23:51:00 +0000 (16:51 -0700)]
merge from open-source master

Change-Id: I326ef83cd0c38c1f790e0efb0db27ed42c4d8d27

13 years agoMerge "Previous commit lacked this change to hierarchyviewer."
Xavier Ducrohet [Wed, 1 Sep 2010 23:45:43 +0000 (16:45 -0700)]
Merge "Previous commit lacked this change to hierarchyviewer."

13 years agoPrevious commit lacked this change to hierarchyviewer.
Xavier Ducrohet [Wed, 1 Sep 2010 23:44:19 +0000 (16:44 -0700)]
Previous commit lacked this change to hierarchyviewer.

This is meant to be part of the fix for MacOs X.

Change-Id: Ic2090cd7806f4ae7801851aa0b3f9b8975f150af

13 years agomerge from open-source master
The Android Open Source Project [Wed, 1 Sep 2010 23:38:55 +0000 (16:38 -0700)]
merge from open-source master

Change-Id: Ifaf1c541ccef33ec3870bf8ce1af84d0988ce2dd

13 years agoMerge changes I682ba19d,Ie7451c21
Raphael Moll [Wed, 1 Sep 2010 23:34:51 +0000 (16:34 -0700)]
Merge changes I682ba19d,Ie7451c21

* changes:
  GLE2 context menu: Handle boolean properties as tri-state.
  GLE2 context menu support.

13 years agoGLE2 context menu: Handle boolean properties as tri-state.
Raphael Moll [Wed, 1 Sep 2010 22:32:22 +0000 (15:32 -0700)]
GLE2 context menu: Handle boolean properties as tri-state.

Also offer a clear option for enums and flags.

Change-Id: I682ba19d9f5a1c1d5da28909b02a90ec01f4fc62

13 years agoFix Hierarchy viewer plug-in again.
Xavier Ducrohet [Wed, 1 Sep 2010 20:05:14 +0000 (13:05 -0700)]
Fix Hierarchy viewer plug-in again.

Change-Id: I15ef8c3050826c7f17dc1ee822a3c8e268c62c36

13 years agomerge from open-source master
The Android Open Source Project [Wed, 1 Sep 2010 13:29:53 +0000 (06:29 -0700)]
merge from open-source master

Change-Id: Ice1e427b16ca26f69118c689edea5a662c88a0fe

13 years agomerge from tools_r7
The Android Open Source Project [Wed, 1 Sep 2010 13:18:44 +0000 (06:18 -0700)]
merge from tools_r7

Change-Id: I061d6122963907a348ec592bd08077df302413e2

13 years agomerge from open-source master
The Android Open Source Project [Wed, 1 Sep 2010 13:18:40 +0000 (06:18 -0700)]
merge from open-source master

Change-Id: I904122226e2940610970b75588884c2efe2d2000

13 years agoRevert "Fixed problem with keymap files copied to target"
Jean-Baptiste Queru [Wed, 1 Sep 2010 13:16:36 +0000 (06:16 -0700)]
Revert "Fixed problem with keymap files copied to target"

This reverts commit 1fc95cae8ec2ccfe134ff279ed9082311ad0d877.

13 years agoRevert "Fixed problem with keymap files copied to target"
Jean-Baptiste Queru [Wed, 1 Sep 2010 13:11:12 +0000 (06:11 -0700)]
Revert "Fixed problem with keymap files copied to target"

This reverts commit 246e0ee6968ed0030fe99cc12ca154a1513b8645.

13 years agomerge from open-source master
The Android Open Source Project [Wed, 1 Sep 2010 02:29:33 +0000 (19:29 -0700)]
merge from open-source master

Change-Id: Id0e5d83d78ebe2bde482fa60acda7f80220bced5

13 years agoMerge "Fix HierarchyViewer2 to run on MacOS X correctly."
Xavier Ducrohet [Wed, 1 Sep 2010 02:22:38 +0000 (19:22 -0700)]
Merge "Fix HierarchyViewer2 to run on MacOS X correctly."

13 years agoFix HierarchyViewer2 to run on MacOS X correctly.
Xavier Ducrohet [Wed, 1 Sep 2010 00:50:58 +0000 (17:50 -0700)]
Fix HierarchyViewer2 to run on MacOS X correctly.

This also fix the issue with the app never closing correctly
(throwing an exception).

Also updated the launcher script to match the new ones we use in
the other Java based tools.

Change-Id: I851f0732a78c6e6c072728f05e611f01eee8fc19

13 years agoGLE2 context menu support.
Raphael Moll [Fri, 27 Aug 2010 07:02:30 +0000 (00:02 -0700)]
GLE2 context menu support.

Context menu now shows some view properties:
- for all views, quick access to layout width/height.
- for LinearLayout, quick access to orientation.
- for all views, quick access to all boolean, enum or flag attributes.

Some follow up will be necessary in another CL, namely:
- booleans must be tri-states (true, false, cleared).
- need a way to clear enum and flags rather than just change the value.

Change-Id: Ie7451c21f0781f0efb0a1bbc676abef80027c4f7

13 years agomerge from open-source master
The Android Open Source Project [Wed, 1 Sep 2010 00:46:09 +0000 (17:46 -0700)]
merge from open-source master

Change-Id: I84ad4aa51e1fe5b90ca1f1ef18fa3f2d5b1c20a0

13 years agomerge from tools_r7
The Android Open Source Project [Wed, 1 Sep 2010 00:34:21 +0000 (17:34 -0700)]
merge from tools_r7

Change-Id: I9de1ce4221adea247a5f6afe958e2a2e67332034

13 years agoFixed problem with keymap files copied to target
Magnus Karlsson [Mon, 30 Aug 2010 14:54:03 +0000 (16:54 +0200)]
Fixed problem with keymap files copied to target

Moved Android.mk and keymap files except AVRCP.kl from sdk/emulator/keymaps
to build/target/board/generic. This causes the keymap files to copied into
the system image of generic and sdk products, but not into the system image
of HW products. Originally the qwerty.kl was copied to target no matter
if the target had a qwerty keyboard or not, which is the case for e.g.
the Nexus One.

Change-Id: I6f76bcd4e23b8478f36f213090d22d7d3ea1255b

13 years agomerge from open-source master
The Android Open Source Project [Tue, 31 Aug 2010 21:59:51 +0000 (14:59 -0700)]
merge from open-source master

Change-Id: If9dd02177b9e33556969be3b8eda46a362a424a6

13 years agoMerge "Fixed problem with keymap files copied to target"
Jean-Baptiste Queru [Tue, 31 Aug 2010 21:52:59 +0000 (14:52 -0700)]
Merge "Fixed problem with keymap files copied to target"

13 years agomerge from open-source master
The Android Open Source Project [Tue, 31 Aug 2010 20:18:46 +0000 (13:18 -0700)]
merge from open-source master

Change-Id: Id6d2e8d96b34ecbdd611c7eb19d0bb62655f888a

13 years agoresolve conflict from tools_r7
Jean-Baptiste Queru [Tue, 31 Aug 2010 19:59:17 +0000 (12:59 -0700)]
resolve conflict from tools_r7

Change-Id: I5f416c6e77def15fdc6ae1022bbfe3033a6992ef

13 years agomerge from open-source master
The Android Open Source Project [Tue, 31 Aug 2010 19:17:27 +0000 (12:17 -0700)]
merge from open-source master

Change-Id: I27fa3990283e4e1d4f3ca6433c955770fcffc3d0

13 years agoMerge changes I7b091c36,I767c1513
Raphael Moll [Tue, 31 Aug 2010 19:10:40 +0000 (12:10 -0700)]
Merge changes I7b091c36,I767c1513

* changes:
  SDK Manager: Remove static package class map.
  SdkManager: exclude obsolete packages from automatic update

13 years agomerge from open-source master
The Android Open Source Project [Tue, 31 Aug 2010 18:29:34 +0000 (11:29 -0700)]
merge from open-source master

Change-Id: Iff77a8faadc15ecf4852baeace619c60196ad1e5

13 years agoMerge "Don't process events for non Android projects"
Xavier Ducrohet [Tue, 31 Aug 2010 18:20:44 +0000 (11:20 -0700)]
Merge "Don't process events for non Android projects"

13 years agomerge from open-source master
The Android Open Source Project [Tue, 31 Aug 2010 17:54:40 +0000 (10:54 -0700)]
merge from open-source master

Change-Id: I03cb4a4df5c37815c5ca547de59f983bd458afcf

13 years agoMerge "Icons for explode and outline toggle in the Layout Editor."
Xavier Ducrohet [Tue, 31 Aug 2010 17:53:14 +0000 (10:53 -0700)]
Merge "Icons for explode and outline toggle in the Layout Editor."

13 years agoMake the HierarchyViewer plug-in not screw up DDMS.
Xavier Ducrohet [Tue, 31 Aug 2010 17:36:01 +0000 (10:36 -0700)]
Make the HierarchyViewer plug-in not screw up DDMS.

The HV plug-in behaved like the standalone app and initialized
the AndroidDebugBridge with no client support (even though
this init is handled by DDMS) and would recreate the bridge
object destroying the one created by DDMS.

This completely broke DDMS.

Change-Id: Ife1187c74daef69607d508aabb1f7234507a170f

13 years agoIcons for explode and outline toggle in the Layout Editor.
Xavier Ducrohet [Tue, 31 Aug 2010 01:35:58 +0000 (18:35 -0700)]
Icons for explode and outline toggle in the Layout Editor.

Change-Id: Iee2e75bcd127c079f80d192bc21f4e692d247447

13 years agoDon't process events for non Android projects
Xavier Ducrohet [Tue, 31 Aug 2010 00:57:39 +0000 (17:57 -0700)]
Don't process events for non Android projects

Project opened event are triggered for all events.
The code would then try to get the ProjectState for
the opened project whether it was an Android project
or not, filling the log with errors.

Same thing for file modification event for default.properties.
Only care if the containing project is an Android project.

http://b.android.com/10651

Change-Id: I35d7b546794ced41cffd382a9693294cfeb3e311

13 years agoDoc Change: Updated usage doc for android tool
Joe Malin [Mon, 30 Aug 2010 20:42:43 +0000 (13:42 -0700)]
Doc Change: Updated usage doc for android tool

Change-Id: I7aefc6551d07005050991c29e6f1d06a33747dc5

13 years agomerge from open-source master
The Android Open Source Project [Mon, 30 Aug 2010 23:07:39 +0000 (16:07 -0700)]
merge from open-source master

Change-Id: I97ab7062e558756b01eddbdcb058b4e451b7722d

13 years agoFix ddmlib's classpath to not copy Android.mk
Xavier Ducrohet [Mon, 30 Aug 2010 22:58:18 +0000 (15:58 -0700)]
Fix ddmlib's classpath to not copy Android.mk

With the recent change to build all folders under the root folder,
there was an issue with Eclipse copying src/Android.mk into the bin
folder. This prevented the sdk from building locally due to duplicate
module names.

Change-Id: I541d5198cb3501a55b7072fc3c6a8b58178e9661

13 years agoSDK Manager: Remove static package class map.
Raphael Moll [Mon, 30 Aug 2010 22:10:15 +0000 (15:10 -0700)]
SDK Manager: Remove static package class map.

When using the manager in --no-ui mode, one can use
--filter to select a list of package types to install.
This list is based on the array in SdkRepository constants
and it used need a static map to the actual classes to do
the filtering. The static map is now computed at runtime
so that we don't risk forgetting to update it.

Change-Id: I7b091c36942d3b9358595f2194f2edc76c517245

13 years agoDoc Change: Updated usage help for Android tool
Joe Malin [Thu, 26 Aug 2010 21:17:45 +0000 (14:17 -0700)]
Doc Change: Updated usage help for Android tool

Change-Id: Ie23d54738ba5f20da57431b81aadcc4f21ca85b0

13 years agoSdkManager: exclude obsolete packages from automatic update
Raphael Moll [Mon, 30 Aug 2010 18:22:04 +0000 (11:22 -0700)]
SdkManager: exclude obsolete packages from automatic update

Fixes for SDK Manager:
- Fix --filter flag for "update sdk --no-ui"
- Filter out obsolete packages when doing automatic sdk update.
- Respect the "Display Update Only" checkbox, which internally has
  always been to display non-obsolete updates, so again filter
  obsolete packages correctly when using the UI.
- Use the same code to filter obsolete packages in the No-UI mode.

Change-Id: I767c151370a09c18c2adcc0a11e267e973622399

13 years agoFixed problem with keymap files copied to target
Magnus Karlsson [Mon, 30 Aug 2010 14:54:03 +0000 (16:54 +0200)]
Fixed problem with keymap files copied to target

Moved Android.mk and keymap files except AVRCP.kl from sdk/emulator/keymaps
to build/target/board/generic. This causes the keymap files to copied into
the system image of generic and sdk products, but not into the system image
of HW products. Originally the qwerty.kl was copied to target no matter
if the target had a qwerty keyboard or not, which is the case for e.g.
the Nexus One.

Change-Id: I37ad5fb11fa70640433594c18953b626d1e9c186

13 years agomerge from open-source master
The Android Open Source Project [Sat, 28 Aug 2010 22:45:46 +0000 (15:45 -0700)]
merge from open-source master

Change-Id: I0282cd5fd5cabb0e2199a4236ea916eb7f685471

13 years agoMerge "Fix Eclipse build: also build hierarchyviewer plugin."
Raphael Moll [Sat, 28 Aug 2010 22:43:12 +0000 (15:43 -0700)]
Merge "Fix Eclipse build: also build hierarchyviewer plugin."

13 years agoFix Eclipse build: also build hierarchyviewer plugin.
Raphael Moll [Sat, 28 Aug 2010 22:38:15 +0000 (15:38 -0700)]
Fix Eclipse build: also build hierarchyviewer plugin.

Needs to be build on the build server since ADT depends on it.

Change-Id: I6fe6a2ab00428f25e8b3e4595ea8b81bce94454d

13 years agoFix Eclipse build.
Raphael Moll [Sat, 28 Aug 2010 22:36:34 +0000 (15:36 -0700)]
Fix Eclipse build.

Provides dummy implementations of the new testEnded() method.

Change-Id: Iaa9183e0fe89d162572ab2c77c9ba1b23c14a41c

13 years agomerge from open-source master
The Android Open Source Project [Sat, 28 Aug 2010 21:38:58 +0000 (14:38 -0700)]
merge from open-source master

Change-Id: I52a4888b6495c2797edecd27ce3b35c49efc171a

13 years agoMerge "ADT: new action to run dexdump on project."
Raphael Moll [Sat, 28 Aug 2010 21:36:54 +0000 (14:36 -0700)]
Merge "ADT: new action to run dexdump on project."

13 years agomerge from open-source master
The Android Open Source Project [Sat, 28 Aug 2010 04:52:49 +0000 (21:52 -0700)]
merge from open-source master

Change-Id: I12368ceb0d512ddf57d2b90c91de0a846230fe40

13 years agoMerge "ADT: Make GLE2 the default."
Raphael Moll [Sat, 28 Aug 2010 04:42:56 +0000 (21:42 -0700)]
Merge "ADT: Make GLE2 the default."

13 years agomerge from open-source master
The Android Open Source Project [Sat, 28 Aug 2010 03:56:56 +0000 (20:56 -0700)]
merge from open-source master

Change-Id: I7bf17eca20569571fe1339e49df7f9ab6e2838bf

13 years agoWrite tests for the new ITestRunListener API method
Omari Stephens [Sat, 7 Aug 2010 02:46:00 +0000 (19:46 -0700)]
Write tests for the new ITestRunListener API method

Change-Id: Ieea11742ae23cc30296fcc1cfe477d9814fa4a4e

13 years agoFix the ddmlib makefiles to compile tests properly
Omari Stephens [Sat, 7 Aug 2010 02:43:52 +0000 (19:43 -0700)]
Fix the ddmlib makefiles to compile tests properly

Change-Id: Id5012098dccbd264890251fdff57b91ca3ae1b85

13 years agoStore and report metrics emitted during each test case
Omari Stephens [Fri, 6 Aug 2010 03:10:18 +0000 (20:10 -0700)]
Store and report metrics emitted during each test case

Change-Id: Ia7e7f6bef73e7ecd30b03973fd966d28ac90464b

13 years agomerge from open-source master
The Android Open Source Project [Sat, 28 Aug 2010 02:14:41 +0000 (19:14 -0700)]
merge from open-source master

Change-Id: I45a9ed955c76132d3bf955192686a28ce3c152b1

13 years agoMerge "Adding a smaller timeout to capturing nodes. This is so that it doesn't get...
Konstantin Lopyrev [Sat, 28 Aug 2010 02:05:05 +0000 (19:05 -0700)]
Merge "Adding a smaller timeout to capturing nodes. This is so that it doesn't get stuck."

13 years agoAdding a smaller timeout to capturing nodes. This is so that it doesn't get stuck.
Konstantin Lopyrev [Sat, 28 Aug 2010 02:02:42 +0000 (19:02 -0700)]
Adding a smaller timeout to capturing nodes. This is so that it doesn't get stuck.

Change-Id: Ie2fd89d74a2a044334b45ba050f2c3150f63a8e7

13 years agomerge from open-source master
The Android Open Source Project [Sat, 28 Aug 2010 01:52:20 +0000 (18:52 -0700)]
merge from open-source master

Change-Id: I404970833addc17510cb4ef19ccd15135e95016f

13 years agoRecompute feature dependencies.
Xavier Ducrohet [Sat, 28 Aug 2010 01:40:32 +0000 (18:40 -0700)]
Recompute feature dependencies.

Change-Id: I22afafe283cd2e114f4d3b84687adcd18c17d784

13 years agoMisc fix in HierarchyViewer plugin.
Xavier Ducrohet [Sat, 28 Aug 2010 01:32:57 +0000 (18:32 -0700)]
Misc fix in HierarchyViewer plugin.

- Add plug-in to the update sites
- Remove ddm(ui)lib from the plugin as it accesses the ddms plug-in

Change-Id: I524180688443e0a72443a04fc3f00300e8ddc165

13 years agomerge from open-source master
The Android Open Source Project [Sat, 28 Aug 2010 01:28:56 +0000 (18:28 -0700)]
merge from open-source master

Change-Id: I6a89b5d4a4020c13d077999b92381e3bd084a79d

13 years agomerge from open-source master
The Android Open Source Project [Sat, 28 Aug 2010 01:17:21 +0000 (18:17 -0700)]
merge from open-source master

Change-Id: I40dc72513bf54320e05d180a6f5e0adb4417c074

13 years agoFix broken plug-in
Konstantin Lopyrev [Sat, 28 Aug 2010 01:16:28 +0000 (18:16 -0700)]
Fix broken plug-in

Change-Id: I8a6c8bd4b3d5ce0d7bcda5154c0187c256ab3db9

13 years agoRenaming and adding //$NON-NLS-?$
Konstantin Lopyrev [Sat, 28 Aug 2010 00:55:52 +0000 (17:55 -0700)]
Renaming and adding  //$NON-NLS-?$

Change-Id: I9f5fa1625af4b35499cfc87996d0b3a39841ba31

13 years agomerge from open-source master
The Android Open Source Project [Sat, 28 Aug 2010 00:06:33 +0000 (17:06 -0700)]
merge from open-source master

Change-Id: Ifa20cdcd375572a81e3c1232994c1ea31840dc60