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-zh-rCN | |
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-zh-rCN')
-rw-r--r-- | app/src/main/res/values-zh-rCN/strings.xml | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/app/src/main/res/values-zh-rCN/strings.xml b/app/src/main/res/values-zh-rCN/strings.xml index ba6dfa5a..bcba3ca2 100644 --- a/app/src/main/res/values-zh-rCN/strings.xml +++ b/app/src/main/res/values-zh-rCN/strings.xml @@ -121,4 +121,5 @@ <string name="server_resulting_url">生成的 URL</string> <string name="autofill_apps_match_ellipsis">匹配…</string> <string name="pref_crypto_title">加密</string> + <string name="get_last_changed_failed">Failed to get last changed date</string> </resources>
\ No newline at end of file |