Android-Password-Store/app/src/main
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
..
assets/fonts use a true monospaced font for pwd display 2015-05-09 14:45:10 +02:00
java/com/zeapo/pwdstore show age for passwords in detail view (#339) 2017-12-26 14:35:25 +01:00
res show age for passwords in detail view (#339) 2017-12-26 14:35:25 +01:00
AndroidManifest.xml remove pgp handler 2017-08-10 11:10:29 +02:00