2
0
mirror of https://github.com/fork-maintainers/iceraven-browser synced 2024-11-11 13:11:01 +00:00
Commit Graph

12149 Commits

Author SHA1 Message Date
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.
2023-09-23 03:08:17 +00:00
github-actions
924a831c94 Import translations from android-l10n 2023-09-23 00:33:49 +00:00
Matthew Tighe
c636f6ed90 Bug 1854700 - Only open history item if host activity is available 2023-09-22 23:08:38 +00:00
Gabriel Luong
c98daeece8 Bug 1848188 - Remove Nimbus flag for Juno Onboarding 2023-09-22 14:07:38 +00:00
AndiAJ
c244185103 Bug 1854570 - Restore Pixel 3 for legacy and robo UI tests 2023-09-22 10:38:46 +00:00
AndiAJ
2d22551629 Bug 1854566 - Disable verifyCreditCardRedirectionsToAutofillSectionAfterInterruptionTest UI test 2023-09-22 10:07:09 +00:00
AndiAJ
e2f362ccb9 Bug 1854354 - Bookmarks TestRail matching 2023-09-22 10:07:09 +00:00
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.
2023-09-22 09:33:16 +00:00
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.
2023-09-22 07:44:47 +00:00
github-actions
5384fe4d17 Import translations from android-l10n 2023-09-22 00:40:22 +00:00
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).
2023-09-21 23:18:48 +00:00
Aaron Train
31573e46fd Bug 1854429 - Temporarily remove Pixel3 for low capacity 2023-09-21 17:22:20 +00:00
oana.horvath
62914e44ee Bug 1853382 - SettingsAboutTest TestRail matching 2023-09-21 15:46:53 +00:00
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
2023-09-21 13:28:28 +00:00
rahulsainani
37a5a02ce4 Bug 1840113 - Display review checker info cards 2023-09-21 10:14:09 +00:00
rahulsainani
611d809d19 Bug 1854065 - Use default prefix for implementations 2023-09-21 09:20:43 +00:00
rahulsainani
72c16d0880 Bug 1847569 - Add reanalysis loading card
Co-authored-by: Noah Bond <nbond@mozilla.com>
2023-09-21 08:39:02 +00:00
iorgamgabriel
c61d117002 Bug 1848562 - Autocomplete for bookmarked website should appear when 'search browsing history' is disabled. 2023-09-21 06:45:30 +00:00
github-actions
48630cc67f Import translations from android-l10n 2023-09-21 01:20:45 +00:00
AndiAJ
b3922c35b8 Bug 1853626 - Fix flaky verifyRenameTopSite UI test 2023-09-20 23:04:41 +00:00
Jeff Boek
0e5c230448 Bug 1852802 - Prevents search suggestion prompt in private mode when felt privacy is enabled 2023-09-20 22:25:43 +00:00
Arturo Mejia
b57b742be5 Bug 1853967 - Capture telemetry for the amount of RAM a device has. 2023-09-20 18:49:05 +00:00
Gabriel Luong
9ce2e6fb39 Bug 1853065 2023-09-20 17:33:34 +00:00
t-p-white
f616999729 Bug 1852477 - Change the device's RAM threshold 2023-09-20 16:40:24 +00:00
William Durand
46e6dc3569 Bug 1850783 - Add button to open AMO from the fenix add-on manager 2023-09-20 15:58:52 +00:00
William Durand
b3c8e1f3ee Bug 1853177 - Avoid multiple crash dialogs to be created and shown 2023-09-20 12:19:27 +00:00
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.
2023-09-20 11:11:11 +00:00
rahulsainani
43a6c7992b Bug 1853299 - Part 3: Update review checker error states 2023-09-20 08:30:11 +00:00
github-actions
5a390424c7 Import translations from android-l10n 2023-09-20 00:31:31 +00:00
Benjamin Forehand Jr
b31bfa8ce1 Bug 1853045 - Add nimbus homescreen survey message integration test - Dismiss Survey (#3625) 2023-09-19 20:32:45 +00:00
Jeff Boek
be58cba450 Bug 1851676 - Makes initIfNeeded public inside SentryService. 2023-09-19 19:06:04 +00:00
oana.horvath
b0bd47a173 Bug 1851586 - UI tests: replace external apps links with workarounds 2023-09-19 15:21:05 +00:00
Alexandru2909
66afb4e016 Bug 1840333 - Add review quality check No analysis UI 2023-09-19 14:01:21 +00:00
AndiAJ
829b67d098 Bug 1853654 - Advanced settings TestRail matching 2023-09-19 10:07:53 +00:00
Alexandru2909
e74535e69f Bug 1840090 - Update content description string for shopping experience 2023-09-19 08:58:01 +00:00
github-actions
afa67b17ce Import translations from android-l10n 2023-09-19 00:27:21 +00:00
Noah Bond
a358384b2a Bug 1853413 - Remove references to an old naming of the shopper footer as "byline" 2023-09-18 16:45:42 +00:00
rahulsainani
2316c8a96d Bug 1853299 - Part 2: Update rc non error states for reanalysis 2023-09-18 09:59:34 +00:00
rahulsainani
9b4f4e7d1e Bug 1853299 - Part 1: Prepare rc state for reanalysis 2023-09-18 09:59:34 +00:00
rahulsainani
8eb81afee5 Bug 1850407 - Add nimbus flag for review checker product recommendations 2023-09-18 08:41:20 +00:00
oana.horvath
0e0596121e Bug 1807275 - Verify only the intent sent in emailLinkPWATest 2023-09-18 07:58:18 +00:00
AndiAJ
e0e7925bb9 Bug 1851419 - Fix searchHistoryNotRememberedInPrivateBrowsingTest UI test 2023-09-18 07:21:07 +00:00
github-actions
37cc944fd5 Import translations from android-l10n 2023-09-18 00:39:33 +00:00
github-actions
cab87ebe12 Import translations from android-l10n 2023-09-17 01:48:25 +00:00
JohanLorenzo
5c64264bef Update Fenix initial_experiments.json based on the current first-run experiments in experimenter 2023-09-16 12:59:24 +00:00
github-actions
f0fbda655a Import translations from android-l10n 2023-09-16 00:29:30 +00:00
Noah Bond
fba1c97fd2 Bug 1853421 - Fix shopping footer string 2023-09-15 17:58:45 +00:00
Jeff Boek
81dc3e328b Bug 1845232 - Removes whitespace 2023-09-15 17:05:27 +00:00
AndiAJ
53be825881 Bug 1853146 - Privacy settings TestRail matching 2023-09-15 13:07:14 +00:00
rahulsainani
26e69920df Bug 1851711 - Update highlights bottom fade and show more button visibility behaviour 2023-09-15 10:13:31 +00:00