Skip to content
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
1 change: 1 addition & 0 deletions src/Android/Accessibility/AccessibilityHelpers.cs
Original file line number Diff line number Diff line change
Expand Up @@ -77,6 +77,7 @@ public static class AccessibilityHelpers
new Browser("jp.co.fenrir.android.sleipnir_black", "url_text"),
new Browser("jp.co.fenrir.android.sleipnir_test", "url_text"),
new Browser("com.vivaldi.browser", "url_bar"),
new Browser("com.vivaldi.browser.snapshot", "url_bar"),
Copy link
Member

Choose a reason for hiding this comment

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

Do we also need to add this to Autofill Helpers CompatBrowsers?

Copy link
Contributor Author

Choose a reason for hiding this comment

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

It doesn't appear to make a difference (neither vivaldi seems to work with autofill, at least for me). I can add it anyway if you'd like.

Copy link
Member

Choose a reason for hiding this comment

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

Might as well add it

new Browser("com.feedback.browser.wjbrowser", "addressbar_url"),
}.ToDictionary(n => n.PackageName);

Expand Down
1 change: 1 addition & 0 deletions src/Android/Autofill/AutofillHelpers.cs
Original file line number Diff line number Diff line change
Expand Up @@ -62,6 +62,7 @@ public static class AutofillHelpers
"org.mozilla.rocket",
"org.torproject.torbrowser",
"com.vivaldi.browser",
"com.vivaldi.browser.snapshot",
};

// The URLs are blacklisted from autofilling
Expand Down