Commit Graph

7243 Commits (31906c8c385c77cb4cc2b406ee9dddde88c8b7ff)

Author SHA1 Message Date
Noah Bond ff598e99fa [fenix] For https://github.com/mozilla-mobile/fenix/issues/24286 - Create new test for synced tabs error mapping 3 years ago
Arturo Mejia 1855539ab4 [fenix] For https://github.com/mozilla-mobile/fenix/issues/23489: Update SentryService reference to use the latest Sentry SDK. 3 years ago
mcarare c150e4c96f [fenix] For https://github.com/mozilla-mobile/fenix/issues/19929: Use AC extension functions for window insets compat. 3 years ago
Mozilla L10n Automation Bot d73c1bd48b [fenix] Import l10n. 3 years ago
Roger Yang 2ca16e15cf [fenix] Close https://github.com/mozilla-mobile/fenix/issues/12717: Add bookmark search 3 years ago
MatthewTighe da6d15fc81 [fenix] for https://github.com/mozilla-mobile/fenix/issues/24177: add ui wireframe for synced recent tab 3 years ago
Gabriel Luong 13af68853e [fenix] For https://github.com/mozilla-mobile/fenix/issues/24235 - Remove Tip from HomeFragmentStore 3 years ago
Gabriel Luong 082705a3c6 [fenix] For https://github.com/mozilla-mobile/fenix/issues/24235 - Remove MasterPasswordTipProvider 3 years ago
Gabriel Luong e7ecd285a6 [fenix] For https://github.com/mozilla-mobile/fenix/issues/24229 - Remove unused MigrationTipProvider 3 years ago
Oana Horvath 25a03fd23c [fenix] For https://github.com/mozilla-mobile/fenix/issues/23716: Disables mediaSystemNotificationInPrivateModeTest 3 years ago
Oana Horvath d6aaf8ca47 [fenix] For https://github.com/mozilla-mobile/fenix/issues/21002: Ads new search group UI tests
Fixed and re-enabled editCustomSearchEngineTest with custom MockWebServer URL
3 years ago
Alexandru2909 9e448530f4 [fenix] For https://github.com/mozilla-mobile/fenix/issues/24187 - Avoid creating multiple inactive CFR dialogs 3 years ago
Mozilla L10n Automation Bot 2b3e3f523e [fenix] Import l10n. 3 years ago
MatthewTighe 94bb2257a7 [fenix] closes https://github.com/mozilla-mobile/fenix/issues/24194: switch to IO dispatcher when cleaning wallpapers 3 years ago
Gabriel Luong a846940d94 [fenix] For https://github.com/mozilla-mobile/fenix/issues/24252 - Rename contrastText attribute to textOnColorPrimary 3 years ago
Gabriel Luong ceb447fa33 [fenix] For https://github.com/mozilla-mobile/fenix/issues/24252 - Rename unused snackbar attribute 3 years ago
Gabriel Luong 130fd3ec5f [fenix] For https://github.com/mozilla-mobile/fenix/issues/24252 - Rename destructive attribute to textWarning 3 years ago
Gabriel Luong bd6c1cadda [fenix] For https://github.com/mozilla-mobile/fenix/issues/24252 - Rename disabled attribute to textDisabled 3 years ago
Gabriel Luong 0d21bd04e2 [fenix] For https://github.com/mozilla-mobile/fenix/issues/24252 - Rename above attribute to layer2 3 years ago
Gabriel Luong 8359053505 [fenix] For https://github.com/mozilla-mobile/fenix/issues/24252 - Rename foundation attribute to layer1 3 years ago
Gabriel Luong 2a0b826945 [fenix] For https://github.com/mozilla-mobile/fenix/issues/24252 - Rename secondaryText attribute to textSecondary 3 years ago
Gabriel Luong 53dc0a74c4 [fenix] For https://github.com/mozilla-mobile/fenix/issues/24252 - Rename primaryText attribute to textPrimary 3 years ago
Gabriel Luong 634288c608 [fenix] For https://github.com/mozilla-mobile/fenix/issues/24264 - Enable Contile feature for Nightly 3 years ago
Noah Bond d71feec97e [fenix] For https://github.com/mozilla-mobile/fenix/issues/24219 - Refactor Favicon to fix previews 3 years ago
Gabriel Luong 63d7796407 [fenix] For https://github.com/mozilla-mobile/fenix/issues/24246 - Refactor Tab from HomeFragmentStore 3 years ago
MatthewTighe 5609576572 [fenix] no issue: update layer3 dark pallete color to match token 3 years ago
Gabriel Luong 5a6afc5372 [fenix] For https://github.com/mozilla-mobile/fenix/issues/24242 - Update EditText background tint to use Border Primary 3 years ago
Gabriel Luong 7a6f2cf74d [fenix] For https://github.com/mozilla-mobile/fenix/issues/24249 - Use Border Primary for Dividers 3 years ago
Alexandru2909 f384b6b94f [fenix] Fixes https://github.com/mozilla-mobile/fenix/issues/24188 - Use app_name for InactiveTabAutoClose message 3 years ago
Alexandru2909 48a83be7cf [fenix] For https://github.com/mozilla-mobile/fenix/issues/23719 - Replace preference framework strings with string resources 3 years ago
Mozilla L10n Automation Bot f1f75f18d2 [fenix] Import l10n. 3 years ago
Gabriel Luong 3595d935c0 [fenix] No issue - Add license to ic_share_clipboard.xml 3 years ago
Roger Yang 094630c613 [fenix] Close https://github.com/mozilla-mobile/fenix/issues/14313: Always add copy to clipboard action in share actions 3 years ago
Mozilla L10n Automation Bot 060c49c45e [fenix] Import l10n. 3 years ago
Grigory Kruglov f31000f48d [fenix] For https://github.com/mozilla-mobile/fenix/issues/23697: Avoid NPEs while pasting URLs from the clipboard
It's possible for clipboard contents to have changed in the time between we've constructed
the onClick listeners and when they're actually invoked. Code before assumed that 'text'
will be not-null, and would crash otherwise. With this change, we're capturing contents of
the clipboard before constructing onClick handlers (while also asserting correct behaviour
of 'ClipboardHandler').

With this change, we'll log an error if we were told that clipboard contains a URL, but immediately
after that check 'text' was actually null. This would indicate one of two things:
- issues within the ClipboardHandler
- changing contents of the ClipboardHandler within a tiny time window between our check and querying
3 years ago
Gabriel Luong 86ab03ac93 [fenix] For https://github.com/mozilla-mobile/fenix/issues/24130 - Change Shortcuts setting to toggle the display of Top Sites 3 years ago
Noah Bond f5c6525c05 [fenix] For https://github.com/mozilla-mobile/fenix/issues/23219 - Add favicons to synced tabs list 3 years ago
Mugurell 19d910b0cd [fenix] For https://github.com/mozilla-mobile/fenix/issues/23415 - Add support for GeckoView Screen Orientation APIs 3 years ago
Oana Horvath b3d45f7e09 [fenix] For https://github.com/mozilla-mobile/fenix/issues/21002: Ads new wallpapers UI tests 3 years ago
Mozilla L10n Automation Bot 1240098de7 [fenix] Import l10n. 3 years ago
Gabriel Luong cd04c69add [fenix] For https://github.com/mozilla-mobile/fenix/issues/24141 - Replace @color/button_text_color with @color/fx_mobile_[text|icon]_color_action_secondary 3 years ago
Gabriel Luong cd679cf342 [fenix] For https://github.com/mozilla-mobile/fenix/issues/24141 - Replace @color/grey_button_color with @color/fx_mobile_action_color_secondary 3 years ago
Gabriel Luong 8dc78d6b70 [fenix] For https://github.com/mozilla-mobile/fenix/issues/24141 - Add Icon Action Primary and Secondary design tokens 3 years ago
Mozilla L10n Automation Bot e3669b3b20 [fenix] Import l10n. 3 years ago
Grigory Kruglov 4bc0f1e7f9 [fenix] Remove duplicate 'start' call for the account manager
We are already starting the account manager in BackgroundServices,
so this call is a no-op (its gets dropped by the state machine).
3 years ago
Arturo Mejia d2d23d32e0 [fenix] For https://github.com/mozilla-mobile/fenix/issues/23489: Update SentryService reference to use legacy component. 3 years ago
Alexandru2909 f55e88ce94 [fenix] For https://github.com/mozilla-mobile/fenix/issues/22189 - Replace app name with 'Firefox' for Sync strings 3 years ago
Grigory Kruglov 1adf409b19 [fenix] Bump Android-Components version to 100.0.20220309001717 3 years ago
Grigory Kruglov e136adf6c6 [fenix] Closes https://github.com/mozilla-mobile/fenix/issues/15882: check for account state abnormalities after account manager is ready 3 years ago
Mozilla L10n Automation Bot 4d440e1570 [fenix] Import l10n. 3 years ago
Gabriel Luong 55675df99e [fenix] For https://github.com/mozilla-mobile/fenix/issues/24108 - Use Layer3 for swipe to delete background color 3 years ago
Gabriel Luong ba33b58e31 [fenix] For https://github.com/mozilla-mobile/fenix/issues/24107 - Use Layer1 for tab tray list item background color 3 years ago
Gabriel Luong 7cec1b5365 [fenix] For https://github.com/mozilla-mobile/fenix/issues/24082 - Use Icon Secondary for the tab tray globe thumbnail icon color 3 years ago
Gabriel Luong e56d96553d [fenix] For https://github.com/mozilla-mobile/fenix/issues/24082 - Use Layer2 for the tab tray thumbnail item background color 3 years ago
Gabriel Luong aa65fc9031 [fenix] For https://github.com/mozilla-mobile/fenix/issues/24156 - Remove all unused strings marked moz:removedIn <= 97 3 years ago
Mozilla L10n Automation Bot 1e1e49c6ac [fenix] Import l10n. 3 years ago
Mozilla L10n Automation Bot ef08741451 [fenix] Import l10n. 3 years ago
Mozilla L10n Automation Bot ddf67d1765 [fenix] Import l10n. 3 years ago
Mozilla L10n Automation Bot a9672e87b2 [fenix] Import l10n. 3 years ago
Gabriel Luong 8af38f76db [fenix] For https://github.com/mozilla-mobile/fenix/issues/24102 - Use Layer Accent Opaque color for the selected tab tray item background in list view 3 years ago
Gabriel Luong 74e86990fc [fenix] For https://github.com/mozilla-mobile/fenix/issues/24102 - Add Layer Accent Opaque design token 3 years ago
Gabriel Luong cf32d0d7d6 [fenix] For https://github.com/mozilla-mobile/fenix/issues/24102 - Rename layerNonOpaque to layerAccentNonOpaque in FirefoxThemes 3 years ago
Gabriel Luong d1e3135793 [fenix] For https://github.com/mozilla-mobile/fenix/issues/23990 - Allow for Nimbus experimentation for Contile top sites 3 years ago
mcarare bdd7fa0a96 [fenix] For https://github.com/mozilla-mobile/fenix/issues/24075: Add PDF download metrics. 3 years ago
mcarare dfc04d2e7b [fenix] For https://github.com/mozilla-mobile/fenix/issues/24075: Add PDF download metrics. 3 years ago
Mozilla L10n Automation Bot 8a08f56605 [fenix] Import l10n. 3 years ago
Gabriel Luong 793d03c400 [fenix] For https://github.com/mozilla-mobile/fenix/issues/24080 - Use layer accent non opaque for the tabs tray and history selected background color 3 years ago
Gabriel Luong a0f48f5533 [fenix] For https://github.com/mozilla-mobile/fenix/issues/23893 - Add telemetry for Contile services 3 years ago
Gabriel Luong d76ab228bf [fenix] For https://github.com/mozilla-mobile/fenix/issues/24055 - Use Primary Button design colors for Save Collection Primary Button 3 years ago
Gabriel Luong d6a0c98f5c [fenix] For https://github.com/mozilla-mobile/fenix/issues/24055 - Replace snackbar attribute with actionPrimary attribute 3 years ago
Gabriel Luong b29f330cb9 [fenix] For https://github.com/mozilla-mobile/fenix/issues/24055 - Replace ?inset with Action Primary color Primary Buttons 3 years ago
Gabriel Luong ba45874ce8 [fenix] For https://github.com/mozilla-mobile/fenix/issues/24055 - Replace ?contrastText with Icon On Color color for Primary Buttons 3 years ago
Gabriel Luong 43a41e0790 [fenix] For https://github.com/mozilla-mobile/fenix/issues/24055 - Replace ?contrastText with Action Primary Text for Primary buttons 3 years ago
Gabriel Luong 5395d028be [fenix] For https://github.com/mozilla-mobile/fenix/issues/24055 - Replace ?accent with Action Primary for Primary Buttons 3 years ago
mcarare fd8596ea80 [fenix] For https://github.com/mozilla-mobile/fenix/issues/23399: Add tabs tray multi-select telemetry. 3 years ago
Mozilla L10n Automation Bot 7d4c3a83b6 [fenix] Import l10n. 3 years ago
Gabriel Luong b0750c2980 [fenix] For https://github.com/mozilla-mobile/fenix/issues/24069 - Use the correct design tokens for Powered by Pocket text 3 years ago
Gabriel Luong d6c7b9f7ef [fenix] For https://github.com/mozilla-mobile/fenix/issues/24066 - Use secondary text color for the No Collections description 3 years ago
Gabriel Luong 23dfced41d [fenix] For https://github.com/mozilla-mobile/fenix/issues/24062 - Remove showHomeBehindSearch feature flag 3 years ago
Gabriel Luong fe8cc1c410 [fenix] For https://github.com/mozilla-mobile/fenix/issues/24051 - Remove showStartOnHomeSettings feature flag 3 years ago
Mozilla L10n Automation Bot fb9a5c3f68 [fenix] Import l10n. 3 years ago
Gabriel Luong 5f580bbac4 [fenix] For https://github.com/mozilla-mobile/fenix/issues/23388 - Update scrim to match design system 3 years ago
Arturo Mejia 9ce5a7dd27 [fenix] Add remote wallpapers 3 years ago
Gabriel Luong ffb0d67b02 [fenix] For https://github.com/mozilla-mobile/fenix/issues/24042- Remove inactive tabs survey 3 years ago
mcarare 0745934bdf [fenix] For https://github.com/mozilla-mobile/fenix/issues/22189: Replace placeholder with app name. 3 years ago
Alexandru2909 96bda01189 [fenix] For https://github.com/mozilla-mobile/fenix/issues/23936 - Show dialog on credit card delete 3 years ago
mcarare cb362b1685 [fenix] For https://github.com/mozilla-mobile/fenix/issues/21743: Use isNumericAddress to validate Ipv4 and Ipv6 for SDK>=29. 3 years ago
Mugurell b9bec46eea [fenix] Revert "For https://github.com/mozilla-mobile/fenix/issues/23871 - Update compose to 1.1.0 and kotlin to 1.6.10"
This reverts commit 30cb395b04e583ea9457a987f19f047a33de2213.
3 years ago
Mozilla L10n Automation Bot b9cfda5623 [fenix] Import l10n. 3 years ago
Noah Bond 118a681bf7 [fenix] For https://github.com/mozilla-mobile/fenix/issues/23238 - Refactor synced tabs sections to be collapsible 3 years ago
Noah Bond 6caab8dc25 [fenix] For https://github.com/mozilla-mobile/fenix/issues/23991 - Fix synced tabs error text mapping 3 years ago
MatthewTighe 457230f280 [fenix] closes https://github.com/mozilla-mobile/fenix/issues/23997: add day/night versions of applicable wallpapers 3 years ago
Gabriel Luong 6a0128aafb [fenix] For https://github.com/mozilla-mobile/fenix/issues/24006 - Return a null change payload if the new top sites list is larger than the old 3 years ago
Gabriel Luong 07de4d50a5 [fenix] For https://github.com/mozilla-mobile/fenix/issues/24014 - Replace @color/secondary_text_private_theme with @color/fx_mobile_private_text_color_secondary 3 years ago
Gabriel Luong 8310a359bd [fenix] For https://github.com/mozilla-mobile/fenix/issues/24014 - Replace @color/caption_text_private_theme with @color/fx_mobile_private_text_color_secondary 3 years ago
Gabriel Luong 0d70bee768 [fenix] For https://github.com/mozilla-mobile/fenix/issues/24014 - Replace @color/caption_text_normal_theme with @color/fx_mobile_text_color_secondary 3 years ago
AndiAJ dc543bfd22 [fenix] Disable rememberAllowAudioVideoPermissionChoiceTest UI test 3 years ago
Gabriel Luong fc46c21aea [fenix] For https://github.com/mozilla-mobile/fenix/issues/24008 - Only refresh the contile top sites cache if feature is enabled 3 years ago
Mozilla L10n Automation Bot 6a8a605e35 [fenix] Import l10n. 3 years ago
Gabriel Luong 87ee51d9fd [fenix] For https://github.com/mozilla-mobile/fenix/issues/24017 - Replace @color/foundation_private_theme with @color/fx_mobile_private_layer_color_1 3 years ago
Gabriel Luong bedd286004 [fenix] For https://github.com/mozilla-mobile/fenix/issues/24022 - Use Border Primary color for Inactive Tabs border 3 years ago
Mozilla L10n Automation Bot 65b40b20bc [fenix] Import l10n. 3 years ago
Mozilla L10n Automation Bot e6f4cbd37b [fenix] Import l10n. 3 years ago
MatthewTighe 8468ef9c13 [fenix] fixes https://github.com/mozilla-mobile/fenix/issues/23981: open download function and override for test 3 years ago
Sarah541 910d13bbd1 [fenix] For https://github.com/mozilla-mobile/fenix/issues/23821 - Add telemtry for RecentlyVisted Homepage (https://github.com/mozilla-mobile/fenix/pull/23909)
Add test

Co-authored-by: mergify[bot] <37929162+mergify[bot]@users.noreply.github.com>
Co-authored-by: Ryan VanderMeulen <rvandermeulen@mozilla.com>
3 years ago
Mozilla L10n Automation Bot aac38ea42f [fenix] Import l10n. 3 years ago
Roger Yang d14ce03e37 [fenix] Close https://github.com/mozilla-mobile/fenix/issues/23894: Simplify distinct history algorithm 3 years ago
Gabriel Luong 6570a84385 [fenix] For https://github.com/mozilla-mobile/fenix/issues/23975 - Replace tooltip gradient with Layer Gradient Start, End design tokens 3 years ago
Gabriel Luong 09299336ef [fenix] For https://github.com/mozilla-mobile/fenix/issues/23880 - Use borderPrimary attribute in empty_session_control_background.xml 3 years ago
Gabriel Luong e09bb8c28c [fenix] For https://github.com/mozilla-mobile/fenix/issues/23957 - Rename toolbarDivider attribute to borderPrimary 3 years ago
Gabriel Luong 52a618a580 [fenix] For https://github.com/mozilla-mobile/fenix/issues/23951 - Replace @color/toolbar_divider_color_private_theme with @color/fx_mobile_private_border_color_divider 3 years ago
Mozilla L10n Automation Bot 6f851b7b1f [fenix] Import l10n. 3 years ago
Roger Yang ba3bf788e3 [fenix] Close https://github.com/mozilla-mobile/fenix/issues/13336: Open bookmark in current tab if browsing mode is not private or previous fragment is not home 3 years ago
Gabriel Luong f2a3c9e1d5 [fenix] For https://github.com/mozilla-mobile/fenix/issues/23949 - Use @color/fx_mobile_private_layer_color_4 for the toolbar gradient in the private theme 3 years ago
Gabriel Luong cf5705e234 [fenix] For https://github.com/mozilla-mobile/fenix/issues/23947 - Inline @color/toolbar_menu_transparent 3 years ago
Gabriel Luong 512a75eef2 [fenix] For https://github.com/mozilla-mobile/fenix/issues/23738 - Integrate the Contile top sites updater 3 years ago
Roger Yang 6d3e2a9f74 [fenix] Close https://github.com/mozilla-mobile/fenix/issues/23804: Use version instead of date for telemetry/metrics expiration 3 years ago
Gabriel Luong 9e93d2cc37 [fenix] For https://github.com/mozilla-mobile/fenix/issues/23921 - Remove unused attributes in attrs.xml 3 years ago
Gabriel Luong 64fefc222e [fenix] For https://github.com/mozilla-mobile/fenix/issues/23905 - Update onboarding icons to use Icon Active color 3 years ago
Gabriel Luong 635413def1 [fenix] For https://github.com/mozilla-mobile/fenix/issues/23907 - Replace tabTrayItemMediaBackground attribute with accent
tabTrayItemMediaBackground and accent are equivalent
3 years ago
Gabriel Luong 0289b38806 [fenix] For https://github.com/mozilla-mobile/fenix/issues/23888 - Replace @color/white_color with @color/fx_mobile_[icon|text]_color_oncolor
@color/white_color and @color/fx_mobile_[icon|text]_color_oncolor are equivalent
3 years ago
Gabriel Luong 559e575bbe [fenix] For https://github.com/mozilla-mobile/fenix/issues/23919 - Replace tabRing attribute with accent 3 years ago
Gabriel Luong f6cb3dbc52 [fenix] Update Android Components version to 99.0.20220223143136. (https://github.com/mozilla-mobile/fenix/pull/23942) 3 years ago
MatthewTighe c7275dd308 [fenix] closes https://github.com/mozilla-mobile/fenix/issues/23912: remove sentry reporting from WallpaperDownloader 3 years ago
Christian Sadilek a049e9aaf2 [fenix] Revert "For https://github.com/mozilla-mobile/fenix/issues/14321 - Dismiss search dialog buttons on edit cancel"
This reverts commit a2b00bef833b29e5c49920e4a8888f4267e7a20e.
3 years ago
Gabriel Luong 72a2776032 [fenix] For https://github.com/mozilla-mobile/fenix/issues/23925 - Update tab counter and reader mode colors to use the design system 3 years ago
mcarare 7104c92f2b [fenix] For https://github.com/mozilla-mobile/fenix/issues/23408: Fix pinned top sites count from the cached list. 3 years ago
Gabriel Luong f3727f6a49 [fenix] For https://github.com/mozilla-mobile/fenix/issues/23900 - Update search widget colours to use design tokens 3 years ago
Mozilla L10n Automation Bot ee8db5cc6b [fenix] Import l10n. 3 years ago
Roger Yang d1a94de89e [fenix] Revert "For https://github.com/mozilla-mobile/fenix/issues/13336: Open bookmarks in current tab (https://github.com/mozilla-mobile/fenix/pull/23169)"
This reverts commit 52157add58e5ed6accc64e1e4fae69e655432d91.
3 years ago
Gabriel Luong 24f642c19f [fenix] For https://github.com/mozilla-mobile/fenix/issues/23902 - Update the top sites pinned icon color to @color/fx_mobile_icon_color_primary 3 years ago
Gabriel Luong 60a2e0b46a [fenix] For https://github.com/mozilla-mobile/fenix/issues/23829 - Update private theme design token based on the latest UX changes 3 years ago
MatthewTighe ce058f1abf [fenix] for https://github.com/mozilla-mobile/fenix/issues/23069: add blocklist middleware for home 3 years ago
Gabriel Luong 6bf6f7f4ab [fenix] For https://github.com/mozilla-mobile/fenix/issues/23839 - Replace @color/contrast_text_normal_theme with @color/fx_mobile_[text|icon]_color_oncolor 3 years ago
Gabriel Luong 9b0cd6863f [fenix] For https://github.com/mozilla-mobile/fenix/issues/23882 - Use textAccent attribute for Smartblock Learn More link 3 years ago
Gabriel Luong 8fa8fa4944 [fenix] For https://github.com/mozilla-mobile/fenix/issues/23850 - Replace @color/neutral_text with @color/fx_mobile_[icon|text]_color_oncolor 3 years ago
Gabriel Luong 7290a5a458 [fenix] For https://github.com/mozilla-mobile/fenix/issues/23886 - Use @color/fx_mobile_icon_color_active for tabIndicatorColor 3 years ago
Mugurell 6defb87864 [fenix] For https://github.com/mozilla-mobile/fenix/issues/23871 - Update compose to 1.1.0 and kotlin to 1.6.10 3 years ago
Mozilla L10n Automation Bot 8e06dcfd32 [fenix] Import l10n. 3 years ago
Mozilla L10n Automation Bot 88f36471ea [fenix] Import l10n. 3 years ago
Mozilla L10n Automation Bot e0ad42dcb4 [fenix] Import l10n. 3 years ago
Mozilla L10n Automation Bot 3a876d4532 [fenix] Import l10n. 3 years ago
Noah Bond 1a4e821c92 [fenix] For https://github.com/mozilla-mobile/fenix/issues/23808 - Add secret setting for enabling Task Continuity feature 3 years ago
Alexandru2909 fc08df845f [fenix] For https://github.com/mozilla-mobile/fenix/issues/22189 - Replace the 'Firefox' word in all strings with placeholder 3 years ago
Gabriel Luong 948e9c4e85 [fenix] For https://github.com/mozilla-mobile/fenix/issues/23771 - Set correct destructive text color for card editor error messages (https://github.com/mozilla-mobile/fenix/pull/23803)
Co-authored-by: tristan-jea <>
Co-authored-by: Tristan <99796140+tristan-jea@users.noreply.github.com>
3 years ago
Roger Yang 362a299150 [fenix] No issue: Renew/remove metrics set to expire in April 2022 3 years ago
Noah Bond b8d7a53f49 [fenix] For https://github.com/mozilla-mobile/fenix/issues/19942 - Add support for sticky headers to the synced tabs list 3 years ago
Geordan Neukum d31cdfeb3b [fenix] For https://github.com/mozilla-mobile/fenix/issues/23500: creditcards: focus cardNumberInput in createView
Right now, when the user navigates to the "Add Card" screen, the "Card Number"
title will be focused by default. Instead, let's make it so that the first
field for data entry is focused.

Since we're focusing the first field, let's also make sure that the soft
keyboard opens and that the cursor is placed at the end of whatever text has
already been input.
3 years ago
Geordan Neukum 7a57194a48 [fenix] For https://github.com/mozilla-mobile/fenix/issues/23500: creditcards: hide keyboard when pausing fragment
Right now, the soft keyboard will remain open when we exit the "Add Card"
screen. Let's make it so that the soft keyboard is automatically closed when
leaving this screen.
3 years ago
Arturo Mejia 8ed591874a [fenix] For https://github.com/mozilla-mobile/fenix/issues/23752: Address switch is off the screen in the Wallpaper settings. 3 years ago
sunil9211 1971f8984c [fenix] For https://github.com/mozilla-mobile/fenix/issues/23551 - Change the spacing between Pocket header and content to 16dp 3 years ago
Mozilla L10n Automation Bot 16ecb5131c [fenix] Import l10n. 3 years ago
Roger Yang 924ad2e229 [fenix] No issue: Renew/remove metrics set to expire in March 2022 3 years ago
Roger Yang c9370ed807 [fenix] No issue: Renew/remove metrics set to expire in April 2022 (https://github.com/mozilla-mobile/fenix/pull/23786) 3 years ago
Gabriel Luong 4dc2da16b5 [fenix] For https://github.com/mozilla-mobile/fenix/issues/23769 - Replace @color/destructive_normal_theme with @color/fx_mobile_text_color_warning 3 years ago
Alexandru2909 ec19ceb55d [fenix] For https://github.com/mozilla-mobile/fenix/pull/18758 - Update colors on share layout 3 years ago
Gabriel Luong 4c40cd09be [fenix] For https://github.com/mozilla-mobile/fenix/issues/23456 ⁃ Use lifecycleScope in TopSiteItemViewHolder 3 years ago
Mozilla L10n Automation Bot bbb1009866 [fenix] Import l10n. 3 years ago
Roger Yang 2c4420c678 [fenix] No issue: Update history search string ID 3 years ago
Gabriel Luong 36bdce4bcc [fenix] For https://github.com/mozilla-mobile/fenix/issues/23761 - Add Icon Warning Button design token 3 years ago
Gabriel Luong 589baa5efb [fenix] For https://github.com/mozilla-mobile/fenix/issues/23761 - Add Text Warning Button design token 3 years ago
Gabriel Luong 9b416293d5 [fenix] For https://github.com/mozilla-mobile/fenix/issues/23761 - Update Text Warning, Icon Warning and Border Warning light theme to Red70 3 years ago
Gabriel Luong c9a96b23ba [fenix] For https://github.com/mozilla-mobile/fenix/issues/23761 - Update Action Secondary light theme to LightGrey30 3 years ago
Gabriel Luong 9e9309dd2e [fenix] For https://github.com/mozilla-mobile/fenix/issues/23761 - Add Text On Color Secondary design token 3 years ago
Gabriel Luong 5e009d3d1a [fenix] For https://github.com/mozilla-mobile/fenix/issues/23761 - Rename Text On Color to Text On Color Primary 3 years ago
Roger Yang 2b7ceef777 [fenix] Close https://github.com/mozilla-mobile/fenix/issues/23657: Add voice search for history search 3 years ago
Roger Yang ac81ce5b8f [fenix] Close https://github.com/mozilla-mobile/fenix/issues/23694: Add telemetry for history search 3 years ago
Gabriel Luong 4b1a3bbe12 [fenix] For https://github.com/mozilla-mobile/fenix/issues/23321 - Replace @color/toolbar_divider_color_normal_theme with @color/fx_mobile_border_color_primary 3 years ago
Matt Tighe 6a2924b039 [fenix] closes https://github.com/mozilla-mobile/fenix/issues/23727: Add a fenix.git tag of the current hash to Sentry reports 3 years ago
Gabriel Luong 4a63f98b62 [fenix] For https://github.com/mozilla-mobile/fenix/issues/23341 - Replace @color/disabled_normal_theme with @color/fx_mobile_text_color_disabled 3 years ago
Gabriel Luong 6b8569b3cb [fenix] For https://github.com/mozilla-mobile/fenix/issues/23731 - Use the disk cache for the Contile top sites 3 years ago
Mugurell 2c70f80838 [fenix] For https://github.com/mozilla-mobile/fenix/issues/22722 - Rename fragment_crash_reporter to view_crash_reporter
Rename in a separate patch for git to not merge this to previous changes and in
such think that the the old file was deleted and a new one was created.
3 years ago
Mugurell dc56238b4c [fenix] For https://github.com/mozilla-mobile/fenix/issues/22722 - Rename CrashReporterFragment to CrashContentView
Rename in a separate patch for git to not merge this to previous changes and in
such think that the the old file was deleted and a new one was created.
3 years ago
Mugurell bb85952d10 [fenix] For https://github.com/mozilla-mobile/fenix/issues/22722 - Reacting to the crashed flag
Whenever the ".crashed" property of the currently displayed
TabSessionState -> EngineState is true we will show an in-app crash reporter
with the usual close tab / restore tab options and also the option to report
all current non-fatal crashes to Mozilla if the setting for sending the crash
reports is enabled in app settings.
This closely mimics the previous crash reporter UI but there might be some
subtle differences stemming from migrating to using a ComposeView.

Whenever the ".crashed" property of the currently displayed
TabSessionState -> EngineState is false we will set the in-app crash reporter
to have a View.GONE visibility effectively removing it from the layout.

The functionality for receiving the non-fatal crashes from the AC CrashReporter
through an Intent is still kept and these crashes will be persisted in memory
until the user closes / restores a tab and so also makes a decision about
sending or not these crashes.

Currently more tabs can crash following just one since more share the same
process and as such there is no way to differentiate between them or link a
certain Crash to a certain tab.
They will all be acted upon at once from any tab the user chooses to close or
restore.
3 years ago
Mozilla L10n Automation Bot 80f59b6543 [fenix] Import l10n. 3 years ago
Grigory Kruglov bd54134349 [fenix] Convert recently closed tabs code to use light-weight TabState
To lighten-up our memory usage and startup performance, all of the RecentlyClosed
machinery was converted to use a light-weight TabState - specifically, it's missing
EngineSessionState, which is expensive to obtain during startup, and potentially
very costly to keep in-memory.

When we actually need EngineSessionState (at the point of restoration of a tab), we
read and rehydrate it using provided storage implementation.
3 years ago
Noah Bond 25817127da [fenix] For https://github.com/mozilla-mobile/fenix/issues/21900 - Delete files from Synced Tabs XML implementation 3 years ago
Noah Bond 71f539bf4e [fenix] For https://github.com/mozilla-mobile/fenix/issues/21900 - Delete files from Synced Tabs XML implementation 3 years ago
Gabriel Luong fbf1799ffa [fenix] For https://github.com/mozilla-mobile/fenix/issues/23713 - Replace @color/secondary_text_normal_theme with @color/fx_mobile_text_color_secondary 3 years ago
Matt Tighe e83a0167a2 [fenix] closes https://github.com/mozilla-mobile/fenix/issues/23662: replace wallpaper thumbnail lazyverticalgrid with manual scroll layout 3 years ago
Gabriel Luong a08875d995 [fenix] For https://github.com/mozilla-mobile/fenix/issues/23711 - Replace @color/primary_text_normal_theme with @color/fx_mobile_text_color_primary 3 years ago
Mozilla L10n Automation Bot d905636004 [fenix] Import l10n. 3 years ago
AndiAJ c874f11dc7 [fenix] Save logins and external links in custom tabs UI test 3 years ago
Rohan Maity bee88db440 [fenix] For https://github.com/mozilla-mobile/fenix/issues/20634 remove some lint issues from baseline 3 years ago
Oana Horvath 318acb161e [fenix] For https://github.com/mozilla-mobile/fenix/issues/21002: Adds UI test for Addons in private mode 3 years ago
Mozilla L10n Automation Bot f032ccb91a [fenix] Import l10n. 3 years ago
Matt Tighe 26afa8cc42 [fenix] fixes https://github.com/mozilla-mobile/fenix/issues/23644: reload wallpapers on orientation change 3 years ago
Arturo Mejia e52e99efae [fenix] For https://github.com/mozilla-mobile/fenix/issues/23679 Update the wallpaper settings switch text 3 years ago
Mozilla L10n Automation Bot 3e4344ba14 [fenix] Import l10n. 3 years ago
Mozilla L10n Automation Bot a165b0341b [fenix] Import l10n. 3 years ago
Gabriel Luong 19a695ec15 [fenix] For https://github.com/mozilla-mobile/fenix/issues/23431 - Display the order of Contile Top Sites correctly 3 years ago
Roger Yang d319e2740a [fenix] No issue: Update history search string 3 years ago
Mugurell 795683c6ef [fenix] For https://github.com/mozilla-mobile/fenix/issues/21854 - Split the big ComposeView in 3 smaller ones
This would shorten the time needed to layout all Pocket recommended stories
content in one go, though it may lead to shorten hiccups over a bigger period
of time.
3 years ago
Arturo Mejia 805f93d553 [fenix] Remove stale strings for version 96 3 years ago
mcarare 95e4495d04 [fenix] For https://github.com/mozilla-mobile/fenix/issues/22958: Set content description only when view is visible.
This avoids additional processing.
3 years ago
AndiAJ d8fc04f898 [fenix] New browser functionalities in custom tabs tests 3 years ago
Alexandru2909 cd9464aad7 [fenix] For https://github.com/mozilla-mobile/fenix/issues/14321 - Dismiss search dialog buttons on edit cancel 3 years ago
Alexandru2909 9f6664cb3a [fenix] For https://github.com/mozilla-mobile/fenix/issues/14954 - Use TabSessionState.id to check if tab is selected 3 years ago
Mozilla L10n Automation Bot 92bc4de4b3 [fenix] Import l10n. 3 years ago
Noah Bond 5458565097 [fenix] For https://github.com/mozilla-mobile/fenix/issues/23526 - Add telemetry for Contile interactions 3 years ago
jhugman 0541ba4fd9 [fenix] Fixes https://github.com/mozilla-mobile/fenix/issues/23492: Perf regression of calling isFirefoxDefault from main thread (https://github.com/mozilla-mobile/fenix/pull/23556)
* Fixes https://github.com/mozilla-mobile/fenix/issues/23492 — Fixup perf regression of calling isFirefoxDefault from the main thread

* Tightening of near defunct default browser message

* Fixup early crash in debug build

* ktlint
3 years ago
AndiAJ 12a861dc47 [fenix] Add and remove most visited top sites UI test 3 years ago
AndiAJ 1441115c0c [fenix] Refactoring work top sites tests 3 years ago
Matt Tighe fb462409a8 [fenix] closes https://github.com/mozilla-mobile/fenix/issues/23540: scale wallpaper and translate to bottom of image 3 years ago
Roger Yang d39b28ead6 [fenix] Close https://github.com/mozilla-mobile/fenix/issues/23626: Do not exit edit mode in history search toolbar 3 years ago
Mozilla L10n Automation Bot aced0fbdee [fenix] Import l10n. 3 years ago
Matt Tighe 4f2899d299 [fenix] fixes https://github.com/mozilla-mobile/fenix/issues/23619: use well-defined name for fetching remote wallpaper assets 3 years ago
Sarah Khan ab9bc7c071 [fenix] For https://github.com/mozilla-mobile/fenix/issues/23596 and https://github.com/mozilla-mobile/fenix/issues/23309 - Add deeplink to wallpaper settings 3 years ago
Matt Tighe 41dbba8bd9 [fenix] closes https://github.com/mozilla-mobile/fenix/issues/23616: add final path separator to reote path 3 years ago
Jonathan Almeida b87b822d48 [fenix] No issue: Update debug app name to Fenix
We don't use the "Preview" naming any more and it's easier to find the app when "Fenix" is in the app name.
3 years ago
Arturo Mejia b03ba7944d [fenix] For https://github.com/mozilla-mobile/fenix/issues/23577: Make description text on the wallpapers settings page align with the start of the switch 3 years ago
AndiAJ 1739ac8300 [fenix] New verifyMultipleLoginsSelectionsTest UI Smoke test 3 years ago
Oana Horvath a3409067ca [fenix] Re-write toggleSearchBookmarksAndHistoryTest 3 years ago
Oana Horvath 6b8900417b [fenix] Ads new voice search UI test 3 years ago
Oana Horvath bb4a179078 [fenix] Re-organize existing tests to their own SettingsSearchTest class 3 years ago
Mozilla L10n Automation Bot a15ade8b0b [fenix] Import l10n. 3 years ago
Mozilla L10n Automation Bot 8e39d5f9a6 [fenix] Import l10n. 3 years ago
Roger Yang 2066f6731e [fenix] Close https://github.com/mozilla-mobile/fenix/issues/10046: Add history search 3 years ago
Geordan Neukum 00ca6eb509 [fenix] For https://github.com/mozilla-mobile/fenix/issues/16395 - Use Secondary Text for the Site Permissions subtext 3 years ago
Mozilla L10n Automation Bot d2b5defc2e [fenix] Import l10n. 3 years ago
Arturo Mejia c4495cc60d [fenix] For https://github.com/mozilla-mobile/fenix/issues/23574: Remove stale partial bitmaps created while downloading wallpapers 3 years ago
Gabriel Luong 895b6396ba [fenix] For https://github.com/mozilla-mobile/fenix/issues/23575 - Use design system colors for the Pocket filter and Customize homepage buttons 3 years ago
mcarare d7cce03106 [fenix] Add VisitInfo.isRemote parameter. 3 years ago
Matt Tighe 72a0985403 [fenix] closes https://github.com/mozilla-mobile/fenix/issues/23565: expire remote wallpapers but let users keep selected 3 years ago
Arturo Mejia 1ff747b109 [fenix] For https://github.com/mozilla-mobile/fenix/issues/23563: Address time out crash when downloading wallpaper 3 years ago
Arturo Mejia 0565bcef82 [fenix] For https://github.com/mozilla-mobile/fenix/issues/23498 improve logo content description comments for wallpapers 3 years ago
Mozilla L10n Automation Bot 86b418e65e [fenix] Import l10n. 3 years ago
Gabriel Luong 518eac14cd [fenix] For https://github.com/mozilla-mobile/fenix/issues/23558 - Update menu copy for What's new and Customize homepage 3 years ago
Gabriel Luong 4af7d6f3db [fenix] For https://github.com/mozilla-mobile/fenix/issues/23554 - Remove Top Sites border 3 years ago
Mugurell a0dd1ee6e7 [fenix] For https://github.com/mozilla-mobile/fenix/issues/21009 - New Recently closed tabs telemetry
This adds a new `recently_closed_tabs` category with then events for all user
interactions on the screen.

The already existent `events.recently_closed_tabs_opened` is still kept for a
bit more time to still have this data available while the new telemetry ride
the trains but can later be removed in favor of this newly added events.
3 years ago
Lucius C d2e016eac9 [fenix] For https://github.com/mozilla-mobile/fenix/issues/13336: Open bookmarks in current tab (https://github.com/mozilla-mobile/fenix/pull/23169)
* For https://github.com/mozilla-mobile/fenix/issues/13336: Open bookmarks in current tab

* For https://github.com/mozilla-mobile/fenix/issues/13336: Fix tests to verify bookmark opening in current tab

* Change test name for handleBookmarkTapped
3 years ago
Mozilla L10n Automation Bot 3535e1c23b [fenix] Import l10n. 3 years ago
Matt Tighe 06238447a6 [fenix] closes https://github.com/mozilla-mobile/fenix/issues/23514: add firefox wallpapers 3 years ago
Mozilla L10n Automation Bot 96765c8773 [fenix] Import l10n. 3 years ago
Arturo Mejia 1931e5dd64 [fenix] For https://github.com/mozilla-mobile/fenix/issues/23498 add content description for wallpapers 3 years ago
Christian Sadilek eb9fc799ee [fenix] Issue https://github.com/mozilla-mobile/fenix/issues/12731: Disable TrimMemoryMiddleware on all channels
This was already disabled in Nightly over two months ago
and seems to work much better combined with latest fixes
in GV (see links inline for details.)
3 years ago
Gabriel Luong 98a540b81d [fenix] For https://github.com/mozilla-mobile/fenix/issues/23350 - Revert changes from removing duplicate icons that already exists in ui-icons (https://github.com/mozilla-mobile/fenix/pull/23527)
* Revert "For https://github.com/mozilla-mobile/fenix/issues/23121 - Override @color/mozac_ui_icons_fill with ?primaryText attribute"

This reverts commit 4c630eba96182254daa4cdd2bbfeac23ab04690d.

* Revert "For https://github.com/mozilla-mobile/fenix/issues/23121 - Replace @drawble/ic_share with @drawable/mozac_ic_share"

This reverts commit 072d3a3c9f87b77ed6381c36af7d9c812b8b371d.

* Revert "For https://github.com/mozilla-mobile/fenix/issues/23121 - Replace @drawble/ic_storage_enabled with @drawable/mozac_ic_storage"

This reverts commit 10dde2baa6fd320443690a49dd6551938a2d83db.

* Revert "For https://github.com/mozilla-mobile/fenix/issues/23121 - Replace @drawble/ic_notifications_enabled with @drawable/mozac_ic_notification"

This reverts commit 90943cfda427fd06d5e77b1e4fd0463bbe21e449.

* Revert "For https://github.com/mozilla-mobile/fenix/issues/23121 - Replace @drawble/ic_microphone_enabled with @drawable/mozac_ic_microphone"

This reverts commit 200fd14d288b4b21c1711995f63d548f58fb1dc8.

* Revert "For https://github.com/mozilla-mobile/fenix/issues/23121 - Replace @drawble/ic_location_enabled with @drawable/mozac_ic_location"

This reverts commit e85998bdc24dcdd17585581bd99aab35d5147f93.

* Revert "For https://github.com/mozilla-mobile/fenix/issues/23121 - Replace @drawble/ic_autoplay_disabled with @drawable/mozac_ic_autoplay_blocked"

This reverts commit 0e408dc26e069719c895ae5279d3c11df6677699.

* Revert "For https://github.com/mozilla-mobile/fenix/issues/23121 - Replace @drawble/ic_camera_enabled with @drawable/mozac_ic_video"

This reverts commit ceab2d77490b9b9b545ebbc14ee2a7b3811d3064.

* Revert "For https://github.com/mozilla-mobile/fenix/issues/23121 - Replace @drawble/mozac_ic_extensions_black with @drawable/mozac_ic_extensions"

This reverts commit 7bc005927acee0481c8936d000737ba7f738e2ba.

* Revert "For https://github.com/mozilla-mobile/fenix/issues/23121 - Replace @drawble/ic_top_sites with @drawable/mozac_ic_pin"

This reverts commit f4d58ff722baa5dc9f7f811a758de75699bb8ccb.

* Revert "For https://github.com/mozilla-mobile/fenix/issues/23121 - Replace @drawble/ic_search with @drawable/mozac_ic_search"

This reverts commit ac8f8632557ac07c32d040fbb0ddfa3cf1a0e5f6.

* Revert "For https://github.com/mozilla-mobile/fenix/issues/23121 - Replace @drawble/ic_readermode with @drawable/mozac_ic_reader_mode"

This reverts commit d1953045b062a5b6fbedd990252834e9e1a6ca4f.

* Revert "For https://github.com/mozilla-mobile/fenix/issues/23121 - Replace @drawble/ic_menu with @drawable/mozac_ic_menu"

This reverts commit 682b02101aa7e5ce82868de81d9b034701629976.

* Revert "For https://github.com/mozilla-mobile/fenix/issues/23121 - Replace @drawble/ic_login with @drawable/mozac_ic_login"

This reverts commit 982c695260aaa10fc1f0ee7e6d2e271e9a214ce3.

* Revert "For https://github.com/mozilla-mobile/fenix/issues/23121 - Replace @drawble/ic_internet with @drawable/mozac_ic_globe"

This reverts commit d248bfc21fff644bdc2141c4e24ae5bc125a41d2.

* Revert "For https://github.com/mozilla-mobile/fenix/issues/23121 - Replace @drawble/ic_download with @drawable/mozac_ic_download"

This reverts commit 4cdceb393ac411a7b59d9c0e1164fddfb62bc494.

* Revert "For https://github.com/mozilla-mobile/fenix/issues/23121 - Replace @drawble/ic_lock with @drawable/mozac_ic_lock"

This reverts commit 3878a83e30f318293b099bc49c690f953c2f3def.

* Revert "For https://github.com/mozilla-mobile/fenix/issues/23121 - Replace @drawble/ic_desktop with @drawable/mozac_ic_device_desktop"

This reverts commit 8c4e6e23e0bf1ed762d9c3ab8566aff4df0a8eb1.

* Revert "For https://github.com/mozilla-mobile/fenix/issues/23121 - Replace @drawble/ic_close with @drawable/mozac_ic_close"

This reverts commit 7f61c95923600eeabb8046380a31c1eaa4968525.

* Revert "For https://github.com/mozilla-mobile/fenix/issues/23121 - Replace @drawble/ic_delete with @drawable/mozac_ic_delete"

This reverts commit b8814f62bffde0c192f078f8cd5e808d0f07af9d.

* Revert "For https://github.com/mozilla-mobile/fenix/issues/23121 - Replace @drawble/ic_chevron_up with @drawable/mozac_ic_arrowhead_up"

This reverts commit 265b0a47cae6bed39ce9e8cc9af465705d1a2363.

* Revert "For https://github.com/mozilla-mobile/fenix/issues/23121 - Replace @drawble/ic_chevron_down with @drawable/mozac_ic_arrowhead_down"

This reverts commit fe8a0b604941bbbb9dacff176cd17ce0485431ed.

* Revert "For https://github.com/mozilla-mobile/fenix/issues/23121 - Replace @drawble/ic_back_button with @drawable/mozac_ic_back"

This reverts commit fb236b1c6175c1f8b5e6b1bf6d9f02c6a7fff9b9.

* Revert "For https://github.com/mozilla-mobile/fenix/issues/23121 - Replace @drawable/ic_arrowhead_right with @drawable/mozac_ic_arrowhead_right"

This reverts commit ae2f768ac02aa6b161b0bcbba7922f5f12e31e80.

* Revert "For https://github.com/mozilla-mobile/fenix/issues/23121 - Replace @drawable/ic_new with @drawable/mozac_ic_new"

This reverts commit ce5bb35a7cdbd189bb177900ec19bc6cb5a9bfa7.

* Revert "For https://github.com/mozilla-mobile/fenix/issues/23121 - Replace @drawable/ic_addons_extensions with @drawable/mozac_ic_extensions"

This reverts commit 1006637673965ebf70ad5e18e9a3598cf736347b.
3 years ago
Matthew Tighe 05d80bd9aa [fenix] closes https://github.com/mozilla-mobile/fenix/issues/23504: download focus wallpapers at runtime (https://github.com/mozilla-mobile/fenix/pull/23505)
* closes https://github.com/mozilla-mobile/fenix/issues/23504: download focus wallpapers at runtime

* address pr feedback

* only download wallpapers if feature flag is set
3 years ago
AndiAJ 3b05cde361 [fenix] No issue: quick fix for externalLinkPWATest 3 years ago
Gabriel Luong 7dcf99911f [fenix] For https://github.com/mozilla-mobile/fenix/issues/23433 - Align the provided top sites to the design spec 3 years ago
Marc-Andre Leclair ce32b61419 [fenix] For https://github.com/mozilla-mobile/fenix/issues/23426:Changed expiring perf probes to never expire
added new data_review url
3 years ago
Gabriel Luong 17f96e433c [fenix] For https://github.com/mozilla-mobile/fenix/issues/23424 - Part 2: Add context menu for contile top sites 3 years ago
Gabriel Luong 2533bf1431 [fenix] For https://github.com/mozilla-mobile/fenix/issues/23424 - Part 1: Refactor TopSiteItemMenu into its own file 3 years ago
Arturo Mejia b6c347c065 [fenix] For https://github.com/mozilla-mobile/fenix/issues/23440,https://github.com/mozilla-mobile/fenix/issues/23441,https://github.com/mozilla-mobile/fenix/issues/23442 remove adapting themes after switching wallpapers 3 years ago
Mozilla L10n Automation Bot f0dd625cef [fenix] Import l10n. 3 years ago
Mozilla L10n Automation Bot 2f80fb7867 [fenix] Import l10n. 3 years ago
Mozilla L10n Automation Bot 5abe253529 [fenix] Import l10n. 3 years ago
Elise Richards 83b9cb914e [fenix] For https://github.com/mozilla-mobile/fenix/issues/22870: Renew/remove metrics set to expire in February (https://github.com/mozilla-mobile/fenix/pull/23453)
* For https://github.com/mozilla-mobile/fenix/issues/22870: Renew/remove metrics set to expire in February

* Add data review and add notification owner for never expire metrics
3 years ago
Gabriel Luong 1788f302fe [fenix] For https://github.com/mozilla-mobile/fenix/issues/23450 - Add Text Accent Disabled design token 3 years ago
Gabriel Luong 3f96c59777 [fenix] For https://github.com/mozilla-mobile/fenix/issues/23450 - Rename design token Border Default to Border Primary 3 years ago