From 3f6ee0bf6b215056d93e8e89e7e21e0b88f83b9f Mon Sep 17 00:00:00 2001 From: Allan Wang Date: Sat, 23 May 2020 21:33:36 -0700 Subject: Spotless and changelog --- app/src/main/kotlin/com/pitchedapps/frost/injectors/JsAssets.kt | 4 ++-- app/src/main/play/en-US/whatsnew | 3 ++- app/src/main/res/xml/frost_changelog.xml | 6 +----- docs/Changelog.md | 1 + 4 files changed, 6 insertions(+), 8 deletions(-) diff --git a/app/src/main/kotlin/com/pitchedapps/frost/injectors/JsAssets.kt b/app/src/main/kotlin/com/pitchedapps/frost/injectors/JsAssets.kt index b7c4bfb0..e2d60f31 100644 --- a/app/src/main/kotlin/com/pitchedapps/frost/injectors/JsAssets.kt +++ b/app/src/main/kotlin/com/pitchedapps/frost/injectors/JsAssets.kt @@ -22,11 +22,11 @@ import androidx.annotation.VisibleForTesting import ca.allanwang.kau.kotlin.lazyContext import com.pitchedapps.frost.utils.L import com.pitchedapps.frost.utils.Prefs -import kotlinx.coroutines.Dispatchers -import kotlinx.coroutines.withContext import java.io.BufferedReader import java.io.FileNotFoundException import java.util.Locale +import kotlinx.coroutines.Dispatchers +import kotlinx.coroutines.withContext /** * Created by Allan Wang on 2017-05-31. diff --git a/app/src/main/play/en-US/whatsnew b/app/src/main/play/en-US/whatsnew index b63931c3..844d7f61 100644 --- a/app/src/main/play/en-US/whatsnew +++ b/app/src/main/play/en-US/whatsnew @@ -1,4 +1,5 @@ v2.4.5 * Fix url query encoding -* Add option to make images full screen (settings > news feed) \ No newline at end of file +* Add option to make images full screen (settings > news feed) +* Auto expand text area when typing \ No newline at end of file diff --git a/app/src/main/res/xml/frost_changelog.xml b/app/src/main/res/xml/frost_changelog.xml index 2fae701b..d66a41dd 100644 --- a/app/src/main/res/xml/frost_changelog.xml +++ b/app/src/main/res/xml/frost_changelog.xml @@ -9,11 +9,7 @@ - - - - - + diff --git a/docs/Changelog.md b/docs/Changelog.md index a0429697..6af4b6ac 100644 --- a/docs/Changelog.md +++ b/docs/Changelog.md @@ -3,6 +3,7 @@ ## v2.4.5 * Fix url query encoding * Add option to make images full screen (settings > news feed) +* Auto expand text area when typing ## v2.4.4 * Lots of under the hood fixes -- cgit v1.2.3