aboutsummaryrefslogtreecommitdiffstats
path: root/eclipse/plugins/com.android.ide.eclipse.monitor/src/com/android/ide
Commit message (Collapse)AuthorAgeFilesLines
* monitor: Update path to hprof-convSiva Velusamy2014-06-271-1/+1
| | | | | | | | From tools r22.3, hprof-conv is inside platform-tools, not tools. I've filed https://code.google.com/p/android/issues/detail?id=72570 to make a better fix in the future. Change-Id: I21af21f9e2e6383c9d89be5d94c5474f42e32aec
* Fix title bar to say "Android Device monitor"Siva Velusamy2014-06-041-1/+1
| | | | Change-Id: I5725e4f941771f8dc3a01e4cf97a896fcf7d0bd3
* monitor: Prefer using bundled SDK rather than lastSdkSiva Velusamy2012-12-061-13/+17
| | | | | | | Also fix the path to bundled SDK: monitor is in tools/lib/monitor, not tools/monitor Change-Id: Ia47112b8358076a8d93cc6492bc67490386459e7
* monitor: Display message when plat-tools is missing.Siva Velusamy2012-11-151-0/+8
| | | | Change-Id: I1feb9abf01b635ca9e5de07aa0a269c773814640
* monitor: Add toolbar icons for SDK & AVD ManagerSiva Velusamy2012-10-108-21/+127
| | | | | Change-Id: I1d6798719d0b01e1ec72f6cd1599aec871b87d03 http://code.google.com/p/android/issues/detail?id=38247
* Refactor SDK Manager into "core" vs "ui" packages.Raphael Moll2012-09-041-1/+1
| | | | | | | | | | | | | | | This is just a refactor to move classes around. No functionality is actually changed. The sdkman2 package contains classes that are now sorted between "ui" and "core" packages. The core stuff has no UI dependency and can be used in unit tests, whereas the ui stuff needs SWT somehow. In a later CL some of the UI stuff will be changed to make it easier to mock for testing. Change-Id: I86606df7992de6ca6ae1df95f7b712cbba4fd3b6
* Unify all loggers in the sdk tools.Xavier Ducrohet2012-08-171-3/+3
| | | | | | | | | | Removed ILogger from ide_common Removed ISdkLog (and implementations) from sdklib Moved all existing code to com.android.utils.ILogger which is located in common. Change-Id: Icd674d4b8d10f6ae8b60a83acb43cc53c7a52137
* More refactoring.Xavier Ducrohet2012-08-132-2/+2
| | | | | | | Move stuff out of sdklib into common and ide_common. Remove androidprefs and move the one class into common. Change-Id: I71d126a13cf2ba413692e29616f4968a37d7b33a
* Install platform tools if necessary during monitor startupSiva Velusamy2012-08-012-1/+13
| | | | | | Part of fix for http://code.google.com/p/android/issues/detail?id=35640 Change-Id: I75834928033d08936c15f354a630815276895242
* logcat: Support searching through the message list.Siva Velusamy2012-06-051-0/+8
| | | | | | | | | | | | This CL adds support for invoking a find dialog when the logcat view is in focus. The dialog can be invoked via Edit -> Find (Ctrl + F), or via the context menu. The dialog provides a way to specify a search term and allows the user to search forward or backward in the list of messages. Change-Id: I7e7c6b20a051c161f035b3b45aba5f119f2c11a9
* monitor startup: check for null sdk path.Siva Velusamy2012-04-231-2/+7
| | | | Change-Id: I9da6a189b6b2660bd0f29752feb0e6666a5889ba
* monitor: ping back on startupSiva Velusamy2012-04-202-0/+93
| | | | | | Just like DDMS, send a ping during startup. Change-Id: Id4f1f3cf2daec772f6566faaeb75ad7f8fe0a239
* monitor: use .android/monitor-workspace as workspaceSiva Velusamy2012-03-301-0/+8
| | | | | | | This CL makes the monitor app to always use the folder $HOME/.android/monitor-workspace for its workspace location. Change-Id: I5fa3dd5f8a820b79e38d42d9a91eb9c3ac3224cc
* rcp: Add missing preferences and menu items.Siva Velusamy2012-03-296-0/+1005
| | | | | | | The monitor RCP was missing a bunch of menu items & preferences. This CL adds a subset of those. Change-Id: I7b3f71f4423145f777bfea97ba98a6e19a0d480b
* monitor rcp: improve SDK location detection.Siva Velusamy2012-01-206-26/+364
| | | | | | | | | | | | | This patch enables the monitor application to obtain the path to the Android SDK by: 1. JVM property 2. System env variable. 3. lastSdkPath used by ADT 4. If all the above fails, then a user dialog to prompt for the SDK location. Change-Id: I837bbc4c85810ac67b985a190c4e0656cea216f5
* monitor rcp: misc fixesSiva Velusamy2012-01-204-6/+118
| | | | | | | | | | | | | Miscellaneous fixes the monitor RCP application: - Add window images (the icon used for the application in the operating system's tab switcher) - Add hierarchy viewer plugin - Add Image & Text to show in About Dialog - Save/Restore application window preferences - Add a menu bar with File & Help menus. Change-Id: I877795584f7a06b07321ae21da0e6bc8e86b3724
* java6: add missing overridesSiva Velusamy2011-12-212-0/+6
| | | | | | | Monitor plugin is not built automatically, so this was not caught earlier. Change-Id: Ib115ac5a7bfb7adaad8b44a724611725ad5a72aa
* rcp: add perspective switcherSiva Velusamy2011-12-151-0/+6
| | | | | | Add a perspective switcher bar to the monitor RCP application. Change-Id: I86d8bdb5633d6566dba8aaf1c48561b947ea7420
* rcp: create monitor plugin & build scriptsSiva Velusamy2011-12-084-0/+192
The monitor plugin defines the entry point for the monitor RCP application, and also defines the monitor.product product configuration. The build scripts in eclipse/scripts/rcp show how to build the RCP app from the command line. Currently, these are not built on the build server. That will happen once we figure out where to put the prebuilts. Change-Id: Idc96b2c011dba55c0d6792e916193017df6ce1c1