mirror of
https://github.com/d4rken-org/capod.git
synced 2026-09-15 02:36:12 -04:00
feat: Add MagicPodsCore and LibrePods to acknowledgements
This commit is contained in:
@@ -86,6 +86,13 @@ fun AcknowledgementsScreen(
|
||||
onClick = { onOpenUrl("https://github.com/steam3d/MagicPods-Windows") },
|
||||
)
|
||||
}
|
||||
item {
|
||||
SettingsBaseItem(
|
||||
title = "LibrePods project",
|
||||
subtitle = "Thanks to Kavish Devar for all the reverse engineering work.",
|
||||
onClick = { onOpenUrl("https://github.com/kavishdevar/librepods") },
|
||||
)
|
||||
}
|
||||
item {
|
||||
SettingsBaseItem(
|
||||
title = "FuriousMAC",
|
||||
@@ -124,6 +131,20 @@ fun AcknowledgementsScreen(
|
||||
onClick = { onOpenUrl("https://iconduck.com/sets/zwicon-icon-set") },
|
||||
)
|
||||
}
|
||||
item {
|
||||
SettingsBaseItem(
|
||||
title = "MagicPodsCore",
|
||||
subtitle = "Backend service for managing AirPods on Linux. (GPL-3.0)",
|
||||
onClick = { onOpenUrl("https://github.com/steam3d/MagicPodsCore") },
|
||||
)
|
||||
}
|
||||
item {
|
||||
SettingsBaseItem(
|
||||
title = "LibrePods",
|
||||
subtitle = "Unlocking AirPods features on non-Apple devices. (GPL-3.0)",
|
||||
onClick = { onOpenUrl("https://github.com/kavishdevar/librepods") },
|
||||
)
|
||||
}
|
||||
item {
|
||||
SettingsBaseItem(
|
||||
title = "Kotlin",
|
||||
|
||||
Reference in New Issue
Block a user