Skip to content

Commit

Permalink
release 1.8.0
Browse files Browse the repository at this point in the history
  • Loading branch information
jamie-mh committed Jun 10, 2020
1 parent d38098b commit bee68f4
Show file tree
Hide file tree
Showing 11 changed files with 38 additions and 36 deletions.
21 changes: 7 additions & 14 deletions AuthenticatorPro/Properties/AndroidManifest.xml
@@ -1,16 +1,9 @@
<?xml version="1.0" encoding="utf-8"?>

<manifest xmlns:android="http://schemas.android.com/apk/res/android" android:versionName="1.7.5"
package="me.jmh.authenticatorpro" android:installLocation="auto" android:versionCode="1000029">
<uses-sdk android:minSdkVersion="21" android:targetSdkVersion="29" />
<uses-permission android:name="android.permission.CAMERA" />
<uses-permission android:name="android.permission.WRITE_EXTERNAL_STORAGE" />
<uses-permission android:name="android.permission.READ_EXTERNAL_STORAGE" />
<application android:allowBackup="false" android:requestLegacyExternalStorage="true"
android:icon="@mipmap/ic_launcher" android:label="@string/appName"
android:roundIcon="@mipmap/ic_launcher_round" android:supportsRtl="false"
android:theme="@style/AppTheme">
</application>
<supports-screens android:smallScreens="true" android:largeScreens="true" android:xlargeScreens="true"
android:normalScreens="true" android:anyDensity="true" />
<manifest xmlns:android="http://schemas.android.com/apk/res/android" android:versionName="1.8.0" package="me.jmh.authenticatorpro" android:installLocation="auto" android:versionCode="1000033">
<uses-sdk android:minSdkVersion="21" android:targetSdkVersion="29" />
<uses-permission android:name="android.permission.CAMERA" />
<uses-permission android:name="android.permission.WRITE_EXTERNAL_STORAGE" />
<uses-permission android:name="android.permission.READ_EXTERNAL_STORAGE" />
<application android:allowBackup="false" android:requestLegacyExternalStorage="true" android:label="@string/appName" android:roundIcon="@mipmap/ic_launcher_round" android:supportsRtl="false" android:theme="@style/AppTheme"></application>
<supports-screens android:smallScreens="true" android:largeScreens="true" android:xlargeScreens="true" android:normalScreens="true" android:anyDensity="true" />
</manifest>
4 changes: 4 additions & 0 deletions fastlane/metadata/android/en-US/changelogs/21000033.txt
@@ -0,0 +1,4 @@
- New icons for Bitwarden, Docker, Tutanota, Parsec and Samsung.
- Wear OS companion app now available.
- Improvements to existing icons in dark mode.
- Bug fixes.
4 changes: 4 additions & 0 deletions fastlane/metadata/android/en-US/changelogs/31000033.txt
@@ -0,0 +1,4 @@
- New icons for Bitwarden, Docker, Tutanota, Parsec and Samsung.
- Wear OS companion app now available.
- Improvements to existing icons in dark mode.
- Bug fixes.
4 changes: 4 additions & 0 deletions fastlane/metadata/android/en-US/changelogs/41000033.txt
@@ -0,0 +1,4 @@
- New icons for Bitwarden, Docker, Tutanota, Parsec and Samsung.
- Wear OS companion app now available.
- Improvements to existing icons in dark mode.
- Bug fixes.
4 changes: 4 additions & 0 deletions fastlane/metadata/android/en-US/changelogs/51000033.txt
@@ -0,0 +1,4 @@
- New icons for Bitwarden, Docker, Tutanota, Parsec and Samsung.
- Wear OS companion app now available.
- Improvements to existing icons in dark mode.
- Bug fixes.
33 changes: 13 additions & 20 deletions fastlane/metadata/android/en-US/full_description.txt
@@ -1,36 +1,29 @@
Authenticator Pro generates 2 factor authentication (2FA) codes for your online accounts.
Authenticator Pro is a free and open-source 2-factor authentication (2FA) code generator for your online accounts.

Free and Open-Source
https://github.com/jamie-mh/AuthenticatorPro

2 Factor authentication provides an extra layer of security to your accounts by requiring the use of a one time code to log in. In addition to your username and password, you will need a code provided by Authenticator Pro. So even if hackers stole your login details, your account remains safe.

Authenticator Pro supports TOTP (Time Based) and HOTP (Counter Based) authenticators using either SHA1, SHA256 or SHA512 hashing algorithms.

View some supported providers here: https://twofactorauth.org/ (marked with "software token")

<b>Features:</b>

• <b>Compatibility</b> : Compatible with most providers and accounts.
• <b>Compatibility</b> : Authenticator Pro is compatible with Google Authenticator. It supports many accounts such as Amazon, Instagram, Microsoft, Dropbox, Google, Facebook, Fortnite and more.

• <b>Backup / Restore</b> : Backup your authenticators with strong encryption. In case you lose your device, you can always gain access to your accounts. Save to cloud storage or to your device.

• <b>Very Secure</b> : All authenticators are stored securely on your device with an encrypted database. Even with root access your authentications cannot be stolen.

• <b>Fingerprint / Passcode / Pattern Authentication</b> : Lock access to your authenticators. On supported devices with a fingerprint reader, require the use a fingerprint to access your 2 factor codes.
• <b>Dark Mode</b> : Authenticator Pro has a beautiful material design inspired look in either light or dark modes.

• <b>Icons</b> : Find your authenticators easily with recognisable brand logos and icons next to each code.

• <b>Categories</b> : Organise your authenticators into categories.

• <b>Reordering</b> : Arrange your authenticators in any order you like so you can find them easily.
• <b>Few Permissions</b> : Authenticator Pro only uses basic permissions and does not require Internet access to function.

• <b>Beautiful Design</b> : Authenticator Pro has a beautiful material design inspired look. Also you can change the look of the app to either a light or dark theme.
• <b>Secure</b> : All authenticators are stored securely on your device with an encrypted database.

• <b>Limited Permissions</b> : Authenticator Pro only uses basic permissions and does not require Internet access to function.
• <b>Customisation</b> : Set icons and rename. You can also arrange your authenticators in any order you like so you can find them easily.

• <b>Adaptive Icon</b> : Authenticator Pro has an adaptive icon and will blend in on any device.
Authenticator Pro is also available as a Wear OS companion app. Quickly view your authenticators directly from your watch. Please note that a connection to your Android device is required.

2 Factor authentication provides an extra layer of security to your accounts by requiring the use of a one time code to log in. In addition to your username and password, you will need a code provided by Authenticator Pro. So even if your login details are compromised, your account remains safe.

View some supported providers here: https://twofactorauth.org/ (marked with "software token")

Free and Open-Source
https://github.com/jamie-mh/AuthenticatorPro

<b>Permissions:</b>

Expand Down
Binary file modified fastlane/metadata/android/en-US/images/featureGraphic.png
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
2 changes: 1 addition & 1 deletion fastlane/metadata/android/en-US/short_description.txt
@@ -1 +1 @@
Keep your online accounts secure and protected with the best authentication app.
Authenticator Pro is a free and open-source 2FA OTP authenticator with backups.
2 changes: 1 addition & 1 deletion fastlane/metadata/android/en-US/title.txt
@@ -1 +1 @@
Authenticator Pro - Free and Open-Source 2FA TOTP
Authenticator Pro - Open-Source 2FA

0 comments on commit bee68f4

Please sign in to comment.