Improve notifications

Reorder the content of the notification and add the download
progress as text, the current speed and the ETA.
This commit is contained in:
Gabriele M
2017-07-02 22:21:29 +02:00
parent a26c03a19a
commit 264fb5fc58
2 changed files with 36 additions and 31 deletions
+3
View File
@@ -30,6 +30,9 @@
<string name="download_completed_notification">Download completed</string>
<string name="download_starting_notification">Starting download</string>
<string name="text_download_speed">%1$s, %2$s/s</string>
<string name="download_remaining"><xliff:g id="duration" example="3 minutes">%s</xliff:g> left</string>
<string name="download_button">Download</string>
<string name="pause_button">Pause</string>
<string name="resume_button">Resume</string>