feat: improve keystore UI and UX (#52)

This commit is contained in:
Ax333l
2023-07-07 20:48:36 +02:00
committed by GitHub
parent 37e177b56e
commit aa02e9f8cf
6 changed files with 207 additions and 105 deletions

View File

@@ -36,8 +36,12 @@
<string name="experimental_patches_description">Allow patching incompatible patches with experimental versions, something may break</string>
<string name="import_keystore">Import keystore</string>
<string name="import_keystore_descripion">Import a custom keystore</string>
<string name="import_keystore_preset_default">Default</string>
<string name="import_keystore_preset_flutter">ReVanced Manager (Flutter)</string>
<string name="import_keystore_dialog_title">Enter keystore credentials</string>
<string name="import_keystore_dialog_description">You\'ll need enter the keystores credentials to import it.</string>
<string name="import_keystore_dialog_alias_field">Username (Alias)</string>
<string name="import_keystore_dialog_password_field">Password</string>
<string name="import_keystore_dialog_button">Import</string>
<string name="import_keystore_wrong_credentials">Wrong keystore credentials</string>
<string name="export_keystore">Export keystore</string>
<string name="export_keystore_description">Export the current keystore</string>
<string name="regenerate_keystore">Regenerate keystore</string>
@@ -97,6 +101,9 @@
<string name="select_file">Select file</string>
<string name="show_password_field">Show password</string>
<string name="hide_password_field">Hide password</string>
<string name="installer">Installer</string>
<string name="install_app">Install</string>
<string name="install_app_success">App installed</string>