commit ca50658643c43cf2d5f002e29e45947ac463881b parent 81f75a928334bdcb1be13cf0d17d1b0e0a6cd7d8 Author: pollymce <pmceldowney@mozilla.com> Date: Mon, 8 Dec 2025 16:35:13 +0000 Bug 2004705 - Start the nightly 148 development cycle. r=android-reviewers,android-l10n-reviewers,flod,tthibaud Strings expiring in version 145 have been removed Differential Revision: https://phabricator.services.mozilla.com/D275447 Diffstat:
3 files changed, 3 insertions(+), 13 deletions(-)
diff --git a/mobile/android/android-components/docs/changelog.md b/mobile/android/android-components/docs/changelog.md @@ -4,7 +4,9 @@ title: Changelog permalink: /changelog/ --- -# 147.0 (In Development) +# 148.0 (In Development) + +# 147.0 * **browser-state**: * ⚠️ **Breaking change**: New `Unknown` third state for the `SecurityStatus` of the connection used in a tab. The `secure` property has been migrated to `isSecure`. [Bug 2000617](https://bugzilla.mozilla.org/show_bug.cgi?id=2000617). * **lib-state** diff --git a/mobile/android/fenix/app/src/main/res/values/static_strings.xml b/mobile/android/fenix/app/src/main/res/values/static_strings.xml @@ -89,10 +89,6 @@ <string name="preferences_debug_settings_composable_toolbar" translatable="false">Enable Composable Toolbar</string> <!-- Label for enabling the redesigned toolbar options --> <string name="preferences_debug_settings_toolbar_redesign" translatable="false">Enable Redesigned Toolbar Options</string> - <!-- Label for enabling the redesigned simple toolbar --> - <string name="preferences_debug_settings_simple_toolbar_customization" tools:ignore="UnusedResources" moz:removedIn="145">Enable simple toolbar customization</string> - <!-- Label for enabling the redesigned expanded toolbar --> - <string name="preferences_debug_settings_expanded_toolbar_customization" tools:ignore="UnusedResources" moz:removedIn="145">Enable expanded toolbar customization</string> <!-- Label for enabling the redesigned toolbar --> <string name="preferences_debug_settings_toolbar_customization">Enable Toolbar Customization</string> <!-- Label for a longer description of the redesigned toolbar depending on the composable toolbar feature --> diff --git a/mobile/android/fenix/app/src/main/res/values/strings.xml b/mobile/android/fenix/app/src/main/res/values/strings.xml @@ -739,8 +739,6 @@ <string name="preferences_gestures">Gestures</string> <!-- Preference for settings related to visual options --> <string name="preferences_customize">Customize</string> - <!-- Preference description for banner about signing in --> - <string name="preferences_sign_in_description_2" tools:ignore="UnusedResources" moz:removedIn="145">Sign in to sync tabs, bookmarks, passwords, and more.</string> <!-- Preference description shown in the banner prompting the user to sign in for sync features --> <string name="preferences_sign_in_description">Sync tabs, bookmarks, passwords, and more.</string> <!-- Preference shown instead of account display name while account profile information isn't available yet. --> @@ -1108,8 +1106,6 @@ <string name="preference_experiments_summary_2">Allows Mozilla to install and run studies</string> <!-- Turn On Sync Preferences --> - <!-- Header of the Sync and save your data preference view --> - <string name="preferences_sync_2" tools:ignore="UnusedResources" moz:removedIn="145">Sync and save your data</string> <!-- Header of the Sign in preference view --> <string name="preferences_sign_in">Sign in</string> <!-- Preference for reconnecting to FxA sync --> @@ -1361,8 +1357,6 @@ <string name="tab_tray_multiselect_menu_content_description">Selected tabs menu</string> <!-- Title text displayed for a homepage tab in the tabs tray. --> <string name="tab_tray_homepage_tab">Homepage</string> - <!-- Title text displayed for a homepage tab in the tabs tray. %s is a placeholder that will be replaced by app name. --> - <string name="tab_tray_homepage_tab_2" tools:ignore="UnusedResources" moz:removedIn="145">%s homepage</string> <!-- Content description (not visible, for screen readers etc.): Removes tab from collection button. Removes the selected tab from collection when pressed --> <string name="remove_tab_from_collection">Remove tab from collection</string> <!-- Text for button to enter multiselect mode in tabs tray --> @@ -1913,8 +1907,6 @@ <string name="toast_copy_link_to_clipboard">Copied to clipboard</string> <!-- An option from the share dialog to sign into sync --> <string name="sync_sign_in">Sign in to Sync</string> - <!-- An option from the three dot menu to sync and save data --> - <string name="sync_menu_sync_and_save_data" tools:ignore="UnusedResources" moz:removedIn="145">Sync and save data</string> <!-- An option from the three dot menu to sign in --> <string name="sync_menu_sign_in">Sign in</string> <!-- An option from the share dialog to send link to all other sync devices -->