projects
/
pub
/
Android
/
ownCloud.git
/ blobdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
|
commitdiff
|
tree
raw
|
inline
| side by side
Fix crash in navigation in FileList
[pub/Android/ownCloud.git]
/
res
/
xml
/
syncadapter_files.xml
diff --git
a/res/xml/syncadapter_files.xml
b/res/xml/syncadapter_files.xml
index
25b018c
..
805b53e
100644
(file)
--- a/
res/xml/syncadapter_files.xml
+++ b/
res/xml/syncadapter_files.xml
@@
-3,7
+3,7
@@
ownCloud Android client application
Copyright (C) 2012 Bartek Przybylski
ownCloud Android client application
Copyright (C) 2012 Bartek Przybylski
- Copyright (C) 201
2-2013
ownCloud Inc.
+ Copyright (C) 201
5
ownCloud Inc.
This program is free software: you can redistribute it and/or modify
it under the terms of the GNU General Public License version 2,
This program is free software: you can redistribute it and/or modify
it under the terms of the GNU General Public License version 2,
@@
-25,4
+25,7
@@
android:contentAuthority="@string/authority"
android:accountType="@string/account_type"
android:supportsUploading="true"
android:contentAuthority="@string/authority"
android:accountType="@string/account_type"
android:supportsUploading="true"
+ android:userVisible="true"
+ android:allowParallelSyncs="true"
+ android:isAlwaysSyncable="true"
/>
/>