Skip to content

Commit

Permalink
Remove Twitter links.
Browse files Browse the repository at this point in the history
  • Loading branch information
UweTrottmann committed Aug 18, 2023
1 parent add45ab commit e2be9e5
Show file tree
Hide file tree
Showing 4 changed files with 2 additions and 20 deletions.
5 changes: 1 addition & 4 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -8,7 +8,7 @@ Android app to help you keep track of your favorite TV shows and movies.
<a href="https://seriesgui.de">Download</a> •
<a href="https://seriesgui.de/whypay">Support the dev</a> •
<a href="CONTRIBUTING.md">Contributing</a> •
<a href="https://discuss.seriesgui.de/">Help & Ideas</a>
<a href="https://discuss.seriesgui.de/">Announcements & Help</a>
</p>

<p align="center">
Expand All @@ -18,9 +18,6 @@ Android app to help you keep track of your favorite TV shows and movies.
<a href="https://github.com/UweTrottmann/SeriesGuide/actions/workflows/assemble-test-lint.yml">
<img src="https://img.shields.io/github/actions/workflow/status/UweTrottmann/SeriesGuide/assemble-test-lint.yml?branch=main&style=flat">
</a>
<a href="https://twitter.com/SeriesGuide">
<img src="https://img.shields.io/twitter/follow/SeriesGuide?label=Follow%20%40SeriesGuide&style=flat">
</a>
</p>

<p align="center">
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -74,7 +74,6 @@ class MoreOptionsActivity : BaseTopActivity() {
WebTools.openInCustomTab(this, getString(R.string.help_url))
}
ViewTools.openUriOnClick(binding.buttonCommunity, getString(R.string.url_community))
ViewTools.openUriOnClick(binding.buttonTwitter, getString(R.string.url_twitter))
binding.buttonFeedback.setOnClickListener {
startActivity(getFeedbackEmailIntent(this))
}
Expand Down
14 changes: 1 addition & 13 deletions app/src/main/res/layout/activity_more_options.xml
Original file line number Diff line number Diff line change
Expand Up @@ -182,18 +182,6 @@
app:layout_constraintStart_toStartOf="parent"
app:layout_constraintTop_toBottomOf="@+id/buttonFeedback" />

<Button
android:id="@+id/buttonTwitter"
style="@style/Widget.SeriesGuide.Button.Borderless.Sheet"
android:layout_width="0dp"
android:layout_height="48dp"
android:text="@string/twitter"
app:icon="@drawable/ic_link_black_24dp"
app:iconGravity="start"
app:layout_constraintEnd_toEndOf="parent"
app:layout_constraintStart_toStartOf="parent"
app:layout_constraintTop_toBottomOf="@+id/buttonCommunity" />

<Button
android:id="@+id/buttonContributeContent"
style="@style/Widget.SeriesGuide.Button.Borderless.Sheet"
Expand All @@ -204,7 +192,7 @@
app:iconGravity="start"
app:layout_constraintEnd_toEndOf="parent"
app:layout_constraintStart_toStartOf="parent"
app:layout_constraintTop_toBottomOf="@+id/buttonTwitter" />
app:layout_constraintTop_toBottomOf="@+id/buttonCommunity" />

<Button
android:id="@+id/buttonTranslations"
Expand Down
2 changes: 0 additions & 2 deletions app/src/main/res/values/donottranslate.xml
Original file line number Diff line number Diff line change
Expand Up @@ -10,7 +10,6 @@
<string name="trakt">Trakt</string>
<string name="ontrakt">(Trakt)</string>
<string name="metacritic">Metacritic</string>
<string name="twitter">Twitter</string>
<string name="powered_by_trakt">powered by Trakt</string>
<string name="powered_by_tmdb">powered by TMDB</string>
<string name="powered_by_justwatch">powered by JustWatch</string>
Expand Down Expand Up @@ -38,7 +37,6 @@
<string name="url_terms_trakt">https://trakt.tv/terms</string>
<string name="url_community">https://discuss.seriesgui.de</string>
<string name="url_release_notes">https://discuss.seriesgui.de/c/announcements</string>
<string name="url_twitter">https://twitter.com/SeriesGuide</string>
<string name="url_translations">https://crowdin.com/project/seriesguide-translations</string>
<string name="url_contribute_content">https://seriesgui.de/help#sources</string>
<string name="url_tmdb_migration">https://discuss.seriesgui.de/t/tmdb-migration-issues-and-questions/1158</string>
Expand Down

0 comments on commit e2be9e5

Please sign in to comment.