aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorAllan Wang <me@allanwang.ca>2017-09-17 12:40:37 -0400
committerAllan Wang <me@allanwang.ca>2017-09-17 12:40:37 -0400
commit715596aa1e6a594cafba5de54c6c8bbd4832e3b2 (patch)
tree4d7a1e54b6ecaaec292d227a6869daed64e8202a
parent0075824e3b601cee6dcc784f84012cd8d3403ff7 (diff)
downloadfrost-715596aa1e6a594cafba5de54c6c8bbd4832e3b2.tar.gz
frost-715596aa1e6a594cafba5de54c6c8bbd4832e3b2.tar.bz2
frost-715596aa1e6a594cafba5de54c6c8bbd4832e3b2.zip
Remove quiet
-rw-r--r--app/src/main/kotlin/com/pitchedapps/frost/services/DownloadService.kt2
-rw-r--r--docs/Changelog.md3
2 files changed, 4 insertions, 1 deletions
diff --git a/app/src/main/kotlin/com/pitchedapps/frost/services/DownloadService.kt b/app/src/main/kotlin/com/pitchedapps/frost/services/DownloadService.kt
index 830772fe..986467b8 100644
--- a/app/src/main/kotlin/com/pitchedapps/frost/services/DownloadService.kt
+++ b/app/src/main/kotlin/com/pitchedapps/frost/services/DownloadService.kt
@@ -66,7 +66,7 @@ class DownloadService : IntentService("FrostVideoDownloader") {
.url(url)
.build()
- notifBuilder = frostNotification.quiet
+ notifBuilder = frostNotification
notifId = Math.abs(url.hashCode() + System.currentTimeMillis().toInt())
val cancelIntent = PendingIntent.getService(this, 0, intent, PendingIntent.FLAG_CANCEL_CURRENT)
diff --git a/docs/Changelog.md b/docs/Changelog.md
index d7c017a9..0518f37f 100644
--- a/docs/Changelog.md
+++ b/docs/Changelog.md
@@ -1,6 +1,9 @@
# Changelog
## Beta Updates
+* Add default download manager to download all files
+
+## v1.5.1
* Release day is here!
* Add full support for messaging in overlays. We will dynamically launch new overlays when required to.
* Prevent bad messenger intent from launching