Skip to content

Commit d80a110

Browse files
committed
Thank the MagicPods project
1 parent fdfc7f4 commit d80a110

File tree

2 files changed

+11
-0
lines changed

2 files changed

+11
-0
lines changed

README.md

+2
Original file line numberDiff line numberDiff line change
@@ -78,6 +78,8 @@ Currently supported models:
7878
Travis & Rye, Erik & Sipes, Brandon & Teplov, Sam. (2019). Handoff All Your Privacy – A Review of Apple’s Bluetooth
7979
Low Energy Continuity Protocol. Proceedings on Privacy Enhancing Technologies. 2019. 34-53. 10.2478/popets-2019-0057.
8080
* Celosia, Guillaume. (2020). Privacy Challenges in Wireless Communications of the Internet of Things.
81+
* The [MagicPods](https://github.com/steam3d/MagicPods-Windows) project. If you are looking for "CAPod for Windows",
82+
check it out.
8183

8284
## License
8385

app/src/main/res/xml/preferences_acknowledgements.xml

+9
Original file line numberDiff line numberDiff line change
@@ -31,6 +31,15 @@
3131
android:action="android.intent.action.VIEW"
3232
android:data="https://github.com/adolfintel/OpenPods" />
3333
</eu.darken.capod.common.preferences.IntentPreference>
34+
<eu.darken.capod.common.preferences.IntentPreference
35+
android:key="thanks.magicpods"
36+
android:summary="Pioneering AirPod support on Windows"
37+
android:title="MagicPods project"
38+
app:iconSpaceReserved="false">
39+
<intent
40+
android:action="android.intent.action.VIEW"
41+
android:data="https://github.com/steam3d/MagicPods-Windows" />
42+
</eu.darken.capod.common.preferences.IntentPreference>
3443
<eu.darken.capod.common.preferences.IntentPreference
3544
android:key="thanks.furiousmac"
3645
android:summary="Research on the continuity protocol"

0 commit comments

Comments
 (0)