forked from Tribler/trustchain-superapp
-
Notifications
You must be signed in to change notification settings - Fork 0
freedomOfComputing
Jop Schaap edited this page Mar 1, 2024
·
2 revisions
An example APK that is known to work on android api 27,30 can be found at the following link: https://github.com/JopSchaap/temp-project, Download the APK using this link: https://github.com/JopSchaap/temp-project/releases/download/v0/my-special.apk
-
nl.tudelft.trustchain.FOC
-
.comunity
-
FOCCommunity
- TODO
-
FOCCommunityBase
- TODO
-
FOCMessage
- TODO
-
-
.util
-
ExtensionUtils.kt
- Contains all supported extensions in constant values.
-
MagnetUtils
-
Utility for constructing magnet links
-
see: [wikipedia on magnet uri](Magnet URI scheme - Wikipedia
-
-
-
AppGossiper.kt
- Communicates the apps between peers
-
EvaDownload
- Data class, containing info about a shared application
-
ExecutionActivity
- Handles loading externel
.apk
files and executing them: performed in theonCreate
method call. - This contains bug mentioned in the ticket
- Handles loading externel
-