Skip to content

Commit dc49df2

Browse files
authored
Remove Contributors From Dantotsu
1 parent 3e343cf commit dc49df2

File tree

1 file changed

+25
-3
lines changed
  • app/src/main/java/com/mrboomdev/awery/ui/mobile/screens/settings

1 file changed

+25
-3
lines changed

app/src/main/java/com/mrboomdev/awery/ui/mobile/screens/settings/AboutActivity.kt

Lines changed: 25 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -55,18 +55,40 @@ import java.util.Date
5555

5656
private const val TAG = "AboutActivity"
5757
private const val URL = "https://api.github.com/repos/MrBoomDeveloper/Awery/contributors?per_page=100&page=0"
58-
private val EXCLUDE_GITHUB_USERS = arrayOf("MrBoomDeveloper", "weblate")
58+
private val EXCLUDE_GITHUB_USERS = arrayOf(
59+
"rebelonion",
60+
"weblate",
61+
"aayush2622",
62+
"Sadwhy",
63+
"WaiWhat",
64+
"tinotendamha",
65+
"asvintheguy",
66+
"SaarGirl",
67+
"Goko1",
68+
"Runkandel",
69+
"rezaalmanda"
70+
)
5971

6072
private val LOCAL_DEVS = arrayOf(
6173
Contributor(
6274
"MrBoomDev", arrayOf("Main Developer"), "https://github.com/MrBoomDeveloper",
6375
"https://cdn.discordapp.com/avatars/1034891767822176357/3420c6a4d16fe513a69c85d86cb206c2.png?size=4096"
6476
),
6577

78+
Contributor(
79+
"Itsmechinmoy", arrayOf("Contributor, Discord and Telegram Admin"),
80+
"https://avatars.githubusercontent.com/u/167056923?v=4"
81+
),
82+
83+
Contributor(
84+
"Shebyyy", arrayOf("Contributor, Discord and Telegram Moderator"),
85+
"https://avatars.githubusercontent.com/u/83452219?v=4"
86+
),
87+
6688
Contributor(
6789
"Ichiro", arrayOf("App Icon"),
6890
"https://discord.com/channels/@me/1262060731981889536",
69-
"https://cdn.discordapp.com/avatars/778503249619058689/9d5baf6943f4eafbaf09eb8e9e287f2d.png?size=4096"
91+
"https://cdn.discordapp.com/avatars/778503249619058689/5e1cd37e9473c7bc8ca164fe4f985e87.webp?size=4096"
7092
)
7193
)
7294

@@ -263,4 +285,4 @@ class AboutActivity : AppCompatActivity() {
263285
avatar = avatarUrl
264286
)
265287
}
266-
}
288+
}

0 commit comments

Comments
 (0)