Merge pull request #7601 from tanoDxyz/task_update_libs_info_about_fragment
Update Information in `AboutFragment`.
This commit is contained in:
commit
193ebee382
1 changed files with 38 additions and 3 deletions
|
@ -95,28 +95,62 @@ class AboutFragment : Fragment() {
|
|||
"Apache License, Version 2.0",
|
||||
),
|
||||
Library(
|
||||
"AndroidX Preference eXtended",
|
||||
"AndroidX Preference extended",
|
||||
"https://github.com/takisoft/preferencex-android",
|
||||
"Apache License, Version 2.0",
|
||||
),
|
||||
Library("AppAuth for Android", "https://github.com/openid/AppAuth-Android", "Apache License, Version 2.0"),
|
||||
Library("Accompanist", "https://github.com/google/accompanist", "Apache License, Version 2.0"),
|
||||
Library("Apache HttpComponents", "https://hc.apache.org/", "Apache License, Version 2.0"),
|
||||
Library("CircleImageView", "https://github.com/hdodenhof/CircleImageView", "Apache License, Version 2.0"),
|
||||
Library("ckChangeLog", "https://github.com/cketti/ckChangeLog", "Apache License, Version 2.0"),
|
||||
Library("Commons IO", "https://commons.apache.org/io/", "Apache License, Version 2.0"),
|
||||
Library("ColorPicker", "https://github.com/gregkorossy/ColorPicker", "Apache License, Version 2.0"),
|
||||
Library("DateTimePicker", "https://github.com/gregkorossy/DateTimePicker", "Apache License, Version 2.0"),
|
||||
Library("Error Prone annotations", "https://github.com/google/error-prone", "Apache License, Version 2.0"),
|
||||
Library("FlexboxLayout", "https://github.com/google/flexbox-layout", "Apache License, Version 2.0"),
|
||||
Library("FastAdapter", "https://github.com/mikepenz/FastAdapter", "Apache License, Version 2.0"),
|
||||
Library("Glide", "https://github.com/bumptech/glide", "BSD, part MIT and Apache 2.0"),
|
||||
Library("jsoup", "https://jsoup.org/", "MIT License"),
|
||||
Library("jutf7", "http://jutf7.sourceforge.net/", "MIT License"),
|
||||
Library("JZlib", "http://www.jcraft.com/jzlib/", "BSD-style License"),
|
||||
Library("jcip-annotations", "https://jcip.net/", "Public License"),
|
||||
Library(
|
||||
"Jetbrains Annotations for JVM-based languages",
|
||||
"https://github.com/JetBrains/java-annotations",
|
||||
"Apache License, Version 2.0",
|
||||
),
|
||||
Library(
|
||||
"Jetbrains Compose Runtime",
|
||||
"https://github.com/JetBrains/compose-multiplatform-core",
|
||||
"Apache License, Version 2.0",
|
||||
),
|
||||
Library("Koin", "https://insert-koin.io/", "Apache License, Version 2.0"),
|
||||
Library("Kotlin Parcelize Runtime", "https://github.com/JetBrains/kotlin", "Apache License, Version 2.0"),
|
||||
Library(
|
||||
"KotlinX Coroutines",
|
||||
"https://github.com/Kotlin/kotlinx.coroutines",
|
||||
"Apache License, Version 2.0",
|
||||
),
|
||||
Library(
|
||||
"Kotlin Standard Library",
|
||||
"https://kotlinlang.org/api/latest/jvm/stdlib/",
|
||||
"Apache License, Version 2.0",
|
||||
),
|
||||
Library(
|
||||
"KotlinX coroutines",
|
||||
"https://github.com/Kotlin/kotlinx.coroutines",
|
||||
"KotlinX Immutable Collections",
|
||||
"https://github.com/Kotlin/kotlinx.collections.immutable",
|
||||
"Apache License, Version 2.0",
|
||||
),
|
||||
Library("KotlinX DateTime", "https://github.com/Kotlin/kotlinx-datetime", "Apache License, Version 2.0"),
|
||||
Library(
|
||||
"Kotlin Android Extensions Runtime",
|
||||
"https://github.com/JetBrains/kotlin/tree/master/plugins/android-extensions/android-extensions-runtime",
|
||||
"Apache License, Version 2.0",
|
||||
),
|
||||
Library(
|
||||
"ListenableFuture",
|
||||
"https://github.com/google/guava",
|
||||
"Apache License, Version 2.0",
|
||||
),
|
||||
Library(
|
||||
|
@ -136,6 +170,7 @@ class AboutFragment : Fragment() {
|
|||
"Apache License, Version 2.0",
|
||||
),
|
||||
Library("SearchPreference", "https://github.com/ByteHamster/SearchPreference", "MIT License"),
|
||||
Library("SLF4J", "https://www.slf4j.org/", "MIT License"),
|
||||
Library("Timber", "https://github.com/JakeWharton/timber", "Apache License, Version 2.0"),
|
||||
Library(
|
||||
"TokenAutoComplete",
|
||||
|
|
Loading…
Reference in a new issue