kwart / totp-me

TOTP authenticator for Java ME enabled devices. It's an implementation of the RFC 6238 - TOTP: Time-Based One-Time Password Algorithm.
Apache License 2.0
32 stars 12 forks source link

Please, better protect profiles from accidental removal #21

Closed ghost closed 11 years ago

ghost commented 11 years ago

Thank you for such a useful program!

But it's interface still have some very annoyng inconveniences: "Profiles" page have very easy accessible button "remove", and also it haven't any confirmation!

This just allowed me to drop my important OTP profile :(

Could you, please, make removing profiles much harder? And put this "remove" button much farer than now, to not accidentally press it instead of just choosing profile? Or even better, not allow to delete profile, unless user manually delete it's secret key! (and some notification popup like "Please, manually delete secret key to remove this profile")

thanks in advance

kwart commented 11 years ago

Confirmation screen added for the remove action.

Button size, mapping, etc depends on Java ME implementation (vendor). So I will not change the layout.