projects
/
pub
/
Android
/
ownCloud.git
/ blobdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
|
commitdiff
|
tree
raw
|
inline
| side by side
Work around constaint in valid key for DiskLruCache (capital letters are not allowed)
[pub/Android/ownCloud.git]
/
src
/
com
/
owncloud
/
android
/
authentication
/
AuthenticatorActivity.java
diff --git
a/src/com/owncloud/android/authentication/AuthenticatorActivity.java
b/src/com/owncloud/android/authentication/AuthenticatorActivity.java
index
716bf7f
..
21aab72
100644
(file)
--- a/
src/com/owncloud/android/authentication/AuthenticatorActivity.java
+++ b/
src/com/owncloud/android/authentication/AuthenticatorActivity.java
@@
-1697,14
+1697,6
@@
SsoWebViewClientListener, OnSslUntrustedCertListener {
dialog.show(ft, UNTRUSTED_CERT_DIALOG_TAG);
\r
}
\r
\r
dialog.show(ft, UNTRUSTED_CERT_DIALOG_TAG);
\r
}
\r
\r
- /**
\r
- * Show authentication dialog
\r
- */
\r
- public void showAuthenticationDialog(WebView webView, HttpAuthHandler handler) {
\r
- // Show a dialog for the authentication
\r
- createAuthenticationDialog(webView, handler);
\r
-
\r
- }
\r
\r
/**
\r
* Show untrusted cert dialog
\r
\r
/**
\r
* Show untrusted cert dialog
\r
@@
-1798,11
+1790,11
@@
SsoWebViewClientListener, OnSslUntrustedCertListener {
}
\r
\r
/**
\r
}
\r
\r
/**
\r
- * Create dialog for request authentication to the user
\r
+ * Create
and show
dialog for request authentication to the user
\r
* @param webView
\r
* @param handler
\r
*/
\r
* @param webView
\r
* @param handler
\r
*/
\r
- p
rivate
void createAuthenticationDialog(WebView webView, HttpAuthHandler handler) {
\r
+ p
ublic
void createAuthenticationDialog(WebView webView, HttpAuthHandler handler) {
\r
\r
// Show a dialog with the certificate info
\r
CredentialsDialogFragment dialog = CredentialsDialogFragment.newInstanceForCredentials(webView, handler);
\r
\r
// Show a dialog with the certificate info
\r
CredentialsDialogFragment dialog = CredentialsDialogFragment.newInstanceForCredentials(webView, handler);
\r