Commit Graph

12165 Commits (b5adb3d54c37775f7071f1dc0bd7019da6e9237c)
 

Author SHA1 Message Date
Noah Bond b5adb3d54c Bug 1840335 - Add product recommendation UI 11 months ago
DreVla 51033cb791 Bug 1854501 - Add telemetry to count Fakespot exposures
Added a new probe `product_page_visits` which counts the number of
visits to a supported retailer product page.
11 months ago
rahulsainani 80b698e5e4 Bug 1857215 - Part 1:Integrate review checker recommendations 11 months ago
AndiAJ 37ba9c7c6c Bug 1860514 - Account settings & Sync TestRail matching 11 months ago
Lina Butler 6111632cdf Bug 1858542 - Send Glean pings for Firefox Suggest impressions from Fenix.
This commit adds the following measurements:

* A new value for the `fx_suggest.ping_type` metric,
  `fxsuggest-impression`.
* An `fx_suggest.position` metric to capture the position of the
  Firefox Suggest search suggestion in the awesomebar, for impressions
  and clicks.
* An `fx_suggest.is_clicked` metric, to capture whether an
  `fxsuggest-impression` ping is for a clicked suggestion.

This commit also:

* Mounts `FxSuggestFactsMiddleware` to collect facts for impressions
  and clicks.
* Dispatches `AwesomeBarAction`s from the `SearchDialogController` in
  response to user interactions with the awesomebar and toolbar.
11 months ago
Lina Butler 4403e66dc1 Bug 1858542 - Introduce `FxSuggestFactsMiddleware`.
This commit builds on bug 1857092 to record impressions for sponsored
Firefox Suggest search suggestions, and moves the logic for recording
clicks to the same middleware.

An impression means, "did the user see a suggestion when they finished
engaging with the awesomebar?" A "finished engagement" means the user
navigated to a URL, a search results page, or a shown suggestion.

We don't record impressions for:

* Suggestions that the user sees as they're typing.
* Abandoned engagements, when the user dismisses the awesomebar without
  navigating to a destination.

If the user taps on a Firefox Suggest suggestion, we record an
impression _and_ a click for that suggestion. If they tap on any other
suggestion, or navigate to a URL or search results page, we record an
impression only.

The new `FxSuggestFactsMiddleware` in this commit observes the
`EngagementFinished` action added in the last commit, and emits facts
for impressions and clicks.
11 months ago
iorgamgabriel 6894cee460 Bug 1856957 - Translations UI Download Cycle Spinner. 11 months ago
github-actions e8eb5de884 Import translations from android-l10n 11 months ago
Benjamin Forehand Jr 3bb1243f3c Bug 1860632 - Add unenrollment telemetry verification tests to integration test suite 11 months ago
Zac McKenney a62d1e1639 Bug 1860186 - Dont split languages in AAB 11 months ago
sarah541 3999bde771 Bug 1860605 - Start the 121 development cycle 11 months ago
Benjamin Forehand Jr e91b569845 Bug 1859881 - Add enrollment telemetry verification tests to integration test suite (#4144) 11 months ago
AndiAJ 12cb4a9096 Bug 1859528 - Reader mode TestRail matching 11 months ago
AndiAJ c7d225138d Bug 1860274 - Modify SwitchWithLabel behaviour 11 months ago
oana.horvath 5989874de8 Bug 1860243 - NoNetworkAccessStartupTests TestRail matching 11 months ago
AndiAJ c5eaad182a Bug 1860262 - PWA TestRail matching 11 months ago
AndiAJ c1d6c0ce12 Bug 1860251 - Crash reporting TestRail matching 11 months ago
rahulsainani 0c1039e14b Bug 1859593 - Use ProductAnalysis and ProductRecommendation as data classes 11 months ago
github-actions e66ef87316 Import translations from android-l10n 11 months ago
github-actions ac13735519 Import translations from android-l10n 11 months ago
github-actions 02397ce089 Import translations from android-l10n 11 months ago
AndiAJ 8fc7f35542 Bug 1860052 - Custom tabs TestRail matching 11 months ago
AndiAJ cc236b05c3 Bug 1859775 - Permissions prompts & doorhangers TestRail matching 11 months ago
github-actions 000215e229 Import translations from android-l10n 11 months ago
Jeff Boek dcc7416b02 Bug 1859903 - Adds telemetry for the new quick erase action 11 months ago
Gabriel Luong 9629395dd7 Bug 1859488 - Update the private browsing button to use the correct icon 11 months ago
Harrison Oglesby 182c3ce3e0 Bug 1858895 - Fix horizontal padding for FeltPrivacyInfoCard 12 months ago
AndiAJ 2d55fe6f6b Bug 1859564 - Context menus TestRail matching 12 months ago
Arturo Mejia 7a8ea95ed6 Bug 1858793 - Update cookie banner handling nimbus feature flag to support private mode. 12 months ago
Gabriel Luong 90f027f678 Bug 1859839 - Fix string removal of preferences_manage_search_shortcuts 12 months ago
AndiAJ 428b4481be Bug 1859318 - Text selection TestRail matching 12 months ago
AndiAJ e71928fe98 Bug 1859257 - Add to homescreen and error pages TestRail matching 12 months ago
Tif Tran ef230fd9ef Bug 1859839 - Update 'manage search shortcuts' string in Search settings 12 months ago
Jeff Boek da59e5d65b Bug 1859338 - Fixes ability to use talkback on LinkText 12 months ago
github-actions e4d2fa88aa Import translations from android-l10n 12 months ago
Harrison Oglesby 781ed03615 Bug 1858879 - Changed link text in FeltPrivacyInfoCard to default text color 12 months ago
Harrison Oglesby 7348338489 Bug 1858872 - Switch "windows" with "tabs" in private mode description 12 months ago
Jeff Boek d2989f1270 Bug 1859488 - Updates mask in private_browsing_button.xml 12 months ago
Jeff Boek ac01a5f988 Bug 1858997 - Ensures we remove the Popup when destroying the fragment 12 months ago
Gabriel Luong aba4d5510e Bug 1849073 - Part 5: Remove the Add Search Engine fragment 12 months ago
Ryan VanderMeulen 0860b29b6b Bug 1853077 - Update Adjust to version 4.35.1 12 months ago
Tif Tran 65fb4d5df5 Bug 1857092 - Add metrics for clicks on Firefox Suggestions in Fenix 12 months ago
Jeff Boek 487cfd085a Bug 1858974 - Adds Private browsing mode icon while browsing 12 months ago
DreVla 7f8ca21fe8 Bug 1849226: Record bookmark telemetry when Unified Search result tap
Searching through bookmarks using unified search, when a suggestion
is tapped, the bookmarks_management.search_result_tapped event is
sent.
12 months ago
rahulsainani 0ad4626c65 Bug 1856959 - Fix review checker unsupported product error case 12 months ago
Zac McKenney 89d1998f95 Bug 1857487 - Kill the app when backgrounded and extensions process spawning threshold is exceeded 12 months ago
dependabot[bot] 15e1a4182c Bump urllib3
Bumps [urllib3](https://github.com/urllib3/urllib3) from 2.0.6 to 2.0.7.
- [Release notes](https://github.com/urllib3/urllib3/releases)
- [Changelog](https://github.com/urllib3/urllib3/blob/main/CHANGES.rst)
- [Commits](https://github.com/urllib3/urllib3/compare/2.0.6...2.0.7)

---
updated-dependencies:
- dependency-name: urllib3
  dependency-type: indirect
...

Signed-off-by: dependabot[bot] <support@github.com>
12 months ago
dependabot[bot] 39a2572af6 Bump urllib3
Bumps [urllib3](https://github.com/urllib3/urllib3) from 2.0.6 to 2.0.7.
- [Release notes](https://github.com/urllib3/urllib3/releases)
- [Changelog](https://github.com/urllib3/urllib3/blob/main/CHANGES.rst)
- [Commits](https://github.com/urllib3/urllib3/compare/2.0.6...2.0.7)

---
updated-dependencies:
- dependency-name: urllib3
  dependency-type: indirect
...

Signed-off-by: dependabot[bot] <support@github.com>
12 months ago
github-actions 2325efef15 Import translations from android-l10n 12 months ago
William Durand baa6d77b15 Bug 1858925 - Add a link to AMO in the detail view 12 months ago