diff options
author | Allan Wang <me@allanwang.ca> | 2020-02-23 18:55:49 -0800 |
---|---|---|
committer | Allan Wang <me@allanwang.ca> | 2020-02-23 18:55:49 -0800 |
commit | d07fc10926cdf9d28b3fbbe080a43b6703641474 (patch) | |
tree | 159692a4520bea0735d2ab89f9f5623c98a9aa16 /app | |
parent | 4b92fca5db45f1c5477995056bb6b11a2c876e76 (diff) | |
download | frost-d07fc10926cdf9d28b3fbbe080a43b6703641474.tar.gz frost-d07fc10926cdf9d28b3fbbe080a43b6703641474.tar.bz2 frost-d07fc10926cdf9d28b3fbbe080a43b6703641474.zip |
Update changelog and apply spotless
Diffstat (limited to 'app')
-rw-r--r-- | app/src/main/play/en-US/whatsnew | 7 | ||||
-rw-r--r-- | app/src/main/res/xml/frost_changelog.xml | 8 |
2 files changed, 9 insertions, 6 deletions
diff --git a/app/src/main/play/en-US/whatsnew b/app/src/main/play/en-US/whatsnew index 6c10ef6b..4474eebc 100644 --- a/app/src/main/play/en-US/whatsnew +++ b/app/src/main/play/en-US/whatsnew @@ -1,5 +1,4 @@ -v2.4.3 +v2.4.4 -* Fix Android theme -* Fix nav header expansion when animations are disabled -* Fix search page UI
\ No newline at end of file +* Lots of under the hood fixes +* Fixed sharing
\ 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 8e400347..99a48160 100644 --- a/app/src/main/res/xml/frost_changelog.xml +++ b/app/src/main/res/xml/frost_changelog.xml @@ -6,12 +6,16 @@ <item text="" /> --> + <version title="v2.4.4" /> + <item text="Lots of under the hood fixes" /> + <item text="Fixed sharing" /> + <item text="" /> + <item text="" /> + <version title="v2.4.3" /> <item text="Fix Android theme" /> <item text="Fix nav header expansion when animations are disabled" /> <item text="Fix search page UI" /> - <item text="" /> - <item text="" /> <version title="v2.4.2" /> <item text="Fix townhall loading" /> |