diff options
author | Allan Wang <me@allanwang.ca> | 2019-08-04 23:58:18 -0700 |
---|---|---|
committer | GitHub <noreply@github.com> | 2019-08-04 23:58:18 -0700 |
commit | d5b53ee27be8c50419ef61bf33b93cd1619dfddb (patch) | |
tree | 42718fe3fe45b256e2486a3f0fe2f294480919f8 /app/src/main/play | |
parent | 2eacc8cb77b561eb1da11acb6ec8f620195fd24f (diff) | |
parent | 96241eb6dfdcbfadc57ed5800e2a2d85a060b6fc (diff) | |
download | frost-d5b53ee27be8c50419ef61bf33b93cd1619dfddb.tar.gz frost-d5b53ee27be8c50419ef61bf33b93cd1619dfddb.tar.bz2 frost-d5b53ee27be8c50419ef61bf33b93cd1619dfddb.zip |
Merge pull request #1499 from AllanWang/url-format
Format fb urls before intent
Diffstat (limited to 'app/src/main/play')
-rw-r--r-- | app/src/main/play/en-US/whatsnew | 3 |
1 files changed, 2 insertions, 1 deletions
diff --git a/app/src/main/play/en-US/whatsnew b/app/src/main/play/en-US/whatsnew index d2b73404..a9aab7e3 100644 --- a/app/src/main/play/en-US/whatsnew +++ b/app/src/main/play/en-US/whatsnew @@ -2,4 +2,5 @@ v2.3.2 * Disable auto feed refresh by default and add setting to re-enable it * Update theme -* Disable bugsnag completely when opting out of analytics
\ No newline at end of file +* Disable bugsnag completely when opting out of analytics +* Filter urls before sending to other apps
\ No newline at end of file |