aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorAllan Wang <me@allanwang.ca>2019-07-03 01:19:28 -0700
committerAllan Wang <me@allanwang.ca>2019-07-03 01:19:28 -0700
commit6685ed8d7194a495820b2a06378f738cd6612ad3 (patch)
tree164dee8b72f7d74fc6e294fc6c4b7677c60eba84
parent250b7621c6f10bfd9f1cb14059a7d196263b7cb4 (diff)
downloadfrost-6685ed8d7194a495820b2a06378f738cd6612ad3.tar.gz
frost-6685ed8d7194a495820b2a06378f738cd6612ad3.tar.bz2
frost-6685ed8d7194a495820b2a06378f738cd6612ad3.zip
Update changelog
-rw-r--r--app/src/main/play/en-US/whatsnew3
-rw-r--r--app/src/main/res/xml/frost_changelog.xml2
-rw-r--r--docs/Changelog.md1
3 files changed, 4 insertions, 2 deletions
diff --git a/app/src/main/play/en-US/whatsnew b/app/src/main/play/en-US/whatsnew
index ec5e33e9..9d047c02 100644
--- a/app/src/main/play/en-US/whatsnew
+++ b/app/src/main/play/en-US/whatsnew
@@ -3,4 +3,5 @@ v2.3.1
* Hide all story panels if enabled
* Prevent swipe to refresh if not at the very top
* Add vertical swipe to dismiss when viewing images
-* Add horizontal scroll support for webviews \ No newline at end of file
+* Add horizontal scroll support for webviews
+* Fix theme for F-Droid builds \ 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 3562c5c9..a0175c2e 100644
--- a/app/src/main/res/xml/frost_changelog.xml
+++ b/app/src/main/res/xml/frost_changelog.xml
@@ -11,7 +11,7 @@
<item text="Prevent swipe to refresh if not at the very top" />
<item text="Add vertical swipe to dismiss when viewing images" />
<item text="Add horizontal scroll support for webviews" />
- <item text="" />
+ <item text="Fix theme for F-Droid builds" />
<version title="v2.3.0" />
<item text="Converted internals of Facebook data storage; auto migration will only work from 2.2.x to 2.3.x" />
diff --git a/docs/Changelog.md b/docs/Changelog.md
index 4ebca7e8..cbe84e58 100644
--- a/docs/Changelog.md
+++ b/docs/Changelog.md
@@ -5,6 +5,7 @@
* Prevent swipe to refresh if not at the very top
* Add vertical swipe to dismiss when viewing images
* Add horizontal scroll support for webviews
+* Fix theme for F-Droid builds
## v2.3.0
* Converted internals of Facebook data storage; auto migration will only work from 2.2.x to 2.3.x