Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Rename "Authenticator Pro" to "Stratum" when importing from other apps #1566

Open
coreystone opened this issue Dec 4, 2024 · 0 comments
Open
Labels
proposal A proposal for a new feature

Comments

@coreystone
Copy link

coreystone commented Dec 4, 2024

Authenticator Pro has been renamed to "Stratum". This can be seen on the Play Store and the package name also reflects this change as well: com.stratumauth.app

When scrolling through the list of apps to import from, new Stratum users might not be familiar with the name change. I suggest renaming the app within the list or at least acknowledging both with something like: Stratum (Auth Pro).

In app/src/main/java/com/beemdevelopment/aegis/importers/AuthenticatorProImporter.java:

public class AuthenticatorProImporter extends DatabaseImporter {
    private static final String HEADER = "AUTHENTICATORPRO";
    private static final String HEADER_LEGACY = "AuthenticatorPro";
    private static final String PKG_NAME = "me.jmh.authenticatorpro";
@coreystone coreystone added the proposal A proposal for a new feature label Dec 4, 2024
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
proposal A proposal for a new feature
Projects
None yet
Development

No branches or pull requests

1 participant