projects
/
pub
/
Android
/
ownCloud.git
/ blobdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
|
commitdiff
|
tree
raw
|
inline
| side by side
Merge branch 'develop' into download_folder
[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
0f7892e
..
df4e21b
100644
(file)
--- a/
src/com/owncloud/android/authentication/AuthenticatorActivity.java
+++ b/
src/com/owncloud/android/authentication/AuthenticatorActivity.java
@@
-683,7
+683,7
@@
SsoWebViewClientListener, OnSslUntrustedCertListener {
\r
if (mOperationsServiceBinder != null) {
\r
//Log_OC.wtf(TAG, "getting access token..." );
\r
\r
if (mOperationsServiceBinder != null) {
\r
//Log_OC.wtf(TAG, "getting access token..." );
\r
- mWaitingForOpId = mOperationsServiceBinder.
n
ewOperation(getServerInfoIntent);
\r
+ mWaitingForOpId = mOperationsServiceBinder.
queueN
ewOperation(getServerInfoIntent);
\r
}
\r
}
\r
\r
}
\r
}
\r
\r
@@
-752,7
+752,7
@@
SsoWebViewClientListener, OnSslUntrustedCertListener {
normalizeUrlSuffix(uri)
\r
);
\r
if (mOperationsServiceBinder != null) {
\r
normalizeUrlSuffix(uri)
\r
);
\r
if (mOperationsServiceBinder != null) {
\r
- mWaitingForOpId = mOperationsServiceBinder.
n
ewOperation(getServerInfoIntent);
\r
+ mWaitingForOpId = mOperationsServiceBinder.
queueN
ewOperation(getServerInfoIntent);
\r
} else {
\r
Log_OC.wtf(TAG, "Server check tried with OperationService unbound!" );
\r
}
\r
} else {
\r
Log_OC.wtf(TAG, "Server check tried with OperationService unbound!" );
\r
}
\r
@@
-888,7
+888,7
@@
SsoWebViewClientListener, OnSslUntrustedCertListener {
\r
if (mOperationsServiceBinder != null) {
\r
//Log_OC.wtf(TAG, "starting existenceCheckRemoteOperation..." );
\r
\r
if (mOperationsServiceBinder != null) {
\r
//Log_OC.wtf(TAG, "starting existenceCheckRemoteOperation..." );
\r
- mWaitingForOpId = mOperationsServiceBinder.
n
ewOperation(existenceCheckIntent);
\r
+ mWaitingForOpId = mOperationsServiceBinder.
queueN
ewOperation(existenceCheckIntent);
\r
}
\r
}
\r
\r
}
\r
}
\r
\r
@@
-1704,7
+1704,7
@@
SsoWebViewClientListener, OnSslUntrustedCertListener {
\r
if (mOperationsServiceBinder != null) {
\r
//Log_OC.wtf(TAG, "starting getRemoteUserNameOperation..." );
\r
\r
if (mOperationsServiceBinder != null) {
\r
//Log_OC.wtf(TAG, "starting getRemoteUserNameOperation..." );
\r
- mWaitingForOpId = mOperationsServiceBinder.
n
ewOperation(getUserNameIntent);
\r
+ mWaitingForOpId = mOperationsServiceBinder.
queueN
ewOperation(getUserNameIntent);
\r
}
\r
}
\r
\r
}
\r
}
\r
\r