Commit graph

755 commits

Author SHA1 Message Date
Yishi Lin
b9ef596bfb Add more password name checks. 2017-10-15 22:15:16 +08:00
Yishi Lin
49180d74e6 Show folder path in the "add password" view 2017-10-15 16:49:33 +08:00
Bob Sun
ced3142291 Open URL without http or https prefix 2017-10-10 23:24:44 -07:00
Bob Sun
3ca7b71f4a Use "done" style for some button 2017-10-10 23:01:06 -07:00
Bob Sun
479453a7e3 Remove badge value of tab bar item when numberOfLocalCommits is zero 2017-10-10 22:15:10 -07:00
Bob Sun
0f39fa5567 Show number of local commits in tabbar badge instead of title 2017-10-10 00:37:50 -07:00
Bob Sun
c7ab350ad8 Fix a bug in editing password
The synced attribute of password entity is not set as false after editing a password content.
2017-10-10 00:35:50 -07:00
Bob Sun
b5697922ce Add 1024pt icon for extension 2017-10-09 23:20:29 -07:00
Bob Sun
d895c1a3c1 Fix warning 2017-10-09 22:16:05 -07:00
Bob Sun
9b8bdbf5e9 Support ObjectivePGP 0.9.0 2017-10-09 22:15:48 -07:00
Bob Sun
f5f9fe505b Port to Swift 4 2017-10-09 22:14:48 -07:00
Bob Sun
25ab22acc7 Fix QR code bug introduced by Swift 4 #134 2017-10-09 21:19:27 -07:00
Bob Sun
79744fc713 Fix QR code scanner cannot be cancelled 2017-10-09 20:33:18 -07:00
Yishi Lin
eb86b4cb05 Fix backward compatibility of isRememberPGPPassphraseOn 2017-10-08 22:41:34 +08:00
Yishi Lin
fad95208cc Merge branch 'develop' of https://github.com/mssun/passforios into develop 2017-10-08 21:38:53 +08:00
Yishi Lin
d0bad8660b Provide the 'remember git credential passphrases' option 2017-10-08 21:37:58 +08:00
Bob Sun
e0c0606852 Remove the indicator in loading password details 2017-10-08 00:02:45 -07:00
Bob Sun
3215fb2901 Do not hide search bar when scrolling 2017-10-07 23:14:00 -07:00
Bob Sun
3605e59c30 Tweak password font 2017-10-07 23:05:56 -07:00
Bob Sun
6ea47766bc Specify colors for digits and letters in password 2017-10-07 22:16:59 -07:00
Bob Sun
f3551a1542 Change the password's font to Courier 2017-10-07 21:54:56 -07:00
Bob Sun
77a9818622 Fix a UI bug in LabelTableViewCell to show long sentense 2017-10-07 21:18:37 -07:00
Bob Sun
77a38807f3 Additional content show at top by default when editing a password 2017-10-07 21:07:02 -07:00
Bob Sun
be76987758 Fix UI constraint warning 2017-10-07 20:51:13 -07:00
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
Bob Sun
d5353ba4d1 Change Swift 3 @objc Inference from On to Default to kill warnings 2017-10-06 22:15:53 -07:00
Bob Sun
3b8c6117aa Update xcodeproj file for cocoapods 2017-10-06 22:06:52 -07:00
Yishi Lin
f8bca758dc Version bump 2017-10-06 21:45:03 +08:00
Yishi Lin
dffcad836f Merge tag 'v0.2.9' into develop
v0.2.9: New features, updates and bug fixes
2017-10-06 21:43:00 +08:00
Yishi Lin
c973bb7ebb Merge branch 'release/0.2.9' 2017-10-06 21:35:42 +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
Bob Sun
77768533c8 Disable bitcode for ObjectivePGP 2017-09-24 21:12:34 -07:00
Yishi Lin
d6177ad29d Enable bitcode for cocoapods 2017-09-24 14:18:49 +08:00
Bob Sun
4bd2d8e658 Update travis image to xcode9 2017-09-23 16:13:40 -07:00
Yishi Lin
bc7c6d6945 Open objc inference before full migration to Swift 4 2017-09-24 00:33:20 +08: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
611dd39131 Update provisioning files 2017-09-17 17:32:22 +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
aa4ff7ce47 Use the latest ObjectivePGP framework (v0.6.2) 2017-08-12 15:12:33 +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