Android-Password-Store/app
Christoph Böhmwalder e41287cb16 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.
2017-12-26 14:35:25 +01:00
..
release add apk 2017-10-30 23:24:14 +01:00
src show age for passwords in detail view (#339) 2017-12-26 14:35:25 +01:00
.gitignore
app-debug.apk
app-release.apk
build.gradle Display TOTP code if entry contains OTP secret 2017-11-19 11:14:45 +01:00
proguard-rules.pro