From fd7cdd3c715565b621cb7ba2f485dd1bad696044 Mon Sep 17 00:00:00 2001 From: Martin Fietz Date: Sun, 3 May 2015 18:58:48 +0200 Subject: Show confirmation dialog when downloading over mobile data connection is disabled --- core/src/main/res/values/strings.xml | 5 +++++ 1 file changed, 5 insertions(+) (limited to 'core/src/main/res/values/strings.xml') diff --git a/core/src/main/res/values/strings.xml b/core/src/main/res/values/strings.xml index c0c2f06de..a7d4669fe 100644 --- a/core/src/main/res/values/strings.xml +++ b/core/src/main/res/values/strings.xml @@ -104,6 +104,7 @@ Mark as unplayed Marked as played Add to Queue + Added to Queue Remove from Queue Visit Website Flattr this @@ -145,6 +146,10 @@ An error occurred when trying to download the file:\u0020 Authentication required The resource you requested requires a username and a password + Confirm Mobile Download + Downloading over mobile data connection disable in settings.\n\nEnable temporarily or just add to queue?\n\nYour choice will be remember for 10 minutes. + Only add to Queue + Enable temporarily Error! -- cgit v1.2.3 From a766977e6dcb60a537922118185f723ef3e873c6 Mon Sep 17 00:00:00 2001 From: Martin Fietz Date: Sun, 3 May 2015 21:19:20 +0200 Subject: Check if items are already in the queue --- core/src/main/res/values/strings.xml | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) (limited to 'core/src/main/res/values/strings.xml') diff --git a/core/src/main/res/values/strings.xml b/core/src/main/res/values/strings.xml index a7d4669fe..93deefd49 100644 --- a/core/src/main/res/values/strings.xml +++ b/core/src/main/res/values/strings.xml @@ -147,7 +147,8 @@ Authentication required The resource you requested requires a username and a password Confirm Mobile Download - Downloading over mobile data connection disable in settings.\n\nEnable temporarily or just add to queue?\n\nYour choice will be remember for 10 minutes. + Downloading over mobile data connection disable in settings.\n\nEnable temporarily or just add to queue?\n\nYour choice will be remember for 10 minutes. + Downloading over mobile data connection disable in settings.\n\nEnable temporarily?\n\nYour choice will be remember for 10 minutes. Only add to Queue Enable temporarily -- cgit v1.2.3 From 615723bc982cd5132c4bb975641d24c2af6ea9e9 Mon Sep 17 00:00:00 2001 From: Martin Fietz Date: Sun, 3 May 2015 23:22:32 +0200 Subject: Fix typo --- core/src/main/res/values/strings.xml | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) (limited to 'core/src/main/res/values/strings.xml') diff --git a/core/src/main/res/values/strings.xml b/core/src/main/res/values/strings.xml index 93deefd49..05ef38d30 100644 --- a/core/src/main/res/values/strings.xml +++ b/core/src/main/res/values/strings.xml @@ -147,8 +147,8 @@ Authentication required The resource you requested requires a username and a password Confirm Mobile Download - Downloading over mobile data connection disable in settings.\n\nEnable temporarily or just add to queue?\n\nYour choice will be remember for 10 minutes. - Downloading over mobile data connection disable in settings.\n\nEnable temporarily?\n\nYour choice will be remember for 10 minutes. + Downloading over mobile data connection is disabled in the settings.\n\nEnable temporarily or just add to queue?\n\nYour choice will be remember for 10 minutes. + Downloading over mobile data connection is disabled in the settings.\n\nEnable temporarily?\n\nYour choice will be remember for 10 minutes. Only add to Queue Enable temporarily -- cgit v1.2.3