-
Notifications
You must be signed in to change notification settings - Fork 3
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
android urls, app icon, shields changes, ai rephraser #77
Conversation
"https://basicattentiontoken.org/user-terms-of-service/"; | ||
public static final String BRAVE_PRIVACY_POLICY = "https://brave.com/privacy/browser/#rewards"; | ||
"https://ping-browser.com/faqs-and-help"; | ||
public static final String BRAVE_PRIVACY_POLICY = "https://ping-browser.com/faqs-and-help"; |
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 change these urls consciously.
support urls -> https://ping-browser.com/faqs-and-help
privacy policy -> https://ping-browser.com/privacy-policy
terms of use -> https://ping-browser.com/terms-of-use-1
and check for all urls if any new ones need to be added or updated.
also check for email Ids, we will need to update any existing email ids with ours as well
@@ -421,7 +421,7 @@ private void updateSummaries() { | |||
|
|||
private void overrideChromiumPreferences() { | |||
// Replace fragment. | |||
// findPreference(PREF_SHIELDS_AND_PRIVACY).setFragment(BravePrivacySettings.class.getName()); | |||
findPreference(PREF_SHIELDS_AND_PRIVACY).setFragment(BravePrivacySettings.class.getName()); |
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 check for any branding changes in these settings as well
leftImg.appendChild(leftTooltip); | ||
pillContainer.appendChild(leftImg); | ||
|
||
leftImg.addEventListener('mouseover', () => { |
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.
tooltips should be added using css hover property instead of mouse events
} | ||
}); | ||
|
||
// Observe changes to the DOM to detect when the text box is removed or hidden |
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.
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.
No description provided.