Verified Commit 18397ee3 authored by clairehurst's avatar clairehurst 🌱 Committed by boklm
Browse files

fixup! [android] Rename as Tor Browser

parent 1a562133
Loading
Loading
Loading
Loading
+1 −1
Original line number Diff line number Diff line
@@ -475,7 +475,7 @@ private fun TabStripIcon(
            )
        } else if (url == ABOUT_HOME_URL) {
            Favicon(
                imageResource = R.drawable.ic_firefox,
                imageResource = R.drawable.tor_browser_app_icon,
                size = tabStripIconSize,
            )
        } else {
+1 −1
Original line number Diff line number Diff line
@@ -186,7 +186,7 @@ private fun FallbackContent(
            )
        } else if (tab.content.url == ABOUT_HOME_URL) {
            Image(
                painter = painterResource(id = R.drawable.ic_firefox),
                painter = painterResource(id = R.drawable.tor_browser_app_icon),
                contentDescription = null,
                modifier = Modifier
                    .size(FallbackIconSize)
+0 −10
Original line number Diff line number Diff line
@@ -41,16 +41,6 @@ class DefaultAppIconRepository(

    override val groupedAppIcons: Map<IconGroupTitle, List<AppIcon>>
        get() = mapOf(
            IconGroupTitle(R.string.alternative_app_icon_group_featured) to listOf(
                AppIcon.AppRetro2004,
                AppIcon.AppPixelated,
                AppIcon.AppCuddling,
                AppIcon.AppPride,
                AppIcon.AppFlaming,
                AppIcon.AppMinimal,
                AppIcon.AppMomo,
                AppIcon.AppCool,
            ),
            IconGroupTitle(R.string.alternative_app_icon_group_solid_colors) to listOf(
                AppIcon.AppDefault,
                AppIcon.AppSolidLight,
+1 −1
Original line number Diff line number Diff line
@@ -214,7 +214,7 @@ private fun TabContent(
                        )
                    } else if (tab.content.url == ABOUT_HOME_URL) {
                        Image(
                            painter = painterResource(id = R.drawable.ic_firefox),
                            painter = painterResource(id = R.drawable.tor_browser_app_icon),
                            contentDescription = null,
                            modifier = Modifier.size(TabHeaderFaviconSize),
                        )
+1 −1
Original line number Diff line number Diff line
@@ -4,6 +4,6 @@
   - file, You can obtain one at http://mozilla.org/MPL/2.0/. -->
<adaptive-icon xmlns:android="http://schemas.android.com/apk/res/android">
    <background android:drawable="@color/photonWhite"/>
    <foreground android:drawable="@drawable/ic_launcher_foreground"/>
    <foreground android:drawable="@mipmap/ic_launcher_foreground"/>
    <monochrome android:drawable="@mipmap/ic_launcher_monochrome"/>
</adaptive-icon>
Loading