diff options
author | Allan Wang <me@allanwang.ca> | 2018-03-11 21:23:29 -0400 |
---|---|---|
committer | GitHub <noreply@github.com> | 2018-03-11 21:23:29 -0400 |
commit | ee4f2eab359b83618d314ded2fa3d442c280bbfa (patch) | |
tree | ecd1e2bbbc6eb3728a7fc99394d06dfb4f008f57 /app/src/main/res | |
parent | fe51373f5a95323d64f6d966888a2c6c62a36deb (diff) | |
download | frost-ee4f2eab359b83618d314ded2fa3d442c280bbfa.tar.gz frost-ee4f2eab359b83618d314ded2fa3d442c280bbfa.tar.bz2 frost-ee4f2eab359b83618d314ded2fa3d442c280bbfa.zip |
Enhancement/auto refresh (#780)
* Add auto refresh
* Update changelog
* Clean url queries
* Do not discard h
Diffstat (limited to 'app/src/main/res')
-rw-r--r-- | app/src/main/res/xml/frost_changelog.xml | 5 |
1 files changed, 3 insertions, 2 deletions
diff --git a/app/src/main/res/xml/frost_changelog.xml b/app/src/main/res/xml/frost_changelog.xml index 67461960..2b343ba5 100644 --- a/app/src/main/res/xml/frost_changelog.xml +++ b/app/src/main/res/xml/frost_changelog.xml @@ -9,8 +9,9 @@ <version title="v1.8.3" /> <item text="Add full notification channel support" /> <item text="Fix sound spam for multiple notifications" /> - <item text="" /> - <item text="" /> + <item text="Send feedback if no new notifications exist after manual refresh" /> + <item text="Automatically refresh if idled for a long time" /> + <item text="Clean up url queries" /> <version title="v1.8.2" /> <item text="Fix duplicate notification sounds" /> |