Loading src/com/owncloud/android/lib/resources/files/ServerFileInterface.java +2 −0 Original line number Diff line number Diff line Loading @@ -8,6 +8,8 @@ public interface ServerFileInterface { String getRemotePath(); String getLocalId(); String getRemoteId(); boolean getIsFavorite(); Loading src/com/owncloud/android/lib/resources/files/TrashbinFile.java +7 −0 Original line number Diff line number Diff line Loading @@ -99,6 +99,13 @@ public class TrashbinFile implements Parcelable, Serializable, ServerFileInterfa this.remoteId = remoteId; } /** * For trashbin this is the same as remoteId */ public String getLocalId() { return getRemoteId(); } public void setFileName(String fileName) { this.fileName = fileName; } Loading Loading
src/com/owncloud/android/lib/resources/files/ServerFileInterface.java +2 −0 Original line number Diff line number Diff line Loading @@ -8,6 +8,8 @@ public interface ServerFileInterface { String getRemotePath(); String getLocalId(); String getRemoteId(); boolean getIsFavorite(); Loading
src/com/owncloud/android/lib/resources/files/TrashbinFile.java +7 −0 Original line number Diff line number Diff line Loading @@ -99,6 +99,13 @@ public class TrashbinFile implements Parcelable, Serializable, ServerFileInterfa this.remoteId = remoteId; } /** * For trashbin this is the same as remoteId */ public String getLocalId() { return getRemoteId(); } public void setFileName(String fileName) { this.fileName = fileName; } Loading