aboutsummaryrefslogtreecommitdiffstats
path: root/ddms/libs
Commit message (Expand)AuthorAgeFilesLines
* Merge "Add a listener that can save test results as an ant XML file."Brett Chabot2012-11-286-0/+873
|\
| * Add a listener that can save test results as an ant XML file.Brett Chabot2012-11-156-0/+873
* | ddms: Fix procrank/meminfo parser for the Sysinfo panel.Siva Velusamy2012-11-205-39/+138
|/
* ddms: Fix CPU load reader in SysinfoPanelSiva Velusamy2012-11-072-210/+372
* Update compiler flags.Tor Norbye2012-10-262-4/+4
* Update maven artifacts and add lint.Xavier Ducrohet2012-10-191-0/+1
* nativeheap: do not set layout on parentSiva Velusamy2012-10-151-2/+0
* ddms: Show user id only for non ownersSiva Velusamy2012-10-101-1/+1
* Fix javadoc here and there.Xavier Ducrohet2012-10-024-10/+5
* Update the gradle build files.Xavier Ducrohet2012-10-021-0/+77
* logcat: Only listen to user generated scroll eventsSiva Velusamy2012-10-011-6/+52
* logcat: Support auto scroll lock.Siva Velusamy2012-09-281-4/+40
* ddms: report user id if availableSiva Velusamy2012-09-104-1/+78
* Enable FileListingService to properly traverse symlinks-to-directoriesOmari Stephens2012-08-231-8/+68
* Merge "Expose owner and group of FileEntry."Brian Carlstrom2012-08-231-0/+14
|\
| * Expose owner and group of FileEntry.Tsu Chiang Chuang2012-08-141-0/+14
* | junit: Rework support for parallel junit launch.Siva Velusamy2012-08-174-58/+8
|/
* uitest-automator: Use ddmlib for device communications.Siva Velusamy2012-08-021-2/+12
* Update error message shown when ddms does not find adb.Siva Velusamy2012-07-311-49/+60
* ddms fileservice: update characters that need escaping.Siva Velusamy2012-07-251-2/+4
* Fix classpath for ddmuilib-testsSiva Velusamy2012-07-191-1/+2
* Allow junit tests to be run on multiple devices.Siva Velusamy2012-07-184-28/+84
* Fixed DDMS network statistics parsingMichael Wright2012-06-221-2/+3
* logcat: fix potential NPESiva Velusamy2012-06-221-3/+5
* Provide readable device name rather than just serial numberSiva Velusamy2012-06-133-52/+71
* Find Dialog: allow control over the default action.Siva Velusamy2012-06-081-4/+22
* NetworkPanel: Update socket tag decodingSiva Velusamy2012-06-071-1/+15
* Move base class for FindDialog to a common location.Siva Velusamy2012-06-055-8/+15
* logcat find dialog: Add missing trim()Siva Velusamy2012-06-051-1/+1
* logcat: Support searching through the message list.Siva Velusamy2012-06-055-1/+425
* 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
|\ \ \ | |/ / |/| |