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
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
Yishi Lin
3cf88dcbc8
Fix a bug about TOTP refresh
2017-03-07 09:50:18 +08:00
Yishi Lin
0dccd911fd
Update OTP token generation and support HOTP
...
- Update logic: Only fields otp_secret and otp_type are required for TOTP. Only fields otp_secret, otp_type and otp_counter are required for HOTP. Other fields (i.e., otp_algorithm, otp_digits, otp_period) are optional.
- Support HOTP: (1) passwords are initially concealed; (2) "tap->next" generates a new password and commits the updated password file automatically
2017-03-07 01:33:44 +08:00
Yishi Lin
2f1721a7e7
Update time-based one time passwords automatically
...
- Improve how we differ between TOTP and HTOP
2017-03-05 02:54:36 +08:00
Yishi Lin
e2b1fec4bb
Fix a bug.
2017-03-04 00:56:41 +08:00
Yishi Lin
f2edc2ffaa
Support hiding one time password related fields.
...
- Add a switch to turn on/off one time password related fields.
- Improve how we show the additional information
2017-03-03 17:12:25 +08:00
Yishi Lin
3dac155d6c
Provide basic support about one time password (totp only)
2017-03-03 14:45:16 +08:00
yishilin14
71cb9a02c0
Polish class Password
2017-03-03 10:49:32 +08:00
Bob Sun
bde475a49f
Use UTF-8 instead of ASCII for encoding ( #44 )
2017-03-01 14:54:52 +08:00
Bob Sun
663ccd1a85
ignore empty lines in the password additional fields
2017-02-20 17:43:04 +08:00
Bob Sun
fc5c738c53
clean commented code
2017-02-18 21:55:56 +08:00
Bob Sun
4e8381d77e
show additions plain text correctly
2017-02-15 16:20:20 +08:00
Bob Sun
fe1c01c6dc
Hide unknown fields
2017-02-14 11:16:30 +08:00
Bob Sun
b2ee8c429f
support edit password
2017-02-13 01:15:42 +08:00
Bob Sun
6e3a544ba4
put PasswordEntity into a new file
2017-02-11 23:45:00 +08:00
Bob Sun
9f3b13f8b0
generate random password
2017-02-11 22:00:04 +08:00
Bob Sun
49b26f0276
refactor Password class
2017-02-11 16:07:59 +08:00
Bob Sun
d0f31e3db0
simplify Password class
2017-02-11 14:30:35 +08:00
Bob Sun
b954a4dcab
finish simple "add password function"
2017-02-10 22:15:01 +08:00
Bob Sun
ac007fec6d
update icon in detailed page
2017-02-09 13:17:11 +08:00
Bob Sun
910660ede3
restructure file organization
2017-02-08 19:57:07 +08:00