Skip to content
This repository was archived by the owner on Apr 15, 2025. It is now read-only.

Commit fd5b0ab

Browse files
gabrielluongmergify[bot]
authored andcommitted
Bug 1831901 - Start the Nightly 115 development cycle
1 parent 9c33aab commit fd5b0ab

File tree

2 files changed

+8
-20
lines changed

2 files changed

+8
-20
lines changed

docs/changelog.md

Lines changed: 8 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -4,12 +4,18 @@ title: Changelog
44
permalink: /changelog/
55
---
66

7-
# 114.0.0 (In Development)
8-
* [Commits](https://github.com/mozilla-mobile/firefox-android/compare/releases_v113..main)
7+
# 115.0.0 (In Development)
8+
* [Commits](https://github.com/mozilla-mobile/firefox-android/compare/releases_v114..main)
99
* [Dependencies](https://github.com/mozilla-mobile/firefox-android/blob/main/android-components/plugins/dependencies/src/main/java/DependenciesPlugin.kt)
1010
* [Gecko](https://github.com/mozilla-mobile/firefox-android/blob/main/android-components/plugins/dependencies/src/main/java/Gecko.kt)
1111
* [Configuration](https://github.com/mozilla-mobile/firefox-android/blob/main/android-components/.config.yml)
1212

13+
# 114.0.0
14+
* [Commits](https://github.com/mozilla-mobile/firefox-android/compare/releases_v113..releases_v114)
15+
* [Dependencies](https://github.com/mozilla-mobile/firefox-android/blob/releases_v114/android-components/plugins/dependencies/src/main/java/DependenciesPlugin.kt)
16+
* [Gecko](https://github.com/mozilla-mobile/firefox-android/blob/releases_v114/android-components/plugins/dependencies/src/main/java/Gecko.kt)
17+
* [Configuration](https://github.com/mozilla-mobile/firefox-android/blob/releases_v114/android-components/.config.yml)
18+
1319
* * **browser-state**
1420
* 🌟 Added `DownloadState`.`openInApp` to indicate whether or not the file associated with the download should be opened in a third party app after downloaded successfully, for more information see [bug 1829371](https://bugzilla.mozilla.org/show_bug.cgi?id=1829371) and [bug 1829372](https://bugzilla.mozilla.org/show_bug.cgi?id=1829372).
1521

fenix/app/src/main/res/values/strings.xml

Lines changed: 0 additions & 18 deletions
Original file line numberDiff line numberDiff line change
@@ -412,32 +412,14 @@
412412
<string name="reduce_cookie_banner_details_panel_description_off_for_site">%1$s will clear this site’s cookies and refresh the page. Clearing all cookies may sign you out or empty shopping carts.</string>
413413
<!-- Long text for a detail explanation indicating what will happen if cookie banner handling is on for a site, this is shown as part of the cookie banner panel in the toolbar. The first parameter is the application name -->
414414
<string name="reduce_cookie_banner_details_panel_description_on_for_site_2">%1$s tries to automatically reject all cookie requests on supported sites.</string>
415-
<!-- Title text for the dialog use on the control branch of the experiment to determine which context users engaged the most -->
416-
<string name="reduce_cookie_banner_control_experiment_dialog_title" moz:RemovedIn="112" tools:ignore="UnusedResources">Allow Firefox to reject cookie banners?</string>
417415
<!-- Title text for the cookie banner re-engagement dialog. The first parameter is the application name. -->
418416
<string name="reduce_cookie_banner_dialog_title">Allow %1$s to reject cookie banners?</string>
419-
<!-- Body text for the dialog use on the control branch of the experiment to determine which context users engaged the most.The first parameter is the application name -->
420-
<string name="reduce_cookie_banner_control_experiment_dialog_body_2" moz:RemovedIn="112" tools:ignore="UnusedResources">Allow %1$s to automatically reject cookie requests when possible?</string>
421417
<!-- Body text for the cookie banner re-engagement dialog use. The first parameter is the application name. -->
422418
<string name="reduce_cookie_banner_dialog_body">%1$s can automatically reject many cookie banner requests.</string>
423419
<!-- Remind me later text button for the onboarding dialog -->
424420
<string name="reduce_cookie_banner_dialog_not_now_button">Not Now</string>
425-
<!-- Change setting text button, for the dialog use on the control branch of the experiment to determine which context users engaged the most -->
426-
<string name="reduce_cookie_banner_control_experiment_dialog_change_setting_button" moz:RemovedIn="112" tools:ignore="UnusedResources">Dismiss banners</string>
427421
<!-- Snack text for the cookie banner dialog, after user hit the dismiss banner button -->
428422
<string name="reduce_cookie_banner_dialog_snackbar_text">You’ll see fewer cookie requests</string>
429-
<!-- Title text for the dialog use on the variant 1 branch of the experiment to determine which context users engaged the most -->
430-
<string name="reduce_cookie_banner_variant_1_experiment_dialog_title" moz:RemovedIn="112" tools:ignore="UnusedResources">See fewer cookie pop-ups</string>
431-
<!-- Body text for the dialog use on the variant 1 branch of the experiment to determine which context users engaged the most. The first parameter is the application name. -->
432-
<string name="reduce_cookie_banner_variant_1_experiment_dialog_body_1" moz:RemovedIn="112" tools:ignore="UnusedResources">Automatically answer cookie pop-ups for distraction-free browsing. %1$s will reject all requests if possible.</string>
433-
<!-- Change setting text button, for the onboarding dialog use on the variant 1 branch of the experiment to determine which context users engaged the most -->
434-
<string name="reduce_cookie_banner_variant_1_experiment_dialog_change_setting_button" moz:RemovedIn="112" tools:ignore="UnusedResources">Dismiss Pop-ups</string>
435-
<!-- Title text for the dialog use on the variant 2 branch of the experiment to determine which context users engaged the most -->
436-
<string name="reduce_cookie_banner_variant_2_experiment_dialog_title" moz:RemovedIn="112" tools:ignore="UnusedResources">Cookie Banner Reduction</string>
437-
<!-- Body text for the dialog use on the variant 2 branch of the experiment to determine which context users engaged the most. The first parameter is the application name. -->
438-
<string name="reduce_cookie_banner_variant_2_experiment_dialog_body_1" moz:RemovedIn="112" tools:ignore="UnusedResources">Allow %1$s to decline a site’s cookie consent request if possible?</string>
439-
<!-- Change setting text button, for the dialog use on the variant 2 branch of the experiment to determine which context users engaged the most -->
440-
<string name="reduce_cookie_banner_variant_2_experiment_dialog_change_setting_button" moz:RemovedIn="112" tools:ignore="UnusedResources">Allow</string>
441423
<!-- Change setting text button, for the cookie banner re-engagement dialog -->
442424
<string name="reduce_cookie_banner_dialog_change_setting_button">Allow</string>
443425

0 commit comments

Comments
 (0)