aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorAllan Wang <me@allanwang.ca>2020-05-23 21:33:36 -0700
committerAllan Wang <me@allanwang.ca>2020-05-23 21:33:36 -0700
commit3f6ee0bf6b215056d93e8e89e7e21e0b88f83b9f (patch)
tree89eb63fcfb7b5d52888271612dfcdb43fa84171c
parentc901660cf3587f1bf1a76c4cedc06e1965f1ed30 (diff)
downloadfrost-3f6ee0bf6b215056d93e8e89e7e21e0b88f83b9f.tar.gz
frost-3f6ee0bf6b215056d93e8e89e7e21e0b88f83b9f.tar.bz2
frost-3f6ee0bf6b215056d93e8e89e7e21e0b88f83b9f.zip
Spotless and changelog
-rw-r--r--app/src/main/kotlin/com/pitchedapps/frost/injectors/JsAssets.kt4
-rw-r--r--app/src/main/play/en-US/whatsnew3
-rw-r--r--app/src/main/res/xml/frost_changelog.xml6
-rw-r--r--docs/Changelog.md1
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 @@
<version title="v2.4.5" />
<item text="Fix url query encoding" />
<item text="Add option to make images full screen (settings > news feed)" />
- <item text="" />
- <item text="" />
- <item text="" />
- <item text="" />
- <item text="" />
+ <item text="Auto expand text area when typing" />
<version title="v2.4.4" />
<item text="Lots of under the hood fixes" />
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