Commit Graph

9141 Commits (6260f3fc24aabc6e9537b06d067f30f96e036599)
 

Author SHA1 Message Date
mcarare 6260f3fc24 [fenix] For https://github.com/mozilla-mobile/fenix/issues/25846: Save the City field in addresses. 2 years ago
Alexandru2909 ae62eb26cb [fenix] For https://github.com/mozilla-mobile/fenix/issues/24528 - Remove isPrivate conditional in getTheme in favor of inComposePreview 2 years ago
MickeyMoz 06a5205cbb [fenix] Update Android Components version to 104.0.20220703143120. 2 years ago
MickeyMoz 7ade9b82f7 [fenix] Update Android Components version to 104.0.20220702143150. 2 years ago
AndiAJ 98814e83d4 [fenix] For https://github.com/mozilla-mobile/fenix/issues/25551 fix disabled openLinkInAppTest 2 years ago
Daniel Thorn 4cfdea4a62 [fenix] Submit commits to Glean probe-scraper
to validate and publish metrics, per https://mozilla.github.io/glean/book/user/adding-glean-to-your-project/enable-data-ingestion.html#validate-and-publish-metrics

> After your product has been enabled, you must submit commits to probe scraper to validate and publish metrics. Metrics will only be published from branches defined in probe scraper's repositories.yaml, or the Git default branch if not explicitly configured. This should happen on every CI run to the specified branches. Nightly jobs will then automatically add published metrics to the Glean Dictionary and other data platform tools.
2 years ago
MickeyMoz 653a801dfa [fenix] Update Android Components version to 104.0.20220630143048. 2 years ago
Roger Yang f00965969a [fenix] Issue https://github.com/mozilla-mobile/fenix/issues/25805: Always anchored unified search menu to the toolbar icon 2 years ago
AndiAJ e18e3c9929 [fenix] For https://github.com/mozilla-mobile/fenix/issues/23237 minor refactoring work for privateTabsTrayWithOpenedTabTest UI test 2 years ago
mcarare a412cc1047 [fenix] For https://github.com/mozilla-mobile/fenix/issues/25806: Upgrade Robolectric to 4.8.1 2 years ago
Aaron Train 524034f141 [fenix] For https://github.com/mozilla-mobile/fenix/issues/25061: Update debug maxSdkVersion for screenshots
For https://github.com/mozilla-mobile/fenix/issues/25061 - update debug maxSdkVersion to 30, and override instead of merge on main manifest
2 years ago
MickeyMoz 5e2dfd1b7f [fenix] Update Android Components version to 104.0.20220629190109. 2 years ago
mcarare 751f097c0a [fenix] For https://github.com/mozilla-mobile/fenix/issues/25815: Fix interactor calls for address management. 2 years ago
MickeyMoz 315a1e0116 [fenix] Update Android Components version to 104.0.20220629143121. 2 years ago
Alexandru2909 9e08ecfb89 [fenix] For https://github.com/mozilla-mobile/fenix/issues/25764 - Prevent sponsored shortcut URLs from appearing as `frecent` shortcuts 2 years ago
mcarare 1e62fa558b [fenix] For https://github.com/mozilla-mobile/fenix/issues/25401: Update data review link. 2 years ago
Mugurell a1dc04f22b [fenix] For https://github.com/mozilla-mobile/fenix/issues/25401 - Add the PocketIntegration Glean annotation tag to all Pocket telemetry 2 years ago
Mugurell 0c972d3ae9 [fenix] For https://github.com/mozilla-mobile/fenix/issues/25401 - Record Pocket sponsored stories telemetry 2 years ago
Mugurell 82003c9071 [fenix] For https://github.com/mozilla-mobile/fenix/issues/25401 - Improve how sponsored stories impressions are reported
While testing I observed that the Rect returned from `boundsInWindow()`
- will have the full height and width of the composable even if scrolled
offscreen vertically
- will only have the height and width of what part of the composable is shown
pn the screen.
Possibly because of the interactions of a vertically scrollable RecyclerView
and the LazyRow the composable is shown in.

To account for this the method calculating how much of the composable is shown
on screen will also now receive the real composable size as an argument.
2 years ago
mcarare 29747b2095 [fenix] For https://github.com/mozilla-mobile/fenix/issues/25658: Update metrics test. 2 years ago
mcarare 6d88fc1391 [fenix] For https://github.com/mozilla-mobile/fenix/issues/25538: Update data review link. 2 years ago
Mugurell 961e6ad5d8 [fenix] For https://github.com/mozilla-mobile/fenix/issues/25538 - Add the "Wallpapers" tag to the new telemetry
By using a feature tag we can avoid having to define new tags in the Glean
annotations repository.

The list of available tags needed to be regenerated to be able to reference the
new "Wallpapers" tag.
Because the tags regeneration also brought a change in tags from "TopSites" to
"Shortcuts" all previous telemetry using "TopSites" had to be migrated to use
the new "Shortcuts" tag.
2 years ago
Mugurell 5edcbb7f73 [fenix] For https://github.com/mozilla-mobile/fenix/issues/25538 - Add "metrics" telemetry for if default wallpaper is shown 2 years ago
Mugurell 8c48cca825 [fenix] For https://github.com/mozilla-mobile/fenix/issues/25538 - Add a simple way to check if the default wallpaper is to be shown
A previous check for whether the persisted name of the current wallpaper is
empty made checking whether the default wallpaper is to be shown brittle.
Instead of duplicating such a check in multiple places it is now extracted in
one method that can be used in multiple places including the new telemetry.
2 years ago
Arturo Mejia 9b6fd9047d [fenix] For https://github.com/mozilla-mobile/fenix/issues/25213: Add tabs prioritization experiment 2 years ago
Arturo Mejia e05daef826 [fenix] No issue: Add number_of_app_launches custom attribute to nimbus messages. 2 years ago
mcarare beee3c5173 [fenix] For https://github.com/mozilla-mobile/fenix/issues/25744: Build with SDK for Android 12 / API 32. 2 years ago
Mozilla L10n Automation Bot 1d0c864b25 [fenix] Import l10n. 2 years ago
Marc Leclair 4fe2ec1188 [fenix] Fixed PR review 2 years ago
Marc Leclair 6294425de6 [fenix] Lint fixes 2 years ago
Marc Leclair 57b2f43a55 [fenix] Added strings and keys to XML 2 years ago
Marc Leclair 6126e10dd5 [fenix] Added start and stop dialog fo navigation xml 2 years ago
Marc Leclair 5e2ee0ae2e [fenix] Added profiler option to SettingsFragment 2 years ago
Marc Leclair 48d2188d8c [fenix] Added ProfilerUtils 2 years ago
Marc Leclair e6fa624820 [fenix] Added ProfilerReusableComposable 2 years ago
Marc Leclair 3d528fa2dd [fenix] Added ProfilerStopDialogFragment 2 years ago
Michael Comella bc4f52ed63 [fenix] Added ProfilerStartDialogFragment. 2 years ago
Marc Leclair 27fbf6437c [fenix] For https://github.com/mozilla-mobile/fenix/issues/14854: Added ProfilerViewModel 2 years ago
Gabriel Luong 74fdb5243a [fenix] For https://github.com/mozilla-mobile/fenix/issues/24967 - Enable address autofill for Nightly and Debug 2 years ago
MickeyMoz f87e97bbc6 [fenix] Update Android Components version to 104.0.20220628153613. 2 years ago
MatthewTighe 374ce89abb [fenix] Fixes https://github.com/mozilla-mobile/fenix/issues/25545: wait to draw Pocket until after first frame 2 years ago
NxOne14 3eb684ab72 [fenix] For https://github.com/mozilla-mobile/fenix/pull/25771: Update Pontoon broken link 2 years ago
Mozilla L10n Automation Bot 7ed6acd30d [fenix] Import l10n. 2 years ago
MickeyMoz 583623a998 [fenix] Update Android Components version to 104.0.20220627211706. 2 years ago
Arturo Mejia c80ac7102a [fenix] For https://github.com/mozilla-mobile/fenix/issues/21894: Move Tabs Tray to compose: Individual tab viewholders: ListViewHolder. 2 years ago
MickeyMoz 13e002aea3 [fenix] Update Android Components version to 103.0.20220627143156. 2 years ago
Gabriel Luong 608fd7385a [fenix] For https://github.com/mozilla-mobile/fenix/issues/25767 - Remove all unused strings marked moz:removedIn <= 101 2 years ago
Aaron Train 1d8c2885de [fenix] Create --unit-test.md 2 years ago
Gabriel Luong e6ef030f0a [fenix] Update version.txt to 104.0.0-beta.1 2 years ago
mcarare 0ab70f4511 [fenix] For https://github.com/mozilla-mobile/fenix/issues/24857: Add metrics for addresses autofill. 2 years ago