Yishi Lin
|
c10f6a7ba0
|
Using “next" as a return key
- Usage: set delegate and nextField of textField (storyboard or code)
|
2017-04-06 00:55:41 +08:00 |
|
Yishi Lin
|
2519472ba2
|
Polish the label table view cell
|
2017-04-05 23:15:03 +08:00 |
|
Bob Sun
|
7a3000fcdd
|
Support different scope search in folder view
|
2017-04-04 22:52:02 -07:00 |
|
Bob Sun
|
d4eb6cf618
|
Change to stable version of KeychainAccess
|
2017-04-03 14:04:57 -07:00 |
|
Bob Sun
|
63caaadaca
|
Fix alignment issue
|
2017-04-03 11:14:19 -07:00 |
|
Yishi Lin
|
a10614341e
|
Fix view tag conflicts
|
2017-04-04 00:52:51 +08:00 |
|
Yishi Lin
|
855e3c34d9
|
Clear the copied ascii-armor keys 10s after pasting.
|
2017-04-04 00:03:21 +08:00 |
|
Yishi Lin
|
e155cbedb3
|
Update the logic to generate password sections
Using localized indexed collation, instead of the first character.
|
2017-04-03 22:40:17 +08:00 |
|
Bob Sun
|
ddae01dac5
|
Merge branch 'release/0.2.3' into develop
|
2017-04-02 22:59:02 -07:00 |
|
Bob Sun
|
67eacd5146
|
Version bump
|
2017-04-02 22:56:53 -07:00 |
|
Bob Sun
|
bf501c15bb
|
Delete unusable cell controller and corresponding UI, fix alignment issue
|
2017-04-02 21:22:14 -07:00 |
|
Bob Sun
|
445c52b82e
|
Make leading spaces of customised TableViewCell consistent with system's
|
2017-04-02 16:05:25 -07:00 |
|
Bob Sun
|
b89773c9cd
|
Fix a bug which long password overlaps with the generate button.
|
2017-04-02 15:38:27 -07:00 |
|
Bob Sun
|
97d66a8acc
|
Support ASCII-armored and iTunes uploaded SSH key
|
2017-04-02 11:21:24 -07:00 |
|
Bob Sun
|
894a6cc54c
|
Fix a bug found in internal test caused by casting
|
2017-04-01 09:48:41 -07:00 |
|
Bob Sun
|
bab8edaeba
|
Resize raw password view
|
2017-04-01 09:05:09 -07:00 |
|
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 |
|