Pier Angelo Vendrame pushed to branch firefox-android-115.2.1-13.5-1 at The Tor Project / Applications / firefox-android
Commits: 16ff4ed5 by clairehurst at 2024-02-21T07:36:28+00:00 fixup! Disable features and functionality
- - - - -
5 changed files:
- fenix/app/src/beta/res/xml/shortcuts.xml - fenix/app/src/debug/res/xml/shortcuts.xml - fenix/app/src/main/res/xml/shortcuts.xml - fenix/app/src/nightly/res/xml/shortcuts.xml - fenix/app/src/release/res/xml/shortcuts.xml
Changes:
===================================== fenix/app/src/beta/res/xml/shortcuts.xml ===================================== @@ -25,15 +25,15 @@ <!-- android:targetPackage="org.torproject.torbrowser_alpha"--> <!-- android:targetClass="org.mozilla.fenix.IntentReceiverActivity" />--> <!-- </shortcut>--> - <shortcut - android:shortcutId="open_new_private_tab" - android:enabled="true" - android:icon="@drawable/ic_static_shortcut_private_tab" - android:shortcutShortLabel="@string/home_screen_shortcut_open_new_private_tab_2" - android:shortcutLongLabel="@string/home_screen_shortcut_open_new_private_tab_2"> - <intent - android:action="org.mozilla.fenix.OPEN_PRIVATE_TAB" - android:targetPackage="org.torproject.torbrowser_alpha" - android:targetClass="org.mozilla.fenix.IntentReceiverActivity" /> - </shortcut> +<!-- <shortcut--> +<!-- android:shortcutId="open_new_private_tab"--> +<!-- android:enabled="true"--> +<!-- android:icon="@drawable/ic_static_shortcut_private_tab"--> +<!-- android:shortcutShortLabel="@string/home_screen_shortcut_open_new_private_tab_2"--> +<!-- android:shortcutLongLabel="@string/home_screen_shortcut_open_new_private_tab_2">--> +<!-- <intent--> +<!-- android:action="org.mozilla.fenix.OPEN_PRIVATE_TAB"--> +<!-- android:targetPackage="org.torproject.torbrowser_alpha"--> +<!-- android:targetClass="org.mozilla.fenix.IntentReceiverActivity" />--> +<!-- </shortcut>--> </shortcuts>
===================================== fenix/app/src/debug/res/xml/shortcuts.xml ===================================== @@ -26,15 +26,15 @@ <!-- android:targetPackage="org.torproject.torbrowser_debug"--> <!-- android:targetClass="org.mozilla.fenix.IntentReceiverActivity" />--> <!-- </shortcut>--> - <shortcut - android:shortcutId="open_new_private_tab" - android:enabled="true" - android:icon="@drawable/ic_static_shortcut_private_tab" - android:shortcutShortLabel="@string/home_screen_shortcut_open_new_private_tab_2" - android:shortcutLongLabel="@string/home_screen_shortcut_open_new_private_tab_2"> - <intent - android:action="org.mozilla.fenix.OPEN_PRIVATE_TAB" - android:targetPackage="org.torproject.torbrowser_debug" - android:targetClass="org.mozilla.fenix.IntentReceiverActivity" /> - </shortcut> +<!-- <shortcut--> +<!-- android:shortcutId="open_new_private_tab"--> +<!-- android:enabled="true"--> +<!-- android:icon="@drawable/ic_static_shortcut_private_tab"--> +<!-- android:shortcutShortLabel="@string/home_screen_shortcut_open_new_private_tab_2"--> +<!-- android:shortcutLongLabel="@string/home_screen_shortcut_open_new_private_tab_2">--> +<!-- <intent--> +<!-- android:action="org.mozilla.fenix.OPEN_PRIVATE_TAB"--> +<!-- android:targetPackage="org.torproject.torbrowser_debug"--> +<!-- android:targetClass="org.mozilla.fenix.IntentReceiverActivity" />--> +<!-- </shortcut>--> </shortcuts>
===================================== fenix/app/src/main/res/xml/shortcuts.xml ===================================== @@ -26,15 +26,15 @@ <!-- android:targetPackage="org.torproject.torbrowser_dev"--> <!-- android:targetClass="org.mozilla.fenix.IntentReceiverActivity" />--> <!-- </shortcut>--> - <shortcut - android:shortcutId="open_new_private_tab" - android:enabled="true" - android:icon="@drawable/ic_static_shortcut_private_tab" - android:shortcutShortLabel="@string/home_screen_shortcut_open_new_private_tab_2" - android:shortcutLongLabel="@string/home_screen_shortcut_open_new_private_tab_2"> - <intent - android:action="org.mozilla.fenix.OPEN_PRIVATE_TAB" - android:targetPackage="org.torproject.torbrowser_dev" - android:targetClass="org.mozilla.fenix.IntentReceiverActivity" /> - </shortcut> +<!-- <shortcut--> +<!-- android:shortcutId="open_new_private_tab"--> +<!-- android:enabled="true"--> +<!-- android:icon="@drawable/ic_static_shortcut_private_tab"--> +<!-- android:shortcutShortLabel="@string/home_screen_shortcut_open_new_private_tab_2"--> +<!-- android:shortcutLongLabel="@string/home_screen_shortcut_open_new_private_tab_2">--> +<!-- <intent--> +<!-- android:action="org.mozilla.fenix.OPEN_PRIVATE_TAB"--> +<!-- android:targetPackage="org.torproject.torbrowser_dev"--> +<!-- android:targetClass="org.mozilla.fenix.IntentReceiverActivity" />--> +<!-- </shortcut>--> </shortcuts>
===================================== fenix/app/src/nightly/res/xml/shortcuts.xml ===================================== @@ -26,15 +26,15 @@ <!-- android:targetPackage="org.torproject.torbrowser_nightly"--> <!-- android:targetClass="org.mozilla.fenix.IntentReceiverActivity" />--> <!-- </shortcut>--> - <shortcut - android:shortcutId="open_new_private_tab" - android:enabled="true" - android:icon="@drawable/ic_static_shortcut_private_tab" - android:shortcutShortLabel="@string/home_screen_shortcut_open_new_private_tab_2" - android:shortcutLongLabel="@string/home_screen_shortcut_open_new_private_tab_2"> - <intent - android:action="org.mozilla.fenix.OPEN_PRIVATE_TAB" - android:targetPackage="org.torproject.torbrowser_nightly" - android:targetClass="org.mozilla.fenix.IntentReceiverActivity" /> - </shortcut> +<!-- <shortcut--> +<!-- android:shortcutId="open_new_private_tab"--> +<!-- android:enabled="true"--> +<!-- android:icon="@drawable/ic_static_shortcut_private_tab"--> +<!-- android:shortcutShortLabel="@string/home_screen_shortcut_open_new_private_tab_2"--> +<!-- android:shortcutLongLabel="@string/home_screen_shortcut_open_new_private_tab_2">--> +<!-- <intent--> +<!-- android:action="org.mozilla.fenix.OPEN_PRIVATE_TAB"--> +<!-- android:targetPackage="org.torproject.torbrowser_nightly"--> +<!-- android:targetClass="org.mozilla.fenix.IntentReceiverActivity" />--> +<!-- </shortcut>--> </shortcuts>
===================================== fenix/app/src/release/res/xml/shortcuts.xml ===================================== @@ -25,15 +25,15 @@ <!-- android:targetPackage="org.torproject.torbrowser"--> <!-- android:targetClass="org.mozilla.fenix.IntentReceiverActivity" />--> <!-- </shortcut>--> - <shortcut - android:shortcutId="open_new_private_tab" - android:enabled="true" - android:icon="@drawable/ic_static_shortcut_private_tab" - android:shortcutShortLabel="@string/home_screen_shortcut_open_new_private_tab_2" - android:shortcutLongLabel="@string/home_screen_shortcut_open_new_private_tab_2"> - <intent - android:action="org.mozilla.fenix.OPEN_PRIVATE_TAB" - android:targetPackage="org.torproject.torbrowser" - android:targetClass="org.mozilla.fenix.IntentReceiverActivity" /> - </shortcut> +<!-- <shortcut--> +<!-- android:shortcutId="open_new_private_tab"--> +<!-- android:enabled="true"--> +<!-- android:icon="@drawable/ic_static_shortcut_private_tab"--> +<!-- android:shortcutShortLabel="@string/home_screen_shortcut_open_new_private_tab_2"--> +<!-- android:shortcutLongLabel="@string/home_screen_shortcut_open_new_private_tab_2">--> +<!-- <intent--> +<!-- android:action="org.mozilla.fenix.OPEN_PRIVATE_TAB"--> +<!-- android:targetPackage="org.torproject.torbrowser"--> +<!-- android:targetClass="org.mozilla.fenix.IntentReceiverActivity" />--> +<!-- </shortcut>--> </shortcuts>
View it on GitLab: https://gitlab.torproject.org/tpo/applications/firefox-android/-/commit/16ff...
tbb-commits@lists.torproject.org