Loading src/com/owncloud/android/lib/resources/files/ReadRemoteFolderOperation.java +8 −7 Original line number Diff line number Diff line Loading @@ -24,13 +24,6 @@ package com.owncloud.android.lib.resources.files; import java.util.ArrayList; import org.apache.commons.httpclient.HttpStatus; import org.apache.jackrabbit.webdav.DavConstants; import org.apache.jackrabbit.webdav.MultiStatus; import org.apache.jackrabbit.webdav.client.methods.PropFindMethod; import com.owncloud.android.lib.common.OwnCloudClient; import com.owncloud.android.lib.common.network.WebdavEntry; import com.owncloud.android.lib.common.network.WebdavUtils; Loading @@ -38,6 +31,13 @@ import com.owncloud.android.lib.common.operations.RemoteOperation; import com.owncloud.android.lib.common.operations.RemoteOperationResult; import com.owncloud.android.lib.common.utils.Log_OC; import org.apache.commons.httpclient.HttpStatus; import org.apache.jackrabbit.webdav.DavConstants; import org.apache.jackrabbit.webdav.MultiStatus; import org.apache.jackrabbit.webdav.client.methods.PropFindMethod; import java.util.ArrayList; /** * Remote operation performing the read of remote file or folder in the ownCloud server. * Loading Loading @@ -173,6 +173,7 @@ public class ReadRemoteFolderOperation extends RemoteOperation { file.setSize(we.size()); file.setQuotaUsedBytes(we.quotaUsedBytes()); file.setQuotaAvailableBytes(we.quotaAvailableBytes()); file.setFavorite(we.isFavorite()); return file; } } Loading
src/com/owncloud/android/lib/resources/files/ReadRemoteFolderOperation.java +8 −7 Original line number Diff line number Diff line Loading @@ -24,13 +24,6 @@ package com.owncloud.android.lib.resources.files; import java.util.ArrayList; import org.apache.commons.httpclient.HttpStatus; import org.apache.jackrabbit.webdav.DavConstants; import org.apache.jackrabbit.webdav.MultiStatus; import org.apache.jackrabbit.webdav.client.methods.PropFindMethod; import com.owncloud.android.lib.common.OwnCloudClient; import com.owncloud.android.lib.common.network.WebdavEntry; import com.owncloud.android.lib.common.network.WebdavUtils; Loading @@ -38,6 +31,13 @@ import com.owncloud.android.lib.common.operations.RemoteOperation; import com.owncloud.android.lib.common.operations.RemoteOperationResult; import com.owncloud.android.lib.common.utils.Log_OC; import org.apache.commons.httpclient.HttpStatus; import org.apache.jackrabbit.webdav.DavConstants; import org.apache.jackrabbit.webdav.MultiStatus; import org.apache.jackrabbit.webdav.client.methods.PropFindMethod; import java.util.ArrayList; /** * Remote operation performing the read of remote file or folder in the ownCloud server. * Loading Loading @@ -173,6 +173,7 @@ public class ReadRemoteFolderOperation extends RemoteOperation { file.setSize(we.size()); file.setQuotaUsedBytes(we.quotaUsedBytes()); file.setQuotaAvailableBytes(we.quotaAvailableBytes()); file.setFavorite(we.isFavorite()); return file; } }