Commit graph

703 commits

Author SHA1 Message Date
Yishi Lin
f00f6c77b0 Fix issue #13 ( Additions display randomly) 2017-07-27 13:19: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
Bob Sun
7c36ff8c74 Merge tag 'v0.2.8' into develop
New features, updates and bug fixes

- support Chrome and app extension
- support portait mode
- bug fixes
2017-07-16 21:30:16 -07:00
Bob Sun
d223fc2345 Merge branch 'release/0.2.8' 2017-07-16 21:29:49 -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
f8f43a1225 Fix a warning in pod install 2017-06-28 00:59:44 +08:00
Yishi Lin
85ad59b17d Use project deployment target 2017-06-28 00:45:25 +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
62136b0cfd Update README.md 2017-06-25 22:07:53 +08:00
Yishi Lin
73edac6e14 Fix extension info plist 2017-06-25 15:19:29 +08:00
Yishi Lin
99741f258d Fix fastlane 2017-06-25 14:54:16 +08:00
Yishi Lin
6f0a8f5d14 Fix project config 2017-06-25 13:49:17 +08:00
Yishi Lin
37bb924181 Change how the product bundle identifier is set
- Making modifying the product bundle identifier easier: only need to change in Project/Build settings
2017-06-25 13:20:03 +08:00
Yishi Lin
5d71f99711 Support Safari/Chrome auto fill 2017-06-25 12:52:08 +08:00
Yishi Lin
5710f496fc Support Chrome and app login 2017-06-23 22:39:07 +08:00
Yishi Lin
a5b9b74dae Merge pull request #103 from jordoh/search-in-directory
Include directory in "All" scope searches
2017-06-23 22:24:42 +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
Yishi Lin
daacfbea83 Rename a file 2017-06-22 23:15:37 +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
0bb6e48d39 Fix migration of user defaults 2017-06-18 01:13:49 +08:00
Yishi Lin
826568226f Fix extension version number 2017-06-15 17:39:53 +08:00
Yishi Lin
2275aec1e9 Update Carthage in readme 2017-06-15 17:38:00 +08:00
Yishi Lin
a8060d28c9 Fix some startup warnings 2017-06-15 17:30:57 +08:00
Yishi Lin
9bb51d209c Change extension name and folder names 2017-06-15 17:27:02 +08:00
Bob Sun
df75dc9d6a
Merge branch 'develop' of https://github.com/mssun/passforios into develop 2017-06-14 16:27:53 -07:00
Bob Sun
7c2c2ca013
Fix issues in CI 2017-06-14 16:27:45 -07:00
Yishi Lin
725821419f Fix passKitTests compilation problem 2017-06-15 06:02:45 +08:00
Yishi Lin
3bfe98b93d Add scheme "pass" for travis CI 2017-06-14 23:19:23 +08:00
Yishi Lin
09865a02af Fix migration problems 2017-06-14 21:50:38 +08:00
Yishi Lin
33fff2afaf Merge branch 'develop' into feature/passextension 2017-06-14 20:24:11 +08:00
Yishi Lin
3b562da607 Remove imported keys from iTunes Documents (fix #97) 2017-06-14 20:22:15 +08:00
Yishi Lin
fb5f689540 Add passcode lock for extension 2017-06-14 19:14:56 +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
Bob Sun
077e046a0e
Fix a bug caused by NSPredicate mistake 2017-06-13 21:21:46 -07:00
Bob Sun
e6f90bcc0d
Add paypal donation button 2017-06-13 20:30:01 -07: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
abe1c46d83 Fix many "class PGPxxxx is implemented in both xxx" warnings 2017-06-13 16:44:41 +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
86a6fb6395 Fix erase and removePGPKeys
- Remove SharedDefaults instead of Defaults
2017-06-13 13:04:39 +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
Bob Sun
84917c3334
Merge remote-tracking branch 'origin' into develop 2017-06-11 18:00:45 -07:00
Bob Sun
6dbab509e0
Fix #90 2017-06-11 17:51:33 -07:00