Commit Graph

6159 Commits (382ca721c4788c348da1bc4c24f702a26fdbe707)

Author SHA1 Message Date
Mark Hammond 382ca721c4 Bug 1879332 - ensure synced tabs includes the inactive property
(cherry picked from commit 5b559a4e485fa859e43e5eb3bbca95abbcbdb151)
3 months ago
Rahul Sainani 8a082c4c0d Revert "Bug 1867717 - Add DownloadsFeature to AddonPopupBaseFragment."
This reverts commit cc65693e4f8811906f344d0e902af0bccbb7edbf.

(cherry picked from commit 15c6eb2c4a22e68b65f982b59ea83c8e7a6886ef)
3 months ago
Roger Yang 085ee21558 Bug 1884666 - Only add Google additional header in search, preferences and webhp urls
(cherry picked from commit dcc48c0e7c0e8f650234a72c0bd805077bc64ce9)
3 months ago
DreVla 8eeeadc48f Bug 1879507 - Show Default prompt when default-browser card disabled
As part of the Set as default optimization experiment, treatment
branch A will show the "Set as Default" System prompt when the
onboarding started, without showing the default-browser card.
This will be controlled from the experimenter and will require
disabling the default-browser card.
If the user already set Firefox as default browser, this prompt
will not be shown.

(cherry picked from commit f98e606dca8d4d27f174a237fb329dead7d70959)
3 months ago
Roger Yang c8aba76bae Bug 1875668 - Bypass cache when intercepting site in desktop mode
(cherry picked from commit 775987289cb212ce0ef6cb843cc6f6954dcb9c5b)
3 months ago
Gabriel Luong 36886c0d0a Bug 1881128 - Add additional headers for Google requests
(cherry picked from commit 9bc558c887908470ee1746518cc9926a930ecc3e)
3 months ago
t-p-white ae5f908543 Bug 1882308 - Updated custom tab to support private mode
(cherry picked from commit de4214bda7dc5298098fc99e10ec5a077c29043d)
3 months ago
William Durand 37138b62a1 Bug 1875229 - Add support for extensions not allowed in private windows 4 months ago
DreVla 3e0231b3f7 Bug 1870701 - Replace straight quotes with curly quotes in RC onboarding
Due to straight quotes giving an error in pontoon, these have to be
replaced with curly quotes.
4 months ago
Roger Yang ff6e0c2cd8 Bug 1880150 - Do not wait for attribution before dismissing splash screen 4 months ago
mcarare 764786b015 Bug 1850316 - Use alternative ways to get backQueue elements.
backQueue is now private in NavController.
4 months ago
DreVla 2967c025c9 Bug 1870701 - Review Checker opt-in privacy policy link and text update
Updated the Privacy Policy links and text to clearly explain the
minimal nature of data that's collected and processed during
Review Checker use in Firefox.
4 months ago
Ben Dean-Kawamura 1343061679 Revert "Bug 1875294 - Record breadbcrumbs before crashing with UnsatsisfiedLinkError"
This reverts commit 6fb061ce5efc1a3fb11dace06b826382e0b56736.

These didn't work out in practice.  The file lists were always empty, I
think it might be a difference in permissions for release builds vs the
debug builds that I was testing with.

The package installer name was useful, but I realized there's Sentry tag for that which is even more useful.
4 months ago
William Durand ca23a8e95b Bug 1879819 - Improve rating description in list of add-ons 4 months ago
iorgamgabriel af474e69f7 Bug 1876140 - Translations UI Dropdown Checkmark 4 months ago
Titouan Thibaud 70a8203442 Bug 1879583 - Change the default for pull-to-refresh to enabled
Co-authored-by: Jonathan Almeida <git@jonalmeida.com>
4 months ago
William Durand 499e533ac2 Bug 1870362 - Add underline to each link in the add-on details view 4 months ago
Roger Yang 5672f64abb Bug 1832357 - Fallback to loading new window requests in custom tab 4 months ago
Noah Bond 767a0ea036 Bug 1860778 - Remove increased fab shadow while it's pressed 4 months ago
Lina Butler 6e866c4206 Bug 1878434 - Add the `awesomebar.{engagement, abandonment}` events.
This commit:

* Sends the new `awesomebar.{engagement, abandonment}` events when the
  user finishes interacting with the awesomebar. These events match
  iOS's events of the same name, and Desktop's
  `urlbar.{engagement, abandonment}` events.
* Removes the `engagement_abandoned` extra key for the
  `awesomebar.{sponsored, non_sponsored}_suggestion_impressed` events,
  since they're specific to AMP and Wikipedia suggestions, and are
  subsumed by the new events.

This is the first step toward unifying our awesomebar search telemetry
on all our platforms.
4 months ago
Lina Butler ce80610473 Bug 1878434 - Record an awesomebar abandonment for cancelled toolbar edits.
We were missing instrumentation for the case where the user cancels
editing. This commit adds that instrumentation.
4 months ago
ohall-m f008f890e1 Bug 1877205 - Translations Fetch Supported Languages Refactor
This patch refactors a few things for fetching supported languages:

* `TranslateExpectedAction` is decoupled from fetching languages
* Now use `OperationRequestedAction` w/ `FETCH_SUPPORTED_LANGUAGES`
* Refactors the Fenix fragment to send `OperationRequestedAction` as a
placeholder for data initialization
* `TranslateSetLanguagesAction` is now `SetSupportedLanguagesAction`
4 months ago
jackyzy823 801fe811aa Bug 1878524 - Return immediately when tab found 4 months ago
Matthew Tighe 86c0e8156d Bug 1861459 - Update AppState.mode based on selected tab changes 4 months ago
Noah Bond 376ce30831 Bug 1877123 - Fix number localization in `TabCounter` and `TabTools` 4 months ago
ohall-m 68e0b8e621 Bug 1877712 - Update Mock Translations Languages
Bug updates mock display languages to match the current engine support.
4 months ago
Titouan Thibaud 13adc68342 Bug 1807080 - Fix PTR dark theme colors
Co-authored-by: Jonathan Almeida <git@jonalmeida.com>
4 months ago
RebecaTudor a1c7fca0d3 Bug 1809798 - Loads the right wallpaper when changing orientation
Because of the android:configChanges from Manifest that disable the
automate Activity recreation, the responsibility of handling the
configuration changes is transferred to Activity. When configurations
changes, onConfigurationChanged() is called.

So now when this function called, the correct orientation is sent
forward as parameter of applyWallpaper.
4 months ago
DreVla a92d52af80 Bug 1840969 - Add title for homepage default browser info card
Title for the card info to set Firefox as default browser was
missing, "Switch your default browser" is the title now, to
match with iOS.
4 months ago
mcarare 1407f92171 Bug 1870050 - Suppress false positive DiffUtilEquals lint 4 months ago
mcarare 030332e0c7 Bug 1870050 - Suppress RestrictedApi lint 4 months ago
Ben Dean-Kawamura c9546cef39 Bug 1877847 - Remove Suggest error reporting 4 months ago
t-p-white a36f35eebd Bug 1813875 - Prevent the inherited theming implementation being applied to Custom Tab views 4 months ago
sarah541 f8edd00fe1 Bug 1868539 - Add method of changing remote server url 4 months ago
mike a 45238224b3 Bug 1873260 - Move Behavior classes to ui-widget component 4 months ago
mike a db6f728e78 Bug 1877350 - Refactor tabstray composable to extract tab counter into a separate file
Preparing to use it for navigation bar composable.
4 months ago
Noah Bond 6bc66460eb Bug 1876596 - Add probe for debug drawer secret setting 4 months ago
t-p-white 667e5fb209 Bug 1852224 - Prevent background media from being stopped when existing application from an external link. 4 months ago
Arturo Mejia 5fc19e6755 Bug 1867717 - Add DownloadsFeature to AddonPopupBaseFragment. 4 months ago
ohall-m 851afc8745 Bug 1873983 - Translations Secret Settings Option in Nightly
This patch enables translations to be turned on via the secret settings
flag in Nightly.
4 months ago
Arturo Mejia 2b48fa54b3 Bug 1870335 - Merge content descriptions in the Add-ons details screen. 4 months ago
ohall-m 3470a4e951 Bug 1876610 - Minor Translations UI Adjustments
This patch completes a few minor translations UI adjustments. Including
updating mock data on the "never translate these sites" page and the
"language settings" page.

Additionally, adds a content description on the toolbar for the
translation icon.
4 months ago
t-p-white 506efb730b Bug 1876752 - Reorder preferences in `SettingsFragment` to match the UI layout 4 months ago
DreVla 54c1c08010 Bug 1871093 - Review checker change info card button color
This patch aims to increase accessibility of the review checker
feature by increasing the contrast of the info card button.
4 months ago
t-p-white 93216ddbfc Bug 1876751 - Remove redundant preferences from SettingsFragment 4 months ago
ohall-m a8a6368dca Bug 1874441 - Connecting Dropdowns to Translate Button
This patch connects the translations to and from dropdowns to the
translation button and sets default dropdown selection values.
4 months ago
t-p-white d2e0d9fdd0 Bug 1876481 - Updated `HomeActivity` variables & funcs with the necessary visibility modifiers to enforce constraints. 4 months ago
t-p-white 4cfc195fa4 Bug 1876486 - Removed redundant val homeActivityInitTimeStampNanoSeconds from HomeActivity 4 months ago
ohall-m 1dbf0145d5 Bug 1876332 - Refactoring out Translations Controller and Interactor
This patch refactors out the translations controller and interactor to
transition fully to a redux pattern.

Leaving the translations use cases for reference browser usage.
4 months ago
DreVla 9aaeacc16f Bug 1861744 - Don't display pending to delete bookmarks when refresh
When deleting bookmarks, we do not instantly remove them due to
having the possibility of undoing the deletion. Because of this,
when the bookmarks are pending to delete, they can still be displayed
when pulling down to refresh and then acted on. This patch aims to
fix this issue by subtracting the pending to delete bookmarks
when they are refreshed by pulling down.
4 months ago