Commit graph

76 commits

Author SHA1 Message Date
Bob Sun
fa512e6c86
Add switch to turn on/off remembering passphrase
If the switch is on, users need  to type passphrase of secret key once. The key will be stored in the Keychain.

If the switch is off, users have to fill in passphrase for each decryption including show password detail and long press to copy.
2017-02-28 12:25:52 +08:00
Bob Sun
1c45766b96
Use gray instead of lightGray to show last updated time 2017-02-27 17:37:53 +08:00
yishilin14
55b7e4303b Update the logic of showing latest commit time 2017-02-27 15:21:25 +08:00
yishilin14
c2db4d4641 Show last commit time of each entry 2017-02-27 08:54:51 +08:00
yishilin14
2f3ccc9c07 clear pasteboard after 45 seconds 2017-02-23 17:56:12 +08:00
Bob Sun
a2bcbe1804
show error alert window when cannot decrypt password 2017-02-22 12:56:06 +08:00
Bob Sun
ceb52a5b33
show unsynced symbol in the name of password in password detail page 2017-02-19 00:55:13 +08:00
Bob Sun
83b9762122
solve core data conflict caused by updating password entity image 2017-02-16 13:24:41 +08:00
Bob Sun
1b5e98e987
disable edit button before finishing decryption 2017-02-15 21:25:03 +08:00
Bob Sun
77945b11f8
move showProgress method to main thread 2017-02-15 21:11:22 +08:00
Bob Sun
869f06e00f
change update password related functions 2017-02-15 20:01:17 +08:00
Bob Sun
9eb5f57b80
only compare prefix 2017-02-15 16:20:36 +08:00
Bob Sun
2546666d91
remove commented code 2017-02-14 16:43:06 +08:00
Bob Sun
3ffb2fa9ac
fix bugs 2017-02-14 16:08:10 +08:00
Bob Sun
b09add3413
don't show username password in additional fields 2017-02-14 12:54:51 +08:00
Bob Sun
fe1c01c6dc
Hide unknown fields 2017-02-14 11:16:30 +08:00
Bob Sun
b2ee8c429f
support edit password 2017-02-13 01:15:42 +08:00
Bob Sun
010ec3b322
fix a bug in downloading password image 2017-02-12 01:58:42 +08:00
Bob Sun
49b26f0276
refactor Password class 2017-02-11 16:07:59 +08:00
Bob Sun
95de38988b
polish code 2017-02-09 16:57:16 +08:00
Bob Sun
c76f1c24b0
polish code 2017-02-09 16:57:16 +08:00
Bob Sun
9a871ef852
delete debug message 2017-02-09 16:57:16 +08:00
Bob Sun
e2036f202f
save image in core data 2017-02-09 16:57:16 +08:00
Bob Sun
c0edb7d336
weak self 2017-02-09 13:33:50 +08:00
Bob Sun
ac007fec6d
update icon in detailed page 2017-02-09 13:17:11 +08:00
Bob Sun
910660ede3
restructure file organization 2017-02-08 19:57:07 +08:00
Renamed from pass/PasswordDetailTableViewController.swift (Browse further)