Skip to content

Commit

Permalink
For #11404 - Add 'Open all in private tabs' option as requested.
Browse files Browse the repository at this point in the history
mozilla-mobile/fenix#21212 (comment)

- Add option is tree dot menu
- Edit folder opening to be aware of browsing mode
- Add metrics
- Add unit tests for 'Open all in private tabs'
- Add Android tests for open all in private.

X-Channel-Revision: [main] mozilla-mobile/android-components@f6e7218
X-Channel-Converted-Revision: [main] mozilla-mobile/fenix@fe16a81
X-Channel-Revision: [main] mozilla-mobile/focus-android@7ca4851
  • Loading branch information
Taknok authored and rvandermeulen committed Sep 19, 2022
1 parent 0f6f9d4 commit f1c0f1e
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 1 deletion.
2 changes: 1 addition & 1 deletion _meta/mozilla-mobile-fenix.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "mozilla-mobile/fenix",
"revs": {
"main": "9cf42cb7d91e49d693ad585fd95afb6efb621d91"
"main": "fe16a81c1df204f42dc0389fdaffd1f8ada49b73"
}
}
2 changes: 2 additions & 0 deletions mozilla-mobile/fenix/app/src/main/res/values/strings.xml
Original file line number Diff line number Diff line change
Expand Up @@ -862,6 +862,8 @@
<string name="bookmark_menu_open_in_private_tab_button">Open in private tab</string>
<!-- Bookmark overflow menu open all in tabs button -->
<string name="bookmark_menu_open_all_in_tabs_button">Open all in new tabs</string>
<!-- Bookmark overflow menu open all in private tabs button -->
<string name="bookmark_menu_open_all_in_privates_button">Open all in private tabs</string>
<!-- Bookmark overflow menu delete button -->
<string name="bookmark_menu_delete_button">Delete</string>
<!--Bookmark overflow menu save button -->
Expand Down

0 comments on commit f1c0f1e

Please sign in to comment.