fenix/app
Mugurell feae3344de For #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
..
src For #25401 - Improve how sponsored stories impressions are reported 2022-06-29 18:30:54 +00:00
.gitignore Initializes Android project 2018-12-07 15:25:38 -05:00
benchmark.gradle For #21700: linting fixes 2021-10-14 21:03:05 +00:00
build.gradle For #21894: Move Tabs Tray to compose: Individual tab viewholders: ListViewHolder. 2022-06-27 21:27:55 +00:00
lint-baseline.xml Issue #22489: Remove "Fennec to Fenix" migration code 2022-03-28 06:16:55 +00:00
lint.xml For #23017 - Ignore ExtraTranslation in our lint-baseline 2022-01-04 01:28:30 +00:00
metrics.yaml For #25538: Update data review link. 2022-06-29 17:52:51 +00:00
pings.yaml For #23893 - Add telemetry for Contile services 2022-03-03 20:56:44 +00:00
proguard-rules.pro For #20824: use fast service loader for MainDispatcherFactory. 2021-08-18 03:59:44 +00:00
tags.yaml For #25538 - Add the "Wallpapers" tag to the new telemetry 2022-06-29 17:52:51 +00:00