From 6999d87721404395472e1c2257a9d02de9886765 Mon Sep 17 00:00:00 2001 From: Acclorite <140836141+Acclorite@users.noreply.github.com> Date: Sun, 2 Feb 2025 12:48:17 +0200 Subject: [PATCH] =?UTF-8?q?=F0=9F=9A=80=20Update=20Credits?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit * Added new credits --- .../core/constants/CreditConstants.kt | 34 ++++++++++++++++++- 1 file changed, 33 insertions(+), 1 deletion(-) diff --git a/app/src/main/java/ua/acclorite/book_story/presentation/core/constants/CreditConstants.kt b/app/src/main/java/ua/acclorite/book_story/presentation/core/constants/CreditConstants.kt index f8006e9f..268389fb 100644 --- a/app/src/main/java/ua/acclorite/book_story/presentation/core/constants/CreditConstants.kt +++ b/app/src/main/java/ua/acclorite/book_story/presentation/core/constants/CreditConstants.kt @@ -26,7 +26,7 @@ fun Constants.provideCredits() = listOf( ), Credit( name = "Voyager", - source = "Voyager website", + source = "Voyager Website", credits = listOf( UIText.StringResource(R.string.credits_ideas) ), @@ -57,4 +57,36 @@ fun Constants.provideCredits() = listOf( ), website = "https://hosted.weblate.org/projects/book-story" ), + Credit( + name = "OpenDyslexic Font", + source = "OpenDyslexic Website", + credits = listOf( + UIText.StringResource(R.string.credits_fonts) + ), + website = "https://opendyslexic.org" + ), + Credit( + name = "GitLab Badge", + source = "Censorship Website", + credits = listOf( + UIText.StringResource(R.string.credits_icon) + ), + website = "https://censorship.no/en/index.html" + ), + Credit( + name = "GitHub Badge", + source = "GitHub", + credits = listOf( + UIText.StringResource(R.string.credits_icon) + ), + website = "https://github.com/Kunzisoft/Github-badge" + ), + Credit( + name = "Codeberg Badge", + source = "Codeberg", + credits = listOf( + UIText.StringResource(R.string.credits_icon) + ), + website = "https://codeberg.org/Codeberg/GetItOnCodeberg" + ), ) \ No newline at end of file