From 715596aa1e6a594cafba5de54c6c8bbd4832e3b2 Mon Sep 17 00:00:00 2001 From: Allan Wang Date: Sun, 17 Sep 2017 12:40:37 -0400 Subject: Remove quiet --- app/src/main/kotlin/com/pitchedapps/frost/services/DownloadService.kt | 2 +- docs/Changelog.md | 3 +++ 2 files changed, 4 insertions(+), 1 deletion(-) 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 -- cgit v1.2.3