Commit Graph

8242 Commits (bb85952d10f9a1357dd3d84a9e5c94a7c1a13118)
 

Author SHA1 Message Date
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.
3 years ago
Mozilla L10n Automation Bot 80f59b6543 [fenix] Import l10n. 3 years ago
Grigory Kruglov 4bff0470d7 [fenix] Bump A-C version to 99.0.20220214225657 3 years ago
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.
3 years ago
Noah Bond 25817127da [fenix] For https://github.com/mozilla-mobile/fenix/issues/21900 - Delete files from Synced Tabs XML implementation 3 years ago
Noah Bond 71f539bf4e [fenix] For https://github.com/mozilla-mobile/fenix/issues/21900 - Delete files from Synced Tabs XML implementation 3 years ago
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 3 years ago
MickeyMoz 22705e26b8 [fenix] Update Android Components version to 99.0.20220214170500. 3 years ago
Matt Tighe e83a0167a2 [fenix] closes https://github.com/mozilla-mobile/fenix/issues/23662: replace wallpaper thumbnail lazyverticalgrid with manual scroll layout 3 years ago
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 3 years ago
Mozilla L10n Automation Bot d905636004 [fenix] Import l10n. 3 years ago
AndiAJ c874f11dc7 [fenix] Save logins and external links in custom tabs UI test 3 years ago
Rohan Maity bee88db440 [fenix] For https://github.com/mozilla-mobile/fenix/issues/20634 remove some lint issues from baseline 3 years ago
Oana Horvath 318acb161e [fenix] For https://github.com/mozilla-mobile/fenix/issues/21002: Adds UI test for Addons in private mode 3 years ago
MickeyMoz 5a0ba0f3d9 [fenix] Update Android Components version to 99.0.20220212143326. 3 years ago
Mozilla L10n Automation Bot f032ccb91a [fenix] Import l10n. 3 years ago
Matt Tighe 26afa8cc42 [fenix] fixes https://github.com/mozilla-mobile/fenix/issues/23644: reload wallpapers on orientation change 3 years ago
Arturo Mejia e52e99efae [fenix] For https://github.com/mozilla-mobile/fenix/issues/23679 Update the wallpaper settings switch text 3 years ago
MickeyMoz a19e0b5701 [fenix] Update Android Components version to 99.0.20220211143103. 3 years ago
Mozilla L10n Automation Bot 3e4344ba14 [fenix] Import l10n. 3 years ago
MickeyMoz 22b63b44db [fenix] Update Android Components version to 99.0.20220210181319. 3 years ago
MickeyMoz 251cf69970 [fenix] Update Android Components version to 99.0.20220210143122. 3 years ago
Mozilla L10n Automation Bot a165b0341b [fenix] Import l10n. 3 years ago
Gabriel Luong 19a695ec15 [fenix] For https://github.com/mozilla-mobile/fenix/issues/23431 - Display the order of Contile Top Sites correctly 3 years ago
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.
3 years ago
Andrew Halberstadt 9963a40008 [fenix] For https://github.com/mozilla-mobile/fenix/issues/23614 - Update taskgraph to latest version 3 years ago
MickeyMoz 0729c16ff8 [fenix] Update Android Components version to 99.0.20220209143350. 3 years ago
Roger Yang d319e2740a [fenix] No issue: Update history search string 3 years ago
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.
3 years ago
Arturo Mejia 805f93d553 [fenix] Remove stale strings for version 96 3 years ago
mcarare 95e4495d04 [fenix] For https://github.com/mozilla-mobile/fenix/issues/22958: Set content description only when view is visible.
This avoids additional processing.
3 years ago
AndiAJ d8fc04f898 [fenix] New browser functionalities in custom tabs tests 3 years ago
Alexandru2909 cd9464aad7 [fenix] For https://github.com/mozilla-mobile/fenix/issues/14321 - Dismiss search dialog buttons on edit cancel 3 years ago
Alexandru2909 9f6664cb3a [fenix] For https://github.com/mozilla-mobile/fenix/issues/14954 - Use TabSessionState.id to check if tab is selected 3 years ago
Mozilla L10n Automation Bot 92bc4de4b3 [fenix] Import l10n. 3 years ago
Noah Bond 5458565097 [fenix] For https://github.com/mozilla-mobile/fenix/issues/23526 - Add telemetry for Contile interactions 3 years ago
MickeyMoz b8fcde379d [fenix] Update Android Components version to 99.0.20220208145842. 3 years ago
Arturo Mejia 3ad1668d41 [fenix] Update version.txt to 99.0.0-beta.1 3 years ago
Julien Cristau 6be212ae11 [fenix] docker: run get-secret.py with python3 3 years ago
jhugman 0541ba4fd9 [fenix] Fixes https://github.com/mozilla-mobile/fenix/issues/23492: Perf regression of calling isFirefoxDefault from main thread (https://github.com/mozilla-mobile/fenix/pull/23556)
* Fixes https://github.com/mozilla-mobile/fenix/issues/23492 — Fixup perf regression of calling isFirefoxDefault from the main thread

* Tightening of near defunct default browser message

* Fixup early crash in debug build

* ktlint
3 years ago
AndiAJ 12a861dc47 [fenix] Add and remove most visited top sites UI test 3 years ago
AndiAJ 1441115c0c [fenix] Refactoring work top sites tests 3 years ago
Mickey Moz 2413b8c743 [fenix] Update Android Components version to 98.0.20220208025830. (https://github.com/mozilla-mobile/fenix/pull/23629)
Co-authored-by: Ryan VanderMeulen <ryanvm@gmail.com>
3 years ago
Matt Tighe fb462409a8 [fenix] closes https://github.com/mozilla-mobile/fenix/issues/23540: scale wallpaper and translate to bottom of image 3 years ago
Roger Yang d39b28ead6 [fenix] Close https://github.com/mozilla-mobile/fenix/issues/23626: Do not exit edit mode in history search toolbar 3 years ago
Mozilla L10n Automation Bot aced0fbdee [fenix] Import l10n. 3 years ago
Matt Tighe 4f2899d299 [fenix] fixes https://github.com/mozilla-mobile/fenix/issues/23619: use well-defined name for fetching remote wallpaper assets 3 years ago
Sarah Khan ab9bc7c071 [fenix] For https://github.com/mozilla-mobile/fenix/issues/23596 and https://github.com/mozilla-mobile/fenix/issues/23309 - Add deeplink to wallpaper settings 3 years ago
Matt Tighe 41dbba8bd9 [fenix] closes https://github.com/mozilla-mobile/fenix/issues/23616: add final path separator to reote path 3 years ago
Jonathan Almeida b87b822d48 [fenix] No issue: Update debug app name to Fenix
We don't use the "Preview" naming any more and it's easier to find the app when "Fenix" is in the app name.
3 years ago