künftige Settings-Switches hinzugefügt

This commit is contained in:
JG-Cody 2023-09-17 18:03:23 +02:00
parent ad06562bf3
commit ff6ba558cb
5 changed files with 18 additions and 19 deletions

View File

@ -1,17 +0,0 @@
<?xml version="1.0" encoding="UTF-8"?>
<project version="4">
<component name="deploymentTargetDropDown">
<runningDeviceTargetSelectedWithDropDown>
<Target>
<type value="RUNNING_DEVICE_TARGET" />
<deviceKey>
<Key>
<type value="SERIAL_NUMBER" />
<value value="R38N50464FV" />
</Key>
</deviceKey>
</Target>
</runningDeviceTargetSelectedWithDropDown>
<timeTargetWasSelectedWithDropDown value="2023-07-03T11:36:15.677414106Z" />
</component>
</project>

View File

@ -10,8 +10,8 @@
<option name="gradleJvm" value="jbr-17" /> <option name="gradleJvm" value="jbr-17" />
<option name="modules"> <option name="modules">
<set> <set>
<option value="/mnt/sshd/Files/Desktop/testing/android/Cringe-Authenticator" /> <option value="$PROJECT_DIR$" />
<option value="/mnt/sshd/Files/Desktop/testing/android/Cringe-Authenticator/app" /> <option value="$PROJECT_DIR$/app" />
</set> </set>
</option> </option>
</GradleProjectSettings> </GradleProjectSettings>

View File

@ -35,6 +35,18 @@
android:layout_height="wrap_content" android:layout_height="wrap_content"
android:text="@string/settings_biometric_lock" /> android:text="@string/settings_biometric_lock" />
<androidx.appcompat.widget.SwitchCompat
android:id="@+id/screen_security"
android:layout_width="match_parent"
android:layout_height="wrap_content"
android:text="@string/screen_security" />
<androidx.appcompat.widget.SwitchCompat
android:id="@+id/hide_codes"
android:layout_width="match_parent"
android:layout_height="wrap_content"
android:text="@string/hide_codes" />
<TextView <TextView
android:layout_width="match_parent" android:layout_width="match_parent"
android:layout_height="wrap_content" android:layout_height="wrap_content"

View File

@ -59,4 +59,6 @@
<item>Umbenennen</item> <item>Umbenennen</item>
<item>Löschen</item> <item>Löschen</item>
</string-array> </string-array>
<string name="screen_security">Bildschirmsicherheit</string>
<string name="hide_codes">Codes verstecken</string>
</resources> </resources>

View File

@ -49,6 +49,8 @@
<string name="qr_scanner_migration_title">OTP Migration</string> <string name="qr_scanner_migration_title">OTP Migration</string>
<string name="qr_scanner_migration_message">It seems like you\'re trying to import OTP codes from another app. Do you want to import all codes into this group?</string> <string name="qr_scanner_migration_message">It seems like you\'re trying to import OTP codes from another app. Do you want to import all codes into this group?</string>
<string name="qr_scanner_migration_part">Code %d of %d scanned</string> <string name="qr_scanner_migration_part">Code %d of %d scanned</string>
<string name="screen_security">Screen Security</string>
<string name="hide_codes">Hide Codes</string>
<string-array name="view_edit_move_delete"> <string-array name="view_edit_move_delete">
<item>View</item> <item>View</item>
<item>Edit</item> <item>Edit</item>