Credits: Removed no longer valid Icons credits.

This commit is contained in:
acclorite 2024-07-16 15:37:14 +03:00
parent de81a4121e
commit 7f8f7daa23

View file

@ -73,7 +73,7 @@ object Constants {
UIText.StringResource(R.string.credits_design), UIText.StringResource(R.string.credits_design),
UIText.StringValue("Readme") UIText.StringValue("Readme")
), ),
website = "https://github.com/mihonapp/mihon" website = "https://www.github.com/mihonapp/mihon"
), ),
Credit( Credit(
name = "Libre-Sudoku", name = "Libre-Sudoku",
@ -81,7 +81,7 @@ object Constants {
credits = listOf( credits = listOf(
UIText.StringValue("Readme") UIText.StringValue("Readme")
), ),
website = "https://github.com/kaajjo/Libre-Sudoku" website = "https://www.github.com/kaajjo/Libre-Sudoku"
), ),
Credit( Credit(
name = "Kitsune", name = "Kitsune",
@ -89,7 +89,15 @@ object Constants {
credits = listOf( credits = listOf(
UIText.StringResource(R.string.credits_updates) UIText.StringResource(R.string.credits_updates)
), ),
website = "https://github.com/Drumber/Kitsune" website = "https://www.github.com/Drumber/Kitsune"
),
Credit(
name = "Material Design Icons",
source = "Google Fonts",
credits = listOf(
UIText.StringResource(R.string.credits_icon)
),
website = "https://fonts.google.com/icons"
), ),
Credit( Credit(
name = "Crocus", name = "Crocus",
@ -100,54 +108,6 @@ object Constants {
), ),
website = null website = null
), ),
Credit(
name = "Freepik",
source = "Flaticon",
credits = listOf(
UIText.StringResource(R.string.credits_icon)
),
website = "https://www.flaticon.com/authors/freepik"
),
Credit(
name = "Anggara",
source = "Flaticon",
credits = listOf(
UIText.StringResource(R.string.credits_icon)
),
website = "https://www.flaticon.com/authors/anggara"
),
Credit(
name = "Google",
source = "Flaticon",
credits = listOf(
UIText.StringResource(R.string.credits_icon)
),
website = "https://www.flaticon.com/authors/google"
),
Credit(
name = "Creative Stall Premium",
source = "Flaticon",
credits = listOf(
UIText.StringResource(R.string.credits_icon)
),
website = "https://www.flaticon.com/authors/creative-stall-premium"
),
Credit(
name = "Gajah Mada",
source = "Flaticon",
credits = listOf(
UIText.StringResource(R.string.credits_icon)
),
website = "https://www.flaticon.com/authors/gajah-mada"
),
Credit(
name = "mavadee",
source = "Flaticon",
credits = listOf(
UIText.StringResource(R.string.credits_icon)
),
website = "https://www.flaticon.com/authors/mavadee"
),
) )
// Fonts for Reader // Fonts for Reader