You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
The andOTP JSON export contains information related to the usage count and icon used. Maybe it could be used to populate the usage count in the Aegis vault, and also search in the enabled icon pack for a matching icon?
Having to do this manually for 50 entries would be a pain in the ass - and while I'll probably write a script to transform the JSON formats while preserving this info anyway, I think it'd be nice to have this as a built-in feature.
The usage count is actually not kept in the Aegis vault file, but in the shared preference file. This is because we wanted to avoid the overhead of saving the vault after every tap of an entry. Some changes to the current import system would be required to support importing usage counts.
Automatic icon assignment to entries is part of another issue: #773. Once that's implemented, we can make use of it when importing from other authenticators.
So currently there's no way to get the data besides tapping an entry over and over again (or using manual sorting) to manually bump its usage count if I want to get it near the top?
The andOTP JSON export contains information related to the usage count and icon used. Maybe it could be used to populate the usage count in the Aegis vault, and also search in the enabled icon pack for a matching icon?
Having to do this manually for 50 entries would be a pain in the ass - and while I'll probably write a script to transform the JSON formats while preserving this info anyway, I think it'd be nice to have this as a built-in feature.
The text was updated successfully, but these errors were encountered: