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

android urls, app icon, shields changes, ai rephraser #77

Merged
merged 10 commits into from
Sep 20, 2024

Conversation

Nikhil7174
Copy link
Collaborator

No description provided.

"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";
Copy link
Collaborator

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());
Copy link
Collaborator

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', () => {
Copy link
Collaborator

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

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

also check here if the text box is resized.
In case of chatgpt I saw that the rephraser icons does not always come in the corner. it might be because of resizing of text box or some other issue
Screenshot 2024-09-17 at 12 10 15 PM

Copy link
Collaborator Author

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Screenshot_20240920_045942
Screenshot_20240920_050041
Screenshot_20240920_050128

@Nikhil7174 Nikhil7174 changed the title android urls, app icon, shields changes android urls, app icon, shields changes, ai rephraser Sep 20, 2024
@Nikhil7174 Nikhil7174 merged commit 73ff2e6 into main Sep 20, 2024
1 check passed
@Nikhil7174 Nikhil7174 deleted the nikhil/main-latest branch September 20, 2024 07:47
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Projects
None yet
Development

Successfully merging this pull request may close these issues.

2 participants