Crypto (WIP)

This commit is contained in:
MrLetsplay 2023-09-17 19:22:24 +02:00
parent e80d63336d
commit 94059ad623
Signed by: mr
SSH Key Fingerprint: SHA256:92jBH80vpXyaZHjaIl47pjRq+Yt7XGTArqQg1V7hSqg
2 changed files with 8 additions and 0 deletions

View File

@ -85,4 +85,6 @@ dependencies {
implementation "androidx.camera:camera-extensions:${camerax_version}"
implementation 'com.google.protobuf:protobuf-javalite:3.24.3'
implementation 'org.bouncycastle:bcprov-jdk15on:1.70'
}

View File

@ -23,6 +23,12 @@
android:paddingTop="10dp"
android:paddingBottom="10dp" />
<androidx.appcompat.widget.SwitchCompat
android:id="@+id/settings_enable_encryption"
android:layout_width="match_parent"
android:layout_height="wrap_content"
android:text="@string/enable_encryption" />
<androidx.appcompat.widget.SwitchCompat
android:id="@+id/settings_enable_intro_video"
android:layout_width="match_parent"