diff options
author | Christoph Böhmwalder <christoph@boehmwalder.at> | 2017-12-26 14:35:25 +0100 |
---|---|---|
committer | Mohamed Zenadi <zeapo@users.noreply.github.com> | 2017-12-26 14:35:25 +0100 |
commit | e41287cb164b734dd19dc63d88235dd75509547d (patch) | |
tree | ff5800cb95a0047c16a5c4809cffcd9e49a126bc /app/src/main/res/values-ja | |
parent | 916d63f9bec5d624350b62a1d0eaec677a6b214f (diff) |
show age for passwords in detail view (#339)
* show age for passwords in detail view
Implements #330.
This fetches the latest commit where the respective password file was
changed from the current HEAD and outputs the relative time since
the last change on the decrypt page.
* Move lastChanged logic out of PgpActivity
This nicely encapsulates the lastChanged logic (and thus separates it
from dependencies like git). The last changed date is now passed as a
timestamp using the Intent's extra info.
Diffstat (limited to 'app/src/main/res/values-ja')
-rw-r--r-- | app/src/main/res/values-ja/strings.xml | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/app/src/main/res/values-ja/strings.xml b/app/src/main/res/values-ja/strings.xml index 9ab13ff0..def249be 100644 --- a/app/src/main/res/values-ja/strings.xml +++ b/app/src/main/res/values-ja/strings.xml @@ -157,4 +157,5 @@ <string name="no_repo_selected">外部リポジトリが選択されていません</string> <string name="send_plaintext_password_to">パスワードをプレーンテキストとして送信…</string> <string name="show_password">パスワードを表示</string> + <string name="get_last_changed_failed">Failed to get last changed date</string> </resources> |