2
0
mirror of https://github.com/fork-maintainers/iceraven-browser synced 2024-11-03 23:15:31 +00:00
Commit Graph

9573 Commits

Author SHA1 Message Date
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.
2022-06-29 18:30:54 +00:00
mcarare
29747b2095 [fenix] For https://github.com/mozilla-mobile/fenix/issues/25658: Update metrics test. 2022-06-29 17:52:51 +00:00
mcarare
6d88fc1391 [fenix] For https://github.com/mozilla-mobile/fenix/issues/25538: Update data review link. 2022-06-29 17:52:51 +00:00
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.
2022-06-29 17:52:51 +00:00
Mugurell
5edcbb7f73 [fenix] For https://github.com/mozilla-mobile/fenix/issues/25538 - Add "metrics" telemetry for if default wallpaper is shown 2022-06-29 17:52:51 +00:00
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.
2022-06-29 17:52:51 +00:00
Arturo Mejia
9b6fd9047d [fenix] For https://github.com/mozilla-mobile/fenix/issues/25213: Add tabs prioritization experiment 2022-06-29 17:11:54 +00:00
Arturo Mejia
e05daef826 [fenix] No issue: Add number_of_app_launches custom attribute to nimbus messages. 2022-06-29 12:13:24 -04:00
mcarare
beee3c5173 [fenix] For https://github.com/mozilla-mobile/fenix/issues/25744: Build with SDK for Android 12 / API 32. 2022-06-29 07:40:25 +00:00
Mozilla L10n Automation Bot
1d0c864b25 [fenix] Import l10n. 2022-06-29 01:30:27 +00:00
Marc Leclair
4fe2ec1188 [fenix] Fixed PR review 2022-06-29 00:54:30 +00:00
Marc Leclair
6294425de6 [fenix] Lint fixes 2022-06-29 00:54:30 +00:00
Marc Leclair
57b2f43a55 [fenix] Added strings and keys to XML 2022-06-29 00:54:30 +00:00
Marc Leclair
6126e10dd5 [fenix] Added start and stop dialog fo navigation xml 2022-06-29 00:54:30 +00:00
Marc Leclair
5e2ee0ae2e [fenix] Added profiler option to SettingsFragment 2022-06-29 00:54:30 +00:00
Marc Leclair
48d2188d8c [fenix] Added ProfilerUtils 2022-06-29 00:54:30 +00:00
Marc Leclair
e6fa624820 [fenix] Added ProfilerReusableComposable 2022-06-29 00:54:30 +00:00
Marc Leclair
3d528fa2dd [fenix] Added ProfilerStopDialogFragment 2022-06-29 00:54:30 +00:00
Michael Comella
bc4f52ed63 [fenix] Added ProfilerStartDialogFragment. 2022-06-29 00:54:30 +00:00
Marc Leclair
27fbf6437c [fenix] For https://github.com/mozilla-mobile/fenix/issues/14854: Added ProfilerViewModel 2022-06-29 00:54:30 +00:00
Gabriel Luong
74fdb5243a [fenix] For https://github.com/mozilla-mobile/fenix/issues/24967 - Enable address autofill for Nightly and Debug 2022-06-28 23:14:16 +00:00
MickeyMoz
f87e97bbc6 [fenix] Update Android Components version to 104.0.20220628153613. 2022-06-28 13:42:00 -04:00
MatthewTighe
374ce89abb [fenix] Fixes https://github.com/mozilla-mobile/fenix/issues/25545: wait to draw Pocket until after first frame 2022-06-28 16:47:51 +00:00
NxOne14
3eb684ab72 [fenix] For https://github.com/mozilla-mobile/fenix/pull/25771: Update Pontoon broken link 2022-06-28 11:23:38 -04:00
Mozilla L10n Automation Bot
7ed6acd30d [fenix] Import l10n. 2022-06-28 01:27:10 +00:00
MickeyMoz
583623a998 [fenix] Update Android Components version to 104.0.20220627211706. 2022-06-27 23:18:17 +00:00
Arturo Mejia
c80ac7102a [fenix] For https://github.com/mozilla-mobile/fenix/issues/21894: Move Tabs Tray to compose: Individual tab viewholders: ListViewHolder. 2022-06-27 21:27:55 +00:00
MickeyMoz
13e002aea3 [fenix] Update Android Components version to 103.0.20220627143156. 2022-06-27 19:32:30 +00:00
Gabriel Luong
608fd7385a [fenix] For https://github.com/mozilla-mobile/fenix/issues/25767 - Remove all unused strings marked moz:removedIn <= 101 2022-06-27 18:09:25 +00:00
Aaron Train
1d8c2885de [fenix] Create --unit-test.md 2022-06-27 17:36:54 +00:00
Gabriel Luong
e6ef030f0a [fenix] Update version.txt to 104.0.0-beta.1 2022-06-27 16:32:07 +00:00
mcarare
0ab70f4511 [fenix] For https://github.com/mozilla-mobile/fenix/issues/24857: Add metrics for addresses autofill. 2022-06-27 10:24:13 +00:00
Mozilla L10n Automation Bot
95e97199fa [fenix] Import l10n. 2022-06-27 00:59:40 +00:00
MickeyMoz
0e28050b01 [fenix] Update Android Components version to 103.0.20220626165233. 2022-06-26 18:55:48 +00:00
Mozilla L10n Automation Bot
a4b9e2d467 [fenix] Import l10n. 2022-06-26 00:39:27 +00:00
MickeyMoz
55c7769ea1 [fenix] Update Android Components version to 103.0.20220625143046. 2022-06-25 16:53:46 +00:00
Mozilla L10n Automation Bot
de639b5a55 [fenix] Import l10n. 2022-06-25 00:43:02 +00:00
Gabriel Luong
32d204199c [fenix] For https://github.com/mozilla-mobile/fenix/issues/25750 - Use Headline7 for the expandable list headers that appear in cards 2022-06-24 18:45:03 +00:00
Gabriel Luong
86f589a826 [fenix] For https://github.com/mozilla-mobile/fenix/issues/25750 - Change Headline8 to 14dp 2022-06-24 18:45:03 +00:00
mcarare
3be18c4522 [fenix] For https://github.com/mozilla-mobile/fenix/issues/25658: Update data review links. 2022-06-24 18:08:55 +00:00
Mugurell
4921a85a24 [fenix] For https://github.com/mozilla-mobile/fenix/issues/25658 - Track the site permissions prompt and user actions
Track when the prompt is shown and when the permissions are allowed/denied.
2022-06-24 18:08:55 +00:00
MickeyMoz
6086459218 [fenix] Update Android Components version to 103.0.20220624143120. 2022-06-24 12:36:14 -04:00
Alexandru2909
b4fc097cd5 [fenix] For https://github.com/mozilla-mobile/fenix/issues/25721 - Remove 'Daylight' from the 'About Firefox' screen 2022-06-24 13:47:42 +00:00
AndiAJ
680bb37f3f [fenix] For https://github.com/mozilla-mobile/fenix/issues/25726 fix failing testStrictVisitSheetDetails UI test 2022-06-24 11:38:18 +00:00
AndiAJ
ec75ca0119 [fenix] For https://github.com/mozilla-mobile/fenix/issues/25726 and https://github.com/mozilla-mobile/fenix/issues/25345 disable failing UI tests 2022-06-24 07:38:02 +00:00
MickeyMoz
6a2050fa1e [fenix] Update Android Components version to 103.0.20220623143028. 2022-06-23 16:50:15 +00:00
Mozilla L10n Automation Bot
dcd74d45b0 [fenix] Import l10n. 2022-06-23 01:00:15 +00:00
Roger Yang
56d367f4fd [fenix] Issue https://github.com/mozilla-mobile/fenix/issues/24740: Use unified search bar in bookmark search 2022-06-22 19:27:42 +00:00
Noah Bond
143d60ebac [fenix] For https://github.com/mozilla-mobile/fenix/issues/25491 - Refactor InactiveTabs interactors and controllers 2022-06-22 18:37:06 +00:00
MickeyMoz
6441a00114 [fenix] Update Android Components version to 103.0.20220622143041. 2022-06-22 12:46:03 -04:00