Commit graph

1089 commits

Author SHA1 Message Date
Danny Moesch
b6f94f8814 Introduce string extension property 'trimmed' 2018-11-13 15:38:18 -08:00
Bob Sun
8573c66da2
Only submit to TestFlight when push to the master branch 2018-11-11 15:09:21 -08:00
Bob Sun
e5ea11bd22
Add GITHUB_ACCESS_TOKEN as secure in .travis.yml
This will help to accelerate PR's buliding time. Otherwise,
carthage will try many times to clone related repos.
2018-11-11 14:49:28 -08:00
Danny Moesch
7c12263458 Separate parser and helpers from Password class for better testability 2018-11-11 11:30:39 -08:00
Bob Sun
2abbceb2e9
Set name and url in Password non-optional
Name and url in Password class shouldn't be optional because we store
them in core data as non-optional. This change also help us to avoid
man unneccessary unwrap.
2018-11-10 22:38:12 -08:00
Bob Sun
5262ca89f7
Update to xcode 10.1 image in travis ci 2018-11-10 20:48:56 -08:00
Bob Sun
6ed201fdf4
Enable code coverage for tests 2018-11-10 10:46:26 -08:00
Bob Sun
681da40b5b
Upgrade ObjectivePGP to 0.13.0 2018-11-10 00:04:40 -08:00
Yishi Lin
4047cd1ed0
Merge pull request #225 from tsl0922/fix-commit-log
Fix commit log view nil error
2018-10-13 17:50:18 +08:00
Shuanglei Tao
8d117f1b1e Fix commit log view nil error 2018-10-11 13:41:47 +08:00
Yishi Lin
826357ca47 Open xkpasswd (generate memorable pwd) with the app 2018-10-01 01:15:26 +08:00
Yishi Lin
15e90198fe Add hints about how to download keys (fix #215) 2018-09-30 23:31:01 +08:00
Yishi Lin
51680c3ddd Fix #221: Set iOS12 library as optional 2018-09-26 00:48:08 +08:00
Yishi Lin
3cc2182bc0 Fix #213: app now clears clipboard in 45s 2018-09-25 00:51:18 +08:00
Yishi Lin
a849b667dc Support auto fill (no quicktype bar support) 2018-09-24 22:03:14 +08:00
Yishi Lin
5c43fc07dd Update pinfo 2018-09-24 19:11:59 +08:00
Yishi Lin
1841b39380 Fix project signing settings 2018-09-24 16:41:43 +08:00
Yishi Lin
5ad69276e4 Update fastfile to include autofill extension 2018-09-24 15:37:50 +08:00
Yishi Lin
0241f99bbf Update travis 2018-09-24 15:23:19 +08:00
Yishi Lin
a860b574bb Add a dummy auto fill extension 2018-09-24 15:06:43 +08:00
Yishi Lin
28e5328298 Polish search paths 2018-09-24 00:01:01 +08:00
Yishi Lin
e9aecbebf2 Move passcode extension display to passKit 2018-09-23 23:56:42 +08:00
Yishi Lin
38096f3f93 Cleanup the alert func in utils 2018-09-23 22:16:13 +08:00
Yishi Lin
1ab70cf6d7 Move codes from utils to password and passwordstore 2018-09-23 22:00:06 +08:00
Yishi Lin
429ac1c915 Move extension out of utils 2018-09-23 20:02:07 +08:00
Yishi Lin
421b5aed1d Show password generation settings automatically 2018-08-30 01:33:36 +08:00
Yishi Lin
aca01c8c72 Support generating memorable pwd: open xkpasswd 2018-08-30 01:26:45 +08:00
Yishi Lin
cacbeb57ee Output error messages when camera is disabled. 2018-08-30 00:42:38 +08:00
Yishi Lin
29b8313be5 Remember the last search choice between search current/all (issue #198) 2018-08-24 02:02:57 +01:00
Bob Sun
5b9ffe9b7e
Build for all branches 2018-08-14 20:36:49 -07:00
Bob Sun
745799785f
Polish README 2018-08-14 20:29:27 -07:00
Bob Sun
cea990113a
Version bump to 0.5.1 2018-08-14 20:23:19 -07:00
Danny Moesch
ddddfda931 Use own parser for multiline values giving up Yams 2018-08-13 23:12:30 -07:00
Danny Moesch
904d04d71c Use computed properties instead of separate getter methods 2018-08-13 23:12:30 -07:00
Danny Moesch
f76721d7fe Simplify/Tweak Password.swift 2018-08-13 23:12:30 -07:00
Danny Moesch
213234f57e Add unit tests for "key: value" syntax in Password class 2018-08-13 23:12:30 -07:00
Danny Moesch
b7a0cbaef6 Animate "AdditionField" struct to avoid usage of tuple "(String, String)" 2018-08-13 23:12:30 -07:00
Bob Sun
1890e77bd2
Fastfile: Delete scheme in the test lane 2018-08-13 22:21:00 -07:00
Bob Sun
f842b06321
Increase travis_wait time to 45m 2018-08-13 21:38:55 -07:00
Bob Sun
f8994f237d
Move pod and carthage commands out of fastlane 2018-08-13 21:13:09 -07:00
Bob Sun
c87b4f2d2c
Update pass.xcodeproj settings 2018-08-13 21:12:35 -07:00
Bob Sun
cea02e7b22
Cleanup Matchfile 2018-08-13 20:34:58 -07:00
Bob Sun
f28472842a
Cleanup Fastfile and move commnds to .travis.yml 2018-08-13 20:15:56 -07:00
Bob Sun
ff8e03540a
Update objective-c image 2018-08-13 12:03:22 -07:00
Bob Sun
10bd557450
Update ObjectivePGP in Podfile 2018-08-12 23:32:04 -07:00
Bob Sun
8063608fc4
Use stable libgit2/objective-git in the Cartfile 2018-08-12 23:31:25 -07:00
Yishi Lin
ee92845042 Add NSFaceIDUsageDescription (fix #193) 2018-06-19 00:07:49 +08:00
Bob Sun
824b959706 Forgot to bump versions 2018-06-15 14:37:38 -07:00
Bob Sun
2b840a4ee1 Verbose carthage 2018-06-15 12:00:19 -07:00
Bob Sun
6ab976ad82 Use master objective-git cause it include the latest libgit2-0.27 2018-06-15 11:37:59 -07:00