aboutsummaryrefslogtreecommitdiffstats
path: root/screenshot
Commit message (Collapse)AuthorAgeFilesLines
* Add support for ANDROID_SERIAL in screenshotKenny Root2011-12-191-0/+11
| | | | | | | | adb, fastboot, and other utilities respect the ANDROID_SERIAL environment variable. Add support for this to screenshot so the experience can be consistent. Change-Id: I37b49c025414c5dd0774285b41cc1a308065da1d
* Add missing notice files.Xavier Ducrohet2011-03-151-0/+190
| | | | | | | | | | Also fix some makefiles to make sure the notices are picked up. - move the makefile outside of the source folder. - resources are now in the source folder directly instead of being inside src/resources. It's much simpler. Change-Id: Ica8ee4c2bc8a9b035d23fc914d4137cdca7e567d
* Update the ddmlib api for push/pull/installXavier Ducrohet2010-07-261-2/+5
| | | | | | | | | | | | | 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
* Fixed screenshot command line tool to deal with new RawImageXavier Ducrohet2009-09-241-44/+12
| | | | | | Also added a rotate method to DDMS. Change-Id: I9ec2774ff0679b8b4f044341470b3dfa527f9680
* Change the SDK, DDMS and Traceview to work with the new SWT libraries.Xavier Ducrohet2009-06-041-0/+1
| | | | | | The SDK now contains 32 and 64 bit version of SWT. DDMS and Traceview use the archquery java app to check the architecture of the VM to decide which version of SWT should be used to run the apps.
* Make the ddmlib API use IDevice instead of DeviceXavier Ducrohet2009-05-151-36/+36
| | | | | Device is now private. All the API is using IDevice. Updated ddms, ADT, hierarchyviewer and other tools that relied on ddmlib.
* auto import from //depot/cupcake/@135843The Android Open Source Project2009-03-038-0/+452
|
* auto import from //depot/cupcake/@135843The Android Open Source Project2009-03-038-452/+0
|
* Initial ContributionThe Android Open Source Project2008-10-218-0/+452