Commit Graph

8295 Commits (ec6e121a8d05a8fc800b538c0fc4da8c283d3243)
 

Author SHA1 Message Date
Michael Comella ec6e121a8d No issue: review - clarify which files to update in diff
Co-authored-by: Elise Richards <erichards@mozilla.com>
2 years ago
Michael Comella 59d5aa4002 No issue: document building local ac + GV.
Thank you to :agi for showing me this method.
2 years ago
MickeyMoz ea40b2359c Update Android Components version to 99.0.20220218143038. 2 years ago
Noah Bond 15c58b7261 For #23808 - Add secret setting for enabling Task Continuity feature 2 years ago
Alexandru2909 5153cee0e0 For #22189 - Replace the 'Firefox' word in all strings with placeholder 2 years ago
Gabriel Luong f47a428f44
For #23771 - Set correct destructive text color for card editor error messages (#23803)
Co-authored-by: tristan-jea <>
Co-authored-by: Tristan <99796140+tristan-jea@users.noreply.github.com>
2 years ago
Roger Yang ef077c5fb1 No issue: Renew/remove metrics set to expire in April 2022 2 years ago
Noah Bond bd4742004c For #19942 - Add support for sticky headers to the synced tabs list 2 years ago
Kevin Brosnan 977d2f2b3a Update SECURITY.md
Co-authored-by: Gabriel Luong <gabriel.luong@gmail.com>
2 years ago
Kevin Brosnan e3420215cc Update SECURITY.md 2 years ago
Kevin Brosnan 0f22a7b527 Create SECURITY.md 2 years ago
Geordan Neukum 7271f33eff For #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 6b78fa3295 For #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 2dc95366bf Update Android Components version to 99.0.20220217143352. 2 years ago
Arturo Mejia 64ae748835 For #23752: Address switch is off the screen in the Wallpaper settings. 2 years ago
sunil9211 de4ea0a086 For #23551 - Change the spacing between Pocket header and content to 16dp 2 years ago
Mozilla L10n Automation Bot 208d510ae9 Import l10n. 2 years ago
amedyne f1e25d175d
Update Fenix release checklist (#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 7dc969103b No issue: Renew/remove metrics set to expire in March 2022 2 years ago
Roger Yang 20094cd1e9
No issue: Renew/remove metrics set to expire in April 2022 (#23786) 2 years ago
Gabriel Luong c3a2c355a2 For #23769 - Replace @color/destructive_normal_theme with @color/fx_mobile_text_color_warning 2 years ago
MickeyMoz 0602021771 Update Android Components version to 99.0.20220216151234. 2 years ago
Alexandru2909 e1f91aacd3 For #18758 - Update colors on share layout 2 years ago
Gabriel Luong 37683531e7 For #23456 ⁃ Use lifecycleScope in TopSiteItemViewHolder 2 years ago
Mozilla L10n Automation Bot fab2e762c1 Import l10n. 2 years ago
Roger Yang 1559afe7b9 No issue: Update history search string ID 2 years ago
Gabriel Luong 4281dda447 For #23761 - Add Icon Warning Button design token 2 years ago
Gabriel Luong e568f2e151 For #23761 - Add Text Warning Button design token 2 years ago
Gabriel Luong 2ec29b8101 For #23761 - Update Text Warning, Icon Warning and Border Warning light theme to Red70 2 years ago
Gabriel Luong 35212ae6ca For #23761 - Update Action Secondary light theme to LightGrey30 2 years ago
Gabriel Luong bdb6f18d8f For #23761 - Add Text On Color Secondary design token 2 years ago
Gabriel Luong 99d636c23c For #23761 - Rename Text On Color to Text On Color Primary 2 years ago
Roger Yang 3f0b5799f8 Close #23657: Add voice search for history search 2 years ago
Roger Yang 7d8bad05cd Close #23694: Add telemetry for history search 2 years ago
MickeyMoz 80a05bcb37 Update Android Components version to 99.0.20220215152923. 2 years ago
Gabriel Luong cd5be08d2b For #23321 - Replace @color/toolbar_divider_color_normal_theme with @color/fx_mobile_border_color_primary 2 years ago
Matt Tighe 96cda67806 closes #23727: Add a fenix.git tag of the current hash to Sentry reports 2 years ago
Gabriel Luong 3d4340e7ec For #23341 - Replace @color/disabled_normal_theme with @color/fx_mobile_text_color_disabled 2 years ago
Gabriel Luong 869f4c89ee For #23731 - Use the disk cache for the Contile top sites 2 years ago
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.
2 years ago
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.
2 years ago
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.
2 years ago
Mozilla L10n Automation Bot 1e38205f17 Import l10n. 2 years ago
Grigory Kruglov 8f4b303b94 Bump A-C version to 99.0.20220214225657 2 years ago
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.
2 years ago
Noah Bond 48141b25a9 For #21900 - Delete files from Synced Tabs XML implementation 2 years ago
Noah Bond 584b2cd83c For #21900 - Delete files from Synced Tabs XML implementation 2 years ago
Gabriel Luong bf70616d93 For #23713 - Replace @color/secondary_text_normal_theme with @color/fx_mobile_text_color_secondary 2 years ago
MickeyMoz d1fbf309b3 Update Android Components version to 99.0.20220214170500. 2 years ago
Matt Tighe f146cefcb8 closes #23662: replace wallpaper thumbnail lazyverticalgrid with manual scroll layout 2 years ago