Gabriel Luong
9e9309dd2e
[fenix] For https://github.com/mozilla-mobile/fenix/issues/23761 - Add Text On Color Secondary design token
2022-02-15 22:26:38 +00:00
Gabriel Luong
5e009d3d1a
[fenix] For https://github.com/mozilla-mobile/fenix/issues/23761 - Rename Text On Color to Text On Color Primary
2022-02-15 22:26:38 +00:00
Roger Yang
2b7ceef777
[fenix] Close https://github.com/mozilla-mobile/fenix/issues/23657 : Add voice search for history search
2022-02-15 20:43:01 +00:00
Roger Yang
ac81ce5b8f
[fenix] Close https://github.com/mozilla-mobile/fenix/issues/23694 : Add telemetry for history search
2022-02-15 20:08:54 +00:00
MickeyMoz
566bca6223
[fenix] Update Android Components version to 99.0.20220215152923.
2022-02-15 14:04:09 -05:00
Gabriel Luong
4b1a3bbe12
[fenix] For https://github.com/mozilla-mobile/fenix/issues/23321 - Replace @color/toolbar_divider_color_normal_theme with @color/fx_mobile_border_color_primary
2022-02-15 18:26:25 +00:00
Matt Tighe
6a2924b039
[fenix] closes https://github.com/mozilla-mobile/fenix/issues/23727 : Add a fenix.git tag of the current hash to Sentry reports
2022-02-15 17:46:37 +00:00
Gabriel Luong
4a63f98b62
[fenix] For https://github.com/mozilla-mobile/fenix/issues/23341 - Replace @color/disabled_normal_theme with @color/fx_mobile_text_color_disabled
2022-02-15 17:15:04 +00:00
Gabriel Luong
6b8569b3cb
[fenix] For https://github.com/mozilla-mobile/fenix/issues/23731 - Use the disk cache for the Contile top sites
2022-02-15 16:05:32 +00:00
Mugurell
2c70f80838
[fenix] For https://github.com/mozilla-mobile/fenix/issues/22722 - Rename fragment_crash_reporter to view_crash_reporter
...
Rename in a separate patch for git to not merge this to previous changes and in
such think that the the old file was deleted and a new one was created.
2022-02-15 08:46:41 +00:00
Mugurell
dc56238b4c
[fenix] For https://github.com/mozilla-mobile/fenix/issues/22722 - Rename CrashReporterFragment to CrashContentView
...
Rename in a separate patch for git to not merge this to previous changes and in
such think that the the old file was deleted and a new one was created.
2022-02-15 08:46:41 +00:00
Mugurell
bb85952d10
[fenix] For https://github.com/mozilla-mobile/fenix/issues/22722 - Reacting to the crashed flag
...
Whenever the ".crashed" property of the currently displayed
TabSessionState -> EngineState is true we will show an in-app crash reporter
with the usual close tab / restore tab options and also the option to report
all current non-fatal crashes to Mozilla if the setting for sending the crash
reports is enabled in app settings.
This closely mimics the previous crash reporter UI but there might be some
subtle differences stemming from migrating to using a ComposeView.
Whenever the ".crashed" property of the currently displayed
TabSessionState -> EngineState is false we will set the in-app crash reporter
to have a View.GONE visibility effectively removing it from the layout.
The functionality for receiving the non-fatal crashes from the AC CrashReporter
through an Intent is still kept and these crashes will be persisted in memory
until the user closes / restores a tab and so also makes a decision about
sending or not these crashes.
Currently more tabs can crash following just one since more share the same
process and as such there is no way to differentiate between them or link a
certain Crash to a certain tab.
They will all be acted upon at once from any tab the user chooses to close or
restore.
2022-02-15 08:46:41 +00:00
Mozilla L10n Automation Bot
80f59b6543
[fenix] Import l10n.
2022-02-15 02:52:41 +00:00
Grigory Kruglov
4bff0470d7
[fenix] Bump A-C version to 99.0.20220214225657
2022-02-15 01:45:35 +00:00
Grigory Kruglov
bd54134349
[fenix] Convert recently closed tabs code to use light-weight TabState
...
To lighten-up our memory usage and startup performance, all of the RecentlyClosed
machinery was converted to use a light-weight TabState - specifically, it's missing
EngineSessionState, which is expensive to obtain during startup, and potentially
very costly to keep in-memory.
When we actually need EngineSessionState (at the point of restoration of a tab), we
read and rehydrate it using provided storage implementation.
2022-02-15 01:45:35 +00:00
Noah Bond
25817127da
[fenix] For https://github.com/mozilla-mobile/fenix/issues/21900 - Delete files from Synced Tabs XML implementation
2022-02-15 00:01:57 +00:00
Noah Bond
71f539bf4e
[fenix] For https://github.com/mozilla-mobile/fenix/issues/21900 - Delete files from Synced Tabs XML implementation
2022-02-15 00:01:57 +00:00
Gabriel Luong
fbf1799ffa
[fenix] For https://github.com/mozilla-mobile/fenix/issues/23713 - Replace @color/secondary_text_normal_theme with @color/fx_mobile_text_color_secondary
2022-02-14 21:15:40 +00:00
MickeyMoz
22705e26b8
[fenix] Update Android Components version to 99.0.20220214170500.
2022-02-14 20:21:46 +00:00
Matt Tighe
e83a0167a2
[fenix] closes https://github.com/mozilla-mobile/fenix/issues/23662 : replace wallpaper thumbnail lazyverticalgrid with manual scroll layout
2022-02-14 19:14:28 +00:00
Gabriel Luong
a08875d995
[fenix] For https://github.com/mozilla-mobile/fenix/issues/23711 - Replace @color/primary_text_normal_theme with @color/fx_mobile_text_color_primary
2022-02-14 18:42:11 +00:00
Mozilla L10n Automation Bot
d905636004
[fenix] Import l10n.
2022-02-14 17:01:36 +00:00
AndiAJ
c874f11dc7
[fenix] Save logins and external links in custom tabs UI test
2022-02-14 16:12:36 +00:00
Rohan Maity
bee88db440
[fenix] For https://github.com/mozilla-mobile/fenix/issues/20634 remove some lint issues from baseline
2022-02-14 11:52:37 +00:00
Oana Horvath
318acb161e
[fenix] For https://github.com/mozilla-mobile/fenix/issues/21002 : Adds UI test for Addons in private mode
2022-02-14 11:17:09 +00:00
MickeyMoz
5a0ba0f3d9
[fenix] Update Android Components version to 99.0.20220212143326.
2022-02-12 16:52:31 +00:00
Mozilla L10n Automation Bot
f032ccb91a
[fenix] Import l10n.
2022-02-12 00:48:47 +00:00
Matt Tighe
26afa8cc42
[fenix] fixes https://github.com/mozilla-mobile/fenix/issues/23644 : reload wallpapers on orientation change
2022-02-11 18:25:11 +00:00
Arturo Mejia
e52e99efae
[fenix] For https://github.com/mozilla-mobile/fenix/issues/23679 Update the wallpaper settings switch text
2022-02-11 17:51:20 +00:00
MickeyMoz
a19e0b5701
[fenix] Update Android Components version to 99.0.20220211143103.
2022-02-11 16:35:49 +00:00
Mozilla L10n Automation Bot
3e4344ba14
[fenix] Import l10n.
2022-02-11 01:54:08 +00:00
MickeyMoz
22b63b44db
[fenix] Update Android Components version to 99.0.20220210181319.
2022-02-10 20:02:10 +00:00
MickeyMoz
251cf69970
[fenix] Update Android Components version to 99.0.20220210143122.
2022-02-10 17:32:38 +00:00
Mozilla L10n Automation Bot
a165b0341b
[fenix] Import l10n.
2022-02-10 01:52:49 +00:00
Gabriel Luong
19a695ec15
[fenix] For https://github.com/mozilla-mobile/fenix/issues/23431 - Display the order of Contile Top Sites correctly
2022-02-10 00:54:24 +00:00
Andrew Halberstadt
07dd8e011b
[fenix] For https://github.com/mozilla-mobile/fenix/issues/23614 - Set defaults for custom Fenix parameters
...
This will allow us to run taskgraph generation locally with the default
set of parameters.
2022-02-09 23:31:22 +00:00
Andrew Halberstadt
9963a40008
[fenix] For https://github.com/mozilla-mobile/fenix/issues/23614 - Update taskgraph to latest version
2022-02-09 23:31:22 +00:00
MickeyMoz
0729c16ff8
[fenix] Update Android Components version to 99.0.20220209143350.
2022-02-09 21:46:40 +00:00
Roger Yang
d319e2740a
[fenix] No issue: Update history search string
2022-02-09 19:36:16 +00:00
Mugurell
795683c6ef
[fenix] For https://github.com/mozilla-mobile/fenix/issues/21854 - Split the big ComposeView in 3 smaller ones
...
This would shorten the time needed to layout all Pocket recommended stories
content in one go, though it may lead to shorten hiccups over a bigger period
of time.
2022-02-09 15:56:27 +00:00
Arturo Mejia
805f93d553
[fenix] Remove stale strings for version 96
2022-02-09 15:14:23 +00:00
mcarare
95e4495d04
[fenix] For https://github.com/mozilla-mobile/fenix/issues/22958 : Set content description only when view is visible.
...
This avoids additional processing.
2022-02-09 14:44:58 +00:00
AndiAJ
d8fc04f898
[fenix] New browser functionalities in custom tabs tests
2022-02-09 10:09:39 +00:00
Alexandru2909
cd9464aad7
[fenix] For https://github.com/mozilla-mobile/fenix/issues/14321 - Dismiss search dialog buttons on edit cancel
2022-02-09 09:29:15 +00:00
Alexandru2909
9f6664cb3a
[fenix] For https://github.com/mozilla-mobile/fenix/issues/14954 - Use TabSessionState.id to check if tab is selected
2022-02-09 09:04:08 +00:00
Mozilla L10n Automation Bot
92bc4de4b3
[fenix] Import l10n.
2022-02-09 00:51:30 +00:00
Noah Bond
5458565097
[fenix] For https://github.com/mozilla-mobile/fenix/issues/23526 - Add telemetry for Contile interactions
2022-02-08 21:45:16 +00:00
MickeyMoz
b8fcde379d
[fenix] Update Android Components version to 99.0.20220208145842.
2022-02-08 20:25:11 +00:00
Arturo Mejia
3ad1668d41
[fenix] Update version.txt to 99.0.0-beta.1
2022-02-08 18:29:23 +00:00
Julien Cristau
6be212ae11
[fenix] docker: run get-secret.py with python3
2022-02-08 17:23:30 +00:00