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
/
authentication
/
AuthenticatorActivity.java
diff --git
a/src/com/owncloud/android/authentication/AuthenticatorActivity.java
b/src/com/owncloud/android/authentication/AuthenticatorActivity.java
index
f245900
..
713851b
100644
(file)
--- a/
src/com/owncloud/android/authentication/AuthenticatorActivity.java
+++ b/
src/com/owncloud/android/authentication/AuthenticatorActivity.java
@@
-380,7
+380,7
@@
public class AuthenticatorActivity extends AccountAuthenticatorActivity
findViewById(R.id.hostUrlFrame).setVisibility(View.GONE);
\r
mRefreshButton = findViewById(R.id.centeredRefreshButton);
\r
}
\r
findViewById(R.id.hostUrlFrame).setVisibility(View.GONE);
\r
mRefreshButton = findViewById(R.id.centeredRefreshButton);
\r
}
\r
- showRefreshButton(mServerIsChecked && !mServerIsValid &&
\r
+ showRefreshButton(mServerIsChecked && !mServerIsValid &&
\r
mWaitingForOpId > Integer.MAX_VALUE);
\r
mServerStatusView = (TextView) findViewById(R.id.server_status_text);
\r
showServerStatus();
\r
mWaitingForOpId > Integer.MAX_VALUE);
\r
mServerStatusView = (TextView) findViewById(R.id.server_status_text);
\r
showServerStatus();
\r
@@
-773,10
+773,11
@@
public class AuthenticatorActivity extends AccountAuthenticatorActivity
mOkButton.setEnabled(false);
\r
mServerInfo = new GetServerInfoOperation.ServerInfo();
\r
showRefreshButton(false);
\r
mOkButton.setEnabled(false);
\r
mServerInfo = new GetServerInfoOperation.ServerInfo();
\r
showRefreshButton(false);
\r
-
\r
+
\r
if (uri.length() != 0) {
\r
// Handle internationalized domain names
\r
uri = DisplayUtils.convertIdn(uri, true);
\r
if (uri.length() != 0) {
\r
// Handle internationalized domain names
\r
uri = DisplayUtils.convertIdn(uri, true);
\r
+
\r
mServerStatusText = R.string.auth_testing_connection;
\r
mServerStatusIcon = R.drawable.progress_small;
\r
showServerStatus();
\r
mServerStatusText = R.string.auth_testing_connection;
\r
mServerStatusIcon = R.drawable.progress_small;
\r
showServerStatus();
\r