style: clean up LicensePage credits list

This commit is contained in:
tunbmoon
2026-04-10 14:05:56 +08:00
parent d473d28e69
commit ebfe255b10
@@ -47,34 +47,24 @@ fun LicensePage(onNavigateBack: () -> Unit) {
val creditsList = listOf(
Credit("Seal", GPL_V3, "https://github.com/JunkFood02/Seal"),
Credit("Accompanist", APACHE_V2, "https://github.com/google/accompanist"),
Credit("Android Jetpack", APACHE_V2, "https://github.com/androidx/androidx"),
Credit("Kotlin", APACHE_V2, "https://kotlinlang.org/"),
Credit("AndroidX Media3", APACHE_V2, "https://github.com/androidx/media"),
Credit("NextLib Media3 Extension", APACHE_V2, "https://github.com/anilbeesetti/nextlib"),
Credit("Coil", APACHE_V2, "https://github.com/coil-kt/coil"),
Credit("Compose Markdown", MIT, "https://github.com/jeziellago/compose-markdown"),
Credit("FFmpeg", LGPL_V2_1, "https://ffmpeg.org/"),
Credit("Koin", APACHE_V2, "https://github.com/InsertKoinIO/koin"),
Credit("Kotlin", APACHE_V2, "https://kotlinlang.org/"),
Credit("Kotlinx Coroutines", APACHE_V2, "https://github.com/Kotlin/kotlinx.coroutines"),
Credit("Kotlinx DateTime", APACHE_V2, "https://github.com/Kotlin/kotlinx-datetime"),
Credit("Kotlinx Serialization", APACHE_V2, "https://github.com/Kotlin/kotlinx.serialization"),
Credit("LeakCanary", APACHE_V2, "https://github.com/square/leakcanary"),
Credit("Material Design 3", APACHE_V2, "https://m3.material.io/"),
Credit("Material Icons", APACHE_V2, "https://fonts.google.com/icons"),
Credit("Monet", APACHE_V2, "https://github.com/Kyant0/Monet"),
Credit("Material color utilities", APACHE_V2, "https://github.com/material-foundation/material-color-utilities"),
Credit("MMKV", BSD_3, "https://github.com/Tencent/MMKV"),
Credit("Coil", APACHE_V2, "https://github.com/coil-kt/coil"),
Credit("NextLib Media3 Extension", APACHE_V2, "https://github.com/anilbeesetti/nextlib"),
Credit("OkHttp", APACHE_V2, "https://github.com/square/okhttp"),
Credit("Koin", APACHE_V2, "https://github.com/InsertKoinIO/koin"),
Credit("Jetpack Compose", APACHE_V2, "https://github.com/androidx/androidx"),
Credit("AndroidX Core KTX", APACHE_V2, "https://github.com/androidx/androidx"),
Credit("AndroidX Activity Compose", APACHE_V2, "https://github.com/androidx/androidx"),
Credit("AndroidX AppCompat", APACHE_V2, "https://github.com/androidx/androidx"),
Credit("AndroidX Lifecycle", APACHE_V2, "https://github.com/androidx/androidx"),
Credit("AndroidX Navigation Compose", APACHE_V2, "https://github.com/androidx/androidx"),
Credit("AndroidX ConstraintLayout Compose", APACHE_V2, "https://github.com/androidx/androidx"),
Credit("AndroidX Graphics Shapes", APACHE_V2, "https://github.com/androidx/androidx"),
Credit("Kotlinx Coroutines", APACHE_V2, "https://github.com/Kotlin/kotlinx.coroutines"),
Credit("Kotlinx Serialization", APACHE_V2, "https://github.com/Kotlin/kotlinx.serialization"),
Credit("Kotlinx DateTime", APACHE_V2, "https://github.com/Kotlin/kotlinx-datetime"),
Credit("Accompanist", APACHE_V2, "https://github.com/google/accompanist"),
Credit("Compose Markdown", MIT, "https://github.com/jeziellago/compose-markdown"),
Credit("Reorderable", APACHE_V2, "https://github.com/Calvin-LL/Reorderable"),
Credit("LeakCanary", APACHE_V2, "https://github.com/square/leakcanary"),
)
val uriHandler = LocalUriHandler.current