diff options
author | Allan Wang <me@allanwang.ca> | 2019-07-03 01:19:28 -0700 |
---|---|---|
committer | Allan Wang <me@allanwang.ca> | 2019-07-03 01:19:28 -0700 |
commit | 6685ed8d7194a495820b2a06378f738cd6612ad3 (patch) | |
tree | 164dee8b72f7d74fc6e294fc6c4b7677c60eba84 /app/src | |
parent | 250b7621c6f10bfd9f1cb14059a7d196263b7cb4 (diff) | |
download | frost-6685ed8d7194a495820b2a06378f738cd6612ad3.tar.gz frost-6685ed8d7194a495820b2a06378f738cd6612ad3.tar.bz2 frost-6685ed8d7194a495820b2a06378f738cd6612ad3.zip |
Update changelog
Diffstat (limited to 'app/src')
-rw-r--r-- | app/src/main/play/en-US/whatsnew | 3 | ||||
-rw-r--r-- | app/src/main/res/xml/frost_changelog.xml | 2 |
2 files changed, 3 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" /> |