[Feature Request] - Download Complete Remidner #3475 (#3527)

* [Feat] Show a download complete notification channel when all downloads are completed. Auto cancels when onclick and navigate to download screen.

* [Feat] Update the download message string to shorten the length.
This commit is contained in:
Jimmy Low
2020-07-30 05:31:45 +08:00
committed by GitHub
parent b0106aa420
commit 7e73ede47a
4 changed files with 24 additions and 1 deletions
@@ -33,6 +33,7 @@ object Notifications {
const val CHANNEL_DOWNLOADER = "downloader_channel"
const val ID_DOWNLOAD_CHAPTER = -201
const val ID_DOWNLOAD_CHAPTER_ERROR = -202
const val ID_DOWNLOAD_CHAPTER_COMPLETE = -203
/**
* Notification channel and ids used by the library updater.