From 580f9d24590e2738bfb1428214003af53b689432 Mon Sep 17 00:00:00 2001 From: Alex Ning Date: Sun, 7 Jun 2020 17:14:05 +0800 Subject: Add more notifications for downloading Reddit videos. Open the downloaded Reddit video when clicking the notification after downloading finishes. Put all work in an AsyncTask. --- app/src/main/res/values/strings.xml | 18 +++++++++++++----- 1 file changed, 13 insertions(+), 5 deletions(-) (limited to 'app/src/main/res/values/strings.xml') diff --git a/app/src/main/res/values/strings.xml b/app/src/main/res/values/strings.xml index 033b07f0..b28bdc1b 100644 --- a/app/src/main/res/values/strings.xml +++ b/app/src/main/res/values/strings.xml @@ -740,10 +740,18 @@ Cannot load images - Downloading Video %1$s - Downloading Audio Track For %1$s - Muxing Video - %1$s Downloaded - Failed To Download Video + Downloading Video Track + Downloading Audio Track + Saving Video Track + Saving Audio Track + Muxing Video and Audio + Saving Video + Downloaded + Download failed: cannot access cache directory + Download failed: cannot download video + Download failed: cannot save video to cache directory + Download failed: cannot save audio to cache directory + Download failed: cannot mux video and audio + Download failed: cannot save the video to public directory -- cgit v1.2.3