diff options
author | Allan Wang <me@allanwang.ca> | 2017-09-18 10:43:55 -0400 |
---|---|---|
committer | GitHub <noreply@github.com> | 2017-09-18 10:43:55 -0400 |
commit | d75ad7fb42aba81b334f9453c012f04c3d5f3e0a (patch) | |
tree | 9dfd08dd48325ae7f813a4cfa43ec5629662db79 /app/src/main/res/xml | |
parent | 5ae7fd03522dd2c2843ff522314ab1d20f85d391 (diff) | |
download | frost-d75ad7fb42aba81b334f9453c012f04c3d5f3e0a.tar.gz frost-d75ad7fb42aba81b334f9453c012f04c3d5f3e0a.tar.bz2 frost-d75ad7fb42aba81b334f9453c012f04c3d5f3e0a.zip |
Fix/notification defaults (#308)
* Update downloader
* Disable deaults on creation
* Use notifCount rather than index
* Remove quiet
* Add checks to ensure job service exists
* Update changelog
Diffstat (limited to 'app/src/main/res/xml')
-rw-r--r-- | app/src/main/res/xml/frost_changelog.xml | 10 |
1 files changed, 6 insertions, 4 deletions
diff --git a/app/src/main/res/xml/frost_changelog.xml b/app/src/main/res/xml/frost_changelog.xml index 42046133..895c271f 100644 --- a/app/src/main/res/xml/frost_changelog.xml +++ b/app/src/main/res/xml/frost_changelog.xml @@ -11,6 +11,12 @@ <!--<version title="Beta Updates" />--> <version title="Beta Updates"/> + <item text="Add default download manager to download all files" /> + <item text="Limit notification sounds when multiple notifications come in" /> + <item text="Check that job scheduler exists before scheduling notifications" /> + <item text="" /> + + <version title="v1.5.1"/> <item text="Release day is here!" /> <item text="Add full support for messaging in overlays. We will dynamically launch new overlays when required to." /> <item text="Prevent bad messenger intent from launching" /> @@ -19,10 +25,6 @@ <item text="Ensure that bottom bar layout does not hide the web content" /> <item text="Add option to share external links to Frost" /> <item text="Trigger notification service on each app start" /> - <item text="" /> - <item text="" /> - <item text="" /> - <item text="" /> <version title="v1.4.13"/> <item text="Prevent image loading from trimming too many characters" /> |