projects
/
pub
/
Android
/
ownCloud.git
/ blobdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
|
commitdiff
|
tree
raw
|
inline
| side by side
Filter only '/' character in user input when version of server is 8.1 or later
[pub/Android/ownCloud.git]
/
src
/
com
/
owncloud
/
android
/
syncadapter
/
FileSyncService.java
diff --git
a/src/com/owncloud/android/syncadapter/FileSyncService.java
b/src/com/owncloud/android/syncadapter/FileSyncService.java
index
5da8c24
..
e48f91f
100644
(file)
--- a/
src/com/owncloud/android/syncadapter/FileSyncService.java
+++ b/
src/com/owncloud/android/syncadapter/FileSyncService.java
@@
-1,6
+1,10
@@
-/* ownCloud Android client application
\r
+/**
\r
+ * ownCloud Android client application
\r
+ *
\r
+ * @author Bartek Przybylski
\r
+ * @author David A. Velasco
\r
* Copyright (C) 2011 Bartek Przybylski
\r
* Copyright (C) 2011 Bartek Przybylski
\r
- * Copyright (C) 201
2-2013
ownCloud Inc.
\r
+ * Copyright (C) 201
5
ownCloud Inc.
\r
*
\r
* This program is free software: you can redistribute it and/or modify
\r
* it under the terms of the GNU General Public License version 2,
\r
*
\r
* This program is free software: you can redistribute it and/or modify
\r
* it under the terms of the GNU General Public License version 2,
\r
@@
-24,10
+28,7
@@
import android.os.IBinder;
/**
\r
* Background service for synchronizing remote files with their local state.
\r
*
\r
/**
\r
* Background service for synchronizing remote files with their local state.
\r
*
\r
- * Serves as a connector to an instance of {@link FileSyncAdapter}, as required by standard Android APIs.
\r
- *
\r
- * @author Bartek Przybylski
\r
- * @author David A. Velasco
\r
+ * Serves as a connector to an instance of {@link FileSyncAdapter}, as required by standard Android APIs.
\r
*/
\r
public class FileSyncService extends Service {
\r
\r
*/
\r
public class FileSyncService extends Service {
\r
\r