aboutsummaryrefslogtreecommitdiffstats
path: root/ddms/libs
Commit message (Expand)AuthorAgeFilesLines
...
* Merge "logcat: Fix scroll lock icon"Siva Velusamy2012-06-013-1/+1
|\
| * logcat: Fix scroll lock iconSiva Velusamy2012-06-013-1/+1
* | Fix warningsTor Norbye2012-06-012-0/+10
|/
* Fix "Resource leak: <Foo> is never closed"Tor Norbye2012-05-306-79/+113
* logcat: Allow users to set colors for different priorities.Siva Velusamy2012-05-251-14/+102
* Allow users more control over auto monitoring logcat.Siva Velusamy2012-05-091-2/+5
* logcat: Validate regex patterns before creating filters.Siva Velusamy2012-05-042-7/+22
* logcat: Add a device disconnected message.Siva Velusamy2012-05-042-2/+12
* Add ability to right click on a message to create filterSiva Velusamy2012-05-041-1/+52
* logcat: Remove JFace TableViewer and use SWT Table directlySiva Velusamy2012-05-039-552/+387
* Merge "Fixes unexpected rows are copied when LogCat paused."Siva Velusamy2012-04-202-7/+37
|\
| * Fixes unexpected rows are copied when LogCat paused.Keiji Ariyama2012-04-042-7/+37
* | SDK: Fix classpath for eclipse projects.Raphael Moll2012-04-121-1/+1
* | Get rid of the file path whitelist.Omari Stephens2012-04-111-24/+0
* | Ensure screenshots saved through DDMS end with .png.Sebastian Roth2012-04-061-0/+4
* | Switch libraries from Eclipse 3.4 to Eclipse 3.6.2Tor Norbye2012-04-054-10/+10
* | Update classpath for eclipse project due to prebuilt move.Xavier Ducrohet2012-04-051-2/+7
* | Merge "Revert "Switch libraries from Eclipse 3.4 to Eclipse 3.6.2""Tor Norbye2012-04-033-7/+7
|\ \
| * | Revert "Switch libraries from Eclipse 3.4 to Eclipse 3.6.2"Tor Norbye2012-04-033-7/+7
* | | Merge "Make InstrumentationResultParser#handleTestRunFailure public."Brett Chabot2012-04-031-2/+3
|\ \ \ | |/ / |/| |
| * | Make InstrumentationResultParser#handleTestRunFailure public.Brett Chabot2012-04-021-2/+3
| |/
* | Switch libraries from Eclipse 3.4 to Eclipse 3.6.2Tor Norbye2012-04-023-7/+7
|/
* logcat: support new format for "logcat -v long"Siva Velusamy2012-03-064-19/+42
* Usec a shorter timeout for Device#getPropertySync.Brett Chabot2012-02-271-1/+2
* ddms: fix deadlockSiva Velusamy2012-02-062-48/+40
* logcat: Fix deadlockSiva Velusamy2012-02-061-3/+29
* Merge "Pause network panel by default, handle devices."Jeff Sharkey2012-02-011-65/+120
|\
| * Pause network panel by default, handle devices.Jeff Sharkey2012-02-011-65/+120
* | Merge "Show detailed network statistics from xt_qtaguid."Jeff Sharkey2012-02-011-0/+1053
|\ \ | |/
| * Show detailed network statistics from xt_qtaguid.Jeff Sharkey2012-02-011-0/+1053
* | ddms: Allow port forwarding to Unix Domain SocketsSiva Velusamy2012-01-313-14/+102
|/
* Improved ADB logging on failure to help pinpoint issuesTor Norbye2012-01-121-5/+18
* Fix locale handling of uppercase/lowercaseTor Norbye2012-01-065-56/+66
* Add @NonNull annotation and configure Eclipse settingsTor Norbye2011-12-222-2/+26
* Update SDK codebase to JDK 6Tor Norbye2011-12-2164-145/+542
* ddms: display manufacturer & model for devices.Siva Velusamy2011-12-201-1/+51
* logcat: Improve auto scroll lock behaviorSiva Velusamy2011-12-143-46/+79
* Merge "Use a custom timeout for IDevice.getBatteryLevel."Brett Chabot2011-12-131-1/+2
|\
| * Use a custom timeout for IDevice.getBatteryLevel.Brett Chabot2011-12-091-1/+2
* | logcat: when copying items, index into filtered list.Siva Velusamy2011-12-131-7/+42
* | logcat: fix npe & clear log in filtered viewSiva Velusamy2011-12-121-2/+17
|/
* logcat: bring up edit filter dialog on double clickSiva Velusamy2011-11-281-0/+5
* logcat: fix tooltip shift distanceSiva Velusamy2011-11-281-0/+11
* Merge "Add IDevice.getBatteryLevel()"Brett Chabot2011-11-092-0/+97
|\
| * Add IDevice.getBatteryLevel()Brett Chabot2011-11-042-0/+97
* | Merge "nativeheap: Do not clean up display if a client is killed."Siva Velusamy2011-11-061-17/+21
|\ \ | |/ |/|
| * nativeheap: Do not clean up display if a client is killed.Siva Velusamy2011-11-061-17/+21
* | Merge "fix for leaky fd, amke sure we close syncservice."Tsu Chiang Chuang2011-11-031-3/+18
|\ \ | |/ |/|
| * fix for leaky fd, amke sure we close syncservice.Tsu Chiang Chuang2011-11-031-3/+18
* | ddms-heap: Show atleast 1 row.Siva Velusamy2011-11-021-45/+57