2
0
mirror of https://github.com/fork-maintainers/iceraven-browser synced 2024-11-02 03:40:16 +00:00
Commit Graph

8404 Commits

Author SHA1 Message Date
Gabriel Luong
9a8a29050a [fenix] For https://github.com/mozilla-mobile/fenix/issues/23317 - Update selected tab tray icon color to @color/fx_mobile_icon_color_active 2022-01-20 22:21:53 +00:00
MickeyMoz
b6a24b1521 [fenix] Update Android Components version to 98.0.20220120143203. 2022-01-20 20:54:35 +00:00
Roger Yang
96d0dfae36 [fenix] No issue: Remove showHistorySearchGroups feature flag 2022-01-20 18:39:14 +00:00
Aaron Train
463028b353 [fenix] No issue: Update PWA package name in mainMenuInstallPWATest (https://github.com/mozilla-mobile/fenix/pull/23335) 2022-01-20 12:23:24 -05:00
Oana Horvath
ff6e060e03 [fenix] [UI smoke test] For https://github.com/mozilla-mobile/fenix/issues/21002: Ads new audio-video permissions test 2022-01-20 15:58:05 +00:00
Gabriel Luong
7b68f83e10 [fenix] For https://github.com/mozilla-mobile/fenix/issues/23319 - Replace mozac_widget_favicon_background_color to @color/fx_mobile_layer_color_2
@color/mozac_widget_favicon_background_normal_theme and @color/fx_mobile_layer_color_2 are equivalent
2022-01-20 14:03:44 +00:00
Gabriel Luong
3624610cb7 [fenix] For https://github.com/mozilla-mobile/fenix/issues/23323 - Remove addOnPrivateBrowsingInteriorIconBackground attribute 2022-01-20 12:18:54 +00:00
Oana Horvath
aa9005e888 [fenix] [UI smoke test] For https://github.com/mozilla-mobile/fenix/issues/21002: Ads app permissions UI tests 2022-01-20 08:37:18 +00:00
mcarare
94e5e66315 [fenix] Set a minimum number of sites a search group should contain. 2022-01-20 07:38:42 +00:00
Mozilla L10n Automation Bot
aff6868463 [fenix] Import l10n. 2022-01-20 01:29:21 +00:00
Gabriel Luong
eaad6f4ac6 [fenix] For https://github.com/mozilla-mobile/fenix/issues/23289 - Update the checkbox background color to @color/fx_mobile_layer_color_accent 2022-01-20 00:50:46 +00:00
Gabriel Luong
3c81494caa [fenix] For https://github.com/mozilla-mobile/fenix/issues/23304 - Add a setting for enabling Contile 2022-01-20 00:18:11 +00:00
Gabriel Luong
c63d97fe6e [fenix] For https://github.com/mozilla-mobile/fenix/issues/23287 - Replace @color/tab_tray_item_divider_normal_theme with @color/fx_mobile_border_color_default 2022-01-19 23:21:51 +00:00
Gabriel Luong
b8affa017d [fenix] For https://github.com/mozilla-mobile/fenix/issues/23281 - Replace @color/top_site_pager_dot_selected with @color/fx_mobile_action_color_indicator_active 2022-01-19 22:49:14 +00:00
Gabriel Luong
6182fbe8ca [fenix] For https://github.com/mozilla-mobile/fenix/issues/23281 - Replace @color/top_site_pager_dot with @color/fx_mobile_action_color_indicator_inactive 2022-01-19 22:49:14 +00:00
Gabriel Luong
dfe9f0dd90 [fenix] For https://github.com/mozilla-mobile/fenix/issues/23285 - Replace @color/tab_tray_item_url_normal_theme with @color/fx_mobile_text_color_secondary 2022-01-19 22:11:12 +00:00
Aaron Train
e13def64fc [fenix] Update assets.md
fix: fixed URL
2022-01-19 20:31:11 +00:00
Aaron Train
f27b28cd3f [fenix] No issue: Create an asset readme for UI tests 2022-01-19 20:31:11 +00:00
Noah Bond
62b713be4d [fenix] For https://github.com/mozilla-mobile/fenix/issues/23159 - Created setting to turn off the Contile feature 2022-01-19 19:58:31 +00:00
Gabriel Luong
33065074ba [fenix] For https://github.com/mozilla-mobile/fenix/issues/23293 - Add @color/fx_mobile_icon_color_primary_inactive and @color/fx_mobile_icon_color_active 2022-01-19 19:29:18 +00:00
mcarare
d6e29fb1c4 [fenix] For https://github.com/mozilla-mobile/fenix/issues/23256: Close quick settings sheet when displaying clear dialog. 2022-01-19 18:46:01 +00:00
mcarare
59beaaa609 [fenix] For https://github.com/mozilla-mobile/fenix/issues/23256: Pass navController instance instead of lambda. 2022-01-19 18:46:01 +00:00
Gabriel Luong
73f65630f8 [fenix] For https://github.com/mozilla-mobile/fenix/issues/23283 - Replace @color/accent_on_dark_background_normal_theme with @color/fx_mobile_text_color_accent 2022-01-19 18:05:45 +00:00
Mickey Moz
c994632f85 [fenix] Update Android Components version to 98.0.20220119143109. (https://github.com/mozilla-mobile/fenix/pull/23302) 2022-01-19 11:35:43 -05:00
Alexandru2909
d53a8ed554 [fenix] For https://github.com/mozilla-mobile/fenix/issues/23272 - AddLoginFragment use showKeyboard from Components 2022-01-19 14:46:09 +00:00
Roger Yang
e33f407e9c [fenix] Close https://github.com/mozilla-mobile/fenix/issues/22956: Define "tags" for metrics in the app repository
Co-authored-by: William Lachance <wlach@protonmail.com>

Define "tags" for metrics in the app repository

Using the new "tags" feature in Glean, we can remove most of the
manual process/pain of defining tags in a seperate Glean annotations
repository (see: https://github.com/mozilla-mobile/fenix/wiki/Add-a-Glean-Annotation-for-an-event)
and just put them beside the metrics themselves. This should make it
much easier to keep this metadata up to date, since it can be added
in the same pull request as the instrumentation itself.

To keep the list of tags up to date with the Fenix issue labels, a new
script `update-glean-tags.py` has been added to the repository. It
should not need to be run often.

This pull request uses a scraped version of the defined tags in the
Glean annotations repository. After it lands, we can remove those and
just use the tagging information here as the main source of information.
2022-01-18 23:31:11 +00:00
Gabriel Luong
dd714d3a15 [fenix] For https://github.com/mozilla-mobile/fenix/issues/23266 - Update the tabs tray multi-select background color to @color/fx_mobile_layer_color_accent 2022-01-18 23:03:06 +00:00
Roger Yang
1b420ea198 [fenix] Close https://github.com/mozilla-mobile/fenix/issues/23250: Remove duplicate sites within a time period in history 2022-01-18 22:17:10 +00:00
Gabriel Luong
7839425788 [fenix] For https://github.com/mozilla-mobile/fenix/issues/23263 - Replace @color/tab_tray_item_media_background_normal_theme with @color/accent_normal_theme 2022-01-18 21:48:21 +00:00
Gabriel Luong
73c0a08eef [fenix] For https://github.com/mozilla-mobile/fenix/issues/23263 - Replace @color/tab_tray_heading_icon_normal_theme with @color/accent_normal_theme 2022-01-18 21:48:21 +00:00
Gabriel Luong
235c026c38 [fenix] For https://github.com/mozilla-mobile/fenix/issues/22727 - Add Contile to Top Sites 2022-01-18 20:13:43 +00:00
Gabriel Luong
d6b7f7adaf [fenix] For https://github.com/mozilla-mobile/fenix/issues/23255 - Replace @color/disabled_private_theme with @color/fx_mobile_private_text_color_disabled 2022-01-18 18:58:58 +00:00
mcarare
47424e8f00 [fenix] For https://github.com/mozilla-mobile/fenix/issues/22477: Ignore null and empty values for share data title. 2022-01-18 17:18:35 +00:00
Sarah Khan
5a86929bf5 [fenix] For https://github.com/mozilla-mobile/fenix/issues/23138 - Close recently visited menu on orientation change 2022-01-18 16:43:31 +00:00
Oana Horvath
4cc2e61f8e [fenix] For https://github.com/mozilla-mobile/fenix/issues/21002: improve Manage Downloads smoke tests coverage
Add parametrized test for downloading various file types
2022-01-18 15:47:47 +00:00
Christian Sadilek
78a5a4bde0 [fenix] Issue https://github.com/mozilla-mobile/fenix/issues/22256: Ignore intermittent editCustomSearchEngineTest 2022-01-18 00:50:33 +00:00
MickeyMoz
707960c7e9 [fenix] Update Android Components version to 98.0.20220117143334. 2022-01-18 00:50:33 +00:00
Gabriel Luong
96a98e0e00 [fenix] For https://github.com/mozilla-mobile/fenix/issues/23260 - Remove @color/debug_launcher_background redirection 2022-01-17 22:16:33 +00:00
Gabriel Luong
b485f493c5 [fenix] For https://github.com/mozilla-mobile/fenix/issues/23260 - Remove @color/nightly_launcher_background redirection 2022-01-17 22:16:33 +00:00
Gabriel Luong
f66534cf6b [fenix] For https://github.com/mozilla-mobile/fenix/issues/23260 - Remove @color/onboarding_card_background_end_gradient_normal_theme redirection 2022-01-17 22:16:33 +00:00
Gabriel Luong
c72caa3fcd [fenix] For https://github.com/mozilla-mobile/fenix/issues/23260 - Remove @color/onboarding_card_background_end_gradient_private_theme redirection 2022-01-17 22:16:33 +00:00
Gabriel Luong
8397528028 [fenix] For https://github.com/mozilla-mobile/fenix/issues/23260 - Remove @color/onboarding_card_background_start_gradient_private_theme redirection 2022-01-17 22:16:33 +00:00
Gabriel Luong
dad3eb6324 [fenix] For https://github.com/mozilla-mobile/fenix/issues/23260 - Remove @color/onboarding_card_background_start_gradient_normal_theme redirection 2022-01-17 22:16:33 +00:00
Gabriel Luong
79e1edc835 [fenix] For https://github.com/mozilla-mobile/fenix/issues/23260 - Remove @color/add_on_private_browsing_interior_icon_background_normal_theme redirection 2022-01-17 22:16:33 +00:00
Gabriel Luong
8bd2e327a5 [fenix] For https://github.com/mozilla-mobile/fenix/issues/23260 - Remove @color/add_on_private_browsing_exterior_circle_background_private_theme redirection 2022-01-17 22:16:33 +00:00
Gabriel Luong
9406ea5a6a [fenix] For https://github.com/mozilla-mobile/fenix/issues/23260 - Remove @color/add_on_private_browsing_interior_icon_background_private_theme redirection 2022-01-17 22:16:33 +00:00
Gabriel Luong
632ce60e19 [fenix] For https://github.com/mozilla-mobile/fenix/issues/23260 - Remove @color/tab_history_item_selected_background_private_theme redirection 2022-01-17 22:16:33 +00:00
Gabriel Luong
684a3ed086 [fenix] For https://github.com/mozilla-mobile/fenix/issues/23260 - Remove @color/tab_tray_item_text_normal_theme redirection 2022-01-17 22:16:33 +00:00
Gabriel Luong
546ab5478d [fenix] Update accentBright attribute to @color/photonViolet70 2022-01-17 22:16:33 +00:00
Gabriel Luong
b3fd80904c [fenix] For https://github.com/mozilla-mobile/fenix/issues/23248 - Replace @color/menu_item_button_normal_theme with @color/fx_mobile_text_color_accent 2022-01-17 21:46:37 +00:00