feat: Add MagicPodsCore and LibrePods to acknowledgements

This commit is contained in:
darken
2026-03-31 19:17:09 +02:00
committed by Matthias Urhahn
parent 70e5b99e1d
commit bd5c6bf858
@@ -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",