|
@@ -20,11 +20,12 @@
|
|
|
|
|
|
package com.nextcloud.talk.components.filebrowser.webdav;
|
|
|
|
|
|
-import at.bitfire.dav4android.Property;
|
|
|
-import at.bitfire.dav4android.PropertyFactory;
|
|
|
-import at.bitfire.dav4android.PropertyRegistry;
|
|
|
-import at.bitfire.dav4android.property.*;
|
|
|
-import com.nextcloud.talk.components.filebrowser.models.properties.*;
|
|
|
+import com.nextcloud.talk.components.filebrowser.models.properties.NCEncrypted;
|
|
|
+import com.nextcloud.talk.components.filebrowser.models.properties.NCPermission;
|
|
|
+import com.nextcloud.talk.components.filebrowser.models.properties.NCPreview;
|
|
|
+import com.nextcloud.talk.components.filebrowser.models.properties.OCFavorite;
|
|
|
+import com.nextcloud.talk.components.filebrowser.models.properties.OCId;
|
|
|
+import com.nextcloud.talk.components.filebrowser.models.properties.OCSize;
|
|
|
|
|
|
import java.lang.reflect.Field;
|
|
|
import java.util.ArrayList;
|
|
@@ -32,6 +33,17 @@ import java.util.HashMap;
|
|
|
import java.util.List;
|
|
|
import java.util.Map;
|
|
|
|
|
|
+import at.bitfire.dav4jvm.Property;
|
|
|
+import at.bitfire.dav4jvm.PropertyFactory;
|
|
|
+import at.bitfire.dav4jvm.PropertyRegistry;
|
|
|
+import at.bitfire.dav4jvm.property.CreationDate;
|
|
|
+import at.bitfire.dav4jvm.property.DisplayName;
|
|
|
+import at.bitfire.dav4jvm.property.GetContentLength;
|
|
|
+import at.bitfire.dav4jvm.property.GetContentType;
|
|
|
+import at.bitfire.dav4jvm.property.GetETag;
|
|
|
+import at.bitfire.dav4jvm.property.GetLastModified;
|
|
|
+import at.bitfire.dav4jvm.property.ResourceType;
|
|
|
+
|
|
|
public class DavUtils {
|
|
|
public static final String OC_NAMESPACE = "http://owncloud.org/ns";
|
|
|
public static final String NC_NAMESPACE = "http://nextcloud.org/ns";
|