aboutsummaryrefslogtreecommitdiffstats
path: root/ddms/libs/ddmlib
Commit message (Expand)AuthorAgeFilesLines
* SDK: Delete projects moved to tools/base or tools/swt.Raphael Moll2013-03-135-344/+0
* SDK prebuilts: reorganize into tools/lib.Raphael Moll2013-03-061-1/+1
* Change more SDK libs to prebuilts.Raphael Moll2013-02-061-1/+1
* SDK: switch ddmlib to prebuilts/devtools/ddmlib/ddmlib.jarRaphael Moll2013-01-1171-20259/+9
* Merge "Delete ALL the build.gradle from sdk.git"Raphael Moll2013-01-091-66/+0
|\
| * Delete ALL the build.gradle from sdk.gitRaphael Moll2013-01-091-66/+0
* | Add test duration to XmlTestRunListener.javaBrett Chabot2013-01-071-4/+2
|/
* ddmlib: Add controls for OpenGL tracing via jdwpSiva Velusamy2012-12-203-0/+99
* Refactor ddmlib folder structure.Xavier Ducrohet2012-12-0673-49/+19
* Fix gradle build of sdk libs by adding testutils.Xavier Ducrohet2012-12-061-0/+2
* Add a listener that can save test results as an ant XML file.Brett Chabot2012-11-156-0/+873
* Update compiler flags.Tor Norbye2012-10-261-2/+2
* Update maven artifacts and add lint.Xavier Ducrohet2012-10-191-0/+1
* Fix javadoc here and there.Xavier Ducrohet2012-10-024-10/+5
* Update the gradle build files.Xavier Ducrohet2012-10-021-0/+77
* ddms: report user id if availableSiva Velusamy2012-09-103-0/+72
* 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
* Allow junit tests to be run on multiple devices.Siva Velusamy2012-07-184-28/+84
* Provide readable device name rather than just serial numberSiva Velusamy2012-06-132-0/+70
* Fix warningsTor Norbye2012-06-011-0/+5
* Fix "Resource leak: <Foo> is never closed"Tor Norbye2012-05-303-73/+93
* Get rid of the file path whitelist.Omari Stephens2012-04-111-24/+0
* Make InstrumentationResultParser#handleTestRunFailure public.Brett Chabot2012-04-021-2/+3
* Usec a shorter timeout for Device#getPropertySync.Brett Chabot2012-02-271-1/+2
* ddms: fix deadlockSiva Velusamy2012-02-062-48/+40
* 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-064-53/+61
* Add @NonNull annotation and configure Eclipse settingsTor Norbye2011-12-221-1/+13
* Update SDK codebase to JDK 6Tor Norbye2011-12-2115-19/+111
* Use a custom timeout for IDevice.getBatteryLevel.Brett Chabot2011-12-091-1/+2
* Add IDevice.getBatteryLevel()Brett Chabot2011-11-042-0/+97
* fix for leaky fd, amke sure we close syncservice.Tsu Chiang Chuang2011-11-031-3/+18
* Make InstrumentationResultParser less chatty on unexpected output.Brett Chabot2011-10-142-2/+23
* Add support for importing saved heap data.Siva Velusamy2011-10-061-29/+37
* Create FileListingService#getChildrenSyncBrett Chabot2011-09-291-10/+40
* Add support for Select All & Copy Paste.Siva Velusamy2011-09-281-0/+6
* Check for relevant stack frame using source library.Siva Velusamy2011-09-271-45/+37
* Override hashCode.Siva Velusamy2011-09-231-0/+19
* Display stack trace for selected Heap Allocation.Siva Velusamy2011-09-203-12/+29
* New implementation of native heap - layout only.Siva Velusamy2011-09-201-0/+5
* When requesting NHGT, disable NHSG.Siva Velusamy2011-09-201-1/+1
* Use foreach instead of iteratorSiva Velusamy2011-09-201-5/+3
* Allow custom run name in IRemoteAndroidTestRunner.Brett Chabot2011-09-142-3/+20