Update ACKs

This commit is contained in:
darken
2022-01-05 09:32:33 +01:00
parent 79b4b5e592
commit 5192827cab
2 changed files with 28 additions and 0 deletions
+10
View File
@@ -29,6 +29,16 @@ Supported models:
## Screenshots
## Thanks to
* The [OpenPods](https://github.com/adolfintel/OpenPods) project,
specifically [@adolfintel](https://github.com/adolfintel) and [@Electric1447](https://github.com/Electric1447) for
their work on reverse engineering the BLE communication.
* Martin, Jeremy & Alpuche, Douglas & Bodeman, Kristina & Brown, Lamont & Fenske, Ellis & Foppe, Lucas & Mayberry,
Travis & Rye, Erik & Sipes, Brandon & Teplov, Sam. (2019). Handoff All Your Privacy A Review of Apples Bluetooth
Low Energy Continuity Protocol. Proceedings on Privacy Enhancing Technologies. 2019. 34-53. 10.2478/popets-2019-0057.
* Celosia, Guillaume. (2020). Privacy Challenges in Wireless Communications of the Internet of Things.
## License
CAPod's code is available under a GPL v3 license, this excludes:
@@ -13,6 +13,24 @@
android:action="android.intent.action.VIEW"
android:data="https://twitter.com/maxpatchs" />
</Preference>
<Preference
android:key="thanks.openpods"
android:summary="Pioneering AirPod support on Android"
android:title="OpenPods project"
app:iconSpaceReserved="false">
<intent
android:action="android.intent.action.VIEW"
android:data="https://github.com/adolfintel/OpenPods" />
</Preference>
<Preference
android:key="thanks.furiousmac"
android:summary="Research on the continuity protocol"
android:title="FuriousMAC"
app:iconSpaceReserved="false">
<intent
android:action="android.intent.action.VIEW"
android:data="https://github.com/furiousMAC/continuity" />
</Preference>
</PreferenceCategory>
<PreferenceCategory