passforios/pass/Views
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
..
ContentTableViewCell.swift support edit password 2017-02-13 01:15:42 +08:00
FillPasswordTableViewCell.swift Copy generated passwords to the clipboard. 2017-02-28 13:07:23 +08:00
FillPasswordTableViewCell.xib equal height with superview 2017-02-11 23:41:36 +08:00
LabelTableViewCell.swift Update OTP token generation and support HOTP 2017-03-07 01:33:44 +08:00
LabelTableViewCell.xib re-organize file structure 2017-02-12 11:00:45 +08:00
PasswordDetailTitleTableViewCell.swift
PasswordDetailTitleTableViewCell.xib Fix warnings about password detail title layout 2017-03-02 03:11:16 +08:00
TextFieldTableViewCell.swift support edit password 2017-02-13 01:15:42 +08:00
TextFieldTableViewCell.xib
TextViewTableViewCell.swift support edit password 2017-02-13 01:15:42 +08:00
TextViewTableViewCell.xib fix a bug caused by keychain modifications 2017-02-20 11:48:39 +08:00
TitleTextFieldTableViewCell.swift
TitleTextFieldTableViewCell.xib