diff options
author | Diogenes Molinares <amolinares19@gmail.com> | 2020-04-16 13:51:24 +0200 |
---|---|---|
committer | GitHub <noreply@github.com> | 2020-04-16 17:21:24 +0530 |
commit | f269bc7d28f43743648a346288749f5b7f878402 (patch) | |
tree | 42ecd7dd898a4db87293b95009cd36a2c238d15b /app/src/main/res/values-es | |
parent | e4aa673537f198034755ed1113754fbbe05b0138 (diff) |
See file's metadata to validate SSH key (#709)
* See file's metadata to validate SSH key
* See file's metadata to validate SSH key
* change exception to throw and refactoring
* catch IOException and IllegalArgumentException as equal
* run ./gradlew spotlessApply
* Apply suggestions from code review
* validate BEGIN, END markers and size != 0
* Apply suggestions from code review
* Update app/src/main/java/com/zeapo/pwdstore/UserPreference.kt
* Don't throw on SSH key import failure
* Style nits
* Codestyle and copy nits
Co-authored-by: Fabian Henneke <fabian@henneke.me>
Co-authored-by: Harsh Shandilya <me@msfjarvis.dev>
Diffstat (limited to 'app/src/main/res/values-es')
-rw-r--r-- | app/src/main/res/values-es/strings.xml | 1 |
1 files changed, 0 insertions, 1 deletions
diff --git a/app/src/main/res/values-es/strings.xml b/app/src/main/res/values-es/strings.xml index 8687bac8..47ec808d 100644 --- a/app/src/main/res/values-es/strings.xml +++ b/app/src/main/res/values-es/strings.xml @@ -120,7 +120,6 @@ <string name="pref_copy_title">Copiar contraseña automáticamente</string> <string name="pref_copy_dialog_title">Automáticamente copia la contraseña al portapapeles si el descifrado fue exitoso.</string> <string name="ssh_key_success_dialog_title">Llave SSH importada</string> - <string name="ssh_key_error_dialog_title">Error al intentar importar llave SSH</string> <string name="ssh_key_error_dialog_text">Mensaje: \n</string> <string name="pref_recursive_filter">Búsqueda recursiva</string> <string name="pref_recursive_filter_hint">Busca contraseñas recursivamente en el directorio actual.</string> |