1
0
mirror of https://github.com/owncloud/android-library.git synced 2026-08-20 12:52:53 +00:00

Added operation to move remote files

This commit is contained in:
David A. Velasco
2014-08-21 17:36:16 +02:00
parent a2e5ecc035
commit b4e974491e
2 changed files with 216 additions and 1 deletions
@@ -101,7 +101,9 @@ public class RemoteOperationResult implements Serializable {
LOCAL_STORAGE_NOT_REMOVED,
FORBIDDEN,
SHARE_FORBIDDEN,
OK_REDIRECT_TO_NON_SECURE_CONNECTION
OK_REDIRECT_TO_NON_SECURE_CONNECTION,
INVALID_MOVE_INTO_DESCENDANT,
PARTIAL_MOVE_DONE
}
private boolean mSuccess = false;