Commit graph

335 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
bdca2c0834
Fix a bug caused by removed PasswordCategoryEnetity in erase method 2017-03-02 20:46:57 +08:00
Bob Sun
5601609a8a
Version Bump to 22 2017-03-02 18:01:25 +08:00
Bob Sun
ccd56c7e4f
Polish commit logs 2017-03-02 17:48:21 +08:00
Bob Sun
83fcfc8bb2
Change method name from exists to repositoryExisted 2017-03-02 17:26:46 +08:00
Bob Sun
bdc2cfaaa8
Show error when adding password with same name 2017-03-02 17:26:12 +08:00
Bob Sun
2d50a40370
Use lazy var for touchIDSwitch to simplify code 2017-03-02 16:51:46 +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
94b3c50903
Rearrange groups of general settings 2017-03-02 16:02:35 +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
853ea547e2
Polish code of AboutTableViewController 2017-03-02 15:36:23 +08:00
Bob Sun
43b71f2704
Set isDir to false in core data 2017-03-02 15:32:40 +08:00
Bob Sun
f3497cdc0f
Merge commits and resolve conflits 2017-03-02 15:32:11 +08:00
Bob Sun
8d9965f7da
Show released version number and build version number in about page 2017-03-02 15:15:28 +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
yishilin14
a6783aafeb Fix warnings about password detail title layout 2017-03-02 03:11:16 +08:00
yishilin14
8798be65b5 Use relative time to present last updated time 2017-03-02 00:35:11 +08:00
Bob Sun
98b01d16cf
Merge branch 'master' of github.com:mssun/passforios 2017-03-01 14:56:00 +08:00
Bob Sun
bde475a49f
Use UTF-8 instead of ASCII for encoding (#44) 2017-03-01 14:54:52 +08:00
Bob Sun
e9a59efcd4
Version Bump to 21 2017-02-28 21:02:53 +08:00
Bob Sun
6d7bf62cf7
Fix a bug caused by initializing editUIBarButtonItem with self in action
Change to lazy initialization variable can fix it.
2017-02-28 17:52:00 +08:00
Bob Sun
7a31c4db06
Make action title case consistent 2017-02-28 17:52:00 +08:00
Bob Sun
36e2a96df2
Check mail service is ready before open VC 2017-02-28 17:52:00 +08:00
Bob Sun
48d1ab34d2
Add show recent commit logs in the about repository page 2017-02-28 17:51:59 +08:00
yishilin14
dde194ad3d Copy generated passwords to the clipboard. 2017-02-28 13:07:23 +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
Bob Sun
1c45766b96
Use gray instead of lightGray to show last updated time 2017-02-27 17:37:53 +08:00
Bob Sun
4baf0b0bf3
make section title use consistent case (uppercase) 2017-02-27 17:32:05 +08:00
Bob Sun
88bf3a0d18
Clone if password store directory is not existed 2017-02-27 17:30:33 +08:00
Bob Sun
eff8d11c1e
Version Bump to 20 2017-02-27 15:24:55 +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
Bob Sun
44f148c7ea
Show cancel button by default for password (instead of showing cancel after three wrong attempts) 2017-02-26 21:12:17 +08:00
Bob Sun
ea3c12f2e4
Polish code to make sure detail text in settings are correct 2017-02-26 20:59:27 +08:00
yishilin14
30ae32ec5f Show generated passwords with colors 2017-02-26 00:58:18 +08:00
yishilin14
62db5da62f Blurring app screen in switch mode
Blur app screen and add the Pass icon in the middle.
2017-02-25 18:45:33 +08:00
Bob Sun
0f975882ee
remove hardcoded index path of setting cell 2017-02-25 11:40:12 +08:00
Evgeny Morozov
c6db44ace7
Move repository to a private directory 2017-02-24 20:16:11 +03:00
Bob Sun
8e580e3dad
make variable name simple 2017-02-24 23:54:17 +08:00
Evgeny Morozov
bb654849af Allow usage of uploaded PGP keys 2017-02-24 23:48:58 +08:00
yishilin14
5e581aa6da Update password colors 2017-02-24 21:35:49 +08:00
yishilin14
d3e02a12fa Fix fonts 2017-02-24 21:33:36 +08:00