Commit Graph

9889 Commits (135514b69ee293b3c06d83e6e6b738fe6b50c52b)

Author SHA1 Message Date
Alexandru2909 31f8156dd6 Bug 1855209 - Show the shopping CFRs only once for loaded product pages 1 year ago
Alexandru2909 5df74fbfab Bug 1852074 - Add actions to the shopping CFRs 1 year ago
Matthew Tighe 585e29def3 Bug 1842304 - Remove feature flag for history interactor removal 1 year ago
Jan-Erik Rediger e2c03c8b77 Bug 1855421 - Add feature variable to test out precise timestamps in Glean events 1 year ago
William Durand 9353b6d87e Bug 1855516 - Call `disableExtensionProcessSpawning()` when the user clicks the "continue without add-ons" button 1 year ago
AndiAJ 9b599dc07a Bug 1855449 - Normal Browsing search TestRail matching 1 year ago
Jeff Boek 93ef8c7c25 Revert "Bug 1810044 1810045 - Delay reading clipboard and allow to paste non url"
This reverts commit 00989444f65a9fe7c02ab8788462229443403b89.
1 year ago
github-actions b82afbffe4 Import translations from android-l10n 1 year ago
Timshel 7b9ccb6493 Bug 1810044 1810045 - Delay reading clipboard and allow to paste non url 1 year ago
Gabriel Luong 46b27b6ad9 Bug 1849073 - Part 2: Remove the History Search Dialog 1 year ago
Gabriel Luong 08be473cbf Bug 1849073 - Part 1: Remove the Bookmark Search Dialog 1 year ago
sarah541 5367c93ef6 Bug 1855029 - Correct accidentally updated indentation 1 year ago
rahulsainani 0af50d1b52 Bug 1855137 - Add review checker vendor ordering logic 1 year ago
AndiAJ aa1e02bf8d Bug 1855190 - Unified search bar TestRail matching 1 year ago
AndiAJ 8366d2c193 Bug 1855183 - Search settings menu TestRail matching 1 year ago
github-actions a8c707d077 Import translations from android-l10n 1 year ago
Noah Bond b475e6a56c Bug 1854712 - Update `information_fill` icon 1 year ago
Arturo Mejia 9740f5ed0a Bug 1844557 - Disable the switch control when the add-on is blockedlisted. 1 year ago
Benjamin Forehand Jr 6e813a62c7 Bug 1854173 - Add nimbus messaging integration test - Landscape UI (#3726) 1 year ago
Alexandru2909 9cac2fca23 Bug 1853301 - Refactor ReviewQualityCheckNavigationMiddleware to use TabsUseCases and SessionUseCases
Refactor LinkType class to support instances for each external link accessible from the review quality check feature
1 year ago
github-actions 354be91be7 Import translations from android-l10n 1 year ago
Noah Bond 3614288a69 Bug 1852928 - Update review quality check bottom sheet header 1 year ago
Matthew Tighe 1020af9827 Bug 1854709 - Add Store actions for remaining History interactor calls 1 year ago
sarah541 c403789ab4 Bug 1855029 - Start the 120 development cycle 1 year ago
Roger Yang 6f38969160 Revert "Bug 1843610 - Add telemetry for deferred deep link test"
This reverts commit 186a4b76e5be73466397c0c2fcaca4eaaa2a88da.
1 year ago
Alexandru2909 bc4eb86069 Bug 1840103 - Part 2: Update contextual onboarding card for Review quality check feature 1 year ago
Alexandru2909 ab2d1ee15b Bug 1840103 - Part 1: Add support for multiple links in LinkText 1 year ago
William Durand 2105050c26 Bug 1854123 - Show the "find more add-ons" button unconditionally in Fenix 1 year ago
William Durand 4a31ce1b52 Bug 1847172 - Unconditionally enable the `mozAddonManager` web API on Fenix 1 year ago
William Durand 77373f0241 Bug 1854935 - Enable extensions process by default on Nightly and debug builds 1 year ago
Titouan Thibaud e3a20a9c88 Bug 1847784: Provide a Theme to FedCM Provider Dialogs 1 year ago
AndiAJ deded12fad Bug 1854606 - History TestRail matching 1 year ago
oana.horvath cb0bb9f0dd Bug 1853639 - Downloads TestRail matching 1 year ago
rahulsainani eb106f2a0f Bug 1853311 - Add review checker reanalysis logic 1 year ago
rahulsainani 18ef60af4e Bug 1854631 - Refactor review checker info card 1 year ago
github-actions 0cdbfdc829 Import translations from android-l10n 1 year ago
Roger Yang e6aefd2a11 Bug 1854739 - Catch crash when migrating pref_key_search_widget_installed 1 year ago
github-actions 4eebd93103 Import translations from android-l10n 1 year ago
DreVla 78cdc095ff Bug 1811976 - Hide Sync FAB in TabsTray when user not signed in
If there is no user signed in, the SYNC FAB should not be displayed
in the sync page of the tabs tray.
1 year ago
Arturo Mejia 0e6eb7ab38 Bug 1854739 - Migrate pref_key_search_widget_installed 1 year ago
Lina Butler 3ba6593f98 Bug 1851268 - Show Firefox Suggest search suggestions in Fenix.
This commit integrates the Firefox Suggest Android component added in
bug 1850296 into Fenix, and adds:

* A Nimbus feature for Firefox Suggest.
* A secret setting to enable the Firefox Suggest feature, only visible
  on the debug channel.
* Search settings for toggling sponsored and non-sponsored suggestions,
  only visible when the Firefox Suggest feature is enabled.

When the feature is enabled, Fenix will ingest new suggestions in
the background, show the new Search settings, and show matching
suggestions in the awesomebar depending on those Search settings.
1 year ago
github-actions 924a831c94 Import translations from android-l10n 1 year ago
Matthew Tighe c636f6ed90 Bug 1854700 - Only open history item if host activity is available 1 year ago
Gabriel Luong c98daeece8 Bug 1848188 - Remove Nimbus flag for Juno Onboarding 1 year ago
AndiAJ 2d22551629 Bug 1854566 - Disable verifyCreditCardRedirectionsToAutofillSectionAfterInterruptionTest UI test 1 year ago
AndiAJ e2f362ccb9 Bug 1854354 - Bookmarks TestRail matching 1 year ago
DreVla 02589af6fe Bug 1853113 - Monitor Search Widget presence based on activation
Previously, the way we registered if the user has installed the
search widget was keeping a count that increments every time
the widget was added and decrements everytime it was removed. The
main problem here was the wrong usage of onEnabled and onDeleted.
This patch aims to move towards a boolean based preference and use
the provided onDisabled method together with onEnabled. The logic
here is as follows: When the first instance of the widget has been
added, onEnabled will be called and the preference set to true and
no matter how many widgets are present on the homescreen, it will
stay true. When the last widget is removed, onDisabled will
be called and the pref will be set to false.
1 year ago
DreVla a81168ad37 Bug 1837526 - Call StartupTimeline in the Compose Top Sites
Because we are migrating Top Sites to Compose, we want to ensure we
are still recording when top sites are loaded, therefore the call
for StartupTimeline is now called after creating the top sites
compose elements. Calling it here will ensure it will be called
even after we replace the home page recycler with a Compose view.
1 year ago
github-actions 5384fe4d17 Import translations from android-l10n 1 year ago
oana.horvath 62914e44ee Bug 1853382 - SettingsAboutTest TestRail matching 1 year ago
mcarare 0093b20d93 Bug 1849833 - Replace deprecated enabled with required.
See https://docs.gradle.org/7.5/dsl/org.gradle.api.reporting.Report.html#org.gradle.api.reporting.Report:enabled
1 year ago
rahulsainani 37a5a02ce4 Bug 1840113 - Display review checker info cards 1 year ago
rahulsainani 611d809d19 Bug 1854065 - Use default prefix for implementations 1 year ago
rahulsainani 72c16d0880 Bug 1847569 - Add reanalysis loading card
Co-authored-by: Noah Bond <nbond@mozilla.com>
1 year ago
iorgamgabriel c61d117002 Bug 1848562 - Autocomplete for bookmarked website should appear when 'search browsing history' is disabled. 1 year ago
github-actions 48630cc67f Import translations from android-l10n 1 year ago
AndiAJ b3922c35b8 Bug 1853626 - Fix flaky verifyRenameTopSite UI test 1 year ago
Jeff Boek 0e5c230448 Bug 1852802 - Prevents search suggestion prompt in private mode when felt privacy is enabled 1 year ago
Arturo Mejia b57b742be5 Bug 1853967 - Capture telemetry for the amount of RAM a device has. 1 year ago
Gabriel Luong 9ce2e6fb39 Bug 1853065 1 year ago
t-p-white f616999729 Bug 1852477 - Change the device's RAM threshold 1 year ago
William Durand 46e6dc3569 Bug 1850783 - Add button to open AMO from the fenix add-on manager 1 year ago
William Durand b3c8e1f3ee Bug 1853177 - Avoid multiple crash dialogs to be created and shown 1 year ago
DreVla 5a683806c9 Bug 1853707 - Send Search Widget telemetry when primary button tapped
Send the add search widget click telemetry when the primary
button has been clicked on the juno onboarding card.
1 year ago
rahulsainani 43a6c7992b Bug 1853299 - Part 3: Update review checker error states 1 year ago
github-actions 5a390424c7 Import translations from android-l10n 1 year ago
Benjamin Forehand Jr b31bfa8ce1 Bug 1853045 - Add nimbus homescreen survey message integration test - Dismiss Survey (#3625) 1 year ago
Jeff Boek be58cba450 Bug 1851676 - Makes `initIfNeeded` public inside `SentryService`. 1 year ago
oana.horvath b0bd47a173 Bug 1851586 - UI tests: replace external apps links with workarounds 1 year ago
Alexandru2909 66afb4e016 Bug 1840333 - Add review quality check No analysis UI 1 year ago
AndiAJ 829b67d098 Bug 1853654 - Advanced settings TestRail matching 1 year ago
Alexandru2909 e74535e69f Bug 1840090 - Update content description string for shopping experience 1 year ago
github-actions afa67b17ce Import translations from android-l10n 1 year ago
Noah Bond a358384b2a Bug 1853413 - Remove references to an old naming of the shopper footer as "byline" 1 year ago
rahulsainani 2316c8a96d Bug 1853299 - Part 2: Update rc non error states for reanalysis 1 year ago
rahulsainani 9b4f4e7d1e Bug 1853299 - Part 1: Prepare rc state for reanalysis 1 year ago
rahulsainani 8eb81afee5 Bug 1850407 - Add nimbus flag for review checker product recommendations 1 year ago
oana.horvath 0e0596121e Bug 1807275 - Verify only the intent sent in emailLinkPWATest 1 year ago
AndiAJ e0e7925bb9 Bug 1851419 - Fix searchHistoryNotRememberedInPrivateBrowsingTest UI test 1 year ago
github-actions 37cc944fd5 Import translations from android-l10n 1 year ago
github-actions cab87ebe12 Import translations from android-l10n 1 year ago
JohanLorenzo 5c64264bef Update Fenix initial_experiments.json based on the current first-run experiments in experimenter 1 year ago
github-actions f0fbda655a Import translations from android-l10n 1 year ago
Noah Bond fba1c97fd2 Bug 1853421 - Fix shopping footer string 1 year ago
Jeff Boek 81dc3e328b Bug 1845232 - Removes whitespace 1 year ago
AndiAJ 53be825881 Bug 1853146 - Privacy settings TestRail matching 1 year ago
rahulsainani 26e69920df Bug 1851711 - Update highlights bottom fade and show more button visibility behaviour 1 year ago
github-actions 82e53fc465 Import translations from android-l10n 1 year ago
Noah Bond d79ace91ce Bug 1852994 - Add review quality check byline 1 year ago
Noah Bond 830a754a60 Bug 1852925 - Update review grade colors 1 year ago
JohanLorenzo 322b3811f3 Update Fenix initial_experiments.json based on the current first-run experiments in experimenter 1 year ago
Arturo Mejia 1751466dbe Bug 1853102 - Crash dialog "Continue with add-ons disabled" option is truncated on some devices. 1 year ago
William Durand ae191b3bd9 Bug 1851974 - Add Oppo to the strict mode exclusion list 1 year ago
DreVla 2807157d2c Bug 1812461 - Migrate TCP CFR Tests to compose
Two new tests have been added to check the TCP cfr
and the review checker cfr has been made sticky as well
1 year ago
DreVla b7db4a7875 Bug 1812461 - Add compose test tags & ignore failing tests
Added needed test tags to compose elements. Ignored
`ContextualHintsTest` which seem to fail due to not finding
the compose elements.
1 year ago
DreVla 611df98d22 Bug 1812461 - Migrate private browsing recommend PopupWindow to CFRPopup
Because previously the `privateBrowsingRecommend` Popup was using
PopupWindow from android widget, it could not be modified to
respect to PopupWindow behaviors. Therefore, we decided to migrate
it to the CFRPopup.
1 year ago
DreVla 4f96cde8c5 Bug 1812461 - Prevent Cookie Banner dismissal by back press 1 year ago
DreVla 9e34847daa Bug 1812461 - Update CFR Popups to be sticky
CFRPopup default properties have been changed so a popup does not
dismiss anymore on a click outside or a back press.
Additionally, popups will reappear if the screen is rotated and
the popup was not dismissed.
1 year ago
DreVla db09db8d2e Bug 1845039 - Create new UI Tests for Compose Top Sites
Since the old UI tests don't work for the new Compose Top Sites
elements, new tests have been created.
1 year ago
Zac McKenney 079347af06 Bug 1852335 - Renamed WebExtensionPopupFeature and ExtensionProcessDisabledPopupFeature to observers 1 year ago