Commit graph

590 commits

Author SHA1 Message Date
Bob Sun
3f3360259a Optimize the top margin of raw password 2017-10-07 19:58:46 -07:00
Bob Sun
5c7ccc5b37 Never use large titles in password details 2017-10-07 10:42:09 -07:00
Bob Sun
c57ae4f88e Use iOS 11 design language 2017-10-07 00:24:30 -07:00
Yishi Lin
f8bca758dc Version bump 2017-10-06 21:45:03 +08:00
Bob Sun
ac7296f75c Change search bar height 2017-09-24 23:49:16 -07:00
Bob Sun
8d969adb5c Optimize refreshControl ending time 2017-09-24 22:55:24 -07:00
Bob Sun
1d4939a85d Fix refreshControl position 2017-09-24 22:53:00 -07:00
Bob Sun
70bf15b80c Fix refreshControl offset issue 2017-09-24 22:52:28 -07:00
Bob Sun
d46588cacb Add App Store icon 2017-09-24 22:05:36 -07:00
Yishi Lin
f646762f4b Fix substring depreciated warnings 2017-09-24 00:12:47 +08:00
Yishi Lin
774f05eae0 Convert to Swift 4
- Will fix all warnings next.
2017-09-23 16:29:03 +08:00
Yishi Lin
7640d55317 Fix passcode lock touch ID again 2017-09-18 01:59:47 +08:00
Yishi Lin
90a675d4fa Fix passcode lock problem
- Fix the problem when the phone is locked in landscape mode, and unlock in portrait mode.
2017-09-18 01:33:19 +08:00
Yishi Lin
81af389a07 Fix the Touch ID setting of passcode lock
- Disable Touch ID alone does not work before this commit.
2017-09-18 00:48:09 +08:00
Yishi Lin
6d118eab7e Fix the logic of git clone
- erase git password and ssh passphrase before cloning
- erase core data after a failed cloning
2017-08-12 21:41:34 +08:00
Yishi Lin
a4efe57db9 Fix the "clearing passwords in 45s" function
- Copied passwords in the extension are not cleaned.
2017-07-27 23:56:24 +08:00
Yishi Lin
f86a5eee65 Simplify codes 2017-07-27 22:38:07 +08:00
Yishi Lin
8ed8223758 Fix PGP key setting checks 2017-07-27 21:12:58 +08:00
Yishi Lin
c5c6679f21 Add some checks 2017-07-24 23:30:22 +08:00
Yishi Lin
622382122d Provide more git clone error message 2017-07-22 19:16:15 +08:00
Bob Sun
f4bb7c9779 Version bump 2017-07-16 21:56:06 -07:00
Yishi Lin
fa78a7e0b7 Fix passcode lock view rotation problem 2017-07-16 23:15:24 +08:00
Yishi Lin
4b5ea10b40 Force the PasscodeLockVC to be portrait 2017-07-07 17:36:04 +08:00
Yishi Lin
3593974ca4 Fix bugs in the password editor 2017-07-07 11:32:03 +08:00
Yishi Lin
39820a4108 Look for "login" as a username field in auto fill
- Will look for "username" first
2017-06-28 00:32:50 +08:00
Yishi Lin
69b58e686d Polish the Password class
- About "additions", remove "additionKeys"
2017-06-28 00:18:06 +08:00
Yishi Lin
5710f496fc Support Chrome and app login 2017-06-23 22:39:07 +08:00
Jordan Phillips
c7135596e8 Include directory in "All" scope searches 2017-06-23 07:15:47 -07:00
Yishi Lin
fb55f32797 Support Chrome and app logins 2017-06-23 21:57:03 +08:00
Bob Sun
72424c7db2
Use split view for Settings 2017-06-22 00:09:12 -07:00
Bob Sun
d25cc9eb9a Version bump 2017-06-20 13:00:43 -07:00
Yishi Lin
a8060d28c9 Fix some startup warnings 2017-06-15 17:30:57 +08:00
Yishi Lin
09865a02af Fix migration problems 2017-06-14 21:50:38 +08:00
Yishi Lin
3b562da607 Remove imported keys from iTunes Documents (fix #97) 2017-06-14 20:22:15 +08:00
Yishi Lin
7cf628638b Move passcode lock to framework 2017-06-14 14:16:26 +08:00
Yishi Lin
639cd123cb Switch to passcode lock fork that supports app extension 2017-06-14 14:04:44 +08:00
Yishi Lin
8e5a824cca Add search and copy password in extension
- no lock screen for now
- share keychain between app and extension
2017-06-14 00:25:38 +08:00
Yishi Lin
7f6900b7cd Fix some "linking against dylib" warning
- Move requestGitPassword to view controllers
- Move Utils.alert out of passKit, because SVProgressHUD is there
2017-06-13 13:19:18 +08:00
Yishi Lin
d2ba620ae4 Move codes to an embed framework
- Move bundle/group identifiers to passKit/Global
- Fix Core Data
- Change Defaults to SharedDefaults
2017-06-13 11:43:46 +08:00
Yishi Lin
850dc75820 Move files and Defaults to the shared container 2017-06-11 02:09:45 +08:00
Yishi Lin
8f91c4c516 Add a dummy extension 2017-06-11 00:48:49 +08:00
Yishi Lin
545aceb7af Fix bug of hard press search
- bug introduced in d86ee90eb7
2017-06-09 18:39:52 +08:00
Yishi Lin
d7804275ea Version bump 2017-06-08 10:45:54 +08:00
Yishi Lin
2388edccfb Polish logics about PGP passphrase
- Ask passphrase only when users want to save them for later usage
- Provide a second change to enter passphrase during the decryption
2017-06-07 21:11:01 +08:00
Yishi Lin
0542733f86 Polish the logic of clone
- pop the current view only after a successful clone so that editing the previous incorrect git setting is possible
2017-06-07 18:52:53 +08:00
Yishi Lin
d86ee90eb7 Remove hardcoded bundle identifier 2017-06-07 17:09:37 +08:00
Yishi Lin
6daa84df30 Provide info about the iTunes File Sharing
- only when key files are not existed (not downloaded/pasted/imported)
2017-06-07 16:54:54 +08:00
Yishi Lin
3cde0d954c Scan QR Code to import SSH private key 2017-06-07 13:08:52 +08:00
Yishi Lin
a31f5b797d No need to import SSH public key 2017-06-07 01:06:53 +08:00
Yishi Lin
7bfc3cc7d4 Fix deleting entries 2017-06-07 01:05:53 +08:00