xxv / SuperGenPass

Android SuperGenPass app
GNU General Public License v3.0
13 stars 5 forks source link

NFC support #6

Closed xxv closed 8 years ago

xxv commented 10 years ago

Possibly related to #4, add support for NFC tags. Ideally, this should allow for one of:

There needs to be a clear visualization of the contents of a given tag when it is scanned, while ideally not exposing the tag contents itself. The password visual hash could be used for this, but should have a small variation to it to make its context clear (password vs. "salt") (undecided about this part). This should be presented near the password entry form, ideally visually indicating that it's suffixed to the master password.

In doing some research on the ability to add a custom drawable span to a password form (think ••••••[NFC #1282374]), it's not possible to do as all spans are stripped from an EditText widget when it's in password mode.

xxv commented 8 years ago

After plenty of investigation, Spans that do this are doable, but there's at least one bug in Android that prevent it from being something easy to add. So instead, for now, this should just append the contents of the tag to the master password field.

xxv commented 8 years ago

Closed by de08422a40626f2e960455cfffb3edace4b30151 .