From d8231e112afb501c43041a6f839ab8285f400f77 Mon Sep 17 00:00:00 2001 From: Harsh Shandilya Date: Fri, 12 Jun 2020 14:58:15 +0000 Subject: Break down PGP Activity into focused sections (#776) --- app/src/main/res/values/arrays.xml | 15 --------------- app/src/main/res/values/colors.xml | 4 ---- app/src/main/res/values/dimens.xml | 1 - app/src/main/res/values/strings.xml | 32 +++++++++++--------------------- 4 files changed, 11 insertions(+), 41 deletions(-) (limited to 'app/src/main/res/values') diff --git a/app/src/main/res/values/arrays.xml b/app/src/main/res/values/arrays.xml index 2849dd4f..5ede6b6f 100644 --- a/app/src/main/res/values/arrays.xml +++ b/app/src/main/res/values/arrays.xml @@ -4,15 +4,6 @@ --> - - ssh-key - username/password - OpenKeychain - - - ssh:// - https:// - @string/pref_folder_first_sort_order @string/pref_file_first_sort_order @@ -23,12 +14,6 @@ FILE_FIRST INDEPENDENT - - 0 - 1 - 2 - 3 - lowercase UPPERCASE diff --git a/app/src/main/res/values/colors.xml b/app/src/main/res/values/colors.xml index 04f1e99b..55136a37 100644 --- a/app/src/main/res/values/colors.xml +++ b/app/src/main/res/values/colors.xml @@ -9,17 +9,13 @@ #8eacbb #34515e #ff7043 - #ffa270 - #c63f17 #212121 - #ffffff #ffffffff #eceff1 #D4F1EA @color/primary_text_color - #FFFFFF #668eacbb #000000 @color/primary_dark_color diff --git a/app/src/main/res/values/dimens.xml b/app/src/main/res/values/dimens.xml index 26d94ff7..a76d0bab 100644 --- a/app/src/main/res/values/dimens.xml +++ b/app/src/main/res/values/dimens.xml @@ -8,7 +8,6 @@ 16dp 16dp 16dp - 8dp 8dp 56dp diff --git a/app/src/main/res/values/strings.xml b/app/src/main/res/values/strings.xml index 2e37b0eb..4574c44a 100644 --- a/app/src/main/res/values/strings.xml +++ b/app/src/main/res/values/strings.xml @@ -38,8 +38,8 @@ This will overwrite %1$s with %2$s. - Add generated password for %1$s using android password store. - Edit password for %1$s using android password store. + Add generated password for %1$s using Android Password Store. + Edit password for %1$s using Android Password Store. Remove %1$s from store. Rename %1$s to %2$s. @@ -58,7 +58,6 @@ Message from jgit: \n - Did you forget to specify a username? Please fix the remote server configuration in settings before proceeding Please import or generate your SSH key file in the preferences No SSH key @@ -81,26 +80,15 @@ Server Protocol Server URL - server.com Port - 22 - 443 Repo path - path/to/pass Username - git_username - Resulting URL Authentication Mode - When using custom ports, provide an absolute path (starts with "/") - - Git config - Username Username Email - email Please enter a valid email address Clone @@ -172,7 +160,6 @@ External repository Use an external password repository Select external repository - Use default file picker Export passwords Exports the encrypted passwords to an external directory Version @@ -216,7 +203,6 @@ Generate Copy Provide this public key to your Git server. - Show passphrase Generating keys… Done! 2048 @@ -228,7 +214,6 @@ No Go to Settings Go back - Oops… Cancel Synchronize repository Pull from remote @@ -244,7 +229,6 @@ Show password Show extra content Hide extra content - Repository URI App icon Folder icon @@ -257,9 +241,7 @@ Save failed due to an internal error This app is currently not supported Passwords don\'t match - Couldn\'t extract password, please use a different browser for now Generate password… - The app\'s publisher has changed; this may be a phishing attempt. Maximum number of matches (%1$d) reached; clear matches before adding new ones. This app\'s publisher has changed since you first associated a Password Store entry with it: The currently installed app may be trying to steal your credentials by pretending to be a trusted app.\n\nTry to uninstall and reinstall the app from a trusted source, such as the Play Store, Amazon Appstore, F-Droid, or your phone manufacturer\'s store. @@ -313,7 +295,6 @@ Abort rebase and push new branch Hard reset to remote branch Commit hash - username: something other extra content Failed to get last changed date Failed to connect to OpenKeychain SSH API service. No SSH API provider found. Is OpenKeychain installed? @@ -376,4 +357,13 @@ Custom domains Autofill will distinguish subdomains of these domains company.com\npersonal.com + + + Incorrect passphrase + No matching PGP keys found + Error from OpenKeyChain : %s + + + Error + Failed to write password file to the store, please try again. -- cgit v1.2.3