Skip to content

Commit

Permalink
Add Discord link, name support buttons by what they actually do
Browse files Browse the repository at this point in the history
  • Loading branch information
UweTrottmann committed Feb 29, 2024
1 parent 406be67 commit b773da7
Show file tree
Hide file tree
Showing 42 changed files with 56 additions and 41 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -77,6 +77,7 @@ class MoreOptionsActivity : BaseTopActivity() {
WebTools.openInCustomTab(this, getString(R.string.help_url))
}
ViewTools.openUriOnClick(binding.buttonCommunity, getString(R.string.url_community))
ViewTools.openUriOnClick(binding.buttonDiscord, getString(R.string.url_discord))
binding.buttonFeedback.setOnClickListener {
startActivity(getFeedbackEmailIntent(this))
}
Expand Down
14 changes: 13 additions & 1 deletion app/src/main/res/layout/activity_more_options.xml
Original file line number Diff line number Diff line change
Expand Up @@ -159,6 +159,18 @@
app:layout_constraintStart_toStartOf="parent"
app:layout_constraintTop_toBottomOf="@+id/buttonSettings" />

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

<Button
android:id="@+id/buttonFeedback"
style="@style/Widget.SeriesGuide.Button.Borderless.Sheet"
Expand All @@ -169,7 +181,7 @@
app:iconGravity="start"
app:layout_constraintEnd_toEndOf="parent"
app:layout_constraintStart_toStartOf="parent"
app:layout_constraintTop_toBottomOf="@+id/buttonHelp" />
app:layout_constraintTop_toBottomOf="@+id/buttonDiscord" />

<Button
android:id="@+id/buttonCommunity"
Expand Down
2 changes: 1 addition & 1 deletion app/src/main/res/values-ar/strings.xml
Original file line number Diff line number Diff line change
Expand Up @@ -385,7 +385,7 @@
<string name="pref_quick_checkin">تحقق سريع</string>
<string name="pref_quick_checkin_summary">لا تسأل عن رسالة التحقق مرة أخرى</string>
<!-- Help -->
<string name="feedback">أرسل ملاحظاتك</string>
<string name="feedback">Send email</string>
<!-- Settings -->
<string name="action_translate">ترجم هذا التطبيق</string>
<string name="action_contribute_content">ترجمة أو تحسين المحتوى</string>
Expand Down
2 changes: 1 addition & 1 deletion app/src/main/res/values-bg/strings.xml
Original file line number Diff line number Diff line change
Expand Up @@ -353,7 +353,7 @@
<string name="pref_quick_checkin">Бързо отбелязване</string>
<string name="pref_quick_checkin_summary">Не питай за проверка в съобщенията</string>
<!-- Help -->
<string name="feedback">Обратна връзка</string>
<string name="feedback">Send email</string>
<!-- Settings -->
<string name="action_translate">Превеждане на приложението</string>
<string name="action_contribute_content">Превод или корекции на съдържанието</string>
Expand Down
2 changes: 1 addition & 1 deletion app/src/main/res/values-ca/strings.xml
Original file line number Diff line number Diff line change
Expand Up @@ -353,7 +353,7 @@
<string name="pref_quick_checkin">Registre immediat</string>
<string name="pref_quick_checkin_summary">No demanis un missatge de registre</string>
<!-- Help -->
<string name="feedback">Envia comentaris</string>
<string name="feedback">Send email</string>
<!-- Settings -->
<string name="action_translate">Traduïr l\'applicació</string>
<string name="action_contribute_content">Tradueïx o millora el contingut</string>
Expand Down
2 changes: 1 addition & 1 deletion app/src/main/res/values-cs/strings.xml
Original file line number Diff line number Diff line change
Expand Up @@ -369,7 +369,7 @@
<string name="pref_quick_checkin">Rychle se ohlásit</string>
<string name="pref_quick_checkin_summary">Bez možnosti přidání zprávy k ohlášení</string>
<!-- Help -->
<string name="feedback">Odeslat zpětnou vazbu</string>
<string name="feedback">Send email</string>
<!-- Settings -->
<string name="action_translate">Přeložit tuto aplikaci</string>
<string name="action_contribute_content">Přeložit nebo vylepšit obsah</string>
Expand Down
2 changes: 1 addition & 1 deletion app/src/main/res/values-cy/strings.xml
Original file line number Diff line number Diff line change
Expand Up @@ -385,7 +385,7 @@
<string name="pref_quick_checkin">Gwiriwch yn gyflym</string>
<string name="pref_quick_checkin_summary">Peidiwch â gofyn am wiriad mewn neges</string>
<!-- Help -->
<string name="feedback">Anfon adborth</string>
<string name="feedback">Send email</string>
<!-- Settings -->
<string name="action_translate">Cyfieithwch yr app hon</string>
<string name="action_contribute_content">Cyfieithu neu wella cynnwys</string>
Expand Down
2 changes: 1 addition & 1 deletion app/src/main/res/values-da/strings.xml
Original file line number Diff line number Diff line change
Expand Up @@ -353,7 +353,7 @@
<string name="pref_quick_checkin">Hurtig indtjekning</string>
<string name="pref_quick_checkin_summary">Spørg ikke om en indtjekningsbesked</string>
<!-- Help -->
<string name="feedback">Send feedback</string>
<string name="feedback">Send email</string>
<!-- Settings -->
<string name="action_translate">Oversæt denne app</string>
<string name="action_contribute_content">Oversæt eller forbedr indhold</string>
Expand Down
2 changes: 1 addition & 1 deletion app/src/main/res/values-de/strings.xml
Original file line number Diff line number Diff line change
Expand Up @@ -353,7 +353,7 @@
<string name="pref_quick_checkin">Schneller Check In</string>
<string name="pref_quick_checkin_summary">Nicht nach einer Check In Nachricht fragen</string>
<!-- Help -->
<string name="feedback">Feedback senden</string>
<string name="feedback">E-Mail senden</string>
<!-- Settings -->
<string name="action_translate">Diese App übersetzen</string>
<string name="action_contribute_content">Inhalte übersetzen oder verbessern</string>
Expand Down
2 changes: 1 addition & 1 deletion app/src/main/res/values-el/strings.xml
Original file line number Diff line number Diff line change
Expand Up @@ -353,7 +353,7 @@
<string name="pref_quick_checkin">Γρήγορο check in</string>
<string name="pref_quick_checkin_summary">Να μη ζητείται check in</string>
<!-- Help -->
<string name="feedback">Αποστολή σχολίων</string>
<string name="feedback">Send email</string>
<!-- Settings -->
<string name="action_translate">Μετάφραση αυτής της εφαρμογής</string>
<string name="action_contribute_content">Μετάφραση ή βελτίωση περιεχομένου</string>
Expand Down
2 changes: 1 addition & 1 deletion app/src/main/res/values-eo/strings.xml
Original file line number Diff line number Diff line change
Expand Up @@ -353,7 +353,7 @@
<string name="pref_quick_checkin">Rapide marki</string>
<string name="pref_quick_checkin_summary">Ne demandi por kontrola mesaĝo</string>
<!-- Help -->
<string name="feedback">Sendi prikomentado</string>
<string name="feedback">Send email</string>
<!-- Settings -->
<string name="action_translate">Traduki tiun aplikaĵon</string>
<string name="action_contribute_content">Traduki aŭ plibonigi enhavon</string>
Expand Down
2 changes: 1 addition & 1 deletion app/src/main/res/values-es/strings.xml
Original file line number Diff line number Diff line change
Expand Up @@ -354,7 +354,7 @@ Asegúrate de quitarla también en tus otros dispositivos conectados.</string>
<string name="pref_quick_checkin">Check in rápido</string>
<string name="pref_quick_checkin_summary">No preguntar por un mensaje de check in</string>
<!-- Help -->
<string name="feedback">Enviar comentarios</string>
<string name="feedback">Send email</string>
<!-- Settings -->
<string name="action_translate">Traducir esta aplicación</string>
<string name="action_contribute_content">Traducir o mejorar el contenido</string>
Expand Down
2 changes: 1 addition & 1 deletion app/src/main/res/values-fa/strings.xml
Original file line number Diff line number Diff line change
Expand Up @@ -353,7 +353,7 @@
<string name="pref_quick_checkin">ثبت سریع</string>
<string name="pref_quick_checkin_summary">برای ثبت پیامی خواسته نشود</string>
<!-- Help -->
<string name="feedback">ارسال بازخورد</string>
<string name="feedback">Send email</string>
<!-- Settings -->
<string name="action_translate">ترجمهٔ این کاره</string>
<string name="action_contribute_content">ترجمه یا بهبود محتوا</string>
Expand Down
2 changes: 1 addition & 1 deletion app/src/main/res/values-fi/strings.xml
Original file line number Diff line number Diff line change
Expand Up @@ -353,7 +353,7 @@
<string name="pref_quick_checkin">Nopea kuittaus</string>
<string name="pref_quick_checkin_summary">Älä kysy kuittausviestiä</string>
<!-- Help -->
<string name="feedback">Lähetä palautetta</string>
<string name="feedback">Send email</string>
<!-- Settings -->
<string name="action_translate">Käännä tämä sovellus</string>
<string name="action_contribute_content">Käännä tai paranna sisältöä</string>
Expand Down
2 changes: 1 addition & 1 deletion app/src/main/res/values-fr/strings.xml
Original file line number Diff line number Diff line change
Expand Up @@ -353,7 +353,7 @@
<string name="pref_quick_checkin">Check-in rapide</string>
<string name="pref_quick_checkin_summary">Ne plus demander de message pour le Check in</string>
<!-- Help -->
<string name="feedback">Envoyez vos commentaires</string>
<string name="feedback">Send email</string>
<!-- Settings -->
<string name="action_translate">Traduisez cette application</string>
<string name="action_contribute_content">Traduisez et améliorerez le contenu</string>
Expand Down
2 changes: 1 addition & 1 deletion app/src/main/res/values-gl/strings.xml
Original file line number Diff line number Diff line change
Expand Up @@ -353,7 +353,7 @@
<string name="pref_quick_checkin">Check in rápido</string>
<string name="pref_quick_checkin_summary">Non preguntar por mensaxes de check in</string>
<!-- Help -->
<string name="feedback">Enviar comentarios</string>
<string name="feedback">Send email</string>
<!-- Settings -->
<string name="action_translate">Traduce esta aplicación</string>
<string name="action_contribute_content">Traduza ou mellora o contido</string>
Expand Down
2 changes: 1 addition & 1 deletion app/src/main/res/values-hr/strings.xml
Original file line number Diff line number Diff line change
Expand Up @@ -361,7 +361,7 @@
<string name="pref_quick_checkin">Brza provjera</string>
<string name="pref_quick_checkin_summary">Ne pitaj za provjeru u poruci</string>
<!-- Help -->
<string name="feedback">Pošalji povratne informacije</string>
<string name="feedback">Send email</string>
<!-- Settings -->
<string name="action_translate">Translate this app</string>
<string name="action_contribute_content">Translate or improve content</string>
Expand Down
2 changes: 1 addition & 1 deletion app/src/main/res/values-hu/strings.xml
Original file line number Diff line number Diff line change
Expand Up @@ -353,7 +353,7 @@
<string name="pref_quick_checkin">Gyors bejelentkezés</string>
<string name="pref_quick_checkin_summary">Nincs bejelentkezési üzenetet</string>
<!-- Help -->
<string name="feedback">Visszajelzés küldése</string>
<string name="feedback">Send email</string>
<!-- Settings -->
<string name="action_translate">Alkalmazás fordítása</string>
<string name="action_contribute_content">Tartalom fordítása vagy javítása</string>
Expand Down
2 changes: 1 addition & 1 deletion app/src/main/res/values-in/strings.xml
Original file line number Diff line number Diff line change
Expand Up @@ -345,7 +345,7 @@
<string name="pref_quick_checkin">Check-in cepat</string>
<string name="pref_quick_checkin_summary">Jangan tanya untuk pesan check-in</string>
<!-- Help -->
<string name="feedback">Kirim tanggapan</string>
<string name="feedback">Send email</string>
<!-- Settings -->
<string name="action_translate">Terjemahkan aplikasi ini</string>
<string name="action_contribute_content">Terjemahkan atau tingkatkan konten</string>
Expand Down
2 changes: 1 addition & 1 deletion app/src/main/res/values-it/strings.xml
Original file line number Diff line number Diff line change
Expand Up @@ -353,7 +353,7 @@
<string name="pref_quick_checkin">Check-in rapido</string>
<string name="pref_quick_checkin_summary">Non richiedere messaggio di check-in</string>
<!-- Help -->
<string name="feedback">Invia feedback</string>
<string name="feedback">Send email</string>
<!-- Settings -->
<string name="action_translate">Traduci l\'app</string>
<string name="action_contribute_content">Traduci o migliora i contenuti</string>
Expand Down
2 changes: 1 addition & 1 deletion app/src/main/res/values-iw/strings.xml
Original file line number Diff line number Diff line change
Expand Up @@ -369,7 +369,7 @@
<string name="pref_quick_checkin">סימון מהיר</string>
<string name="pref_quick_checkin_summary">אל תשאל להודעת סימון</string>
<!-- Help -->
<string name="feedback">שלח משוב</string>
<string name="feedback">Send email</string>
<!-- Settings -->
<string name="action_translate">תרגם את האפליקציה</string>
<string name="action_contribute_content">תרגום או שיפור תוכן</string>
Expand Down
2 changes: 1 addition & 1 deletion app/src/main/res/values-ja/strings.xml
Original file line number Diff line number Diff line change
Expand Up @@ -345,7 +345,7 @@
<string name="pref_quick_checkin">クイックチェックイン</string>
<string name="pref_quick_checkin_summary">チェックインのメッセージを求めません</string>
<!-- Help -->
<string name="feedback">フィードバックを送信</string>
<string name="feedback">Send email</string>
<!-- Settings -->
<string name="action_translate">このアプリを翻訳</string>
<string name="action_contribute_content">コンテンツを翻訳または改善する</string>
Expand Down
2 changes: 1 addition & 1 deletion app/src/main/res/values-ko/strings.xml
Original file line number Diff line number Diff line change
Expand Up @@ -345,7 +345,7 @@
<string name="pref_quick_checkin">빠른 체크인</string>
<string name="pref_quick_checkin_summary">체크인 메세지 묻지 않기</string>
<!-- Help -->
<string name="feedback">사용자 의견 보내기</string>
<string name="feedback">Send email</string>
<!-- Settings -->
<string name="action_translate">Translate this app</string>
<string name="action_contribute_content">Translate or improve content</string>
Expand Down
2 changes: 1 addition & 1 deletion app/src/main/res/values-mk/strings.xml
Original file line number Diff line number Diff line change
Expand Up @@ -353,7 +353,7 @@
<string name="pref_quick_checkin">Брзa нaјaвa</string>
<string name="pref_quick_checkin_summary">Не прашувај за чекирање на порака</string>
<!-- Help -->
<string name="feedback">Прати повратна информација</string>
<string name="feedback">Send email</string>
<!-- Settings -->
<string name="action_translate">Translate this app</string>
<string name="action_contribute_content">Translate or improve content</string>
Expand Down
2 changes: 1 addition & 1 deletion app/src/main/res/values-nb/strings.xml
Original file line number Diff line number Diff line change
Expand Up @@ -353,7 +353,7 @@
<string name="pref_quick_checkin">Hurtig-innsjekk</string>
<string name="pref_quick_checkin_summary">Ikke be om innsjekkingsmelding</string>
<!-- Help -->
<string name="feedback">Gi tilbakemelding</string>
<string name="feedback">Send email</string>
<!-- Settings -->
<string name="action_translate">Oversett denne applikasjonen</string>
<string name="action_contribute_content">Oversett eller forbedre innhold</string>
Expand Down
2 changes: 1 addition & 1 deletion app/src/main/res/values-nl/strings.xml
Original file line number Diff line number Diff line change
Expand Up @@ -353,7 +353,7 @@
<string name="pref_quick_checkin">Snelle check-in</string>
<string name="pref_quick_checkin_summary">Vraag niet om een check-in-bericht</string>
<!-- Help -->
<string name="feedback">Reactie verzenden</string>
<string name="feedback">Send email</string>
<!-- Settings -->
<string name="action_translate">Deze app vertalen</string>
<string name="action_contribute_content">Inhoud vertalen of verbeteren</string>
Expand Down
2 changes: 1 addition & 1 deletion app/src/main/res/values-pl/strings.xml
Original file line number Diff line number Diff line change
Expand Up @@ -369,7 +369,7 @@
<string name="pref_quick_checkin">Szybkie ustawianie opcji \"oglądam\"</string>
<string name="pref_quick_checkin_summary">Nie wyświetlaj okna dialogowego \"oglądam\"</string>
<!-- Help -->
<string name="feedback">Wyślij opinię</string>
<string name="feedback">Send email</string>
<!-- Settings -->
<string name="action_translate">Przetłumacz aplikację</string>
<string name="action_contribute_content">Przetłumacz lub ulepsz tłumaczenie</string>
Expand Down
2 changes: 1 addition & 1 deletion app/src/main/res/values-pt-rBR/strings.xml
Original file line number Diff line number Diff line change
Expand Up @@ -353,7 +353,7 @@
<string name="pref_quick_checkin">Check-in rápido</string>
<string name="pref_quick_checkin_summary">Ignorar perguntas para uma mensagem de check-in</string>
<!-- Help -->
<string name="feedback">Enviar comentários</string>
<string name="feedback">Send email</string>
<!-- Settings -->
<string name="action_translate">Traduza este aplicativo</string>
<string name="action_contribute_content">Traduza ou melhore o conteúdo</string>
Expand Down
2 changes: 1 addition & 1 deletion app/src/main/res/values-pt-rPT/strings.xml
Original file line number Diff line number Diff line change
Expand Up @@ -353,7 +353,7 @@
<string name="pref_quick_checkin">Dar entrada rápida</string>
<string name="pref_quick_checkin_summary">Dar entrada automaticamente sem pedir nenhuma mensagem</string>
<!-- Help -->
<string name="feedback">Enviar comentários</string>
<string name="feedback">Send email</string>
<!-- Settings -->
<string name="action_translate">Traduz esta App</string>
<string name="action_contribute_content">Traduz ou melhora o conteúdo</string>
Expand Down
2 changes: 1 addition & 1 deletion app/src/main/res/values-ro/strings.xml
Original file line number Diff line number Diff line change
Expand Up @@ -361,7 +361,7 @@
<string name="pref_quick_checkin">Raportare rapidă</string>
<string name="pref_quick_checkin_summary">Nu cere un mesaj de raportare</string>
<!-- Help -->
<string name="feedback">Trimiteţi feedback</string>
<string name="feedback">Send email</string>
<!-- Settings -->
<string name="action_translate">Translate this app</string>
<string name="action_contribute_content">Translate or improve content</string>
Expand Down
2 changes: 1 addition & 1 deletion app/src/main/res/values-ru/strings.xml
Original file line number Diff line number Diff line change
Expand Up @@ -369,7 +369,7 @@
<string name="pref_quick_checkin">Быстрая отметка</string>
<string name="pref_quick_checkin_summary">Больше не спрашивать об отметке</string>
<!-- Help -->
<string name="feedback">Отправить отзыв</string>
<string name="feedback">Send email</string>
<!-- Settings -->
<string name="action_translate">Помочь с переводом</string>
<string name="action_contribute_content">Перевести или улучшить контент</string>
Expand Down
2 changes: 1 addition & 1 deletion app/src/main/res/values-sk/strings.xml
Original file line number Diff line number Diff line change
Expand Up @@ -369,7 +369,7 @@
<string name="pref_quick_checkin">Rýchle Práve pozeráte</string>
<string name="pref_quick_checkin_summary">Nepýtať sa na správu pri Práve pozeráte</string>
<!-- Help -->
<string name="feedback">Poslať reakciu</string>
<string name="feedback">Send email</string>
<!-- Settings -->
<string name="action_translate">Preložiť túto aplikáciu</string>
<string name="action_contribute_content">Preložiť alebo vylepšiť obsah</string>
Expand Down
2 changes: 1 addition & 1 deletion app/src/main/res/values-sr/strings.xml
Original file line number Diff line number Diff line change
Expand Up @@ -361,7 +361,7 @@
<string name="pref_quick_checkin">Брзо пријављивање</string>
<string name="pref_quick_checkin_summary">Не тражите поруку за пријаву</string>
<!-- Help -->
<string name="feedback">Пошаљи повратне информације</string>
<string name="feedback">Send email</string>
<!-- Settings -->
<string name="action_translate">Преведите апликацију</string>
<string name="action_contribute_content">Преведите или побољшајте садржај</string>
Expand Down
2 changes: 1 addition & 1 deletion app/src/main/res/values-sv/strings.xml
Original file line number Diff line number Diff line change
Expand Up @@ -353,7 +353,7 @@
<string name="pref_quick_checkin">Snabb incheckning</string>
<string name="pref_quick_checkin_summary">Fråga inte efter meddelande vid incheckning</string>
<!-- Help -->
<string name="feedback">Skicka feedback</string>
<string name="feedback">Send email</string>
<!-- Settings -->
<string name="action_translate">Översätt appen</string>
<string name="action_contribute_content">Översätt eller förbättra innehållet</string>
Expand Down
2 changes: 1 addition & 1 deletion app/src/main/res/values-ta/strings.xml
Original file line number Diff line number Diff line change
Expand Up @@ -353,7 +353,7 @@
<string name="pref_quick_checkin">துரித குறியீட்டு உள்ள</string>
<string name="pref_quick_checkin_summary">இல்லை செய்தியில் குறியீட்டு கேளுங்கள்</string>
<!-- Help -->
<string name="feedback">பின்னூட்டங்களை அனுப்பு</string>
<string name="feedback">Send email</string>
<!-- Settings -->
<string name="action_translate">Translate this app</string>
<string name="action_contribute_content">Translate or improve content</string>
Expand Down
2 changes: 1 addition & 1 deletion app/src/main/res/values-th/strings.xml
Original file line number Diff line number Diff line change
Expand Up @@ -345,7 +345,7 @@
<string name="pref_quick_checkin">เช็กอินด่วน</string>
<string name="pref_quick_checkin_summary">ไม่ต้องถามข้อความเช็กอิน</string>
<!-- Help -->
<string name="feedback">ส่งความคิดเห็น</string>
<string name="feedback">Send email</string>
<!-- Settings -->
<string name="action_translate">แปลแอปนี้</string>
<string name="action_contribute_content">แปลหรือปรับปรุงเนื้อหาให้ดีขึ้น</string>
Expand Down
2 changes: 1 addition & 1 deletion app/src/main/res/values-tr/strings.xml
Original file line number Diff line number Diff line change
Expand Up @@ -353,7 +353,7 @@
<string name="pref_quick_checkin">Hızlıca \"izliyorum\" yap</string>
<string name="pref_quick_checkin_summary">\"Şu anda izliyorum\" mesajı gösterme</string>
<!-- Help -->
<string name="feedback">Geribildirim Gönder</string>
<string name="feedback">Send email</string>
<!-- Settings -->
<string name="action_translate">Bu uygulamayı tercüme et</string>
<string name="action_contribute_content">Tercüme et veya içeriği geliştir</string>
Expand Down
2 changes: 1 addition & 1 deletion app/src/main/res/values-uk/strings.xml
Original file line number Diff line number Diff line change
Expand Up @@ -369,7 +369,7 @@
<string name="pref_quick_checkin">Швидке логування</string>
<string name="pref_quick_checkin_summary">Не запитувати в повідомленні про логування</string>
<!-- Help -->
<string name="feedback">Відправити відгук</string>
<string name="feedback">Send email</string>
<!-- Settings -->
<string name="action_translate">Перекласти додаток</string>
<string name="action_contribute_content">Перекласти або поліпшити вміст</string>
Expand Down
Loading

0 comments on commit b773da7

Please sign in to comment.