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
/
dialog
/
SslUntrustedCertDialog.java
diff --git
a/src/com/owncloud/android/ui/dialog/SslUntrustedCertDialog.java
b/src/com/owncloud/android/ui/dialog/SslUntrustedCertDialog.java
index
167177b
..
6658260
100644
(file)
--- a/
src/com/owncloud/android/ui/dialog/SslUntrustedCertDialog.java
+++ b/
src/com/owncloud/android/ui/dialog/SslUntrustedCertDialog.java
@@
-1,5
+1,9
@@
-/* ownCloud Android client application
- * Copyright (C) 2012-2014 ownCloud Inc.
+/**
+ * ownCloud Android client application
+ *
+ * @author masensio
+ * @author David A. Velasco
+ * Copyright (C) 2015 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,
@@
-47,10
+51,7
@@
import com.owncloud.android.ui.adapter.X509CertificateViewAdapter;
* to decide trust on it or not.
*
* Abstract implementation of common functionality for different dialogs that
* to decide trust on it or not.
*
* Abstract implementation of common functionality for different dialogs that
- * get the information about the error and the certificate from different classes.
- *
- * @author masensio
- * @author David A. Velasco
+ * get the information about the error and the certificate from different classes.
*/
public class SslUntrustedCertDialog extends SherlockDialogFragment {
*/
public class SslUntrustedCertDialog extends SherlockDialogFragment {