diff --git a/.idea/.gitignore b/Code/.idea/.gitignore
similarity index 100%
rename from .idea/.gitignore
rename to Code/.idea/.gitignore
diff --git a/.idea/.name b/Code/.idea/.name
similarity index 100%
rename from .idea/.name
rename to Code/.idea/.name
diff --git a/.idea/AndroidProjectSystem.xml b/Code/.idea/AndroidProjectSystem.xml
similarity index 100%
rename from .idea/AndroidProjectSystem.xml
rename to Code/.idea/AndroidProjectSystem.xml
diff --git a/Code/.idea/caches/deviceStreaming.xml b/Code/.idea/caches/deviceStreaming.xml
new file mode 100644
index 0000000..528f19e
--- /dev/null
+++ b/Code/.idea/caches/deviceStreaming.xml
@@ -0,0 +1,848 @@
+
+
+
+
+
+
\ No newline at end of file
diff --git a/.idea/codeStyles/Project.xml b/Code/.idea/codeStyles/Project.xml
similarity index 100%
rename from .idea/codeStyles/Project.xml
rename to Code/.idea/codeStyles/Project.xml
diff --git a/.idea/codeStyles/codeStyleConfig.xml b/Code/.idea/codeStyles/codeStyleConfig.xml
similarity index 100%
rename from .idea/codeStyles/codeStyleConfig.xml
rename to Code/.idea/codeStyles/codeStyleConfig.xml
diff --git a/.idea/compiler.xml b/Code/.idea/compiler.xml
similarity index 100%
rename from .idea/compiler.xml
rename to Code/.idea/compiler.xml
diff --git a/.idea/deploymentTargetSelector.xml b/Code/.idea/deploymentTargetSelector.xml
similarity index 100%
rename from .idea/deploymentTargetSelector.xml
rename to Code/.idea/deploymentTargetSelector.xml
diff --git a/.idea/gradle.xml b/Code/.idea/gradle.xml
similarity index 100%
rename from .idea/gradle.xml
rename to Code/.idea/gradle.xml
diff --git a/.idea/inspectionProfiles/Project_Default.xml b/Code/.idea/inspectionProfiles/Project_Default.xml
similarity index 100%
rename from .idea/inspectionProfiles/Project_Default.xml
rename to Code/.idea/inspectionProfiles/Project_Default.xml
diff --git a/.idea/migrations.xml b/Code/.idea/migrations.xml
similarity index 100%
rename from .idea/migrations.xml
rename to Code/.idea/migrations.xml
diff --git a/.idea/misc.xml b/Code/.idea/misc.xml
similarity index 100%
rename from .idea/misc.xml
rename to Code/.idea/misc.xml
diff --git a/.idea/runConfigurations.xml b/Code/.idea/runConfigurations.xml
similarity index 100%
rename from .idea/runConfigurations.xml
rename to Code/.idea/runConfigurations.xml
diff --git a/.idea/vcs.xml b/Code/.idea/vcs.xml
similarity index 100%
rename from .idea/vcs.xml
rename to Code/.idea/vcs.xml
diff --git a/app/.gitignore b/Code/app/.gitignore
similarity index 100%
rename from app/.gitignore
rename to Code/app/.gitignore
diff --git a/app/build.gradle.kts b/Code/app/build.gradle.kts
similarity index 100%
rename from app/build.gradle.kts
rename to Code/app/build.gradle.kts
diff --git a/app/proguard-rules.pro b/Code/app/proguard-rules.pro
similarity index 100%
rename from app/proguard-rules.pro
rename to Code/app/proguard-rules.pro
diff --git a/app/release/baselineProfiles/0/app-release.dm b/Code/app/release/baselineProfiles/0/app-release.dm
similarity index 100%
rename from app/release/baselineProfiles/0/app-release.dm
rename to Code/app/release/baselineProfiles/0/app-release.dm
diff --git a/app/release/baselineProfiles/1/app-release.dm b/Code/app/release/baselineProfiles/1/app-release.dm
similarity index 100%
rename from app/release/baselineProfiles/1/app-release.dm
rename to Code/app/release/baselineProfiles/1/app-release.dm
diff --git a/app/release/lab-recorder.apk b/Code/app/release/lab-recorder.apk
similarity index 100%
rename from app/release/lab-recorder.apk
rename to Code/app/release/lab-recorder.apk
diff --git a/app/release/output-metadata.json b/Code/app/release/output-metadata.json
similarity index 100%
rename from app/release/output-metadata.json
rename to Code/app/release/output-metadata.json
diff --git a/app/src/androidTest/java/com/tomhempel/labrecorder/ExampleInstrumentedTest.kt b/Code/app/src/androidTest/java/com/tomhempel/labrecorder/ExampleInstrumentedTest.kt
similarity index 100%
rename from app/src/androidTest/java/com/tomhempel/labrecorder/ExampleInstrumentedTest.kt
rename to Code/app/src/androidTest/java/com/tomhempel/labrecorder/ExampleInstrumentedTest.kt
diff --git a/app/src/main/AndroidManifest.xml b/Code/app/src/main/AndroidManifest.xml
similarity index 100%
rename from app/src/main/AndroidManifest.xml
rename to Code/app/src/main/AndroidManifest.xml
diff --git a/app/src/main/java/com/tomhempel/labrecorder/DataInspectionActivity.kt b/Code/app/src/main/java/com/tomhempel/labrecorder/DataInspectionActivity.kt
similarity index 100%
rename from app/src/main/java/com/tomhempel/labrecorder/DataInspectionActivity.kt
rename to Code/app/src/main/java/com/tomhempel/labrecorder/DataInspectionActivity.kt
diff --git a/app/src/main/java/com/tomhempel/labrecorder/MainActivity.kt b/Code/app/src/main/java/com/tomhempel/labrecorder/MainActivity.kt
similarity index 100%
rename from app/src/main/java/com/tomhempel/labrecorder/MainActivity.kt
rename to Code/app/src/main/java/com/tomhempel/labrecorder/MainActivity.kt
diff --git a/app/src/main/java/com/tomhempel/labrecorder/ParticipantSelectionActivity.kt b/Code/app/src/main/java/com/tomhempel/labrecorder/ParticipantSelectionActivity.kt
similarity index 100%
rename from app/src/main/java/com/tomhempel/labrecorder/ParticipantSelectionActivity.kt
rename to Code/app/src/main/java/com/tomhempel/labrecorder/ParticipantSelectionActivity.kt
diff --git a/app/src/main/java/com/tomhempel/labrecorder/TimeNormalizedPlotActivity.kt b/Code/app/src/main/java/com/tomhempel/labrecorder/TimeNormalizedPlotActivity.kt
similarity index 100%
rename from app/src/main/java/com/tomhempel/labrecorder/TimeNormalizedPlotActivity.kt
rename to Code/app/src/main/java/com/tomhempel/labrecorder/TimeNormalizedPlotActivity.kt
diff --git a/app/src/main/java/com/tomhempel/labrecorder/ui/theme/Color.kt b/Code/app/src/main/java/com/tomhempel/labrecorder/ui/theme/Color.kt
similarity index 100%
rename from app/src/main/java/com/tomhempel/labrecorder/ui/theme/Color.kt
rename to Code/app/src/main/java/com/tomhempel/labrecorder/ui/theme/Color.kt
diff --git a/app/src/main/java/com/tomhempel/labrecorder/ui/theme/Theme.kt b/Code/app/src/main/java/com/tomhempel/labrecorder/ui/theme/Theme.kt
similarity index 100%
rename from app/src/main/java/com/tomhempel/labrecorder/ui/theme/Theme.kt
rename to Code/app/src/main/java/com/tomhempel/labrecorder/ui/theme/Theme.kt
diff --git a/app/src/main/java/com/tomhempel/labrecorder/ui/theme/Type.kt b/Code/app/src/main/java/com/tomhempel/labrecorder/ui/theme/Type.kt
similarity index 100%
rename from app/src/main/java/com/tomhempel/labrecorder/ui/theme/Type.kt
rename to Code/app/src/main/java/com/tomhempel/labrecorder/ui/theme/Type.kt
diff --git a/app/src/main/res/drawable/ic_launcher_background.xml b/Code/app/src/main/res/drawable/ic_launcher_background.xml
similarity index 100%
rename from app/src/main/res/drawable/ic_launcher_background.xml
rename to Code/app/src/main/res/drawable/ic_launcher_background.xml
diff --git a/app/src/main/res/drawable/ic_launcher_foreground.xml b/Code/app/src/main/res/drawable/ic_launcher_foreground.xml
similarity index 100%
rename from app/src/main/res/drawable/ic_launcher_foreground.xml
rename to Code/app/src/main/res/drawable/ic_launcher_foreground.xml
diff --git a/app/src/main/res/layout/activity_analyse.xml b/Code/app/src/main/res/layout/activity_analyse.xml
similarity index 100%
rename from app/src/main/res/layout/activity_analyse.xml
rename to Code/app/src/main/res/layout/activity_analyse.xml
diff --git a/app/src/main/res/layout/content_analyse.xml b/Code/app/src/main/res/layout/content_analyse.xml
similarity index 100%
rename from app/src/main/res/layout/content_analyse.xml
rename to Code/app/src/main/res/layout/content_analyse.xml
diff --git a/app/src/main/res/layout/fragment_first.xml b/Code/app/src/main/res/layout/fragment_first.xml
similarity index 100%
rename from app/src/main/res/layout/fragment_first.xml
rename to Code/app/src/main/res/layout/fragment_first.xml
diff --git a/app/src/main/res/layout/fragment_second.xml b/Code/app/src/main/res/layout/fragment_second.xml
similarity index 100%
rename from app/src/main/res/layout/fragment_second.xml
rename to Code/app/src/main/res/layout/fragment_second.xml
diff --git a/app/src/main/res/mipmap-anydpi-v26/ic_launcher_round.xml b/Code/app/src/main/res/mipmap-anydpi-v26/ic_launcher_round.xml
similarity index 100%
rename from app/src/main/res/mipmap-anydpi-v26/ic_launcher_round.xml
rename to Code/app/src/main/res/mipmap-anydpi-v26/ic_launcher_round.xml
diff --git a/app/src/main/res/mipmap-hdpi/ic_launcher_round.webp b/Code/app/src/main/res/mipmap-hdpi/ic_launcher_round.webp
similarity index 100%
rename from app/src/main/res/mipmap-hdpi/ic_launcher_round.webp
rename to Code/app/src/main/res/mipmap-hdpi/ic_launcher_round.webp
diff --git a/app/src/main/res/mipmap-hdpi/logo.webp b/Code/app/src/main/res/mipmap-hdpi/logo.webp
similarity index 100%
rename from app/src/main/res/mipmap-hdpi/logo.webp
rename to Code/app/src/main/res/mipmap-hdpi/logo.webp
diff --git a/app/src/main/res/mipmap-mdpi/ic_launcher_round.webp b/Code/app/src/main/res/mipmap-mdpi/ic_launcher_round.webp
similarity index 100%
rename from app/src/main/res/mipmap-mdpi/ic_launcher_round.webp
rename to Code/app/src/main/res/mipmap-mdpi/ic_launcher_round.webp
diff --git a/app/src/main/res/mipmap-xhdpi/ic_launcher_round.webp b/Code/app/src/main/res/mipmap-xhdpi/ic_launcher_round.webp
similarity index 100%
rename from app/src/main/res/mipmap-xhdpi/ic_launcher_round.webp
rename to Code/app/src/main/res/mipmap-xhdpi/ic_launcher_round.webp
diff --git a/app/src/main/res/mipmap-xxhdpi/ic_launcher_round.webp b/Code/app/src/main/res/mipmap-xxhdpi/ic_launcher_round.webp
similarity index 100%
rename from app/src/main/res/mipmap-xxhdpi/ic_launcher_round.webp
rename to Code/app/src/main/res/mipmap-xxhdpi/ic_launcher_round.webp
diff --git a/app/src/main/res/mipmap-xxxhdpi/ic_launcher_round.webp b/Code/app/src/main/res/mipmap-xxxhdpi/ic_launcher_round.webp
similarity index 100%
rename from app/src/main/res/mipmap-xxxhdpi/ic_launcher_round.webp
rename to Code/app/src/main/res/mipmap-xxxhdpi/ic_launcher_round.webp
diff --git a/app/src/main/res/navigation/nav_graph.xml b/Code/app/src/main/res/navigation/nav_graph.xml
similarity index 100%
rename from app/src/main/res/navigation/nav_graph.xml
rename to Code/app/src/main/res/navigation/nav_graph.xml
diff --git a/app/src/main/res/values-land/dimens.xml b/Code/app/src/main/res/values-land/dimens.xml
similarity index 100%
rename from app/src/main/res/values-land/dimens.xml
rename to Code/app/src/main/res/values-land/dimens.xml
diff --git a/app/src/main/res/values-night/themes.xml b/Code/app/src/main/res/values-night/themes.xml
similarity index 100%
rename from app/src/main/res/values-night/themes.xml
rename to Code/app/src/main/res/values-night/themes.xml
diff --git a/app/src/main/res/values-v23/themes.xml b/Code/app/src/main/res/values-v23/themes.xml
similarity index 100%
rename from app/src/main/res/values-v23/themes.xml
rename to Code/app/src/main/res/values-v23/themes.xml
diff --git a/app/src/main/res/values-w1240dp/dimens.xml b/Code/app/src/main/res/values-w1240dp/dimens.xml
similarity index 100%
rename from app/src/main/res/values-w1240dp/dimens.xml
rename to Code/app/src/main/res/values-w1240dp/dimens.xml
diff --git a/app/src/main/res/values-w600dp/dimens.xml b/Code/app/src/main/res/values-w600dp/dimens.xml
similarity index 100%
rename from app/src/main/res/values-w600dp/dimens.xml
rename to Code/app/src/main/res/values-w600dp/dimens.xml
diff --git a/app/src/main/res/values/colors.xml b/Code/app/src/main/res/values/colors.xml
similarity index 100%
rename from app/src/main/res/values/colors.xml
rename to Code/app/src/main/res/values/colors.xml
diff --git a/app/src/main/res/values/dimens.xml b/Code/app/src/main/res/values/dimens.xml
similarity index 100%
rename from app/src/main/res/values/dimens.xml
rename to Code/app/src/main/res/values/dimens.xml
diff --git a/app/src/main/res/values/strings.xml b/Code/app/src/main/res/values/strings.xml
similarity index 100%
rename from app/src/main/res/values/strings.xml
rename to Code/app/src/main/res/values/strings.xml
diff --git a/app/src/main/res/values/themes.xml b/Code/app/src/main/res/values/themes.xml
similarity index 100%
rename from app/src/main/res/values/themes.xml
rename to Code/app/src/main/res/values/themes.xml
diff --git a/app/src/main/res/xml/backup_rules.xml b/Code/app/src/main/res/xml/backup_rules.xml
similarity index 100%
rename from app/src/main/res/xml/backup_rules.xml
rename to Code/app/src/main/res/xml/backup_rules.xml
diff --git a/app/src/main/res/xml/data_extraction_rules.xml b/Code/app/src/main/res/xml/data_extraction_rules.xml
similarity index 100%
rename from app/src/main/res/xml/data_extraction_rules.xml
rename to Code/app/src/main/res/xml/data_extraction_rules.xml
diff --git a/app/src/test/java/com/tomhempel/labrecorder/ExampleUnitTest.kt b/Code/app/src/test/java/com/tomhempel/labrecorder/ExampleUnitTest.kt
similarity index 100%
rename from app/src/test/java/com/tomhempel/labrecorder/ExampleUnitTest.kt
rename to Code/app/src/test/java/com/tomhempel/labrecorder/ExampleUnitTest.kt
diff --git a/build.gradle.kts b/Code/build.gradle.kts
similarity index 100%
rename from build.gradle.kts
rename to Code/build.gradle.kts
diff --git a/Code/build/reports/problems/problems-report.html b/Code/build/reports/problems/problems-report.html
new file mode 100644
index 0000000..8228d19
--- /dev/null
+++ b/Code/build/reports/problems/problems-report.html
@@ -0,0 +1,663 @@
+
+
+
+
+
+
+
+
+
+
diff --git a/gradle.properties b/Code/gradle.properties
similarity index 100%
rename from gradle.properties
rename to Code/gradle.properties
diff --git a/gradle/libs.versions.toml b/Code/gradle/libs.versions.toml
similarity index 100%
rename from gradle/libs.versions.toml
rename to Code/gradle/libs.versions.toml
diff --git a/gradle/wrapper/gradle-wrapper.jar b/Code/gradle/wrapper/gradle-wrapper.jar
similarity index 100%
rename from gradle/wrapper/gradle-wrapper.jar
rename to Code/gradle/wrapper/gradle-wrapper.jar
diff --git a/gradle/wrapper/gradle-wrapper.properties b/Code/gradle/wrapper/gradle-wrapper.properties
similarity index 100%
rename from gradle/wrapper/gradle-wrapper.properties
rename to Code/gradle/wrapper/gradle-wrapper.properties
diff --git a/gradlew b/Code/gradlew
similarity index 100%
rename from gradlew
rename to Code/gradlew
diff --git a/gradlew.bat b/Code/gradlew.bat
similarity index 100%
rename from gradlew.bat
rename to Code/gradlew.bat
diff --git a/settings.gradle.kts b/Code/settings.gradle.kts
similarity index 100%
rename from settings.gradle.kts
rename to Code/settings.gradle.kts