Commit Graph

12274 Commits (1a48fa37719b247bcd88c0e4bae2e19b7997ce35)
 

Author SHA1 Message Date
github-actions a8c707d077 Import translations from android-l10n 9 months ago
Noah Bond b475e6a56c Bug 1854712 - Update `information_fill` icon 9 months ago
Arturo Mejia 9740f5ed0a Bug 1844557 - Disable the switch control when the add-on is blockedlisted. 9 months ago
Benjamin Forehand Jr 6e813a62c7 Bug 1854173 - Add nimbus messaging integration test - Landscape UI (#3726) 9 months 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
9 months ago
github-actions 354be91be7 Import translations from android-l10n 9 months ago
Noah Bond 3614288a69 Bug 1852928 - Update review quality check bottom sheet header 9 months ago
Matthew Tighe 1020af9827 Bug 1854709 - Add Store actions for remaining History interactor calls 9 months ago
sarah541 c403789ab4 Bug 1855029 - Start the 120 development cycle 9 months ago
Roger Yang 6f38969160 Revert "Bug 1843610 - Add telemetry for deferred deep link test"
This reverts commit 186a4b76e5be73466397c0c2fcaca4eaaa2a88da.
9 months ago
Alexandru2909 bc4eb86069 Bug 1840103 - Part 2: Update contextual onboarding card for Review quality check feature 9 months ago
Alexandru2909 ab2d1ee15b Bug 1840103 - Part 1: Add support for multiple links in LinkText 9 months ago
William Durand 2105050c26 Bug 1854123 - Show the "find more add-ons" button unconditionally in Fenix 9 months ago
William Durand 4a31ce1b52 Bug 1847172 - Unconditionally enable the `mozAddonManager` web API on Fenix 9 months ago
William Durand 77373f0241 Bug 1854935 - Enable extensions process by default on Nightly and debug builds 9 months ago
Titouan Thibaud e3a20a9c88 Bug 1847784: Provide a Theme to FedCM Provider Dialogs 9 months ago
AndiAJ deded12fad Bug 1854606 - History TestRail matching 9 months ago
oana.horvath cb0bb9f0dd Bug 1853639 - Downloads TestRail matching 9 months ago
rahulsainani eb106f2a0f Bug 1853311 - Add review checker reanalysis logic 9 months ago
rahulsainani 18ef60af4e Bug 1854631 - Refactor review checker info card 9 months ago
github-actions 0cdbfdc829 Import translations from android-l10n 9 months ago
Roger Yang e6aefd2a11 Bug 1854739 - Catch crash when migrating pref_key_search_widget_installed 9 months ago
github-actions 4eebd93103 Import translations from android-l10n 9 months 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.
9 months ago
Arturo Mejia 0e6eb7ab38 Bug 1854739 - Migrate pref_key_search_widget_installed 9 months 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.
9 months ago
github-actions 924a831c94 Import translations from android-l10n 9 months ago
Matthew Tighe c636f6ed90 Bug 1854700 - Only open history item if host activity is available 9 months ago
Gabriel Luong c98daeece8 Bug 1848188 - Remove Nimbus flag for Juno Onboarding 9 months ago
AndiAJ c244185103 Bug 1854570 - Restore Pixel 3 for legacy and robo UI tests 9 months ago
AndiAJ 2d22551629 Bug 1854566 - Disable verifyCreditCardRedirectionsToAutofillSectionAfterInterruptionTest UI test 9 months ago
AndiAJ e2f362ccb9 Bug 1854354 - Bookmarks TestRail matching 9 months 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.
9 months 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.
9 months ago
github-actions 5384fe4d17 Import translations from android-l10n 9 months ago
Chris Peterson cc35c2f3ed Bug 1848842 - Increase APK regression alert's threshold to 1 MB
We added a regression alert for APK size regressions greater than 100 KB (in bug 1838717). This 100 KB threshold is too sensitive, so instead of disabling it entirely, I'd like to increase the threshold to 1 MB, so we will at least catch big surprises like -O2 bug 1838709 (+3 MB) and ICUX bug 1848025 (+2 MB).
9 months ago
Aaron Train 31573e46fd Bug 1854429 - Temporarily remove Pixel3 for low capacity 10 months ago
oana.horvath 62914e44ee Bug 1853382 - SettingsAboutTest TestRail matching 10 months 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
10 months ago
rahulsainani 37a5a02ce4 Bug 1840113 - Display review checker info cards 10 months ago
rahulsainani 611d809d19 Bug 1854065 - Use default prefix for implementations 10 months ago
rahulsainani 72c16d0880 Bug 1847569 - Add reanalysis loading card
Co-authored-by: Noah Bond <nbond@mozilla.com>
10 months ago
iorgamgabriel c61d117002 Bug 1848562 - Autocomplete for bookmarked website should appear when 'search browsing history' is disabled. 10 months ago
github-actions 48630cc67f Import translations from android-l10n 10 months ago
AndiAJ b3922c35b8 Bug 1853626 - Fix flaky verifyRenameTopSite UI test 10 months ago
Jeff Boek 0e5c230448 Bug 1852802 - Prevents search suggestion prompt in private mode when felt privacy is enabled 10 months ago
Arturo Mejia b57b742be5 Bug 1853967 - Capture telemetry for the amount of RAM a device has. 10 months ago
Gabriel Luong 9ce2e6fb39 Bug 1853065 10 months ago
t-p-white f616999729 Bug 1852477 - Change the device's RAM threshold 10 months ago
William Durand 46e6dc3569 Bug 1850783 - Add button to open AMO from the fenix add-on manager 10 months ago