markmcavoy / androidtoken

TOTP and HOTP Token for Andriod Devices
Other
75 stars 29 forks source link

URL-encoded labels are not decoded #14

Closed matmai closed 4 years ago

matmai commented 8 years ago

The label (issuer, account) has to be URL-encoded according to RFC 3986. The app should display the decoded label instead displaying an encoded hard to read label.

For example Big%20Corporation:alice%40bigco.com is not decoded and displayed as Big Corporation:alice@bigco.com.

See also https://github.com/google/google-authenticator/wiki/Key-Uri-Format#label

markmcavoy commented 4 years ago

fixed in the feature/nextVersion branch