OSDN Git Service

Added a New Folder action in File Explorer.
authorPierre Zurek <pierrezurek@gmail.com>
Fri, 11 Feb 2011 23:04:48 +0000 (00:04 +0100)
committerPierre Zurek <pierrezurek@gmail.com>
Tue, 22 Mar 2011 01:15:12 +0000 (02:15 +0100)
commit9fd1167924dca792834cade14772e2be5a55b3d5
tree2f7ec4018b12c23f4090ce0badd60204994cb3cf
parent54db46554cffd07979b13e344860e96ebe382b12
Added a New Folder action in File Explorer.

This action allows the user to create a new folder if the current
selection in the tree is a folder. It executes the "mkdir" command
on the device. If an error occurs during execution, a popup is
displayed.

Change-Id: Id94485502849679ee9c753882b3e46f30e0edd1e
ddms/app/src/com/android/ddms/UIThread.java
ddms/libs/ddmlib/src/com/android/ddmlib/FileListingService.java
ddms/libs/ddmuilib/src/com/android/ddmuilib/explorer/DeviceExplorer.java
eclipse/plugins/com.android.ide.eclipse.ddms/src/com/android/ide/eclipse/ddms/views/FileExplorerView.java