Commit Graph

8049 Commits (7b68f83e10daf5d3905331dd99772f6f30133193)
 

Author SHA1 Message Date
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
3 years ago
Gabriel Luong 3624610cb7 [fenix] For https://github.com/mozilla-mobile/fenix/issues/23323 - Remove addOnPrivateBrowsingInteriorIconBackground attribute 3 years ago
Oana Horvath aa9005e888 [fenix] [UI smoke test] For https://github.com/mozilla-mobile/fenix/issues/21002: Ads app permissions UI tests 3 years ago
mcarare 94e5e66315 [fenix] Set a minimum number of sites a search group should contain. 3 years ago
Mozilla L10n Automation Bot aff6868463 [fenix] Import l10n. 3 years ago
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 3 years ago
Gabriel Luong 3c81494caa [fenix] For https://github.com/mozilla-mobile/fenix/issues/23304 - Add a setting for enabling Contile 3 years ago
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 3 years ago
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 3 years ago
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 3 years ago
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 3 years ago
Aaron Train e13def64fc [fenix] Update assets.md
fix: fixed URL
3 years ago
Aaron Train f27b28cd3f [fenix] No issue: Create an asset readme for UI tests 3 years ago
Noah Bond 62b713be4d [fenix] For https://github.com/mozilla-mobile/fenix/issues/23159 - Created setting to turn off the Contile feature 3 years ago
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 3 years ago
mcarare d6e29fb1c4 [fenix] For https://github.com/mozilla-mobile/fenix/issues/23256: Close quick settings sheet when displaying clear dialog. 3 years ago
mcarare 59beaaa609 [fenix] For https://github.com/mozilla-mobile/fenix/issues/23256: Pass navController instance instead of lambda. 3 years ago
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 3 years ago
Mickey Moz c994632f85 [fenix] Update Android Components version to 98.0.20220119143109. (https://github.com/mozilla-mobile/fenix/pull/23302) 3 years ago
Alexandru2909 d53a8ed554 [fenix] For https://github.com/mozilla-mobile/fenix/issues/23272 - AddLoginFragment use showKeyboard from Components 3 years ago
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.
3 years ago
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 3 years ago
Roger Yang 1b420ea198 [fenix] Close https://github.com/mozilla-mobile/fenix/issues/23250: Remove duplicate sites within a time period in history 3 years ago
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 3 years ago
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 3 years ago
Gabriel Luong 235c026c38 [fenix] For https://github.com/mozilla-mobile/fenix/issues/22727 - Add Contile to Top Sites 3 years ago
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 3 years ago
mcarare 47424e8f00 [fenix] For https://github.com/mozilla-mobile/fenix/issues/22477: Ignore null and empty values for share data title. 3 years ago
Sarah Khan 5a86929bf5 [fenix] For https://github.com/mozilla-mobile/fenix/issues/23138 - Close recently visited menu on orientation change 3 years ago
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
3 years ago
Christian Sadilek 78a5a4bde0 [fenix] Issue https://github.com/mozilla-mobile/fenix/issues/22256: Ignore intermittent editCustomSearchEngineTest 3 years ago
MickeyMoz 707960c7e9 [fenix] Update Android Components version to 98.0.20220117143334. 3 years ago
Gabriel Luong 96a98e0e00 [fenix] For https://github.com/mozilla-mobile/fenix/issues/23260 - Remove @color/debug_launcher_background redirection 3 years ago
Gabriel Luong b485f493c5 [fenix] For https://github.com/mozilla-mobile/fenix/issues/23260 - Remove @color/nightly_launcher_background redirection 3 years ago
Gabriel Luong f66534cf6b [fenix] For https://github.com/mozilla-mobile/fenix/issues/23260 - Remove @color/onboarding_card_background_end_gradient_normal_theme redirection 3 years ago
Gabriel Luong c72caa3fcd [fenix] For https://github.com/mozilla-mobile/fenix/issues/23260 - Remove @color/onboarding_card_background_end_gradient_private_theme redirection 3 years ago
Gabriel Luong 8397528028 [fenix] For https://github.com/mozilla-mobile/fenix/issues/23260 - Remove @color/onboarding_card_background_start_gradient_private_theme redirection 3 years ago
Gabriel Luong dad3eb6324 [fenix] For https://github.com/mozilla-mobile/fenix/issues/23260 - Remove @color/onboarding_card_background_start_gradient_normal_theme redirection 3 years ago
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 3 years ago
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 3 years ago
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 3 years ago
Gabriel Luong 632ce60e19 [fenix] For https://github.com/mozilla-mobile/fenix/issues/23260 - Remove @color/tab_history_item_selected_background_private_theme redirection 3 years ago
Gabriel Luong 684a3ed086 [fenix] For https://github.com/mozilla-mobile/fenix/issues/23260 - Remove @color/tab_tray_item_text_normal_theme redirection 3 years ago
Gabriel Luong 546ab5478d [fenix] Update accentBright attribute to @color/photonViolet70 3 years ago
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 3 years ago
Gabriel Luong 64ad971e63 [fenix] For https://github.com/mozilla-mobile/fenix/issues/23247 - Replace @color/destructive_private_theme with @color/fx_mobile_private_text_color_warning_dark 3 years ago
Gabriel Luong 97f98492c1 [fenix] For https://github.com/mozilla-mobile/fenix/issues/23242 - Ignore UnusedResources for @color/mozac_feature_readerview_text_color 3 years ago
Gabriel Luong 7b288ddf82 [fenix] For https://github.com/mozilla-mobile/fenix/issues/23242 - Ignore UnusedResources for @color/mozac_ui_tabcounter_default_[tint|text] 3 years ago
Gabriel Luong f7b79baa4e [fenix] For https://github.com/mozilla-mobile/fenix/issues/23253 - Use photon color variables for @color/scrim[Start|End]_private_theme 3 years ago
Gabriel Luong 616f0f1640 [fenix] For https://github.com/mozilla-mobile/fenix/issues/23251 - Consolidate select credit card and login prompt header styles 3 years ago