From 69432ba94173cda6c8399515b3d79fcf61f97dd4 Mon Sep 17 00:00:00 2001 From: Phillip Thelen Date: Mon, 3 Jun 2019 12:32:43 +0200 Subject: [PATCH] update changelog --- .../java/com/habitrpg/android/habitica/helpers/Keyhelper.kt | 2 +- fastlane/changelog.txt | 4 +++- 2 files changed, 4 insertions(+), 2 deletions(-) diff --git a/Habitica/src/main/java/com/habitrpg/android/habitica/helpers/Keyhelper.kt b/Habitica/src/main/java/com/habitrpg/android/habitica/helpers/Keyhelper.kt index 4f2cd0b55..a1da1c490 100644 --- a/Habitica/src/main/java/com/habitrpg/android/habitica/helpers/Keyhelper.kt +++ b/Habitica/src/main/java/com/habitrpg/android/habitica/helpers/Keyhelper.kt @@ -21,7 +21,7 @@ import javax.crypto.spec.SecretKeySpec import javax.security.auth.x500.X500Principal import javax.security.cert.CertificateException - +// https://stackoverflow.com/a/42716982 class KeyHelper @Throws(NoSuchPaddingException::class, NoSuchProviderException::class, NoSuchAlgorithmException::class, InvalidAlgorithmParameterException::class, KeyStoreException::class, CertificateException::class, IOException::class) constructor(ctx: Context, var sharedPreferences: SharedPreferences, var keyStore: KeyStore) { diff --git a/fastlane/changelog.txt b/fastlane/changelog.txt index 2aa00af84..b668b4e30 100644 --- a/fastlane/changelog.txt +++ b/fastlane/changelog.txt @@ -1,3 +1,5 @@ -In this update, we've made improvements in many areas of the app and smashed some bugs. Highlights include changes to Settings including easier language selection, fixes for the class selection screen, improvements to the Time Travelers’ Shop, and fixes for Challenge loading, To-Do reminders, and the Record Yesterday’s Activity modal. We’ve also made it easier to find the Habitica Help Guild and the Party Wanted Guild. +This beta update stores the apps authentication credentials more securely. The app should automatically update to the new storage method without you having to log in again. If you experience any issues with this, please report them through the in-app-reporting option or to admin@habitica.com +We updated the app with a new modal design + Be sure to download this update now for a better Habitica experience!