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
/
ui
/
activity
/
ConflictsResolveActivity.java
diff --git
a/src/com/owncloud/android/ui/activity/ConflictsResolveActivity.java
b/src/com/owncloud/android/ui/activity/ConflictsResolveActivity.java
index
509e5c7
..
c3db9a4
100644
(file)
--- a/
src/com/owncloud/android/ui/activity/ConflictsResolveActivity.java
+++ b/
src/com/owncloud/android/ui/activity/ConflictsResolveActivity.java
@@
-1,6
+1,10
@@
-/* ownCloud Android client application
+/**
+ * ownCloud Android client application
+ *
+ * @author Bartek Przybylski
+ * @author David A. Velasco
* Copyright (C) 2012 Bartek Przybylski
* 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,
@@
-32,10
+36,7
@@
import android.os.Bundle;
/**
* Wrapper activity which will be launched if keep-in-sync file will be modified by external
/**
* Wrapper activity which will be launched if keep-in-sync file will be modified by external
- * application.
- *
- * @author Bartek Przybylski
- * @author David A. Velasco
+ * application.
*/
public class ConflictsResolveActivity extends FileActivity implements OnConflictDecisionMadeListener {
*/
public class ConflictsResolveActivity extends FileActivity implements OnConflictDecisionMadeListener {