aboutsummaryrefslogtreecommitdiffstats
path: root/eclipse/plugins/com.android.ide.eclipse.hierarchyviewer
Commit message (Collapse)AuthorAgeFilesLines
...
* Move SDK Tools and ADT version to 10.Xavier Ducrohet2011-01-181-1/+1
| | | | Change-Id: I6cfde67f2d0a0da2f94124d19e152e99df349820
* Update the Eclipe plug-ins/features version number.Xavier Ducrohet2010-11-151-1/+1
| | | | Change-Id: Ib5f49d91506de5e218d80af1d05d06ba49155cb6
* Fixing ADT featuressnpe2010-09-295-2/+232
| | | | Change-Id: Idc4223a43ef6505e55fb2b62cb2514763959bc53
* DDMS now receives the adb location through an extension point.Xavier Ducrohet2010-09-031-34/+15
| | | | | | | | | | | | | | | | | | 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
* Move plug-ins version to 8.0.0 to match r8Xavier Ducrohet2010-09-031-1/+1
| | | | Change-Id: Ia186695240e5f641c517a31ae93100143fc42694
* Fix Hierarchy viewer plug-in again.Xavier Ducrohet2010-09-011-7/+12
| | | | Change-Id: I15ef8c3050826c7f17dc1ee822a3c8e268c62c36
* Make the HierarchyViewer plug-in not screw up DDMS.Xavier Ducrohet2010-08-311-8/+9
| | | | | | | | | | | 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
* Misc fix in HierarchyViewer plugin.Xavier Ducrohet2010-08-272-5/+3
| | | | | | | - Add plug-in to the update sites - Remove ddm(ui)lib from the plugin as it accesses the ddms plug-in Change-Id: I524180688443e0a72443a04fc3f00300e8ddc165
* Fix broken plug-inKonstantin Lopyrev2010-08-273-5/+5
| | | | Change-Id: I8a6c8bd4b3d5ce0d7bcda5154c0187c256ab3db9
* Renaming and adding //$NON-NLS-?$Konstantin Lopyrev2010-08-2712-110/+110
| | | | Change-Id: I9f5fa1625af4b35499cfc87996d0b3a39841ba31
* Refactoring and integrating into EclipseKonstantin Lopyrev2010-08-2721-143/+1224
| | | | Change-Id: I1fd3c3828fb2474f2f7394ee2831fcd7eb675878
* Tweaking and moving.Konstantin Lopyrev2010-08-271-1/+0
| | | | Change-Id: I9906268a91c53c7b9e938b9c969cedeae2a4303a
* Merge "Device Selector code."Konstantin Lopyrev2010-07-261-0/+1
|\
| * Device Selector code.Konstantin Lopyrev2010-07-231-0/+1
| | | | | | | | Change-Id: I944315e75b72ef285bed53e5801761886f48cb24
* | Update the ddmlib api for push/pull/installXavier Ducrohet2010-07-261-0/+1
|/ | | | | | | | | | | | | The API now throws SyncException instead of returning SyncResult. The IDevice API to install/uninstall now returns a single InstallException that encapsulate all the other ddmlib exception. Also, the recently added exceptions now don't extend IOException anymore. Change-Id: Ib334c4157a6add1882233dfaaa032aea1910eede
* First commit... Ignore *.java files, they are there just so it builds.Konstantin Lopyrev2010-07-169-0/+271
Change-Id: Ibf159c32cee7a770f1c36f387fe646d9ecabe168