Commit graph

83 commits

Author SHA1 Message Date
Bob Sun
faf1ece5c3
Tap tab bar to go back previous folder, double tap will scroll to top 2017-03-02 22:55:41 +08:00
Bob Sun
cbbd7e08b6
Polish code 2017-03-02 22:10:41 +08:00
Bob Sun
f271d4870a
Show disclosure indicator for folder only 2017-03-02 22:10:27 +08:00
Bob Sun
8ede589c71
Refactor iniPasswordsTableEntries function to simplify code 2017-03-02 21:39:48 +08:00
Bob Sun
bdc2cfaaa8
Show error when adding password with same name 2017-03-02 17:26:12 +08:00
Bob Sun
90c468acef
Polish and simplify code of PasswordView 2017-03-02 16:46:23 +08:00
Bob Sun
e1b5c0d524
Deactive search controller to avoid bugs 2017-03-02 16:45:52 +08:00
Bob Sun
6eb19a4dc6
Polish code of long press to copy 2017-03-02 16:14:24 +08:00
Bob Sun
628ae11e35
Extract adding notification observer functions into one method 2017-03-02 15:58:26 +08:00
Bob Sun
c79624caf0
Directory entry cannot be long pressed 2017-03-02 15:57:39 +08:00
Bob Sun
301309f0cc
Set navigation controller title as folder name 2017-03-02 15:49:46 +08:00
Bob Sun
f75f949ab1
Add switch to turn on/off showing folders 2017-03-02 15:01:52 +08:00
Bob Sun
050a960167
Support folder in password view
- change core data
  - change data struct to store table view entry
  - delete unnecessary functions
2017-03-02 14:51:40 +08:00
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
yishilin14
2f3ccc9c07 clear pasteboard after 45 seconds 2017-02-23 17:56:12 +08:00
Bob Sun
2d0e076024
results is no longer needed 2017-02-22 14:51:01 +08:00
Bob Sun
68d4df55c3
reset navigation title when erase all data 2017-02-20 16:58:15 +08:00
Bob Sun
c35dc4f3cd
update appearance when copying to clipboard 2017-02-20 16:07:32 +08:00
Bob Sun
8135caf44d
reset password attempts count after sync 2017-02-17 21:06:28 +08:00
Bob Sun
edfd8c97a7
simplify alert code 2017-02-16 00:54:42 +08:00
Bob Sun
068f5be807
resolve core data merge conflicts error 2017-02-15 16:51:12 +08:00
Bob Sun
b2c5c2475b
fix bugs 2017-02-15 11:37:19 +08:00
Bob Sun
a2fb5b4a2c
check pgpKey before decrypting password 2017-02-15 11:26:22 +08:00
Bob Sun
b2ee8c429f
support edit password 2017-02-13 01:15:42 +08:00
Bob Sun
41d45bfbf9
only push when there is unsync password 2017-02-12 13:31:29 +08:00
Bob Sun
3ce3155711
set all password as synced after push to repository 2017-02-12 01:59:40 +08:00
Bob Sun
1a7451a326
add progress callback to "add password" 2017-02-11 19:48:47 +08:00
Bob Sun
a55f4fb8bc
add push to sync refresh 2017-02-11 01:50:57 +08:00
Bob Sun
b954a4dcab
finish simple "add password function" 2017-02-10 22:15:01 +08:00
Bob Sun
c010d28911
polish about repository page 2017-02-10 15:32:01 +08:00
Bob Sun
cbfb3d61b0
add getLastUpdatedTimeString utility function 2017-02-09 22:12:25 +08:00
Bob Sun
8af39e61ee
change delay time 2017-02-09 11:17:36 +08:00
Bob Sun
910660ede3
restructure file organization 2017-02-08 19:57:07 +08:00
Renamed from pass/PasswordsViewController.swift (Browse further)