Bob Sun
f36899a8ad
Change getNumberOfUnsynced to numberOfLocalCommits
2017-03-22 19:07:41 -07:00
Bob Sun
ac3dbad4dd
Fix a bug caused by newly added delete password button
2017-03-22 19:06:53 -07:00
Bob Sun
0c241facd6
Simplify AdvancedSettingsTableViewController class
2017-03-22 17:50:32 -07:00
Bob Sun
4a9ec89a6c
Check illegal character before adding a new password
2017-03-22 17:42:37 -07:00
Bob Sun
d83b17c629
Fix a warning
...
Use a variable to store return value to avoid warning.
2017-03-22 17:40:04 -07:00
Yishi Lin
5a02cb726e
Improve the password length slider
...
- the slider appears after clicking "generate"
- the slider goes away after clicking a non-password-related section
- generate new password if the slider value changes
2017-03-23 01:28:46 +08:00
Bob Sun
e4e20b1d6f
Polish code of GitServerSettingTableViewController
2017-03-21 23:05:52 -07:00
Bob Sun
972062935c
Polish code of PGPKeySettingTableViewController
2017-03-21 23:03:28 -07:00
Bob Sun
e9b40828cc
Simplify code of SSHKeySettingTableViewController
2017-03-21 22:46:05 -07:00
Bob Sun
7c7f32803d
Fix a bug caused by typo
2017-03-21 22:36:00 -07:00
Bob Sun
c21502a10f
Merge and resolve conflit
2017-03-21 13:34:26 -07:00
Bob Sun
ee9776ab71
Support deleting password
2017-03-21 13:16:25 -07:00
Yishi Lin
b18f5741b0
Fix a bug about font
2017-03-22 01:57:51 +08:00
Yishi Lin
93901ec010
Polish codes about password details
...
- in Password.swift: allow get otpType
- in PasswordDetailTableVC.swift: make many things private
- in LabelTableViewCell: remove password and password entity
- in Globals: add password dots and fonts
2017-03-22 01:50:56 +08:00
Yishi Lin
131c3af873
Refresh the password table after getting the next HOTP password.
2017-03-22 00:22:47 +08:00
Bob Sun
1141e267d9
Delete log messages
2017-03-20 21:51:29 -07:00
Bob Sun
d49cbb9754
Merge branch 'develop' of github.com:mssun/passforios into develop
2017-03-20 21:48:06 -07:00
Bob Sun
a51bb81d7a
Update README.md: resize figure width
2017-03-20 19:40:35 -07:00
Bob Sun
a60f4b46a7
Update README.md: resize figure width
2017-03-20 19:36:55 -07:00
Bob Sun
3369d1f41a
Update commit logs cell UI
2017-03-19 14:54:24 -07:00
Bob Sun
f0b4d2990e
Simplify about repository controller
2017-03-19 14:36:20 -07:00
Bob Sun
29f9f28e4c
Fix #62
2017-03-19 10:36:59 -07:00
Bob Sun
71bbc4c14d
Merge branch 'release/0.2.1' into develop
2017-03-17 10:43:27 -07:00
Bob Sun
852a0b8ca1
Merge branch 'release/0.2.1'
2017-03-17 10:42:24 -07:00
Bob Sun
ffe2eb71ad
Version bump
2017-03-17 10:37:26 -07:00
Bob Sun
035da94ad9
Remove indicator label during decrypting password since decryption become really fast
2017-03-17 10:25:10 -07:00
Yishi Lin
1f829fffcc
Polish notification
...
- define notification names
- move "post notification" to PasswordStore (todo: move "search" and the one for "show folder switch")
- "erase" and "reset" also post the "passwordStoreUpdated" notification
2017-03-18 00:30:14 +08:00
Bob Sun
0ad9713fc0
Show error in alert instead of HUD
2017-03-16 23:12:31 -07:00
Bob Sun
d2cff20131
Put PasswordStore as instance in controllers
2017-03-16 22:39:03 -07:00
Bob Sun
d338e725d5
Polish logic on initializing PGP keys.
...
- simplify interfaces
- more robust
2017-03-16 22:06:39 -07:00
Bob Sun
df8e254c34
Use self-maintained ObjectivePGP first to avoid upstream bugs
2017-03-16 19:16:32 -07:00
Bob Sun
7ffcb6ff6b
OneTimePassword.framework should be added in the project
2017-03-16 00:21:28 -07:00
Bob Sun
5dd741f6fa
Fix #57 .
...
Casting cell class to parent cell class will trigger the crash.
2017-03-15 23:03:43 -07:00
Bob Sun
f573be9ee0
Fix #54 : try other ways to load favicon
...
- try to replace http to https
- if a url does not start with http or https, try to add https
- return if cannot form a URL
2017-03-15 14:14:42 -07:00
Bob Sun
83e55403e5
Merge branch 'master' of github.com:mssun/passforios
2017-03-15 13:10:28 -07:00
Yishi Lin
3d8c1c8478
Polish commit messages.
2017-03-16 01:10:03 +08:00
Yishi Lin
5ae6de8f23
Fix issue #60
...
- fix the logic for "git add" and "git commit"
- update the logic for "git remove" (useless function, not tested yet)
2017-03-16 00:01:17 +08:00
Yishi Lin
3b4a8b76f8
Merge branch 'master' into develop
2017-03-15 19:46:42 +08:00
Bob Sun
31f7deae99
Version Bump to 24
2017-03-11 22:09:23 -08:00
Bob Sun
89b3924b7a
Call shouldPerformSegue before performSegue
...
Because performSegue will not automatically call shouldPerformSegue as segue in Storyboard.
2017-03-11 21:09:24 -08:00
Bob Sun
480388f33c
Add gitter badge
2017-03-11 18:11:50 -08:00
Bob Sun
35a5270166
Make commit logs align
2017-03-11 00:10:56 -08:00
Bob Sun
3964ca64ed
Show category info after an password entry when show password folder is off
2017-03-10 23:08:17 -08:00
Bob Sun
ff947f8e17
Move get category text logic to model
2017-03-10 23:08:17 -08:00
Bob Sun
d82396a322
Separate two advanced settings
2017-03-10 23:08:17 -08:00
Yishi Lin
d1476c1d40
Improve the about repository page refresh
2017-03-11 02:21:01 +08:00
Yishi Lin
db4413d6ba
Polish the "discard all local changes" feature
2017-03-11 02:18:03 +08:00
Yishi Lin
9d653acc0d
Polish the "discard all local changes" feature
2017-03-11 02:14:53 +08:00
Yishi Lin
5ea9a3118b
Go back to the "password store" view if user discards all local changes.
...
- Otherwise, editing an updated entry will crash the app.
- Showing an deleted entry is not reasonable.
2017-03-11 02:14:18 +08:00
Yishi Lin
11066d0bb6
Automatically update the "about repository" page when the repository gets updated
2017-03-11 01:01:23 +08:00