Commit Graph

8275 Commits (8d760fab61293a66db457d91379ee6e823a33404)
 

Author SHA1 Message Date
Kevin Brosnan 8d760fab61 [fenix] Update SECURITY.md
Co-authored-by: Gabriel Luong <gabriel.luong@gmail.com>
2 years ago
Kevin Brosnan 28a97f3efc [fenix] Update SECURITY.md 2 years ago
Kevin Brosnan 8821559b0f [fenix] Create SECURITY.md 2 years ago
Geordan Neukum d31cdfeb3b [fenix] For https://github.com/mozilla-mobile/fenix/issues/23500: creditcards: focus cardNumberInput in createView
Right now, when the user navigates to the "Add Card" screen, the "Card Number"
title will be focused by default. Instead, let's make it so that the first
field for data entry is focused.

Since we're focusing the first field, let's also make sure that the soft
keyboard opens and that the cursor is placed at the end of whatever text has
already been input.
2 years ago
Geordan Neukum 7a57194a48 [fenix] For https://github.com/mozilla-mobile/fenix/issues/23500: creditcards: hide keyboard when pausing fragment
Right now, the soft keyboard will remain open when we exit the "Add Card"
screen. Let's make it so that the soft keyboard is automatically closed when
leaving this screen.
2 years ago
MickeyMoz 42c495d444 [fenix] Update Android Components version to 99.0.20220217143352. 2 years ago
Arturo Mejia 8ed591874a [fenix] For https://github.com/mozilla-mobile/fenix/issues/23752: Address switch is off the screen in the Wallpaper settings. 2 years ago
sunil9211 1971f8984c [fenix] For https://github.com/mozilla-mobile/fenix/issues/23551 - Change the spacing between Pocket header and content to 16dp 2 years ago
Mozilla L10n Automation Bot 16ecb5131c [fenix] Import l10n. 2 years ago
amedyne 7f3b751b53 [fenix] Update Fenix release checklist (https://github.com/mozilla-mobile/fenix/pull/23730)
* Update Fenix release checklist 

Updating this to reflect the latest process for releases for Firefox for Android.

* Incorporating feedback.

Incorporating review feedback.

Co-authored-by: mergify[bot] <37929162+mergify[bot]@users.noreply.github.com>
2 years ago
Roger Yang 924ad2e229 [fenix] No issue: Renew/remove metrics set to expire in March 2022 2 years ago
Roger Yang c9370ed807 [fenix] No issue: Renew/remove metrics set to expire in April 2022 (https://github.com/mozilla-mobile/fenix/pull/23786) 2 years ago
Gabriel Luong 4dc2da16b5 [fenix] For https://github.com/mozilla-mobile/fenix/issues/23769 - Replace @color/destructive_normal_theme with @color/fx_mobile_text_color_warning 2 years ago
MickeyMoz 9923b008b4 [fenix] Update Android Components version to 99.0.20220216151234. 2 years ago
Alexandru2909 ec19ceb55d [fenix] For https://github.com/mozilla-mobile/fenix/pull/18758 - Update colors on share layout 2 years ago
Gabriel Luong 4c40cd09be [fenix] For https://github.com/mozilla-mobile/fenix/issues/23456 ⁃ Use lifecycleScope in TopSiteItemViewHolder 2 years ago
Mozilla L10n Automation Bot bbb1009866 [fenix] Import l10n. 2 years ago
Roger Yang 2c4420c678 [fenix] No issue: Update history search string ID 2 years ago
Gabriel Luong 36bdce4bcc [fenix] For https://github.com/mozilla-mobile/fenix/issues/23761 - Add Icon Warning Button design token 2 years ago
Gabriel Luong 589baa5efb [fenix] For https://github.com/mozilla-mobile/fenix/issues/23761 - Add Text Warning Button design token 2 years ago
Gabriel Luong 9b416293d5 [fenix] For https://github.com/mozilla-mobile/fenix/issues/23761 - Update Text Warning, Icon Warning and Border Warning light theme to Red70 2 years ago
Gabriel Luong c9a96b23ba [fenix] For https://github.com/mozilla-mobile/fenix/issues/23761 - Update Action Secondary light theme to LightGrey30 2 years ago
Gabriel Luong 9e9309dd2e [fenix] For https://github.com/mozilla-mobile/fenix/issues/23761 - Add Text On Color Secondary design token 2 years ago
Gabriel Luong 5e009d3d1a [fenix] For https://github.com/mozilla-mobile/fenix/issues/23761 - Rename Text On Color to Text On Color Primary 2 years ago
Roger Yang 2b7ceef777 [fenix] Close https://github.com/mozilla-mobile/fenix/issues/23657: Add voice search for history search 2 years ago
Roger Yang ac81ce5b8f [fenix] Close https://github.com/mozilla-mobile/fenix/issues/23694: Add telemetry for history search 2 years ago
MickeyMoz 566bca6223 [fenix] Update Android Components version to 99.0.20220215152923. 2 years ago
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 2 years ago
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 2 years ago
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 2 years ago
Gabriel Luong 6b8569b3cb [fenix] For https://github.com/mozilla-mobile/fenix/issues/23731 - Use the disk cache for the Contile top sites 2 years ago
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.
2 years ago
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.
2 years ago
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.
2 years ago
Mozilla L10n Automation Bot 80f59b6543 [fenix] Import l10n. 2 years ago
Grigory Kruglov 4bff0470d7 [fenix] Bump A-C version to 99.0.20220214225657 2 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.
2 years ago
Noah Bond 25817127da [fenix] For https://github.com/mozilla-mobile/fenix/issues/21900 - Delete files from Synced Tabs XML implementation 2 years ago
Noah Bond 71f539bf4e [fenix] For https://github.com/mozilla-mobile/fenix/issues/21900 - Delete files from Synced Tabs XML implementation 2 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 2 years ago
MickeyMoz 22705e26b8 [fenix] Update Android Components version to 99.0.20220214170500. 2 years ago
Matt Tighe e83a0167a2 [fenix] closes https://github.com/mozilla-mobile/fenix/issues/23662: replace wallpaper thumbnail lazyverticalgrid with manual scroll layout 2 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 2 years ago
Mozilla L10n Automation Bot d905636004 [fenix] Import l10n. 2 years ago
AndiAJ c874f11dc7 [fenix] Save logins and external links in custom tabs UI test 2 years ago
Rohan Maity bee88db440 [fenix] For https://github.com/mozilla-mobile/fenix/issues/20634 remove some lint issues from baseline 2 years ago
Oana Horvath 318acb161e [fenix] For https://github.com/mozilla-mobile/fenix/issues/21002: Adds UI test for Addons in private mode 2 years ago
MickeyMoz 5a0ba0f3d9 [fenix] Update Android Components version to 99.0.20220212143326. 2 years ago
Mozilla L10n Automation Bot f032ccb91a [fenix] Import l10n. 2 years ago
Matt Tighe 26afa8cc42 [fenix] fixes https://github.com/mozilla-mobile/fenix/issues/23644: reload wallpapers on orientation change 2 years ago