OSDN Git Service

Better symlinks handle
authorjruesga <jorge@ruesga.com>
Wed, 10 Oct 2012 00:59:21 +0000 (02:59 +0200)
committerjruesga <jorge@ruesga.com>
Wed, 10 Oct 2012 00:59:21 +0000 (02:59 +0200)
commitd94a0a07b0b7813c96057ef6083e3fbdeff7d562
tree10f7a97eb187d858e3beff40b51386d5113661ce
parent4e363cc84a40957a9b45d6ec3220c94d164c7953
Better symlinks handle

Resolve symlinks with -> symbols in any of the names (link or real).
15 files changed:
res/xml/command_list.xml
src/com/cyanogenmod/explorer/activities/NavigationActivity.java
src/com/cyanogenmod/explorer/activities/SearchActivity.java
src/com/cyanogenmod/explorer/commands/ExecutableCreator.java
src/com/cyanogenmod/explorer/commands/shell/FindCommand.java
src/com/cyanogenmod/explorer/commands/shell/ListCommand.java
src/com/cyanogenmod/explorer/commands/shell/ResolveLinkCommand.java
src/com/cyanogenmod/explorer/commands/shell/ShellExecutableCreator.java
src/com/cyanogenmod/explorer/ui/dialogs/FsoPropertiesDialog.java
src/com/cyanogenmod/explorer/ui/policy/ActionsPolicy.java
src/com/cyanogenmod/explorer/util/CommandHelper.java
src/com/cyanogenmod/explorer/util/FileHelper.java
tests/src/com/cyanogenmod/explorer/commands/shell/ChangeOwnerCommandTest.java
tests/src/com/cyanogenmod/explorer/commands/shell/ChangePermissionsCommandTest.java
tests/src/com/cyanogenmod/explorer/commands/shell/ListCommandTest.java