Credits: Removed no longer valid Icons credits.
This commit is contained in:
parent
de81a4121e
commit
7f8f7daa23
1 changed files with 11 additions and 51 deletions
|
|
@ -73,7 +73,7 @@ object Constants {
|
|||
UIText.StringResource(R.string.credits_design),
|
||||
UIText.StringValue("Readme")
|
||||
),
|
||||
website = "https://github.com/mihonapp/mihon"
|
||||
website = "https://www.github.com/mihonapp/mihon"
|
||||
),
|
||||
Credit(
|
||||
name = "Libre-Sudoku",
|
||||
|
|
@ -81,7 +81,7 @@ object Constants {
|
|||
credits = listOf(
|
||||
UIText.StringValue("Readme")
|
||||
),
|
||||
website = "https://github.com/kaajjo/Libre-Sudoku"
|
||||
website = "https://www.github.com/kaajjo/Libre-Sudoku"
|
||||
),
|
||||
Credit(
|
||||
name = "Kitsune",
|
||||
|
|
@ -89,7 +89,15 @@ object Constants {
|
|||
credits = listOf(
|
||||
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(
|
||||
name = "Crocus",
|
||||
|
|
@ -100,54 +108,6 @@ object Constants {
|
|||
),
|
||||
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
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue