Commit Graph

8419 Commits

Author SHA1 Message Date
Gabriel Luong
4281dda447 For #23761 - Add Icon Warning Button design token 2022-02-15 22:26:38 +00:00
Gabriel Luong
e568f2e151 For #23761 - Add Text Warning Button design token 2022-02-15 22:26:38 +00:00
Gabriel Luong
2ec29b8101 For #23761 - Update Text Warning, Icon Warning and Border Warning light theme to Red70 2022-02-15 22:26:38 +00:00
Gabriel Luong
35212ae6ca For #23761 - Update Action Secondary light theme to LightGrey30 2022-02-15 22:26:38 +00:00
Gabriel Luong
bdb6f18d8f For #23761 - Add Text On Color Secondary design token 2022-02-15 22:26:38 +00:00
Gabriel Luong
99d636c23c For #23761 - Rename Text On Color to Text On Color Primary 2022-02-15 22:26:38 +00:00
Roger Yang
3f0b5799f8 Close #23657: Add voice search for history search 2022-02-15 20:43:01 +00:00
Roger Yang
7d8bad05cd Close #23694: Add telemetry for history search 2022-02-15 20:08:54 +00:00
MickeyMoz
80a05bcb37 Update Android Components version to 99.0.20220215152923. 2022-02-15 14:04:09 -05:00
Gabriel Luong
cd5be08d2b For #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
96cda67806 closes #23727: Add a fenix.git tag of the current hash to Sentry reports 2022-02-15 17:46:37 +00:00
Gabriel Luong
3d4340e7ec For #23341 - Replace @color/disabled_normal_theme with @color/fx_mobile_text_color_disabled 2022-02-15 17:15:04 +00:00
Gabriel Luong
869f4c89ee For #23731 - Use the disk cache for the Contile top sites 2022-02-15 16:05:32 +00:00
Mugurell
42282987f8 For #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
efc57762f6 For #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
bc59ede073 For #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
1e38205f17 Import l10n. 2022-02-15 02:52:41 +00:00
Grigory Kruglov
8f4b303b94 Bump A-C version to 99.0.20220214225657 2022-02-15 01:45:35 +00:00
Grigory Kruglov
a42018f124 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
48141b25a9 For #21900 - Delete files from Synced Tabs XML implementation 2022-02-15 00:01:57 +00:00
Noah Bond
584b2cd83c For #21900 - Delete files from Synced Tabs XML implementation 2022-02-15 00:01:57 +00:00
Gabriel Luong
bf70616d93 For #23713 - Replace @color/secondary_text_normal_theme with @color/fx_mobile_text_color_secondary 2022-02-14 21:15:40 +00:00
MickeyMoz
d1fbf309b3 Update Android Components version to 99.0.20220214170500. 2022-02-14 20:21:46 +00:00
Matt Tighe
f146cefcb8 closes #23662: replace wallpaper thumbnail lazyverticalgrid with manual scroll layout 2022-02-14 19:14:28 +00:00
Gabriel Luong
5bbf8437b3 For #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
45f530b573 Import l10n. 2022-02-14 17:01:36 +00:00
AndiAJ
1baddfaf2d Save logins and external links in custom tabs UI test 2022-02-14 16:12:36 +00:00
Rohan Maity
df0d196759 For #20634 remove some lint issues from baseline 2022-02-14 11:52:37 +00:00
Oana Horvath
3d25de721a For #21002: Adds UI test for Addons in private mode 2022-02-14 11:17:09 +00:00
MickeyMoz
84ef85d326 Update Android Components version to 99.0.20220212143326. 2022-02-12 16:52:31 +00:00
Mozilla L10n Automation Bot
2fee285f77 Import l10n. 2022-02-12 00:48:47 +00:00
Matt Tighe
9643e96244 fixes #23644: reload wallpapers on orientation change 2022-02-11 18:25:11 +00:00
Arturo Mejia
11601770eb For #23679 Update the wallpaper settings switch text 2022-02-11 17:51:20 +00:00
MickeyMoz
50dfd0e802 Update Android Components version to 99.0.20220211143103. 2022-02-11 16:35:49 +00:00
Mozilla L10n Automation Bot
72f0191fcb Import l10n. 2022-02-11 01:54:08 +00:00
MickeyMoz
c3a77dc574 Update Android Components version to 99.0.20220210181319. 2022-02-10 20:02:10 +00:00
MickeyMoz
40123882dc Update Android Components version to 99.0.20220210143122. 2022-02-10 17:32:38 +00:00
Mozilla L10n Automation Bot
eea4b07cb5 Import l10n. 2022-02-10 01:52:49 +00:00
Gabriel Luong
37a0edceb6 For #23431 - Display the order of Contile Top Sites correctly 2022-02-10 00:54:24 +00:00
Andrew Halberstadt
6c59fd424b For #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
7931e12f06 For #23614 - Update taskgraph to latest version 2022-02-09 23:31:22 +00:00
MickeyMoz
974653084a Update Android Components version to 99.0.20220209143350. 2022-02-09 21:46:40 +00:00
Roger Yang
80c9ad9100 No issue: Update history search string 2022-02-09 19:36:16 +00:00
Mugurell
5bd6f1cb8c For #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
9b7e07ab0e Remove stale strings for version 96 2022-02-09 15:14:23 +00:00
mcarare
18f785ddb9 For #22958: Set content description only when view is visible.
This avoids additional processing.
2022-02-09 14:44:58 +00:00
AndiAJ
c0918a3d1a New browser functionalities in custom tabs tests 2022-02-09 10:09:39 +00:00
Alexandru2909
2d75ff7d47 For #14321 - Dismiss search dialog buttons on edit cancel 2022-02-09 09:29:15 +00:00
Alexandru2909
d7803e6dc7 For #14954 - Use TabSessionState.id to check if tab is selected 2022-02-09 09:04:08 +00:00
Mozilla L10n Automation Bot
4c4062362c Import l10n. 2022-02-09 00:51:30 +00:00