Commit graph

526 commits

Author SHA1 Message Date
Bob Sun
6f1571fefa
Fix a bug of otp cell introduced by polishing table view data structure 2017-04-01 08:59:22 -07:00
Bob Sun
8ea7da91d4
Fix conflicts of tab gesture and button 2017-04-01 08:36:47 -07:00
Bob Sun
cdd7417616
Update eye icons 2017-03-31 23:03:06 -07:00
Bob Sun
729ad0d10b
Support show raw password 2017-03-31 23:03:06 -07:00
Yishi Lin
990a8f341c Increase the "hit area" of buttons in table view cells 2017-03-31 22:15:30 +08:00
Bob Sun
36edc613be
Polish PasswordDetailTableViewController and add a show raw button (no function right now) 2017-03-31 00:28:37 -07:00
Yishi Lin
5de66ad17a Fix last commit 2017-03-31 03:16:54 +08:00
Yishi Lin
d28dde8719 Merge, fix conflict 2017-03-31 03:10:25 +08:00
Yishi Lin
abb04432fb Add buttons in the detail password table
- An icon to show/hide passwords
- An icon to refresh HOTP passwords
2017-03-31 03:08:20 +08:00
Bob Sun
f64b4f8999
Change travis image to Xcode 8.3 2017-03-30 09:26:33 -07:00
Yishi Lin
dc19da52df Fix a bug when value is empty (updated)
- Fix a bug introduced in ba20d084e4
2017-03-30 23:44:24 +08:00
Yishi Lin
0760c07be2 Polish the logic
- Update the entity core data before notifying others "password store updated"
2017-03-30 23:19:04 +08:00
Bob Sun
b85358a0b8
Fix pull to sync bug caused by manipulating core date in background thread 2017-03-29 22:59:30 -07:00
Bob Sun
ba20d084e4
Fix a bug when value is empty 2017-03-29 22:50:37 -07:00
Bob Sun
05a551781c
Fix an issue of tableView content inset in password detail view 2017-03-29 22:16:57 -07:00
Bob Sun
b72f7e3eb1 Update files for CD 2017-03-29 21:19:27 -07:00
Yishi Lin
abce9d7be5 Update fill password UI
- Click the setting icon to show or hide the slider.
- Clicking on other sections does not work now (remove gesture)
2017-03-30 01:17:22 +08:00
Yishi Lin
820c4eca04 Add some icons 2017-03-30 01:16:23 +08:00
Bob Sun
a89524cefc
Update files for CD 2017-03-29 00:07:17 -07:00
Bob Sun
d92e580d45
Version Bump to 2 2017-03-28 10:09:55 -07:00
Bob Sun
a99f846d30
Update Fastfile for CD 2017-03-28 10:09:55 -07:00
Bob Sun
280966cbcd
Update Fastfile for CD 2017-03-28 10:09:55 -07:00
Yishi Lin
0197444e30 Polish the logic about updating last synced time.
- Update the date right after corresponding operations, and before reloading any "table view".
2017-03-29 00:56:07 +08:00
Yishi Lin
66688b5f66 Fix a small bug about password list refreshing
- Previously, reloadData() may not be in the main thread.
2017-03-29 00:26:41 +08:00
Yishi Lin
c93a63d8cc Password with "Apple" flavor has a fixed length 2017-03-29 00:00:24 +08:00
Bob Sun
fe4ea4e79c
Merge branch 'develop' of github.com:mssun/passforios into develop 2017-03-27 21:36:46 -07:00
Yishi Lin
8d0a186c2e Fix a bug about OTP token. 2017-03-27 23:06:32 +08:00
Bob Sun
2a21cb00b3
Update settings UI 2017-03-26 23:05:29 -07:00
Bob Sun
527a208c4f
Add build status badge 2017-03-26 22:59:53 -07:00
Bob Sun
3ccb8e4cb0
Test CI 2017-03-26 20:01:00 -07:00
Bob Sun
93060a7b77
Merge branch 'release/0.2.2' into develop 2017-03-24 10:09:05 -07:00
Bob Sun
449294ec0b
Version bump 2017-03-24 10:05:46 -07:00
Yishi Lin
668b798cd5 Get the folder transition animation back... 2017-03-25 00:44:53 +08:00
Yishi Lin
3a7f615eb6 Fix typos 2017-03-25 00:31:48 +08:00
Yishi Lin
bd3ed7d5e5 Confirm before overwriting OTP settings in the password cell 2017-03-25 00:05:45 +08:00
Yishi Lin
0f9b95eaa9 Polish codes about OTP 2017-03-24 23:14:44 +08:00
Yishi Lin
f5875c519c Support otpauth 2017-03-24 22:47:40 +08:00
Yishi Lin
a36bb13004 Polish the code about "about repository"
- Move something to PasswordStore.swift
2017-03-24 22:47:27 +08:00
Yishi Lin
c1bdc152c5 Polish the code 2017-03-24 21:54:31 +08:00
Yishi Lin
2b5c5cad97 Polish the code
- Move somethings from view controller to the model "PasswordStore"
- Simplify the logic of PasswordsViewController (especially about reloadTableView)
- Mark many variables/methods private
2017-03-24 21:53:07 +08:00
Yishi Lin
95b3a7fcd3 Update views after setting updates 2017-03-24 20:40:24 +08:00
Bob Sun
f1c07f358e
Add animation to folder selection and backward 2017-03-23 22:46:50 -07:00
Bob Sun
0507c7cdd7 Support encrypting in ASCII-armored format 2017-03-23 19:38:43 -07:00
Yishi Lin
4e798ed5b4 Merge branch 'develop' of https://github.com/mssun/passforios into develop 2017-03-24 01:38:29 +08:00
Yishi Lin
ca66cd8e6c Fix the color the passwords
- in the password editing view
- color of some characters
2017-03-24 01:34:45 +08:00
Yishi Lin
2899f05a73 Polish PasswordEditorTableViewController. 2017-03-24 01:23:46 +08:00
Bob Sun
dcf04332cd
Merge branch 'develop' of github.com:mssun/passforios into develop 2017-03-23 10:15:59 -07:00
Yishi Lin
2107954cd3 Fix a bug introduced by commit 5a02cb7 .
- In that commit, the "delete password" in the edit view would be disabled by the presence of the "password length slider".
2017-03-24 01:10:26 +08:00
Bob Sun
e7fb2646f1
Add help pointing to wiki page 2017-03-23 00:21:22 -07:00
Bob Sun
3b3904fb40
Polish redundant code 2017-03-22 22:39:53 -07:00