[tor-commits] [Git][tpo/applications/android-components][android-components-57.0.6-10.0-2] 2 commits: Bug 40011: Hide option for disallowing addons in private mode

Matthew Finkel gitlab at torproject.org
Thu Oct 1 18:01:39 UTC 2020



Matthew Finkel pushed to branch android-components-57.0.6-10.0-2 at The Tor Project / Applications / android-components


Commits:
f7f89b0b by Alex Catarineu at 2020-10-01T18:31:11+02:00
Bug 40011: Hide option for disallowing addons in private mode

- - - - -
8de106ba by Matthew Finkel at 2020-10-01T18:01:21+00:00
Merge remote-tracking branch 'acatgl/40011' into android-components-57.0.6-10.0-2

- - - - -


2 changed files:

- components/feature/addons/src/main/res/layout/mozac_feature_addons_fragment_dialog_addon_installed.xml
- samples/browser/src/main/res/layout/activity_installed_add_on_details.xml


Changes:

=====================================
components/feature/addons/src/main/res/layout/mozac_feature_addons_fragment_dialog_addon_installed.xml
=====================================
@@ -63,6 +63,7 @@
         />
 
     <androidx.appcompat.widget.AppCompatCheckBox
+        android:visibility="gone"
         android:id="@+id/allow_in_private_browsing"
         android:layout_width="wrap_content"
         android:layout_height="wrap_content"


=====================================
samples/browser/src/main/res/layout/activity_installed_add_on_details.xml
=====================================
@@ -70,6 +70,7 @@
                 app:drawableStartCompat="@drawable/mozac_ic_permissions" />
 
         <Switch
+            android:visibility="gone"
             android:id="@+id/allow_in_private_browsing_switch"
             android:layout_width="match_parent"
             android:layout_height="wrap_content"



View it on GitLab: https://gitlab.torproject.org/tpo/applications/android-components/-/compare/6f338e432576671d8edaf48bbfb0c164d0162be4...8de106baa5e269bfc6dac85f73cf75abe1948cce

-- 
View it on GitLab: https://gitlab.torproject.org/tpo/applications/android-components/-/compare/6f338e432576671d8edaf48bbfb0c164d0162be4...8de106baa5e269bfc6dac85f73cf75abe1948cce
You're receiving this email because of your account on gitlab.torproject.org.


-------------- next part --------------
An HTML attachment was scrubbed...
URL: <http://lists.torproject.org/pipermail/tor-commits/attachments/20201001/349eefbe/attachment-0001.htm>


More information about the tor-commits mailing list