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

[tor-commits] [Git][tpo/applications/android-components][android-components-102.0.14-12.5-1] fixup! Bug 40015: Port padlock states for .onion services



Title: GitLab

richard pushed to branch android-components-102.0.14-12.5-1 at The Tor Project / Applications / android-components

Commits:

  • e5b284fa
    by Dan Ballard at 2023-06-15T12:51:09-07:00
    fixup! Bug 40015: Port padlock states for .onion services
    
    Bug 41827: Deploy the new onion site icon to Android too
    

1 changed file:

Changes:

  • components/ui/icons/src/main/res/drawable/mozac_ic_onion.xml
    1 1
     <?xml version="1.0" encoding="utf-8"?>
    
    2
    -<!-- This Source Code Form is subject to the terms of the Mozilla Public
    
    3
    -   - License, v. 2.0. If a copy of the MPL was not distributed with this
    
    4
    -   - file, You can obtain one at http://mozilla.org/MPL/2.0/. -->
    
    5 2
     <vector xmlns:android="http://schemas.android.com/apk/res/android"
    
    6
    -        android:width="24dp"
    
    7
    -        android:height="24dp"
    
    8
    -        android:viewportWidth="24"
    
    9
    -        android:viewportHeight="24">
    
    3
    +    android:width="24dp"
    
    4
    +    android:height="24dp"
    
    5
    +    android:viewportWidth="24"
    
    6
    +    android:viewportHeight="24">
    
    7
    +
    
    10 8
         <path
    
    11
    -        android:pathData="m12.0215,20.5903c0,0 0,-1.2728 0,-1.2728 4.0319,-0.0117 7.2965,-3.283 7.2965,-7.3177 0,-4.0345 -3.2646,-7.3058 -7.2965,-7.3175 0,0 0,-1.2728 0,-1.2728 4.7348,0.0119 8.5691,3.8529 8.5691,8.5903 0,4.7377 -3.8342,8.5789 -8.5691,8.5906 0,0 0,0 0,0m0,-4.4551c2.2741,-0.012 4.1148,-1.8582 4.1148,-4.1355 0,-2.277 -1.8407,-4.1233 -4.1148,-4.1352 0,0 0,-1.2726 0,-1.2726 2.9773,0.0116 5.3877,2.4278 5.3877,5.4078 0,2.9802 -2.4103,5.3964 -5.3877,5.408 0,0 0,-1.2725 0,-1.2725m0,-6.3616c1.2199,0.0116 2.2057,1.0033 2.2057,2.2261 0,1.2231 -0.9858,2.2147 -2.2057,2.2264 0,0 0,-4.4525 0,-4.4525M1.5,11.9997C1.5,17.799 6.2008,22.5 12,22.5 17.799,22.5 22.5,17.799 22.5,11.9997 22.5,6.2008 17.799,1.5 12,1.5 6.2008,1.5 1.5,6.2008 1.5,11.9997c0,0 0,0 0,0"
    
    12
    -        android:strokeWidth="1.49999"
    
    13
    -        android:fillColor="@color/mozac_ui_icons_fill"/>
    
    9
    +        android:fillColor="@color/mozac_ui_icons_fill"
    
    10
    +        android:fillType="evenOdd"
    
    11
    +        android:pathData="M12 18.25c2.0711 0 3.75-1.6789 3.75-3.75s-1.6789-3.75-3.75-3.75c-2.0711 0-3.75 1.6789-3.75 3.75s1.6789 3.75 3.75 3.75zm0 1.25c2.7614 0 5-2.2386 5-5s-2.2386-5-5-5c-2.7614 0-5 2.2386-5 5s2.2386 5 5 5z" />
    
    12
    +    <path
    
    13
    +        android:fillColor="@color/mozac_ui_icons_fill"
    
    14
    +        android:fillType="evenOdd"
    
    15
    +        android:pathData="M12 15.75c0.6903 0 1.25-0.5596 1.25-1.25 0-0.6903-0.5597-1.25-1.25-1.25s-1.25 0.5597-1.25 1.25c0 0.6904 0.5597 1.25 1.25 1.25zm0 1.25c1.3807 0 2.5-1.1193 2.5-2.5s-1.1193-2.5-2.5-2.5-2.5 1.1193-2.5 2.5 1.1193 2.5 2.5 2.5z" />
    
    16
    +    <path
    
    17
    +        android:fillColor="@color/mozac_ui_icons_fill"
    
    18
    +        android:fillType="evenOdd"
    
    19
    +        android:pathData="M17 8.9097c1.5344 1.3733 2.5 3.3691 2.5 5.5903 0 4.1421-3.3579 7.5-7.5 7.5-4.1421 0-7.5-3.3579-7.5-7.5 0-2.2212 0.96563-4.217 2.5-5.5903v-1.9097c0-2.7614 2.2386-5 5-5 2.7614 0 5 2.2386 5 5zm-8.4375-1.0774c1.0298-0.53198 2.1985-0.83239 3.4375-0.83239s2.4078 0.30041 3.4375 0.83239v-0.83239c0-1.8985-1.539-3.4375-3.4375-3.4375s-3.4375 1.539-3.4375 3.4375zm9.6875 6.6676c0 3.4518-2.7982 6.25-6.25 6.25-3.4518 0-6.25-2.7982-6.25-6.25s2.7982-6.25 6.25-6.25c3.4518 0 6.25 2.7982 6.25 6.25z" />
    
    14 20
     </vector>

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