-
-
Notifications
You must be signed in to change notification settings - Fork 568
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Moved RemoteCanvasActivity functionality for Opaque over to RemoteCan… #233
Conversation
/** | ||
* Reinitialize Opaque | ||
*/ | ||
|
||
|
||
|
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Is this comment out of place?
@@ -245,10 +248,12 @@ public void run() { | |||
pd.setCanceledOnTouchOutside(false); | |||
} | |||
|
|||
RemotePointer init(final Connection settings, final Handler handler, final Runnable setModes) { | |||
void init(final Connection settings, final Handler handler, final Runnable setModes, final Runnable clearToggles, final String vvFileName) { |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
We don't want to handle reauth for vvFile because it simply means the vv file expired.
@@ -279,19 +279,26 @@ public void run() { | |||
} catch (NullPointerException e) { | |||
} | |||
}}; | |||
Runnable clearToggles = new Runnable() { |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Please rename clearToggles runnable and function to something more descriptive to its function.
@@ -33,6 +33,7 @@ | |||
<string name="connection_setup_user">User@Domain</string> | |||
<string name="connection_setup_password">Password (saved if entered)</string> | |||
<string name="enter_password">Please enter password</string> | |||
<string name="enter_password_auth_failed">Authentication failed. Please re-enter your credentials.</string> |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Please pull in latest from master get Spanish translations in, and then add the new english strings as-is to all languages.
…vas. Added retry to PVE and Ovirt if credentials are incorrect.
8715c73
to
0f29cfd
Compare
Added password retry for Ovirt and PVE