fenix/app
Grisha Kruglov 836ff1151b Closes #22764: Convert History.id to an Int position
We were converting Long timestamps into Ints (and getting negative
numbers back), and treating that as, basically, a position for the
paging API; the paging API would pass us back the obscure negative
number back as an offset, and we'll mishandle it resulting in an
infinite loop.

This patch removes all of the Long -> Int conversions, and introduces an
explicit 'position' that is calculated once we have a full page of
results completed.
2021-12-21 19:54:18 +00:00
..
sampledata For #7092: Add initial Migration UI 2020-01-15 21:41:01 -08:00
src Closes #22764: Convert History.id to an Int position 2021-12-21 19:54:18 +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 #22569: Remove allopen plugin and Mockable annotations 2021-12-15 12:59:57 +00:00
lint-baseline.xml For #22729 - Tag unused strings for removal 2021-12-07 15:38:15 +00:00
lint.xml For #21861 - Ignore the UnusedResources lint check for localized strings 2021-10-12 14:48:47 +00:00
metrics.yaml For #20513: Use UrlMetricType for search engine submission url. 2021-12-21 11:25:00 +00:00
pings.yaml For #20596 remove startup timeline probes 2021-08-22 00:57:10 +00:00
proguard-rules.pro For #20824: use fast service loader for MainDispatcherFactory. 2021-08-18 03:59:44 +00:00