Skip to content

Commit

Permalink
Update Twitter to X (LawnchairLauncher#3654)
Browse files Browse the repository at this point in the history
* Move to X (Twitter)

* Move the rest of URL to X

* Last cleanup

* Refactor XML

* Reorder of width and height
  • Loading branch information
validcube authored Oct 10, 2023
1 parent 19f98b5 commit ccaffa0
Show file tree
Hide file tree
Showing 7 changed files with 23 additions and 23 deletions.
2 changes: 1 addition & 1 deletion CODE_OF_CONDUCT
Original file line number Diff line number Diff line change
Expand Up @@ -60,7 +60,7 @@ representative at an online or offline event.

Instances of abusive, harassing, or otherwise unacceptable behavior may be
reported to the community leaders responsible for enforcement at
[@lawnchairapp](https://twitter.com/lawnchairapp), [Telegram](https://t.co/qYev4OkvpT), or [Discord](https://discord.com/invite/3x8qNWxgGZ).
[@lawnchairapp](https://x.com/lawnchairapp), [Telegram](https://t.co/qYev4OkvpT), or [Discord](https://discord.com/invite/3x8qNWxgGZ).
All complaints will be reviewed and investigated promptly and fairly.

All community leaders are obligated to respect the privacy and security of the
Expand Down
2 changes: 1 addition & 1 deletion README.md
Original file line number Diff line number Diff line change
Expand Up @@ -51,7 +51,7 @@ You can help translate Lawnchair 12.1 [on Crowdin](https://lawnchair.crowdin.com
## Quick links

- [News](https://t.me/lawnchairci)
- [Lawnchair on Twitter](https://twitter.com/lawnchairapp)
- [Lawnchair on X](https://x.com/lawnchairapp)
- [Website](https://lawnchair.app)
- [_XDA_ thread](https://forum.xda-developers.com/t/lawnchair-customizable-pixel-launcher.3627137/)

Expand Down
9 changes: 0 additions & 9 deletions lawnchair/res/drawable/ic_twitter.xml

This file was deleted.

9 changes: 9 additions & 0 deletions lawnchair/res/drawable/ic_x_twitter.xml
Original file line number Diff line number Diff line change
@@ -0,0 +1,9 @@
<vector xmlns:android="http://schemas.android.com/apk/res/android"
android:viewportWidth="512"
android:viewportHeight="512"
android:width="24dp"
android:height="24dp">
<path
android:fillColor="#FF000000"
android:pathData="M389.2,48h70.6L305.6,224.2 487,464H345L233.7,318.6 106.5,464H35.8L200.7,275.5 26.8,48H172.4L272.9,180.9 389.2,48zM364.4,421.8h39.1L151.1,88h-42L364.4,421.8z"/>
</vector>
2 changes: 1 addition & 1 deletion lawnchair/res/values-en-rGB/strings.xml
Original file line number Diff line number Diff line change
Expand Up @@ -17,7 +17,7 @@

<resources xmlns:tools="http://schemas.android.com/tools" xmlns:xliff="urn:oasis:names:tc:xliff:document:1.2">
<string name="iconPackPackageDefault" translatable="false">""</string>
<string name="twitter" translatable="false">Twitter</string>
<string name="x_twitter" translatable="false">X</string>
<string name="github" translatable="false">GitHub</string>

<string name="icon_pack">Icon Pack</string>
Expand Down
2 changes: 1 addition & 1 deletion lawnchair/res/values/strings.xml
Original file line number Diff line number Diff line change
Expand Up @@ -398,7 +398,7 @@
<!-- about/About.kt -->
<string name="news">News</string>
<string name="support">Support</string>
<string name="twitter" translatable="false">Twitter</string>
<string name="x_twitter" translatable="false">X</string>
<string name="github" translatable="false">GitHub</string>
<string name="discord" translatable="false">Discord</string>

Expand Down
20 changes: 10 additions & 10 deletions lawnchair/src/app/lawnchair/ui/preferences/about/About.kt
Original file line number Diff line number Diff line change
Expand Up @@ -81,7 +81,7 @@ private val product = listOf(
name = "Antonio J. Roa Valverde",
role = Role.Development,
photoUrl = "https://avatars.githubusercontent.com/u/914983",
socialUrl = "https://twitter.com/6020peaks",
socialUrl = "https://x.com/6020peaks",
),
TeamMember(
name = "David Sn",
Expand All @@ -105,31 +105,31 @@ private val product = listOf(
name = "Kshitij Gupta",
role = Role.Development,
photoUrl = "https://avatars.githubusercontent.com/u/18647641",
socialUrl = "https://twitter.com/Agent_Fabulous",
socialUrl = "https://x.com/Agent_Fabulous",
),
TeamMember(
name = "Manuel Lorenzo",
role = Role.Development,
photoUrl = "https://avatars.githubusercontent.com/u/183264",
socialUrl = "https://twitter.com/noloman",
socialUrl = "https://x.com/noloman",
),
TeamMember(
name = "paphonb",
role = Role.Development,
photoUrl = "https://avatars.githubusercontent.com/u/8080853",
socialUrl = "https://twitter.com/paphonb",
socialUrl = "https://x.com/paphonb",
),
TeamMember(
name = "raphtlw",
role = Role.Development,
photoUrl = "https://avatars.githubusercontent.com/u/47694127",
socialUrl = "https://twitter.com/raphtlw",
socialUrl = "https://x.com/raphtlw",
),
TeamMember(
name = "Rhyse Simpson",
role = Role.QuickSwitchMaintenance,
photoUrl = "https://avatars.githubusercontent.com/u/7065700",
socialUrl = "https://twitter.com/skittles9823",
socialUrl = "https://x.com/skittles9823",
),
TeamMember(
name = "Yasan",
Expand All @@ -156,7 +156,7 @@ private val supportAndPr = listOf(
name = "Rik Koedoot",
role = Role.SupportAndPr,
photoUrl = "https://avatars.githubusercontent.com/u/29402532",
socialUrl = "https://twitter.com/rikkoedoot",
socialUrl = "https://x.com/rikkoedoot",
),
TeamMember(
name = "SuperDragonXD",
Expand All @@ -178,9 +178,9 @@ private val links = listOf(
url = "https://t.me/lccommunity",
),
Link(
iconResId = R.drawable.ic_twitter,
labelResId = R.string.twitter,
url = "https://twitter.com/lawnchairapp",
iconResId = R.drawable.ic_x_twitter,
labelResId = R.string.x_twitter,
url = "https://x.com/lawnchairapp",
),
Link(
iconResId = R.drawable.ic_github,
Expand Down

0 comments on commit ccaffa0

Please sign in to comment.