Skip to content
Open
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
34 changes: 34 additions & 0 deletions .idea/codeStyles/Project.xml

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

13 changes: 13 additions & 0 deletions .idea/deviceManager.xml

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

1 change: 1 addition & 0 deletions .idea/inspectionProfiles/Project_Default.xml

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

Original file line number Diff line number Diff line change
Expand Up @@ -49,14 +49,6 @@ fun CommunityScreen(
showSnackbarError = showSnackbarError
)
}
item {
LinkCardItem(
painter = painterResource(id = R.drawable.telegram_logo),
title = stringResource(R.string.telegram),
link = "https://t.me/GrapheneOS",
showSnackbarError = showSnackbarError
)
}
item {
LinkCardItem(
painter = painterResource(id = R.drawable.matrix_logo),
Expand Down
22 changes: 0 additions & 22 deletions app/src/main/res/drawable/telegram_logo.xml

This file was deleted.

6 changes: 3 additions & 3 deletions app/src/main/res/values/strings.xml
Original file line number Diff line number Diff line change
Expand Up @@ -59,11 +59,11 @@
<string name="hiring_footer_part_2">hiring page</string>
<string name="hiring_footer_part_3">.</string>
<string name="chat">Chat</string>
<string name="community_screen_chat_rooms_description">Our chat rooms are bridged across Discord, Telegram and Matrix so
you can choose your preferred platform.
<string name="community_screen_chat_rooms_description">GrapheneOS has official chat rooms on Discord and Matrix.
Discord provides a better experience and is far more active than Matrix. We no longer bridge our chat rooms
across platforms so they are entirely separate.
</string>
<string name="discord">Discord</string>
<string name="telegram">Telegram</string>
<string name="matrix">Matrix</string>
<string name="forum">Forum</string>
<string name="forum_description">We have an official forum for longer form posts, which is publicly accessible and
Expand Down
Loading