feat: keystore import/export (#30)

This commit is contained in:
Ax333l
2023-06-11 16:38:56 +02:00
committed by oSumAtrIX
parent de1ef23824
commit fd0ec6c6a7
11 changed files with 266 additions and 39 deletions

View File

@@ -30,8 +30,13 @@
<string name="theme_description">Choose between light or dark theme</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="export_keystore">Export keystore</string>
<string name="export_keystore_description">Export the current keystore</string>
<string name="regenerate_keystore">Regenerate keystore</string>
<string name="regenerate_keystore_description">Generate a new keystore</string>
<string name="regenerate_keystore_success">The keystore has been successfully replaced</string>
<string name="search_apps">Search apps…</string>
<string name="loading_body">Loading…</string>
@@ -64,6 +69,8 @@
<string name="unsupported_patches">Unsupported patches</string>
<string name="app_not_supported">Some of the patches do not support this app version (%1$s). The patches only support the following versions: %2$s.</string>
<string name="select_file">Select file</string>
<string name="installer">Installer</string>
<string name="install_app">Install</string>
<string name="install_app_success">App installed</string>