diff options
author | Allan Wang <me@allanwang.ca> | 2019-07-02 19:59:59 -0700 |
---|---|---|
committer | Allan Wang <me@allanwang.ca> | 2019-07-02 19:59:59 -0700 |
commit | 8f4da4ea838c52d857a12398967da2a99967a14e (patch) | |
tree | d57ba1b8b2cc6d31c764cef481082bd198a86b1f /app | |
parent | 19ad91cec0c2964f666e8b22ae5e583df04cba56 (diff) | |
download | frost-8f4da4ea838c52d857a12398967da2a99967a14e.tar.gz frost-8f4da4ea838c52d857a12398967da2a99967a14e.tar.bz2 frost-8f4da4ea838c52d857a12398967da2a99967a14e.zip |
Sample gradle npm test
Diffstat (limited to 'app')
-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 9ae7372d..ec5e33e9 100644 --- a/app/src/main/play/en-US/whatsnew +++ b/app/src/main/play/en-US/whatsnew @@ -2,4 +2,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
\ No newline at end of file +* Add vertical swipe to dismiss when viewing images +* Add horizontal scroll support for webviews
\ 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 32fc108b..3562c5c9 100644 --- a/app/src/main/res/xml/frost_changelog.xml +++ b/app/src/main/res/xml/frost_changelog.xml @@ -10,7 +10,7 @@ <item text="Hide all story panels if enabled" /> <item text="Prevent swipe to refresh if not at the very top" /> <item text="Add vertical swipe to dismiss when viewing images" /> - <item text="" /> + <item text="Add horizontal scroll support for webviews" /> <item text="" /> <version title="v2.3.0" /> |