Skip to content
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

Merged
merged 1 commit into from
Dec 13, 2020

Conversation

nkotixwolf
Copy link
Collaborator

Added password retry for Ovirt and PVE

Comment on lines 804 to 809
/**
* Reinitialize Opaque
*/



Copy link
Owner

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) {
Copy link
Owner

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() {
Copy link
Owner

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>
Copy link
Owner

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.
@nkotixwolf nkotixwolf force-pushed the feature/save-pwd-opaque-2 branch from 8715c73 to 0f29cfd Compare December 13, 2020 18:40
@iiordanov iiordanov merged commit d35e541 into master Dec 13, 2020
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

2 participants