projects
/
pub
/
Android
/
ownCloud.git
/ blobdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
|
commitdiff
|
tree
raw
|
inline
| side by side
downloading file
[pub/Android/ownCloud.git]
/
src
/
eu
/
alefzero
/
owncloud
/
syncadapter
/
FileSyncAdapter.java
diff --git
a/src/eu/alefzero/owncloud/syncadapter/FileSyncAdapter.java
b/src/eu/alefzero/owncloud/syncadapter/FileSyncAdapter.java
index
ad88068
..
bf00240
100644
(file)
--- a/
src/eu/alefzero/owncloud/syncadapter/FileSyncAdapter.java
+++ b/
src/eu/alefzero/owncloud/syncadapter/FileSyncAdapter.java
@@
-63,9
+63,9
@@
public class FileSyncAdapter extends AbstractOwnCloudSyncAdapter {
this.setAccount(account);
this.setContentProvider(provider);
this.setAccount(account);
this.setContentProvider(provider);
- HttpPropFind query = this.get
Basic
Query();
+ HttpPropFind query = this.get
PropFind
Query();
query.setEntity(new StringEntity(WebdavUtils.prepareXmlForPropFind()));
query.setEntity(new StringEntity(WebdavUtils.prepareXmlForPropFind()));
- TreeNode root = this.fire
Query
(query);
+ TreeNode root = this.fire
Request
(query);
commitToDatabase(root, null);
} catch (OperationCanceledException e) {
commitToDatabase(root, null);
} catch (OperationCanceledException e) {