Commit Graph

43 Commits (3ba6593f986c483fccbdd0158268d8374b081aa1)

Author SHA1 Message Date
Lina Butler 3ba6593f98 Bug 1851268 - Show Firefox Suggest search suggestions in Fenix.
This commit integrates the Firefox Suggest Android component added in
bug 1850296 into Fenix, and adds:

* A Nimbus feature for Firefox Suggest.
* A secret setting to enable the Firefox Suggest feature, only visible
  on the debug channel.
* Search settings for toggling sponsored and non-sponsored suggestions,
  only visible when the Firefox Suggest feature is enabled.

When the feature is enabled, Fenix will ingest new suggestions in
the background, show the new Search settings, and show matching
suggestions in the awesomebar depending on those Search settings.
9 months ago
Olivia Hall a272a0d585 Bug 1851691 - FeatureFlag and Debug Preferences for Translations
This patch adds a feature flag of `translations` and a debug preference
of `pref_key_enable_translations` for developing translations.

Currently, the feature flag guards the option to enable translations and
is set to debug channels. These options will slowly adjust for wider
audiences as development progresses.
9 months ago
Logan Rosen d6dc375ead Bug 1829018 - Remove and clean up `Settings.enableTaskContinuityEnhancements` 9 months ago
mcarare 8dd98bd7d5 Bug 1850796 - Handle OnPreferenceTreeClickListener signature updates.
OnPreferenceTreeClickListener.onPreferenceTreeClick method now expects a NonNull Preference.
9 months ago
Noah Bond d0f75706c0 Bug 1848377 - Add secret setting to control the visibility of the Shopping feature 10 months ago
Noah Bond 0d04fa3b4d Bug 1844667 - Reveal Tabs Tray to Compose rewrite secret setting in Beta and Release 11 months ago
Gabriel Luong 7066592725 Bug 1836339 - Add a secret setting for the Compose Top Sites 1 year ago
mike a b2268b3937 Bug 1821261 – Enables unified search on nightly 1 year ago
Noah Bond 33737d4d90 Bug 1815968 - Add secret setting to Tabs Tray to Compose rewrite 1 year ago
Alexandru2909 f072aa85cc [fenix] Bug 1811532 - Add secret setting allowing to overwrite the `site` parameter for Pocket sponsored stories 1 year ago
Roger Yang 9ec675687a [fenix] Close https://github.com/mozilla-mobile/fenix/issues/27023: Add capability to override telemetry URL using local properties 2 years ago
Roger Yang fdaae59999 [fenix] Close https://github.com/mozilla-mobile/fenix/issues/27023: Add capability to override telemetry URL 2 years ago
Gabriel Luong 74fdb5243a [fenix] For https://github.com/mozilla-mobile/fenix/issues/24967 - Enable address autofill for Nightly and Debug 2 years ago
Gabriel Luong 89bc8ae0de [fenix] For https://github.com/mozilla-mobile/fenix/issues/25111 - Remove contileFeature feature flag 2 years ago
Gabriel Luong fa34f4f53e [fenix] For https://github.com/mozilla-mobile/fenix/issues/24334 - Add FeatureFlag for Unified Search feature 2 years ago
Noah Bond 1a4e821c92 [fenix] For https://github.com/mozilla-mobile/fenix/issues/23808 - Add secret setting for enabling Task Continuity feature 2 years ago
Gabriel Luong 3c81494caa [fenix] For https://github.com/mozilla-mobile/fenix/issues/23304 - Add a setting for enabling Contile 2 years ago
Mugurell ad0f428f39 [fenix] For https://github.com/mozilla-mobile/fenix/issues/21561 - Enable/Disable the feature from the customization menu 3 years ago
Mugurell b1cc91a9ac [fenix] For https://github.com/mozilla-mobile/fenix/issues/20586 - Basic Jetpack Compose implementation.
This is just the basic skeleton for the feature.
3 years ago
Grisha Kruglov 988712dd63 [fenix] Enable recording of history metadata for all builds
This allows recording part of history metadata to ride the trains.
The UI features are still guarded by the secret settings flag (or,
enabled on debug builds).
3 years ago
Gabriel Luong b0c410ce60 [fenix] Add history metadata feature to the settings menu 3 years ago
Travis Long ea8738967d [fenix] [SDK-279] Adds a way to switch to the "preview" collection in Nimbus
This adds a toggle/switch to the debug settings menu that causes Nimbus to use the "preview" collection rather than the "main" collection when it initializes.  Since it is only applied during init, it does require a restart in order to take effect.
3 years ago
Jonathan Almeida aa8d5795b2 [fenix] Issue https://github.com/mozilla-mobile/fenix/issues/19112: Remove old tab tray code 3 years ago
Mugurell 3ad7bff786 [fenix] For https://github.com/mozilla-mobile/fenix/issues/19590 - Enable credit card autofill in Debug and Nightly (https://github.com/mozilla-mobile/fenix/pull/19601) 3 years ago
Roger Yang f9477db816 [fenix] Closes https://github.com/mozilla-mobile/fenix/issues/3728: Add secret menu switch for allowing third party root certificates (https://github.com/mozilla-mobile/fenix/pull/19398) 3 years ago
Gabriel Luong 2b405b20eb [fenix] For https://github.com/mozilla-mobile/fenix/issues/18198 - Add a feature flag for Credit Cards and Addresses autofill feature (https://github.com/mozilla-mobile/fenix/pull/18200) 3 years ago
Jonathan Almeida fdcf799ec5 [fenix] Close https://github.com/mozilla-mobile/fenix/issues/17928: Add feature flag for tabs tray refactor 3 years ago
Jonathan Almeida 1fd32cdfda [fenix] Close https://github.com/mozilla-mobile/fenix/issues/13892: Remove Synced Tabs appended to tabs tray 3 years ago
Jeff Boek 02a1474cff [fenix] For https://github.com/mozilla-mobile/fenix/issues/15403 - Adds a secret debug info screen in settings (https://github.com/mozilla-mobile/fenix/pull/15540)
Co-authored-by: Elise Richards <erichards@mozilla.com>
4 years ago
Gabriel Luong 4a21bcd11c [fenix] For https://github.com/mozilla-mobile/fenix/issues/15761 - [Grid View] Enable the grid view and remove its feature flag (https://github.com/mozilla-mobile/fenix/pull/16546)
* For https://github.com/mozilla-mobile/fenix/issues/15761 - Part 1: Turn ON the showGridViewInTabsSettings feature flag

* For https://github.com/mozilla-mobile/fenix/issues/15761 - Part 2: Remove the showGridViewInTabsSettings feature flag and show the Tab view preference category
4 years ago
Gabriel Luong 70fb6a8d7a [fenix] Revert "For https://github.com/mozilla-mobile/fenix/issues/15761 - [Grid View] Enable the grid view and remove its feature flag (https://github.com/mozilla-mobile/fenix/pull/16535)" (https://github.com/mozilla-mobile/fenix/pull/16544)
This reverts commit cb340e88f265cc16ba05edaa54c3a99164560438.
4 years ago
Gabriel Luong 350be5af87 [fenix] For https://github.com/mozilla-mobile/fenix/issues/15761 - [Grid View] Enable the grid view and remove its feature flag (https://github.com/mozilla-mobile/fenix/pull/16535) 4 years ago
ekager f3d03c5e73 [fenix] For https://github.com/mozilla-mobile/fenix/issues/6313 - Set session ClearColor through Engine DefaultSettings 4 years ago
Gabriel Luong 36ab249924 [fenix] For https://github.com/mozilla-mobile/fenix/issues/15937 - Remove topFrecentSite feature flag (https://github.com/mozilla-mobile/fenix/pull/15967)
* For https://github.com/mozilla-mobile/fenix/issues/15937 - Remove the topFrecentSite feature flag

* For https://github.com/mozilla-mobile/fenix/issues/15937 - Hide the "Pull to refresh" preference since its visibility is managed by a feature flag
4 years ago
Gabriel Luong d7a4925a5a [fenix] For https://github.com/mozilla-mobile/fenix/issues/15115 - Part 8: Add a feature flag for showing the grid view in the tabs setting 4 years ago
Jeff Boek a4a8e9ed88 [fenix] For https://github.com/mozilla-mobile/fenix/issues/14318 - Use old API to try to fix startup crash without GPS 4 years ago
Jeff Boek 3294bf7605 [fenix] No Issue - Add prompt to secret settings 4 years ago
Jeff Boek b49003287a [fenix] No Issue - Removes pref, toggles new search based on feature flag only 4 years ago
Gabriel Luong 0965df3817 [fenix] For https://github.com/mozilla-mobile/fenix/issues/10342 - Part 4: Use the TopSitesFeature in the HomeFragment for displaying top sites 4 years ago
Jonathan Almeida 1a7ba25347 [fenix] For https://github.com/mozilla-mobile/fenix/issues/12287: Add feature flag for Synced Tabs in tabs tray 4 years ago
ekager af14e3d6e2 [fenix] For https://github.com/mozilla-mobile/fenix/issues/6313 - On first load, hides engineView until firstContentfulPaint 4 years ago
Jeff Boek 5b99bf33a1 [fenix] For https://github.com/mozilla-mobile/fenix/issues/13052 - Creates new dialog fragment for search and puts it behind a feature flag 4 years ago
Tiger Oakes fe025a6a0d [fenix] Test settings about/advanced (https://github.com/mozilla-mobile/fenix/pull/12023) 4 years ago