aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorAllan Wang <me@allanwang.ca>2020-01-19 21:31:13 -0800
committerAllan Wang <me@allanwang.ca>2020-01-19 21:31:13 -0800
commitdfa215e7ed32766e24ada5c3a2eebe2c4ffefeb2 (patch)
tree3ef5d1475fc1f1ea22cf0a1130c55085c221ab3c
parent68d0efbc9ecb4b04eb7680314a479ec340aaab31 (diff)
downloadfrost-dfa215e7ed32766e24ada5c3a2eebe2c4ffefeb2.tar.gz
frost-dfa215e7ed32766e24ada5c3a2eebe2c4ffefeb2.tar.bz2
frost-dfa215e7ed32766e24ada5c3a2eebe2c4ffefeb2.zip
Apply spotless and update changelog
-rw-r--r--app/src/main/play/en-US/whatsnew11
-rw-r--r--app/src/main/res/xml/frost_changelog.xml8
-rw-r--r--docs/Changelog.md3
3 files changed, 12 insertions, 10 deletions
diff --git a/app/src/main/play/en-US/whatsnew b/app/src/main/play/en-US/whatsnew
index 747dbf83..47b06212 100644
--- a/app/src/main/play/en-US/whatsnew
+++ b/app/src/main/play/en-US/whatsnew
@@ -1,10 +1,3 @@
-v2.4.2
+v2.4.3
-* Fix townhall loading
-* Fix search suggestions
-* Redesign navigation layout
-* Update theme
-* Open formatted urls from context menu
-* Allow copying text with emojis
-* Theme webview js dialogs
-* Fix create post FAB \ No newline at end of file
+* Fix Android theme \ 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 c1360b73..eb968743 100644
--- a/app/src/main/res/xml/frost_changelog.xml
+++ b/app/src/main/res/xml/frost_changelog.xml
@@ -6,6 +6,13 @@
<item text="" />
-->
+ <version title="v2.4.3" />
+ <item text="Fix Android theme" />
+ <item text="" />
+ <item text="" />
+ <item text="" />
+ <item text="" />
+
<version title="v2.4.2" />
<item text="Fix townhall loading" />
<item text="Fix search suggestions" />
@@ -15,7 +22,6 @@
<item text="Allow copying text with emojis" />
<item text="Theme webview js dialogs" />
<item text="Fix create post FAB" />
- <item text="" />
<version title="v2.4.1" />
<item text="Add better support for mobile url conversions" />
diff --git a/docs/Changelog.md b/docs/Changelog.md
index 338f369e..7ab5b3e2 100644
--- a/docs/Changelog.md
+++ b/docs/Changelog.md
@@ -1,5 +1,8 @@
# Changelog
+## v2.4.3
+* Fix Android theme
+
## v2.4.2
* Fix townhall loading
* Fix search suggestions