From ded2da137ce7c2c71ded2e6d163217ef95267ebb Mon Sep 17 00:00:00 2001 From: qqzhou Date: Tue, 17 Dec 2013 14:18:55 +0800 Subject: DownloadProvider: add to support pause/resume download by manual This feature contains below points: 1. add to pause running download by manual. 2. add to resume manuallly paused download by manual. 3. add to show proper contents in notification and download-list for manually paused status. 4. add to support download breakpoint continuing when HTTP server doesn't contain etag in response header. Android baseline only supports this when etag is not null. 5. add to show proper contents in notification and download-list for status of waiting-for-network. Change-Id: I433cdee2de8b3add0248bbb0a9d02f8da4e5bb38 --- res/values/cm_strings.xml | 8 ++++++++ 1 file changed, 8 insertions(+) (limited to 'res/values') diff --git a/res/values/cm_strings.xml b/res/values/cm_strings.xml index e9409a90..a1c98b98 100644 --- a/res/values/cm_strings.xml +++ b/res/values/cm_strings.xml @@ -17,4 +17,12 @@ Downloads folder Downloads + + + Paused + + Paused, %d%% + + Queued, %d%% -- cgit v1.2.3