[Author Prev][Author Next][Thread Prev][Thread Next][Author Index][Thread Index]

[tor-commits] [Git][tpo/applications/firefox-android][firefox-android-115.2.1-13.5-1] fixup! Disable features and functionality



Title: GitLab

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:

Changes:

  • fenix/app/src/beta/res/xml/shortcuts.xml
    ... ... @@ -25,15 +25,15 @@
    25 25
     <!--            android:targetPackage="org.torproject.torbrowser_alpha"-->
    
    26 26
     <!--            android:targetClass="org.mozilla.fenix.IntentReceiverActivity" />-->
    
    27 27
     <!--    </shortcut>-->
    
    28
    -    <shortcut
    
    29
    -        android:shortcutId="open_new_private_tab"
    
    30
    -        android:enabled="true"
    
    31
    -        android:icon="@drawable/ic_static_shortcut_private_tab"
    
    32
    -        android:shortcutShortLabel="@string/home_screen_shortcut_open_new_private_tab_2"
    
    33
    -        android:shortcutLongLabel="@string/home_screen_shortcut_open_new_private_tab_2">
    
    34
    -        <intent
    
    35
    -            android:action="">"org.mozilla.fenix.OPEN_PRIVATE_TAB"
    
    36
    -            android:targetPackage="org.torproject.torbrowser_alpha"
    
    37
    -            android:targetClass="org.mozilla.fenix.IntentReceiverActivity" />
    
    38
    -    </shortcut>
    
    28
    +<!--    <shortcut-->
    
    29
    +<!--        android:shortcutId="open_new_private_tab"-->
    
    30
    +<!--        android:enabled="true"-->
    
    31
    +<!--        android:icon="@drawable/ic_static_shortcut_private_tab"-->
    
    32
    +<!--        android:shortcutShortLabel="@string/home_screen_shortcut_open_new_private_tab_2"-->
    
    33
    +<!--        android:shortcutLongLabel="@string/home_screen_shortcut_open_new_private_tab_2">-->
    
    34
    +<!--        <intent-->
    
    35
    +<!--            android:action=""-->
    
    36
    +<!--            android:targetPackage="org.torproject.torbrowser_alpha"-->
    
    37
    +<!--            android:targetClass="org.mozilla.fenix.IntentReceiverActivity" />-->
    
    38
    +<!--    </shortcut>-->
    
    39 39
     </shortcuts>

  • fenix/app/src/debug/res/xml/shortcuts.xml
    ... ... @@ -26,15 +26,15 @@
    26 26
     <!--            android:targetPackage="org.torproject.torbrowser_debug"-->
    
    27 27
     <!--            android:targetClass="org.mozilla.fenix.IntentReceiverActivity" />-->
    
    28 28
     <!--    </shortcut>-->
    
    29
    -    <shortcut
    
    30
    -        android:shortcutId="open_new_private_tab"
    
    31
    -        android:enabled="true"
    
    32
    -        android:icon="@drawable/ic_static_shortcut_private_tab"
    
    33
    -        android:shortcutShortLabel="@string/home_screen_shortcut_open_new_private_tab_2"
    
    34
    -        android:shortcutLongLabel="@string/home_screen_shortcut_open_new_private_tab_2">
    
    35
    -        <intent
    
    36
    -            android:action="">"org.mozilla.fenix.OPEN_PRIVATE_TAB"
    
    37
    -            android:targetPackage="org.torproject.torbrowser_debug"
    
    38
    -            android:targetClass="org.mozilla.fenix.IntentReceiverActivity" />
    
    39
    -    </shortcut>
    
    29
    +<!--    <shortcut-->
    
    30
    +<!--        android:shortcutId="open_new_private_tab"-->
    
    31
    +<!--        android:enabled="true"-->
    
    32
    +<!--        android:icon="@drawable/ic_static_shortcut_private_tab"-->
    
    33
    +<!--        android:shortcutShortLabel="@string/home_screen_shortcut_open_new_private_tab_2"-->
    
    34
    +<!--        android:shortcutLongLabel="@string/home_screen_shortcut_open_new_private_tab_2">-->
    
    35
    +<!--        <intent-->
    
    36
    +<!--            android:action=""-->
    
    37
    +<!--            android:targetPackage="org.torproject.torbrowser_debug"-->
    
    38
    +<!--            android:targetClass="org.mozilla.fenix.IntentReceiverActivity" />-->
    
    39
    +<!--    </shortcut>-->
    
    40 40
     </shortcuts>

  • fenix/app/src/main/res/xml/shortcuts.xml
    ... ... @@ -26,15 +26,15 @@
    26 26
     <!--            android:targetPackage="org.torproject.torbrowser_dev"-->
    
    27 27
     <!--            android:targetClass="org.mozilla.fenix.IntentReceiverActivity" />-->
    
    28 28
     <!--    </shortcut>-->
    
    29
    -    <shortcut
    
    30
    -        android:shortcutId="open_new_private_tab"
    
    31
    -        android:enabled="true"
    
    32
    -        android:icon="@drawable/ic_static_shortcut_private_tab"
    
    33
    -        android:shortcutShortLabel="@string/home_screen_shortcut_open_new_private_tab_2"
    
    34
    -        android:shortcutLongLabel="@string/home_screen_shortcut_open_new_private_tab_2">
    
    35
    -        <intent
    
    36
    -            android:action="">"org.mozilla.fenix.OPEN_PRIVATE_TAB"
    
    37
    -            android:targetPackage="org.torproject.torbrowser_dev"
    
    38
    -            android:targetClass="org.mozilla.fenix.IntentReceiverActivity" />
    
    39
    -    </shortcut>
    
    29
    +<!--    <shortcut-->
    
    30
    +<!--        android:shortcutId="open_new_private_tab"-->
    
    31
    +<!--        android:enabled="true"-->
    
    32
    +<!--        android:icon="@drawable/ic_static_shortcut_private_tab"-->
    
    33
    +<!--        android:shortcutShortLabel="@string/home_screen_shortcut_open_new_private_tab_2"-->
    
    34
    +<!--        android:shortcutLongLabel="@string/home_screen_shortcut_open_new_private_tab_2">-->
    
    35
    +<!--        <intent-->
    
    36
    +<!--            android:action=""-->
    
    37
    +<!--            android:targetPackage="org.torproject.torbrowser_dev"-->
    
    38
    +<!--            android:targetClass="org.mozilla.fenix.IntentReceiverActivity" />-->
    
    39
    +<!--    </shortcut>-->
    
    40 40
     </shortcuts>

  • fenix/app/src/nightly/res/xml/shortcuts.xml
    ... ... @@ -26,15 +26,15 @@
    26 26
     <!--            android:targetPackage="org.torproject.torbrowser_nightly"-->
    
    27 27
     <!--            android:targetClass="org.mozilla.fenix.IntentReceiverActivity" />-->
    
    28 28
     <!--    </shortcut>-->
    
    29
    -    <shortcut
    
    30
    -        android:shortcutId="open_new_private_tab"
    
    31
    -        android:enabled="true"
    
    32
    -        android:icon="@drawable/ic_static_shortcut_private_tab"
    
    33
    -        android:shortcutShortLabel="@string/home_screen_shortcut_open_new_private_tab_2"
    
    34
    -        android:shortcutLongLabel="@string/home_screen_shortcut_open_new_private_tab_2">
    
    35
    -        <intent
    
    36
    -            android:action="">"org.mozilla.fenix.OPEN_PRIVATE_TAB"
    
    37
    -            android:targetPackage="org.torproject.torbrowser_nightly"
    
    38
    -            android:targetClass="org.mozilla.fenix.IntentReceiverActivity" />
    
    39
    -    </shortcut>
    
    29
    +<!--    <shortcut-->
    
    30
    +<!--        android:shortcutId="open_new_private_tab"-->
    
    31
    +<!--        android:enabled="true"-->
    
    32
    +<!--        android:icon="@drawable/ic_static_shortcut_private_tab"-->
    
    33
    +<!--        android:shortcutShortLabel="@string/home_screen_shortcut_open_new_private_tab_2"-->
    
    34
    +<!--        android:shortcutLongLabel="@string/home_screen_shortcut_open_new_private_tab_2">-->
    
    35
    +<!--        <intent-->
    
    36
    +<!--            android:action=""-->
    
    37
    +<!--            android:targetPackage="org.torproject.torbrowser_nightly"-->
    
    38
    +<!--            android:targetClass="org.mozilla.fenix.IntentReceiverActivity" />-->
    
    39
    +<!--    </shortcut>-->
    
    40 40
     </shortcuts>

  • fenix/app/src/release/res/xml/shortcuts.xml
    ... ... @@ -25,15 +25,15 @@
    25 25
     <!--            android:targetPackage="org.torproject.torbrowser"-->
    
    26 26
     <!--            android:targetClass="org.mozilla.fenix.IntentReceiverActivity" />-->
    
    27 27
     <!--    </shortcut>-->
    
    28
    -    <shortcut
    
    29
    -        android:shortcutId="open_new_private_tab"
    
    30
    -        android:enabled="true"
    
    31
    -        android:icon="@drawable/ic_static_shortcut_private_tab"
    
    32
    -        android:shortcutShortLabel="@string/home_screen_shortcut_open_new_private_tab_2"
    
    33
    -        android:shortcutLongLabel="@string/home_screen_shortcut_open_new_private_tab_2">
    
    34
    -        <intent
    
    35
    -            android:action="">"org.mozilla.fenix.OPEN_PRIVATE_TAB"
    
    36
    -            android:targetPackage="org.torproject.torbrowser"
    
    37
    -            android:targetClass="org.mozilla.fenix.IntentReceiverActivity" />
    
    38
    -    </shortcut>
    
    28
    +<!--    <shortcut-->
    
    29
    +<!--        android:shortcutId="open_new_private_tab"-->
    
    30
    +<!--        android:enabled="true"-->
    
    31
    +<!--        android:icon="@drawable/ic_static_shortcut_private_tab"-->
    
    32
    +<!--        android:shortcutShortLabel="@string/home_screen_shortcut_open_new_private_tab_2"-->
    
    33
    +<!--        android:shortcutLongLabel="@string/home_screen_shortcut_open_new_private_tab_2">-->
    
    34
    +<!--        <intent-->
    
    35
    +<!--            android:action=""-->
    
    36
    +<!--            android:targetPackage="org.torproject.torbrowser"-->
    
    37
    +<!--            android:targetClass="org.mozilla.fenix.IntentReceiverActivity" />-->
    
    38
    +<!--    </shortcut>-->
    
    39 39
     </shortcuts>

  • _______________________________________________
    tor-commits mailing list
    tor-commits@xxxxxxxxxxxxxxxxxxxx
    https://lists.torproject.org/cgi-bin/mailman/listinfo/tor-commits