diff --git a/Habitica/build.gradle b/Habitica/build.gradle index 7d2a52163..0377decc8 100644 --- a/Habitica/build.gradle +++ b/Habitica/build.gradle @@ -151,7 +151,7 @@ android { multiDexEnabled true resConfigs "en", "bg", "de", "en-rGB", "es", "fr", "hr-rHR", "in", "it", "iw", "ja", "ko", "lt", "nl", "pl", "pt-rBR", "pt-rPT", "ru", "tr", "zh", "zh-rTW" - versionCode 2274 + versionCode 2277 versionName "2.3" } diff --git a/Habitica/src/main/java/com/habitrpg/android/habitica/ui/fragments/social/party/PartyDetailFragment.kt b/Habitica/src/main/java/com/habitrpg/android/habitica/ui/fragments/social/party/PartyDetailFragment.kt index 2249c7ce3..e9d74d637 100644 --- a/Habitica/src/main/java/com/habitrpg/android/habitica/ui/fragments/social/party/PartyDetailFragment.kt +++ b/Habitica/src/main/java/com/habitrpg/android/habitica/ui/fragments/social/party/PartyDetailFragment.kt @@ -33,6 +33,7 @@ import com.habitrpg.android.habitica.ui.views.dialogs.HabiticaAlertDialog import com.habitrpg.android.habitica.ui.views.social.OldQuestProgressView import io.reactivex.functions.Consumer import io.realm.RealmResults +import kotlinx.coroutines.Dispatchers import kotlinx.coroutines.GlobalScope import kotlinx.coroutines.delay import kotlinx.coroutines.launch @@ -126,7 +127,7 @@ class PartyDetailFragment : BaseFragment() { newQuestButton?.visibility = View.GONE questDetailButton?.visibility = View.VISIBLE questImageWrapper?.visibility = View.VISIBLE - GlobalScope.launch { + GlobalScope.launch(Dispatchers.Main) { delay(500) inventoryRepository.getQuestContent(party.quest?.key ?: "") .firstElement() diff --git a/fastlane/changelog.txt b/fastlane/changelog.txt index ef6e423da..9cc8862cb 100644 --- a/fastlane/changelog.txt +++ b/fastlane/changelog.txt @@ -1,4 +1,3 @@ -In this update we added the option to gift gems to other users! -We also fixed issues with feeding pets, gear display and using skills. +This update improves performance in some cases and has various improvements to how markdown is handled (Support for images and opening links from the task list) Be sure to download this update now for a better Habitica experience!