paolostivanin / OTPClient

Highly secure and easy to use OTP client written in C/GTK3 that supports both TOTP and HOTP
GNU General Public License v3.0
459 stars 48 forks source link

[mobile-only] need a way to see OTP when in portrait #300

Closed paolostivanin closed 1 year ago

paolostivanin commented 1 year ago

The 'Account' line is so long that the 'OTP' value is off the side of the screen on the PinePhone and I can't see it. The only way is to 'rotate'. Is it possible to add something where 'clicking' will bring up a full screen window that show's the OTP code as well as time remaining? I realize this is specific to mobile devices.

Originally posted by @kbmetz in https://github.com/paolostivanin/OTPClient/issues/298#issuecomment-1595858632

paolostivanin commented 1 year ago

Hello! I'm sorry, but I have to close this issue. The current UI doesn't work well on mobile device, but this will change with the port to GTK5+libadwaita. Every other attempt to make this UI working on mobile is just some hack that's gonna require time and effort both to develop and maintain.