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-ar | |
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-ar')
-rw-r--r-- | app/src/main/res/values-ar/strings.xml | 1 |
1 files changed, 0 insertions, 1 deletions
diff --git a/app/src/main/res/values-ar/strings.xml b/app/src/main/res/values-ar/strings.xml index 6a337f9b..7720784b 100644 --- a/app/src/main/res/values-ar/strings.xml +++ b/app/src/main/res/values-ar/strings.xml @@ -76,7 +76,6 @@ <string name="pref_show_time_title">مدة الإبقاء على كلمة السر ظاهرة</string> <string name="pref_copy_title">نسخ كلمة السر تلقائيًا</string> <string name="ssh_key_success_dialog_title">تم استيراد مفتاح الـ SSH</string> - <string name="ssh_key_error_dialog_title">حدث هناك خطأ أثناء عملية إسترجاع مفتاح الـ SSH</string> <string name="ssh_key_error_dialog_text">نص الرسالة : \n</string> <string name="pref_autofill_title">الملئ التلقائي</string> <string name="pref_autofill_enable_title">تشغيل الملئ التلقائي</string> |