Skip to content

Commit

Permalink
Merge remote-tracking branch 'origin/fenix/117.0' into iceraven
Browse files Browse the repository at this point in the history
  • Loading branch information
akliuxingyuan committed Sep 1, 2023
2 parents 9823466 + 0ada6ff commit 8c13773
Show file tree
Hide file tree
Showing 292 changed files with 13,161 additions and 3,125 deletions.
2 changes: 1 addition & 1 deletion android-components
39 changes: 28 additions & 11 deletions app/.experimenter.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -43,7 +43,7 @@ juno-onboarding:
type: boolean
description: "if true, juno onboarding is shown to the user."
messaging:
description: "Configuration for the messaging system.\n\nIn practice this is a set of growable lookup tables for the\nmessage controller to piece together.\n"
description: "The in-app messaging system.\n"
hasExposure: true
exposureDescription: ""
variables:
Expand All @@ -52,7 +52,7 @@ messaging:
description: A growable map of action URLs.
message-under-experiment:
type: string
description: Id or prefix of the message under experiment.
description: "Deprecated in favor of `MessageData#experiment`. This will be removed in future releases."
messages:
type: json
description: A growable collection of messages
Expand Down Expand Up @@ -128,6 +128,17 @@ pre-permission-notification-prompt:
enabled:
type: boolean
description: "if true, the pre-permission notification prompt is shown to the user."
print:
description: A feature for printing from the share or browser menu.
hasExposure: true
exposureDescription: ""
variables:
browser-print-enabled:
type: boolean
description: "If true, a print button from the browser menu is available."
share-print-enabled:
type: boolean
description: "If true, a print button from the share menu is available."
re-engagement-notification:
description: A feature that shows the re-engagement notification if the user is inactive.
hasExposure: true
Expand All @@ -139,25 +150,31 @@ re-engagement-notification:
type:
type: int
description: The type of re-engagement notification that is shown to the inactive user.
search-term-groups:
description: A feature allowing the grouping of URLs around the search term that it came from.
search-extra-params:
description: A feature that provides additional args for search.
hasExposure: true
exposureDescription: ""
variables:
channel-id:
type: json
description: The channel Id param name with arg.
enabled:
type: boolean
description: "If true, the feature shows up on the homescreen and on the new tab screen."
search_extra_params:
description: A feature that provides a search engine name and a channel ID.
description: "If true, the feature is active."
feature-enabler:
type: json
description: "The feature enabler param name with arg, NOTE this map could be empty."
search-engine:
type: string
description: The search engine name.
search-term-groups:
description: A feature allowing the grouping of URLs around the search term that it came from.
hasExposure: true
exposureDescription: ""
variables:
enabled:
type: boolean
description: "If true, the feature is active."
search_name_channel_id:
type: json
description: The search engine name and the channel ID.
description: "If true, the feature shows up on the homescreen and on the new tab screen."
shopping-experience:
description: A feature that shows product review quality information.
hasExposure: true
Expand Down
5 changes: 2 additions & 3 deletions app/build.gradle
Original file line number Diff line number Diff line change
@@ -1,5 +1,4 @@
import org.apache.tools.ant.util.StringUtils
import org.mozilla.fenix.gradle.tasks.ApkSizeTask

plugins {
id "com.jetbrains.python.envs" version "$python_envs_plugin"
Expand Down Expand Up @@ -632,8 +631,8 @@ dependencies {
implementation FenixDependencies.androidx_paging
implementation ComponentsDependencies.androidx_preferences
implementation ComponentsDependencies.androidx_fragment
implementation FenixDependencies.androidx_navigation_fragment
implementation FenixDependencies.androidx_navigation_ui
implementation ComponentsDependencies.androidx_navigation_fragment
implementation ComponentsDependencies.androidx_navigation_ui
implementation ComponentsDependencies.androidx_recyclerview
implementation FenixDependencies.androidx_lifecycle_common
implementation ComponentsDependencies.androidx_lifecycle_livedata
Expand Down
Loading

0 comments on commit 8c13773

Please sign in to comment.