Skip to content

Commit

Permalink
1.13.0 + Wear OS 2.2.0
Browse files Browse the repository at this point in the history
  • Loading branch information
jamie-mh committed Jan 14, 2021
1 parent 5f54527 commit e902ada
Show file tree
Hide file tree
Showing 7 changed files with 35 additions and 3 deletions.
2 changes: 1 addition & 1 deletion AuthenticatorPro.WearOS/Properties/AndroidManifest.xml
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
<?xml version="1.0" encoding="utf-8"?>
<manifest xmlns:android="http://schemas.android.com/apk/res/android" android:versionCode="14" android:versionName="2.1.1" package="me.jmh.authenticatorpro" android:installLocation="auto">
<manifest xmlns:android="http://schemas.android.com/apk/res/android" android:versionCode="15" android:versionName="2.2.0" package="me.jmh.authenticatorpro" android:installLocation="auto">
<uses-sdk android:minSdkVersion="23" android:targetSdkVersion="30" />
<uses-feature android:name="android.hardware.type.watch" />
<application android:allowBackup="true" android:label="@string/appName" android:icon="@mipmap/ic_launcher" android:roundIcon="@mipmap/ic_launcher_round" android:supportsRtl="false" android:theme="@style/AppTheme" android:extractNativeLibs="true">
Expand Down
2 changes: 1 addition & 1 deletion AuthenticatorPro/Properties/AndroidManifest.xml
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
<?xml version="1.0" encoding="utf-8"?>
<manifest xmlns:android="http://schemas.android.com/apk/res/android" android:versionName="1.12.3" package="me.jmh.authenticatorpro" android:installLocation="auto" android:versionCode="1000051">
<manifest xmlns:android="http://schemas.android.com/apk/res/android" android:versionName="1.13.0" package="me.jmh.authenticatorpro" android:installLocation="auto" android:versionCode="1000052">
<uses-sdk android:minSdkVersion="21" android:targetSdkVersion="30" />
<uses-permission android:name="android.permission.CAMERA" />
<application android:allowBackup="false" android:label="@string/appName" android:icon="@mipmap/ic_launcher" android:roundIcon="@mipmap/ic_launcher_round" android:supportsRtl="false" android:theme="@style/AppTheme"></application>
Expand Down
2 changes: 1 addition & 1 deletion doc/BACKUP_FORMAT.md
Original file line number Diff line number Diff line change
Expand Up @@ -101,7 +101,7 @@ python decrypt_backup.py backup.authpro > backup_decrypted.json

You will be prompted for the password, and once decrypted the output will be sent to the ``backup_decrypted.json`` file.

### Encrypted Backups (Old)
### Encrypted Backups (pre 1.13)

If your backup file is encrypted. The JSON data is encrypted with the AES_CBC_PKCS7 algorithm. You can decrypt a backup file using OpenSSL like this:

Expand Down
8 changes: 8 additions & 0 deletions fastlane/metadata/android/en-US/changelogs/21000052.txt
Original file line number Diff line number Diff line change
@@ -0,0 +1,8 @@
- New Feature: Auto backup
- New Feature: Import from other apps
- New Feature: Steam Authenticator support
- New Feature: Scan QR codes using other scanners
- New Feature: Transparent space around custom icons now automatically trimmed
- General: More secure backup format
- General: Added CTemplar, MyFRITZ and Steam icons
- General: Bug fixes and design tweaks
8 changes: 8 additions & 0 deletions fastlane/metadata/android/en-US/changelogs/31000052.txt
Original file line number Diff line number Diff line change
@@ -0,0 +1,8 @@
- New Feature: Auto backup
- New Feature: Import from other apps
- New Feature: Steam Authenticator support
- New Feature: Scan QR codes using other scanners
- New Feature: Transparent space around custom icons now automatically trimmed
- General: More secure backup format
- General: Added CTemplar, MyFRITZ and Steam icons
- General: Bug fixes and design tweaks
8 changes: 8 additions & 0 deletions fastlane/metadata/android/en-US/changelogs/41000052.txt
Original file line number Diff line number Diff line change
@@ -0,0 +1,8 @@
- New Feature: Auto backup
- New Feature: Import from other apps
- New Feature: Steam Authenticator support
- New Feature: Scan QR codes using other scanners
- New Feature: Transparent space around custom icons now automatically trimmed
- General: More secure backup format
- General: Added CTemplar, MyFRITZ and Steam icons
- General: Bug fixes and design tweaks
8 changes: 8 additions & 0 deletions fastlane/metadata/android/en-US/changelogs/51000052.txt
Original file line number Diff line number Diff line change
@@ -0,0 +1,8 @@
- New Feature: Auto backup
- New Feature: Import from other apps
- New Feature: Steam Authenticator support
- New Feature: Scan QR codes using other scanners
- New Feature: Transparent space around custom icons now automatically trimmed
- General: More secure backup format
- General: Added CTemplar, MyFRITZ and Steam icons
- General: Bug fixes and design tweaks

0 comments on commit e902ada

Please sign in to comment.